|
Robowflex
v0.1
Making MoveIt Easy
|
A checkbox element that modifies a boolean. More...
#include <gui.h>
Inheritance diagram for robowflex::darts::CheckboxElement:Public Member Functions | |
| CheckboxElement (const std::string &text, bool &boolean) | |
| Constructor. More... | |
| void | render () const override |
| Render method. Renders IMGUI contents. More... | |
Private Attributes | |
| const std::string | text |
| Display text. More... | |
| bool & | boolean |
| Associated boolean. More... | |
| CheckboxElement::CheckboxElement | ( | const std::string & | text, |
| bool & | boolean | ||
| ) |
|
overridevirtual |
Render method. Renders IMGUI contents.
Implements robowflex::darts::ImGuiElement.
|
private |
|
private |