Dillo v3.1.1-98-g318d1f14
|
Public Member Functions | |
void | setPlatform (FltkPlatform *platform) |
core::ui::LabelButtonResource * | createLabelButtonResource (const char *label) |
core::ui::ComplexButtonResource * | createComplexButtonResource (core::Widget *widget, bool relief) |
core::ui::ListResource * | createListResource (core::ui::ListResource::SelectionMode selectionMode, int rows) |
core::ui::OptionMenuResource * | createOptionMenuResource () |
core::ui::EntryResource * | createEntryResource (int size, bool password, const char *label, const char *placeholder) |
core::ui::MultiLineTextResource * | createMultiLineTextResource (int cols, int rows, const char *placeholder) |
core::ui::CheckButtonResource * | createCheckButtonResource (bool activated) |
core::ui::RadioButtonResource * | createRadioButtonResource (core::ui::RadioButtonResource *groupedWith, bool activated) |
Public Member Functions inherited from lout::object::Object | |
virtual | ~Object () |
The destructor is defined as virtual (but not abstract), so that destruction of Object's works properly. | |
virtual bool | equals (Object *other) |
Returns, whether two objects are equal. | |
virtual int | hashValue () |
Return a hash value for the object. | |
virtual Object * | clone () |
Return an exact copy of the object. | |
virtual void | intoStringBuffer (misc::StringBuffer *sb) |
Store a textual representation of the object in a misc::StringBuffer. | |
const char * | toString () |
Use object::Object::intoStringBuffer to return a textual representation of the object. | |
virtual size_t | sizeOf () |
Return the number of bytes, this object totally uses. | |
Private Attributes | |
FltkPlatform * | platform |
Definition at line 95 of file fltkplatform.hh.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 434 of file fltkplatform.cc.
References platform.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 393 of file fltkplatform.cc.
References platform.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 416 of file fltkplatform.cc.
References platform.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 386 of file fltkplatform.cc.
References platform.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 401 of file fltkplatform.cc.
References platform.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 426 of file fltkplatform.cc.
References platform.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 410 of file fltkplatform.cc.
References platform.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 440 of file fltkplatform.cc.
References platform.
|
inline |
Definition at line 101 of file fltkplatform.hh.
References platform.
Referenced by dw::fltk::FltkPlatform::FltkPlatform().
|
private |
Definition at line 98 of file fltkplatform.hh.
Referenced by createLabelButtonResource(), and setPlatform().