#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/modules/graphics/graphicswidgets/MovableText.h>
Definition at line 37 of file MovableText.h.
i6e::modules::MovableText::MovableText |
( |
const Ogre::String & |
name, |
|
|
const Ogre::String & |
caption, |
|
|
const Ogre::String & |
fontName, |
|
|
Ogre::Real |
charHeight, |
|
|
const Ogre::ColourValue & |
color |
|
) |
| |
i6e::modules::MovableText::~MovableText |
( |
| ) |
|
Ogre::AxisAlignedBox i6e::modules::MovableText::GetAABB |
( |
| ) |
|
|
inline |
const Ogre::String& i6e::modules::MovableText::getCaption |
( |
| ) |
const |
|
inline |
Ogre::Real i6e::modules::MovableText::getCharacterHeight |
( |
| ) |
const |
|
inline |
const Ogre::ColourValue& i6e::modules::MovableText::getColor |
( |
| ) |
const |
|
inline |
const Ogre::String& i6e::modules::MovableText::getFontName |
( |
| ) |
const |
|
inline |
Ogre::Vector3 i6e::modules::MovableText::getGlobalTranslation |
( |
| ) |
const |
|
inline |
Ogre::Vector3 i6e::modules::MovableText::getLocalTranslation |
( |
| ) |
const |
|
inline |
bool i6e::modules::MovableText::getShowOnTop |
( |
| ) |
const |
|
inline |
Ogre::Real i6e::modules::MovableText::getSpaceWidth |
( |
| ) |
const |
|
inline |
void i6e::modules::MovableText::setCaption |
( |
const Ogre::String & |
caption | ) |
|
void i6e::modules::MovableText::setCharacterHeight |
( |
Ogre::Real |
height | ) |
|
void i6e::modules::MovableText::setColor |
( |
const Ogre::ColourValue & |
color | ) |
|
void i6e::modules::MovableText::setFontName |
( |
const Ogre::String & |
fontName | ) |
|
void i6e::modules::MovableText::setGlobalTranslation |
( |
Ogre::Vector3 |
trans | ) |
|
void i6e::modules::MovableText::setLocalTranslation |
( |
Ogre::Vector3 |
trans | ) |
|
void i6e::modules::MovableText::setSpaceWidth |
( |
Ogre::Real |
width | ) |
|
void i6e::modules::MovableText::showOnTop |
( |
bool |
show = true | ) |
|
void i6e::modules::MovableText::visitRenderables |
( |
Ogre::Renderable::Visitor * |
visitor, |
|
|
bool |
debugRenderables = false |
|
) |
| |
The documentation for this class was generated from the following file: