Class e.p.p.s.SearchController(PigmentController):

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

Controller combining an input entry and an on-screen keyboard to perform search queries.
Line # Kind Name Docs
90 Method initialize Initialize the controller.
103 Method set_frontend Set the frontend for the controller.
210 Method clean Clean the component.
325 Method handle_input Undocumented
215 Method _on_focus Undocumented
222 Method _result_clicked_cb Undocumented
225 Method _on_result_focus Undocumented
232 Method _on_entry_focus Undocumented
238 Method _entrybar_clicked_cb Undocumented
242 Method _button_clicked_cb Undocumented
246 Method _on_button_focus Undocumented
252 Method _switch_clicked_cb Undocumented
255 Method _switch_keyboard Undocumented
262 Method _key_pressed_cb Undocumented
266 Method _special_key_pressed_cb Undocumented
273 Method _search Undocumented
317 Method _live_search_cb Undocumented

Inherited from PigmentController:

Line # Kind Name Docs
50 Method __init__ Undocumented
68 Method set_path Set the path for the controller.
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, mediatype):
Initialize the controller.
Parametersmediatypethe type of media searched (type: str )
def set_frontend(self, frontend):
Set the frontend for the controller.
Parametersfrontendfrontend (type: elisa.core.components.frontend.Frontend )
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 _on_focus(self, widget, focus):
Undocumented
def _result_clicked_cb(self, button, x, y, z, mbutton, time, data):
Undocumented
def _on_result_focus(self, widget, focus):
Undocumented
def _on_entry_focus(self, widget, focus):
Undocumented
def _entrybar_clicked_cb(self, button, x, y, z, mbutton, time, data):
Undocumented
def _button_clicked_cb(self, button, x, y, z, mbutton, time, data):
Undocumented
def _on_button_focus(self, widget, focus):
Undocumented
def _switch_clicked_cb(self, button, x, y, z, mbutton, time, data):
Undocumented
def _switch_keyboard(self):
Undocumented
def _key_pressed_cb(self, keyboard, value):
Undocumented
def _special_key_pressed_cb(self, keyboard, value):
Undocumented
def _search(self):
Undocumented
def _live_search_cb(self, search_controller, text):
Undocumented
def handle_input(self, manager, input_event):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-10-13 19:16:17.