33 #include "../View/view.h"
37 class CheckBoxView_Impl;
63 std::shared_ptr<CheckBoxView_Impl> impl;
View for an area of the user interface.
Definition: view.h:61
bool checked() const
Check.
void set_check(bool checked_state)
Set checked.
std::function< void()> & func_state_changed()
Func state changed.
Definition: checkbox_view.h:39