#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. | |
Protected Member Functions | |
| Fl_Button * | createNewButton (core::Allocation *allocation) |
Private Member Functions | |
| void | buttonClicked () |
Static Private Member Functions | |
| static void | widgetCallback (Fl_Widget *widget, void *data) |
Private Attributes | |
| Group * | group |
| 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().
| void dw::fltk::ui::FltkRadioButtonResource::buttonClicked | ( | ) | [private] |
| Fl_Button * dw::fltk::ui::FltkRadioButtonResource::createNewButton | ( | core::Allocation * | allocation | ) | [protected, virtual] |
| dw::core::ui::RadioButtonResource::GroupIterator * dw::fltk::ui::FltkRadioButtonResource::groupIterator | ( | ) | [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().
| void dw::fltk::ui::FltkRadioButtonResource::widgetCallback | ( | Fl_Widget * | widget, | |
| void * | data | |||
| ) | [static, private] |
Referenced by buttonClicked(), FltkRadioButtonResource(), groupIterator(), and ~FltkRadioButtonResource().
1.5.9