The SearchWidgetFactory class specializes in creating the appropiate search widget for a given type. More...
Public Member Functions | |
| def | scan |
| Scans for all available search widgets. | |
| def | create |
| Creates a new widget given type, parent and attributes. | |
| def | register |
| Registers a new widget, given it's name (or type) and reference to the class. | |
The SearchWidgetFactory class specializes in creating the appropiate search widget for a given type.
Definition at line 34 of file SearchWidgetFactory.py.
| def Koo::Search::SearchWidgetFactory::SearchWidgetFactory::create | ( | widgetType, | ||
| name, | ||||
| parent, | ||||
| attributes | ||||
| ) |
Creates a new widget given type, parent and attributes.
Definition at line 48 of file SearchWidgetFactory.py.
| def Koo::Search::SearchWidgetFactory::SearchWidgetFactory::register | ( | name, | ||
| widget | ||||
| ) |
Registers a new widget, given it's name (or type) and reference to the class.
Definition at line 60 of file SearchWidgetFactory.py.
| def Koo::Search::SearchWidgetFactory::SearchWidgetFactory::scan | ( | ) |
Scans for all available search widgets.
Definition at line 39 of file SearchWidgetFactory.py.