Package elisa :: Package plugins :: Package database :: Module actions :: Class ListPictureTimeAction

Class ListPictureTimeAction

source code


Instance Methods
 
__init__(self, controller) source code
 
execute(self, item)
Default implementation of execute that simply call open_controller with an empty title
source code
    Inherited from poblesec.actions.OpenControllerAction
 
open_controller(self, path, title, **kwargs)
Attempt to create the controller with the specified path and title and then navigate to it.
source code
Class Variables
DOCME name = 'list'
DOCME
DOCME label = _('List')
DOCME
    Inherited from core.action.ContextualAction
  __gsignals__ = {'name-changed':(gobject.SIGNAL_RUN_LAST, gobje...
Instance Variables
    Inherited from poblesec.actions.OpenControllerAction
elisa.plugins.pigment.pigment_controller.PigmentController controller
the controller on which to run the action
basestring path
the path of the controller to be created and navigated to
Method Details

__init__(self, controller)
(Constructor)

source code 
Overrides: core.action.ContextualAction.__init__

execute(self, item)

source code 

Default implementation of execute that simply call open_controller with an empty title

Overrides: core.action.ContextualAction.execute