Class e.p.w.w.WeatherController(PigmentController):

Part of elisa.plugins.weather.weather_controller View In Hierarchy

Undocumented
Line # Kind Name Docs
34 Method initialize Initialize the component.
42 Method clean Clean the component.
48 Method set_frontend Set the frontend for the controller.
66 Method build_widget Undocumented
75 Method _get_report Undocumented
85 Method _get_report_callback Undocumented
92 Method _get_report_errback Undocumented

Inherited from PigmentController:

Line # Kind Name Docs
50 Method __init__ Undocumented
68 Method set_path Set the path for the controller.
77 Method handle_input Undocumented
84 Method has_focus Undocumented
87 Method prepare Called after widget is added to the canvas. It is sensible to do
94 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):

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 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 set_frontend(self, frontend):
Set the frontend for the controller.
Parametersfrontendfrontend (type: elisa.core.components.frontend.Frontend )
def build_widget(self, model):
Undocumented
def _get_report(self):
Undocumented
def _get_report_callback(self, model):
Undocumented
def _get_report_errback(self, failure):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-10-13 19:16:17.