Class e.p.p.p.PopupController(PigmentController):

Part of elisa.plugins.poblesec.popup View In Hierarchy

Popup controller.
Line # Kind Name Docs
173 Method initialize Initialize the component.
209 Method clean Clean the component.
233 Method handle_input Undocumented
183 Method _create_widget Undocumented
192 Method _connect_to_signals Undocumented
217 Method _mouse_event_cb Undocumented
221 Method _scrolled_cb Undocumented
228 Method _on_focus Undocumented

Inherited from PigmentController:

Line # Kind Name Docs
50 Method __init__ Undocumented
59 Method set_frontend Set the frontend for the controller.
68 Method set_path Set the path for the controller.
83 Method has_focus Undocumented
86 Method prepare Called after widget is added to the canvas. It is sensible to do
93 Method removed Called after widget is removed from the canvas.

Inherited from Component (via PigmentController, Controller):

Line # Kind Name Docs
85 Class PathDescriptor Undocumented
97 Class Method create Create and initialize the component.
def initialize(self, icon, title, text, buttons):
Initialize the component.

This method is called by Component.create to finish the initialization of a component.

Returnsa deferred called when a component is fully initialized (type: twisted.internet.defer.Deferred )
def _create_widget(self, result):
Undocumented
def _connect_to_signals(self, result):
Undocumented
def clean(self):
Clean the component.

This method is called when a component is not needed anymore to clean its state.

Returnsa deferred called when the component has finished cleaning its state (type: twisted.internet.defer.Deferred )
def _mouse_event_cb(self, *args):
Undocumented
def _scrolled_cb(self, widget, x, y, z, direction, time):
Undocumented
def _on_focus(self, widget, focus):
Undocumented
def handle_input(self, manager, input_event):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.