#include <Text2D.hpp>
Public Member Functions | |
Text2D () | |
Text2D (int x, int y, int x2, int y2, std::string) | |
virtual | ~Text2D () |
Public Attributes | |
std::string | text |
int | x |
int | x2 |
int | y |
int | y2 |
Definition at line 29 of file Text2D.hpp.
ros_text_locator::Text2D::Text2D | ( | ) | [inline] |
Definition at line 33 of file Text2D.hpp.
ros_text_locator::Text2D::Text2D | ( | int | x, |
int | y, | ||
int | x2, | ||
int | y2, | ||
std::string | |||
) | [inline] |
Definition at line 40 of file Text2D.hpp.
virtual ros_text_locator::Text2D::~Text2D | ( | ) | [inline, virtual] |
Definition at line 47 of file Text2D.hpp.
std::string ros_text_locator::Text2D::text |
Definition at line 32 of file Text2D.hpp.
Definition at line 31 of file Text2D.hpp.
Definition at line 31 of file Text2D.hpp.
Definition at line 31 of file Text2D.hpp.
Definition at line 31 of file Text2D.hpp.