29 #ifndef _OverlayText_H__ 30 #define _OverlayText_H__ 62 void setSpaceWidth(
float width);
63 float getSpaceWidth()
const;
65 void setColour(
const ColourValue&
colour);
66 const ColourValue& getColour()
const;
71 void setAlignmentString(
const std::string& alignment);
74 inline void setTextSize(
float size) { this->setSize(Vector2(size, size)); }
75 inline float getTextSize()
const {
return this->getSize().y; }
78 virtual void sizeChanged()
override;
82 Ogre::TextAreaOverlayElement*
text_;
Definition: OverlayText.h:41
::std::string string
Definition: gtest-port.h:756
float getTextSize() const
Definition: OverlayText.h:75
Definition: InputPrereqs.h:181
Ogre::ColourValue colour(const btVector3 &color, btScalar alpha)
Definition: OgreBulletUtils.h:41
xmlelement
Definition: Super.h:519
void setTextSize(float size)
Definition: OverlayText.h:74
Declaration and implementation of several math-functions, typedefs of some Ogre::Math classes to the ...
Definition: InputPrereqs.h:182
#define _OverlaysExport
Definition: OverlaysPrereqs.h:60
virtual void changedCaption()
Definition: OverlayText.h:80
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Shared library macros, enums, constants and forward declarations for the overlays module ...
Mode
Definition: CorePrereqs.h:102
Base class to display content directly onto the screen.
Definition: OrxonoxOverlay.h:72
Declaration of the OrxonoxOverlay class.
Ogre::TextAreaOverlayElement * text_
Definition: OverlayText.h:82
virtual void changedColour()
Definition: OverlayText.h:79
Alignment
Definition: OverlayText.h:44