26 #ifndef TGUI_CHECKBOX_HPP 27 #define TGUI_CHECKBOX_HPP 30 #include <TGUI/RadioButton.hpp> 69 virtual bool load(
const std::string& configFileFilename,
const std::string& sectionName =
"Checkbox");
89 virtual void leftMouseReleased(
float x,
float y);
94 virtual void keyPressed(
const sf::Event::KeyEvent& event);
102 virtual bool setProperty(std::string property,
const std::string& value);
113 AllCheckboxCallbacks = RadioButtonCallbacksCount - 1,
114 CheckboxCallbacksCount = RadioButtonCallbacksCount
127 #endif // TGUI_CHECKBOX_HPP Namespace that contains all TGUI functions and classes.
Definition: AnimatedPicture.hpp:33
CheckboxCallbacks
Defines specific triggers to Checkbox.
Definition: Checkbox.hpp:111
Definition: Checkbox.hpp:38