class documentation

class JournalPlugin(PluginClass): (source)

View In Hierarchy

Undocumented

Method date_from_path Returns the date for a specific path or None
Method path_for_month_from_date Returns the namespace path for a certain month
Method path_from_date Returns the path for a journal page for a specific date
Constant DAY Undocumented
Constant MONTH Undocumented
Constant WEEK Undocumented
Constant YEAR Undocumented
Class Variable plugin_info Undocumented
Class Variable plugin_notebook_properties Undocumented
Class Variable plugin_preferences Undocumented

Inherited from PluginClass:

Class Method check_dependencies Checks what dependencies are met and gives details for display in the preferences dialog
Class Method check_dependencies_ok Checks minimum dependencies are met
Class Method discover_classes Yields a list of classes derived from baseclass and defined in the same module as the plugin
Class Method lookup_subclass No summary
Static Method form_fields Undocumented
Method __init__ Undocumented
Method destroy Destroy the plugin object and all extensions It is only called when a user actually disables the plugin, not when the application exits.
Method notebook_properties Undocumented
Method teardown Cleanup method called by destroy(). Can be implemented by sub-classes.
Instance Variable extension_classes Undocumented
Instance Variable extensions Undocumented
Instance Variable preferences Undocumented
Property config_key The name of section used in the config files to store the preferences for this plugin.
Static Method _init_config Undocumented

Inherited from ConnectorMixin (via PluginClass):

Method connectto Connect to signals of another object E.g.:
Method connectto_all Convenience method to combine multiple calls to connectto().
Method disconnect_all Disconnect all signals that have been connected with connectto and friends. Typically called when you want to destroy this object.
Method disconnect_from Disc all signals that have been connected with connectto and friends to a specific object.
Method _disconnect_from Undocumented
Instance Variable _connected_signals Undocumented
def date_from_path(self, path): (source)
Returns the date for a specific path or None
def path_for_month_from_date(self, notebook, date): (source)
Returns the namespace path for a certain month
def path_from_date(self, notebook, date): (source)
Returns the path for a journal page for a specific date

Undocumented

Value
_('Day')
MONTH = (source)

Undocumented

Value
_('Month')
WEEK = (source)

Undocumented

Value
_('Week')
YEAR = (source)

Undocumented

Value
_('Year')
plugin_info = (source)

Undocumented

plugin_notebook_properties = (source)
plugin_preferences = (source)