Public Member Functions

Koo::Search::SearchWidgetFactory::SearchWidgetFactory Class Reference

The SearchWidgetFactory class specializes in creating the appropiate search widget for a given type. More...

List of all members.

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.

Detailed Description

The SearchWidgetFactory class specializes in creating the appropiate search widget for a given type.

Definition at line 34 of file SearchWidgetFactory.py.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated by Doxygen