AUI Framework
develop
Cross-platform base for C++ UI apps
|
A check box (without label). More...
#include <AUI/View/ACheckBox.h>
Checkbox is a checkable button that is typically used to enable/disable some action.
See declarative::CheckBox for a declarative form and examples.
For a checkbox with label, see ACheckBoxWrapper.
Whenever the checkbox is checked or unchecked, it emits checked() signal.
> All members, including inherited
|
overridevirtual |
pos | mouse position |
Used in AViewContainer::getViewAt method subset, thus affecting click event handling.
Reimplemented from AView.
|
overrideprotectedvirtual |
Implements ass::ISelectable.
Contents