#include <text_node.h>
Public Member Functions | |
| void | clear () |
| 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) |
| TextNode (Ogre::SceneManager *sceneManager, Ogre::SceneNode *parentNode, Ogre::Vector3 position=Ogre::Vector3::ZERO) | |
| virtual | ~TextNode () |
Private Attributes | |
| Ogre::SceneManager * | m_sceneManager |
| Ogre::SceneNode * | m_sceneNode |
| rviz::MovableText * | m_text |
Definition at line 38 of file text_node.h.
| rviz_textured_quads::TextNode::TextNode | ( | Ogre::SceneManager * | sceneManager, |
| Ogre::SceneNode * | parentNode, | ||
| Ogre::Vector3 | position = Ogre::Vector3::ZERO |
||
| ) | [inline] |
Definition at line 40 of file text_node.h.
| virtual rviz_textured_quads::TextNode::~TextNode | ( | ) | [inline, virtual] |
Definition at line 53 of file text_node.h.
| void rviz_textured_quads::TextNode::clear | ( | ) | [inline] |
Definition at line 58 of file text_node.h.
| double rviz_textured_quads::TextNode::getCharacterHeight | ( | ) | [inline] |
Definition at line 67 of file text_node.h.
| void rviz_textured_quads::TextNode::setCaption | ( | const std::string & | caption | ) | [inline] |
Definition at line 71 of file text_node.h.
| void rviz_textured_quads::TextNode::setCharacterHeight | ( | double | characterHeight | ) | [inline] |
Definition at line 62 of file text_node.h.
| void rviz_textured_quads::TextNode::setColor | ( | const Ogre::ColourValue & | c | ) | [inline] |
Definition at line 84 of file text_node.h.
| void rviz_textured_quads::TextNode::setPosition | ( | const Ogre::Vector3 & | position | ) | [inline] |
Definition at line 76 of file text_node.h.
| void rviz_textured_quads::TextNode::setVisible | ( | bool | visible | ) | [inline] |
Definition at line 80 of file text_node.h.
| void rviz_textured_quads::TextNode::showOnTop | ( | bool | onTop = true | ) | [inline] |
Definition at line 88 of file text_node.h.
Ogre::SceneManager* rviz_textured_quads::TextNode::m_sceneManager [private] |
Definition at line 93 of file text_node.h.
Ogre::SceneNode* rviz_textured_quads::TextNode::m_sceneNode [private] |
Definition at line 94 of file text_node.h.
Definition at line 95 of file text_node.h.