Package GTG :: Package plugins :: Package reminder :: Module reminder :: Class Reminder
[hide private]
[frames] | no frames]

Class Reminder

source code

Instance Methods [hide private]
 
kn(...)
 
__init__(self) source code
 
activate(self, plugin_api) source code
 
onTaskOpened(self, plugin_api) source code
 
onTaskClosed(self, plugin_api) source code
 
deactivate(self, plugin_api) source code
 
add_cron_job(self, task, alarm, time) source code
 
add_at_job(self, task, alarm, time) source code
 
is_configurable(self)
A configurable plugin should have this method and return True
source code
 
configure_dialog(self, plugin_apis, manager_dialog)
Callback for configuring a plugin
source code
 
preference_init(self) source code
 
preferences_apply(self) source code
 
preferences_load(self) source code
 
preferences_store(self) source code
 
set_grid_status_icon(self, column, cell, model, iter, *data) source code
 
on_grid_start_editing(self, cellrenderer=None) source code
 
on_grid_stop_editing(self, cellrenderer=None, data1=None, data2=None) source code
 
on_grid_name_changing(self, renderer, path, data=None) source code
 
on_grid_name_changed(self, renderer, path, new_name) source code
 
on_grid_type_changing(self, renderer, path, data=None) source code
 
on_grid_type_changed(self, renderer, path, new_iter) source code
 
on_grid_arg_changing(self, renderer, path, data=None) source code
 
on_grid_arg_changed(self, renderer, path, new_arg) source code
 
on_toolbar_cancel(self, widget=None, data=None) source code
 
on_toolbar_ok(self, widget=None, data=None) source code
 
on_toolbar_add(self, widget=None, data=None) source code
 
on_toolbar_del(self, widget=None, data=None) source code
 
on_toolbar_find(self, widget=None, data=None) source code
 
on_accel_cancel(self, accelgroup, acceleratable, accel_key, accel_mods) source code
 
on_accel_apply(self, accelgroup, acceleratable, accel_key, accel_mods) source code
 
get_tag_names(self)
Return a list of the first-column treeview row values.
source code
Class Variables [hide private]
  PLUGIN_NAME = 'reminder'
  VERSION = '0.0.1'
  NOTIFY = '/usr/lib64/python2.7/site-packages/GTG/plugins/remin...
  DEFAULT_PREFERENCES = {'ask_on_task_close': False, 'command_at...
  key_Return = 65293
  key_Escape = 65307
Class Variable Details [hide private]

NOTIFY

Value:
'/usr/lib64/python2.7/site-packages/GTG/plugins/reminder/notify.py'

DEFAULT_PREFERENCES

Value:
{'ask_on_task_close': False,
 'command_at': '/usr/bin/at',
 'command_crontab': '/usr/bin/crontab',
 'command_open': '/usr/bin/mplayer'}