33 #include "../api_gui.h"
34 #include "../gui_component.h"
35 #include "../../Core/Signals/callback_v0.h"
72 bool is_indeterminated()
const;
77 bool is_checked()
const;
82 bool is_3state()
const;
84 const std::string &get_text()
const;
92 void set_indeterminated();
97 void set_checked(
bool enable);
102 void set_3state(
bool enable);
107 void set_text(
const std::string &text);
138 std::shared_ptr<CheckBox_Impl> impl;
GUI base component class.
Definition: gui_component.h:80
Check box component.
Definition: checkbox.h:45
GUIComponent * get_named_item(const std::string &id)
Find child component with the specified component ID name.
Callback_v0.
Definition: callback_v0.h:152