Dillo v3.2.0-88-g47ab7c70
|
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) |
![]() | |
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. | |
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 115 of file fltkplatform.hh.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 435 of file fltkplatform.cc.
References platform.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 394 of file fltkplatform.cc.
References platform.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 417 of file fltkplatform.cc.
References platform.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 387 of file fltkplatform.cc.
References platform.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 402 of file fltkplatform.cc.
References platform.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 427 of file fltkplatform.cc.
References platform.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 411 of file fltkplatform.cc.
References platform.
|
virtual |
Implements dw::core::ui::ResourceFactory.
Definition at line 441 of file fltkplatform.cc.
References platform.
|
inline |
Definition at line 121 of file fltkplatform.hh.
References platform.
Referenced by dw::fltk::FltkPlatform::FltkPlatform().
|
private |
Definition at line 118 of file fltkplatform.hh.
Referenced by createLabelButtonResource(), and setPlatform().