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

Public Member Functions | |
| void | setProperty (fltk::Widget *obj, const char *name, const char *value, WidgetCreator &creator) |
| void | setProperties (fltk::Widget *obj, const char **attr, WidgetCreator &creator) |
| void | addPropertySetter (const char *name, property_setter setter) |
Protected Types | |
|
typedef std::map< const char *, property_setter *, utils::ltstr > | widget_property_setters_map |
Protected Member Functions | |
| HierarhyWidgetFactory (const char *name, HierarhyWidgetFactory *parent) | |
| widget_property_setters_map & | getWidgetPropertySetters () |
Definition at line 109 of file WidgetCreator.h.
|
||||||||||||
|
Constructor.
Definition at line 90 of file WidgetCreator.cpp. |
|
|
Definition at line 93 of file WidgetCreator.cpp. |
1.4.6-NO