AUI Framework
develop
Cross-platform base for C++ UI apps
|
A radio button. More...
#include <AUI/View/ARadioButton.h>
A radio button is a checkable button (similar to ACheckBox) that typically used in groups. In a group of radio buttons, only one radio button at a time can be checked thus checking another radio button in a group causes to switch off the previous one.
See declarative::RadioButton for a declarative form and examples.
Whenever the radio button is checked or unchecked, it emits checked() signal.
> All members, including inherited
|
overridevirtual |
event | event |
Reimplemented from AView.
|
overrideprotectedvirtual |
Implements ass::ISelectable.
Contents