#include <TextVisual.h>
Public Member Functions | |
double | getCharacterHeight () |
void | setCaption (const std::string &caption) |
void | setCharacterHeight (double characterHeight) |
void | setColor (const Ogre::ColourValue &c) |
void | setPosition (const Ogre::Vector3 &position) |
void | setVisible (bool visible) |
void | showOnTop (bool onTop=true) |
TextVisual (Ogre::SceneManager *sceneManager, Ogre::SceneNode *parentNode, Ogre::Vector3 position=Ogre::Vector3::ZERO) | |
virtual | ~TextVisual () |
Private Attributes | |
Ogre::SceneManager * | m_sceneManager |
Ogre::SceneNode * | m_sceneNode |
rviz::MovableText * | m_text |
Definition at line 41 of file TextVisual.h.
tuw_object_rviz::TextVisual::TextVisual | ( | Ogre::SceneManager * | sceneManager, |
Ogre::SceneNode * | parentNode, | ||
Ogre::Vector3 | position = Ogre::Vector3::ZERO |
||
) |
Definition at line 35 of file TextVisual.cpp.
|
virtual |
Definition at line 50 of file TextVisual.cpp.
double tuw_object_rviz::TextVisual::getCharacterHeight | ( | ) |
Definition at line 62 of file TextVisual.cpp.
void tuw_object_rviz::TextVisual::setCaption | ( | const std::string & | caption | ) |
Definition at line 67 of file TextVisual.cpp.
void tuw_object_rviz::TextVisual::setCharacterHeight | ( | double | characterHeight | ) |
Definition at line 56 of file TextVisual.cpp.
void tuw_object_rviz::TextVisual::setColor | ( | const Ogre::ColourValue & | c | ) |
Definition at line 82 of file TextVisual.cpp.
void tuw_object_rviz::TextVisual::setPosition | ( | const Ogre::Vector3 & | position | ) |
Definition at line 72 of file TextVisual.cpp.
void tuw_object_rviz::TextVisual::setVisible | ( | bool | visible | ) |
Definition at line 77 of file TextVisual.cpp.
void tuw_object_rviz::TextVisual::showOnTop | ( | bool | onTop = true | ) |
Definition at line 87 of file TextVisual.cpp.
|
private |
Definition at line 62 of file TextVisual.h.
|
private |
Definition at line 63 of file TextVisual.h.
|
private |
Definition at line 64 of file TextVisual.h.