9 #ifndef TurtleBrainsExpress_InterfaceCheckbox_hpp
10 #define TurtleBrainsExpress_InterfaceCheckbox_hpp
12 #include <turtle_brains/express/interface/tbx_interface.hpp>
13 #include <turtle_brains/express/interface/tbx_interface_element.hpp>
23 class InterfaceHandlerInterface;
34 bool IsChecked(
void)
const {
return mIsChecked; }
35 void SetChecked(
const bool checked);
42 virtual void OnHandleUserEvent(
const UserEvent& userEvent)
override;
43 virtual void OnHandleActiveUserEvent(
const UserEvent& userEvent)
override;
44 virtual void OnActivate(
void)
override;
Definition: tb_graphic.hpp:61
Definition: tb_graphic_list.hpp:27
Definition: tbx_interface.hpp:66
A collection of objects and functions to express games quickly.
Definition: tbx_interface.hpp:18
Definition: tbx_interface_checkbox.hpp:55
tbCore::uint16 PixelSpace
Definition: tb_texture_manager.hpp:36
Definition: tbx_interface_element.hpp:28
Definition: tbx_interface_checkbox.hpp:28
std::string tbString
Definition: tb_string.hpp:335