#include <WidgetCreator.h>
Inheritance diagram for xfltk::WidgetFactory:

Public Member Functions | |
| virtual WidgetCreator * | getCreator (GUI &gui)=0 |
| virtual | ~WidgetFactory () |
Static Public Member Functions | |
| static WidgetFactory * | find (const char *name) |
| static WidgetCreator * | getCreator (const char *name, GUI &gui) |
Protected Member Functions | |
| WidgetFactory (const char *name) | |
Definition at line 54 of file WidgetCreator.h.
|
|
Creates WidgetCreators and registers it under
Definition at line 73 of file WidgetCreator.cpp. |
|
|
Do nothing. Definition at line 97 of file WidgetCreator.h. |
|
|
Find creator with given
Definition at line 78 of file WidgetCreator.cpp. |
|
|
This method should create and initialize widget. It is invoked before any children widgets are create.
|
|
||||||||||||
|
Definition at line 83 of file WidgetCreator.cpp. |
1.4.6-NO