#include <visualization/3d/TextObject.h>
◆ HorizontalAlignment
Enumerator |
---|
H_LEFT | |
H_CENTER | |
H_RIGHT | |
◆ VerticalAlignment
Enumerator |
---|
V_BELOW | |
V_ABOVE | |
V_CENTER | |
◆ TextObject() [1/2]
TextObject |
( |
const Ogre::String & |
caption, |
|
|
Ogre::SceneManager * |
sceneManager, |
|
|
Ogre::SceneNode * |
parent = NULL |
|
) |
| |
◆ TextObject() [2/2]
TextObject |
( |
const Ogre::String & |
caption, |
|
|
const Ogre::String & |
fontName, |
|
|
Ogre::SceneManager * |
sceneManager, |
|
|
Ogre::SceneNode * |
parent = NULL |
|
) |
| |
◆ ~TextObject()
◆ visitRenderables()
virtual void visitRenderables |
( |
Ogre::Renderable::Visitor * |
visitor, |
|
|
bool |
debugRenderables = false |
|
) |
| |
|
virtual |
◆ setColor() [1/2]
virtual void setColor |
( |
const Ogre::ColourValue & |
color | ) |
|
|
virtual |
◆ setVisible()
virtual void setVisible |
( |
bool |
visible, |
|
|
bool |
cascade = true |
|
) |
| |
|
virtual |
◆ setFontName()
void setFontName |
( |
const Ogre::String & |
fontName | ) |
|
◆ setCaption()
void setCaption |
( |
const Ogre::String & |
caption | ) |
|
◆ setCharacterHeight()
void setCharacterHeight |
( |
Ogre::Real |
height | ) |
|
◆ setSpaceWidth()
void setSpaceWidth |
( |
Ogre::Real |
width | ) |
|
◆ setTextAlignment()
◆ setGlobalTranslation()
void setGlobalTranslation |
( |
Ogre::Vector3 |
trans | ) |
|
◆ setLocalTranslation()
void setLocalTranslation |
( |
Ogre::Vector3 |
trans | ) |
|
◆ showOnTop()
void showOnTop |
( |
bool |
show = true | ) |
|
◆ getFontName()
const Ogre::String& getFontName |
( |
| ) |
const |
|
inline |
◆ getCaption()
const Ogre::String& getCaption |
( |
| ) |
const |
|
inline |
◆ getColor()
const Ogre::ColourValue& getColor |
( |
| ) |
const |
|
inline |
◆ getCharacterHeight()
Ogre::Real getCharacterHeight |
( |
| ) |
const |
|
inline |
◆ getSpaceWidth()
Ogre::Real getSpaceWidth |
( |
| ) |
const |
|
inline |
◆ getGlobalTranslation()
Ogre::Vector3 getGlobalTranslation |
( |
| ) |
const |
|
inline |
◆ getLocalTranslation()
Ogre::Vector3 getLocalTranslation |
( |
| ) |
const |
|
inline |
◆ getShowOnTop()
bool getShowOnTop |
( |
| ) |
const |
|
inline |
◆ GetAABB()
Ogre::AxisAlignedBox GetAABB |
( |
void |
| ) |
|
|
inline |
◆ _setupGeometry()
◆ _updateColors()
◆ getWorldTransforms()
void getWorldTransforms |
( |
Ogre::Matrix4 * |
xform | ) |
const |
|
protected |
◆ getBoundingRadius()
Ogre::Real getBoundingRadius |
( |
void |
| ) |
const |
|
inlineprotected |
◆ getSquaredViewDepth()
Ogre::Real getSquaredViewDepth |
( |
const Ogre::Camera * |
cam | ) |
const |
|
inlineprotected |
◆ getWorldOrientation()
const Ogre::Quaternion& getWorldOrientation |
( |
void |
| ) |
const |
|
protected |
◆ getWorldPosition()
const Ogre::Vector3& getWorldPosition |
( |
void |
| ) |
const |
|
protected |
◆ getBoundingBox()
const Ogre::AxisAlignedBox& getBoundingBox |
( |
void |
| ) |
const |
|
inlineprotected |
◆ getName()
const Ogre::String& getName |
( |
void |
| ) |
const |
|
inlineprotected |
◆ getMovableType()
const Ogre::String& getMovableType |
( |
void |
| ) |
const |
|
inlineprotected |
◆ _notifyCurrentCamera()
void _notifyCurrentCamera |
( |
Ogre::Camera * |
cam | ) |
|
|
protected |
◆ _updateRenderQueue()
void _updateRenderQueue |
( |
Ogre::RenderQueue * |
queue | ) |
|
|
protected |
◆ getRenderOperation()
void getRenderOperation |
( |
Ogre::RenderOperation & |
op | ) |
|
|
protected |
◆ getMaterial()
const Ogre::MaterialPtr& getMaterial |
( |
void |
| ) |
const |
|
inlineprotected |
◆ getLights()
const Ogre::LightList& getLights |
( |
void |
| ) |
const |
|
inlineprotected |
◆ setScale() [1/2]
virtual void setScale |
( |
const Ogre::Vector3 & |
scale | ) |
|
|
virtualinherited |
◆ setScale() [2/2]
virtual void setScale |
( |
const Eigen::Vector3f & |
scale | ) |
|
|
virtualinherited |
◆ setPosition() [1/2]
virtual void setPosition |
( |
const Ogre::Vector3 & |
position | ) |
|
|
virtualinherited |
◆ setPosition() [2/2]
virtual void setPosition |
( |
const Eigen::Vector3f & |
position | ) |
|
|
virtualinherited |
◆ setOrientation() [1/2]
virtual void setOrientation |
( |
const Ogre::Quaternion & |
orientation | ) |
|
|
virtualinherited |
◆ setOrientation() [2/2]
◆ setColor() [2/2]
◆ setTransform() [1/2]
◆ setTransform() [2/2]
◆ getNode()
Ogre::SceneNode* getNode |
( |
| ) |
|
|
inlineinherited |
◆ mFontName
◆ mType
◆ mName
◆ mCaption
◆ mHorizontalAlignment
◆ mVerticalAlignment
◆ mColor
◆ mRenderOp
Ogre::RenderOperation mRenderOp |
|
protected |
◆ mAABB
Ogre::AxisAlignedBox mAABB |
|
protected |
◆ mLList
◆ mCharHeight
◆ mSpaceWidth
◆ mNeedUpdate
◆ mUpdateColors
◆ mOnTop
◆ mTimeUntilNextToggle
Ogre::Real mTimeUntilNextToggle |
|
protected |
◆ mRadius
◆ mGlobalTranslation
Ogre::Vector3 mGlobalTranslation |
|
protected |
◆ mLocalTranslation
Ogre::Vector3 mLocalTranslation |
|
protected |
◆ mCam
◆ mWin
◆ mFont
◆ mMaterial
Ogre::MaterialPtr mMaterial |
|
protected |
◆ mBackgroundMaterial
Ogre::MaterialPtr mBackgroundMaterial |
|
protected |
◆ mSceneManager
Ogre::SceneManager* mSceneManager |
|
protectedinherited |
◆ mNode
The documentation for this class was generated from the following file: