Inheritance diagram for xfltk::HierarhyWidgetCreatorBase:

Public Member Functions | |
| virtual fltk::Widget * | new_widget ()=0 |
| HierarhyWidgetCreatorBase (GUI &gui, HierarhyWidgetFactory &factory) | |
| virtual fltk::Widget * | create_begin (const char **attr) |
| virtual void | create_end () |
Protected Attributes | |
| HierarhyWidgetFactory & | factory |
Definition at line 159 of file WidgetCreator.h.
|
|
This method create and initialize widget with given name and atributes. It is invoked before any children widgets are create.
Implements xfltk::WidgetCreator. Definition at line 171 of file WidgetCreator.h. |
|
|
End constructing widget with given name.
Implements xfltk::WidgetCreator. Definition at line 177 of file WidgetCreator.h. |
1.4.6-NO