|
| 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. More...
|
| |
| virtual bool | equals (Object *other) |
| | Returns, whether two objects are equal. More...
|
| |
| virtual int | hashValue () |
| | Return a hash value for the object. More...
|
| |
| virtual Object * | clone () |
| | Return an exact copy of the object. More...
|
| |
| virtual void | intoStringBuffer (misc::StringBuffer *sb) |
| | Store a textual representation of the object in a misc::StringBuffer. More...
|
| |
| const char * | toString () |
| | Use object::Object::intoStringBuffer to return a textual representation of the object. More...
|
| |
| virtual size_t | sizeOf () |
| | Return the number of bytes, this object totally uses. More...
|
| |
| core::ui::EntryResource * dw::fltk::FltkPlatform::FltkResourceFactory::createEntryResource |
( |
int |
size, |
|
|
bool |
password, |
|
|
const char * |
label, |
|
|
const char * |
placeholder |
|
) |
| |
|
virtual |
| core::ui::MultiLineTextResource * dw::fltk::FltkPlatform::FltkResourceFactory::createMultiLineTextResource |
( |
int |
cols, |
|
|
int |
rows, |
|
|
const char * |
placeholder |
|
) |
| |
|
virtual |
| void dw::fltk::FltkPlatform::FltkResourceFactory::setPlatform |
( |
FltkPlatform * |
platform | ) |
|
|
inline |
| FltkPlatform* dw::fltk::FltkPlatform::FltkResourceFactory::platform |
|
private |
The documentation for this class was generated from the following files: