Skip to content

ACheckBoxWrapper#

View container with a checkbox.

Header:#include <AUI/View/ACheckBox.h>
CMake:aui_link(my_target PUBLIC aui::views)

Detailed Description#

For a checkbox itself, see ACheckBox.

Public Methods#

ACheckBoxWrapper#


explicit ACheckBoxWrapper::ACheckBoxWrapper(const _<AView>& viewToWrap)

Construct ACheckBoxWrapper with a view.

Arguments
viewToWrap
view to wrap.