Robowflex
v0.1
Making MoveIt Easy
|
A basic push-button element. More...
#include <gui.h>
Public Member Functions | |
ButtonElement (const std::string &text, const ButtonCallback &callback) | |
Constructor. More... | |
void | render () const override |
Render method. Renders IMGUI contents. More... | |
Private Attributes | |
const std::string | text |
Display text. More... | |
const ButtonCallback | callback |
Callback. More... | |
ButtonElement::ButtonElement | ( | const std::string & | text, |
const ButtonCallback & | callback | ||
) |
|
overridevirtual |
Render method. Renders IMGUI contents.
Implements robowflex::darts::ImGuiElement.
Definition at line 281 of file gui.cpp.
|
private |
|
private |