Robowflex
v0.1
Making MoveIt Easy
|
A basic text element. More...
#include <gui.h>
Public Member Functions | |
TextElement (const std::string &text) | |
Constructor. More... | |
void | render () const override |
Render method. Renders IMGUI contents. More... | |
Private Attributes | |
const std::string | text |
Text to display. More... | |
TextElement::TextElement | ( | const std::string & | text | ) |
|
overridevirtual |
Render method. Renders IMGUI contents.
Implements robowflex::darts::ImGuiElement.
|
private |