AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
declarative::CheckBoxWrapper Struct Reference

Declarative form of ACheckBoxWrapper. More...

#include <AUI/View/ACheckBox.h>

Public Member Functions#

 CheckBoxWrapper (const _< AView > &viewToWrap)
 Construct ACheckBoxWrapper with a view.
 
- Public Member Functions inherited from aui::ui_building::view< ACheckBoxWrapper >
 view (Args &&... args)
 
_< ACheckBoxWrapper > & operator() ()
 
 operator _<ACheckBoxWrapper > & ()
 

Detailed Description#

Examples
examples/ui/views/src/ExampleWindow.cpp.

Constructor & Destructor Documentation#

◆ CheckBoxWrapper()#

declarative::CheckBoxWrapper::CheckBoxWrapper ( const _< AView > & viewToWrap)
inlineexplicit
Parameters
viewToWrapview to wrap.