Dillo
|
#include <fltkui.hh>
Classes | |
class | Group |
Public Member Functions | |
FltkRadioButtonResource (FltkPlatform *platform, FltkRadioButtonResource *groupedWith, bool activated) | |
~FltkRadioButtonResource () | |
GroupIterator * | groupIterator () |
Return an iterator, to access all radio button resources within the group. More... | |
Public Member Functions inherited from dw::fltk::ui::FltkToggleButtonResource< dw::core::ui::RadioButtonResource > | |
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::RadioButtonResource > | |
FltkSpecificResource (FltkPlatform *platform) | |
~FltkSpecificResource () | |
void | sizeAllocate (core::Allocation *allocation) |
void | draw (core::View *view, core::Rectangle *area, core::DrawingContext *context) |
void | setStyle (core::style::Style *style) |
bool | isEnabled () |
void | setEnabled (bool enabled) |
Public Member Functions inherited from dw::core::ui::RadioButtonResource | |
Iterator * | iterator (Content::Type mask, bool atEnd) |
Public Member Functions inherited from dw::core::ui::Resource | |
Resource () | |
virtual | ~Resource () |
virtual void | getExtremes (Extremes *extremes) |
virtual int | getAvailWidthOfChild (Widget *child, bool forceValue) |
virtual int | getAvailHeightOfChild (Widget *child, bool forceValue) |
virtual void | correctRequisitionOfChild (Widget *child, Requisition *requisition, void(*splitHeightFun)(int, int *, int *), bool allowDecreaseWidth, bool allowDecreaseHeight) |
virtual void | correctExtremesOfChild (Widget *child, Extremes *extremes, bool useAdjustmentWidth) |
virtual void | containerSizeChangedForChildren () |
virtual void | setDisplayed (bool displayed) |
void | connectActivate (ActivateReceiver *receiver) |
void | connectClicked (ClickedReceiver *receiver) |
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, core::DrawingContext *context) |
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. 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... | |
Protected Member Functions | |
Fl_Button * | createNewButton (core::Allocation *allocation) |
Protected Member Functions inherited from dw::fltk::ui::FltkToggleButtonResource< dw::core::ui::RadioButtonResource > | |
Fl_Widget * | createNewWidget (core::Allocation *allocation) |
void | setWidgetStyle (Fl_Widget *widget, core::style::Style *style) |
Protected Member Functions inherited from dw::core::ui::Resource | |
void | queueResize (bool extremesChanged) |
virtual Embed * | getEmbed () |
virtual void | setEmbed (Embed *embed) |
void | emitActivate () |
void | emitClicked (EventButton *event) |
Protected Member Functions inherited from dw::fltk::ui::FltkResource | |
FltkResource (FltkPlatform *platform) | |
void | init (FltkPlatform *platform) |
void | setDisplayed (bool displayed) |
bool | displayed () |
Private Member Functions | |
void | buttonClicked () |
Static Private Member Functions | |
static void | widgetCallback (Fl_Widget *widget, void *data) |
Private Attributes | |
Group * | group |
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::FltkRadioButtonResource::FltkRadioButtonResource | ( | FltkPlatform * | platform, |
FltkRadioButtonResource * | groupedWith, | ||
bool | activated | ||
) |
dw::fltk::ui::FltkRadioButtonResource::~FltkRadioButtonResource | ( | ) |
References group, and dw::fltk::ui::FltkRadioButtonResource::Group::unconnect().
|
private |
References group, dw::fltk::ui::FltkRadioButtonResource::Group::iterator(), and dw::fltk::ui::FltkToggleButtonResource< I >::setActivated().
Referenced by widgetCallback().
|
protectedvirtual |
|
virtual |
Return an iterator, to access all radio button resources within the group.
Implements dw::core::ui::RadioButtonResource.
References group, and dw::fltk::ui::FltkRadioButtonResource::Group::groupIterator().
|
staticprivate |
References buttonClicked().
Referenced by createNewButton().
|
private |
Referenced by buttonClicked(), FltkRadioButtonResource(), groupIterator(), and ~FltkRadioButtonResource().