|
Dillo
|
#include <fltkui.hh>
Public Member Functions | |
| FltkCheckButtonResource (FltkPlatform *platform, bool activated) | |
| ~FltkCheckButtonResource () | |
Public Member Functions inherited from dw::fltk::ui::FltkToggleButtonResource< dw::core::ui::CheckButtonResource > | |
| FltkToggleButtonResource (FltkPlatform *platform, bool activated) | |
| ~FltkToggleButtonResource () | |
| void | sizeRequest (core::Requisition *requisition) |
| bool | isActivated () |
| void | setActivated (bool activated) |
Public Member Functions inherited from dw::fltk::ui::FltkSpecificResource< dw::core::ui::CheckButtonResource > | |
| FltkSpecificResource (FltkPlatform *platform) | |
| void | sizeAllocate (core::Allocation *allocation) |
| void | draw (core::View *view, core::Rectangle *area) |
| void | setStyle (core::style::Style *style) |
| bool | isEnabled () |
| void | setEnabled (bool enabled) |
Public Member Functions inherited from dw::core::ui::CheckButtonResource | |
| Iterator * | iterator (Content::Type mask, bool atEnd) |
Public Member Functions inherited from dw::fltk::ui::FltkResource | |
| ~FltkResource () | |
| virtual void | attachView (FltkView *view) |
| virtual void | detachView (FltkView *view) |
| void | sizeAllocate (core::Allocation *allocation) |
| void | draw (core::View *view, core::Rectangle *area) |
| void | setStyle (core::style::Style *style) |
| bool | isEnabled () |
| void | setEnabled (bool enabled) |
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. | |
Protected Member Functions | |
| Fl_Button * | createNewButton (core::Allocation *allocation) |
Protected Member Functions inherited from dw::fltk::ui::FltkToggleButtonResource< dw::core::ui::CheckButtonResource > | |
| Fl_Widget * | createNewWidget (core::Allocation *allocation) |
| void | setWidgetStyle (Fl_Widget *widget, core::style::Style *style) |
Additional Inherited Members | |
Protected Attributes inherited from dw::fltk::ui::FltkResource | |
| FltkView * | view |
| Fl_Widget * | widget |
| core::Allocation | allocation |
| FltkPlatform * | platform |
| core::style::Style * | style |
| dw::fltk::ui::FltkCheckButtonResource::FltkCheckButtonResource | ( | FltkPlatform * | platform, |
| bool | activated | ||
| ) |
References dw::fltk::ui::FltkResource::init().
| dw::fltk::ui::FltkCheckButtonResource::~FltkCheckButtonResource | ( | ) |
|
protectedvirtual |
1.8.2