This class implements an overlay element which contains simple unformatted text.
More...
|
| TextAreaOverlayElement (const String &name) |
| Constructor. More...
|
|
| ~TextAreaOverlayElement () override |
|
void | _releaseManualHardwareResources () override |
|
void | _restoreManualHardwareResources () override |
|
void | _update () override |
| Overridden from OverlayElement. More...
|
|
Alignment | getAlignment () const |
|
Real | getCharHeight () const |
|
const ColourValue & | getColour () const override |
| Gets the colour of the text. More...
|
|
const ColourValue & | getColourBottom () const |
| Gets the colour of the bottom of the letters. More...
|
|
const ColourValue & | getColourTop () const |
| Gets the colour of the top of the letters. More...
|
|
const String & | getFontName () const |
|
const MaterialPtr & | getMaterial () const |
| See Renderable. More...
|
|
void | getRenderOperation (v1::RenderOperation &op, bool casterPass) override |
| See Renderable. More...
|
|
Real | getSpaceWidth () const |
|
const String & | getTypeName () const override |
| See OverlayElement. More...
|
|
void | initialise () override |
| Initialise gui element. More...
|
|
void | setAlignment (Alignment a) |
|
void | setCaption (const DisplayString &text) override |
| Sets the caption on elements that support it. More...
|
|
void | setCharHeight (Real height) |
|
void | setColour (const ColourValue &col) override |
| Sets the colour of the text. More...
|
|
void | setColourBottom (const ColourValue &col) |
| Sets the colour of the bottom of the letters. More...
|
|
void | setColourTop (const ColourValue &col) |
| Sets the colour of the top of the letters. More...
|
|
void | setFontName (const String &font) |
|
void | setMaterialName (const String &matName) override |
| Overridden from OverlayElement. More...
|
|
void | setMetricsMode (GuiMetricsMode gmm) override |
| Overridden from OverlayElement. More...
|
|
void | setSpaceWidth (Real width) |
|
| OverlayElement (const String &name) |
| Constructor: do not call direct, use OverlayManager::createElement. More...
|
|
| ~OverlayElement () override |
|
virtual void | _getClippingRegion (RealRect &clippingRegion) |
| Gets the clipping region of the element. More...
|
|
virtual Real | _getDerivedLeft () |
| Gets the 'left' position as derived from own left and that of parents. More...
|
|
virtual Real | _getDerivedTop () |
| Gets the 'top' position as derived from own left and that of parents. More...
|
|
Real | _getHeight () const |
| Gets the height of this element in relation to the screen (where 1.0 = screen height)
More...
|
|
Real | _getLeft () const |
| Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right)
More...
|
|
virtual Real | _getRelativeHeight () |
| Gets the 'height' as derived from own height and metrics mode. More...
|
|
virtual Real | _getRelativeWidth () |
| Gets the 'width' as derived from own width and metrics mode. More...
|
|
Real | _getTop () const |
| Gets the top of this element in relation to the screen (where 0 = far left, 1.0 = far right)
More...
|
|
Real | _getWidth () const |
| Gets the width of this element in relation to the screen (where 1.0 = screen width)
More...
|
|
virtual void | _notifyParent (OverlayContainer *parent, Overlay *overlay) |
| Internal method for notifying the GUI element of it's parent and ultimate overlay. More...
|
|
virtual void | _notifyViewport () |
| Internal method to notify the element when the viewport of parent overlay has changed. More...
|
|
virtual void | _positionsOutOfDate () |
| Tell the object to recalculate. More...
|
|
void | _setDimensions (Real width, Real height) |
| Sets the width and height of this element in relation to the screen (where 1.0 = screen width) More...
|
|
void | _setHeight (Real height) |
| Sets the height of this element in relation to the screen (where 1.0 = screen width) More...
|
|
void | _setLeft (Real left) |
| Sets the left of this element in relation to the screen (where 1.0 = screen width) More...
|
|
void | _setParent (OverlayContainer *parent) |
|
void | _setPosition (Real left, Real top) |
| Sets the left and top of this element in relation to the screen (where 1.0 = screen width) More...
|
|
void | _setTop (Real top) |
| Sets the top of this element in relation to the screen (where 1.0 = screen width) More...
|
|
void | _setWidth (Real width) |
| Sets the width of this element in relation to the screen (where 1.0 = screen width) More...
|
|
virtual void | _updateFromParent () |
| Updates this elements transform based on it's parent. More...
|
|
virtual void | _updateRenderQueue (RenderQueue *queue, Camera *camera, const Camera *lodCamera) |
| Internal method to put the contents onto the render queue. More...
|
|
virtual OverlayElement * | clone (const String &instanceName) |
|
virtual bool | contains (Real x, Real y) const |
| Returns true if xy is within the constraints of the component. More...
|
|
virtual void | copyFromTemplate (OverlayElement *templateOverlay) |
|
virtual OverlayElement * | findElementAt (Real x, Real y) |
| Returns true if xy is within the constraints of the component. More...
|
|
virtual const DisplayString & | getCaption () const |
| Gets the caption for this element. More...
|
|
Real | getHeight () const |
| Gets the height of this element in relation to the screen (where 1.0 = screen height) More...
|
|
virtual GuiHorizontalAlignment | getHorizontalAlignment () const |
| Gets the horizontal alignment for this element. More...
|
|
Real | getLeft () const |
| Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right)
More...
|
|
const LightList & | getLights () const override |
| Gets a list of lights, ordered relative to how close they are to this renderable. More...
|
|
const MaterialPtr & | getMaterial () const |
| See Renderable. More...
|
|
virtual const String & | getMaterialName () const |
| Gets the name of the material this element uses. More...
|
|
virtual GuiMetricsMode | getMetricsMode () const |
| Retrieves the current settings of how the element metrics are interpreted. More...
|
|
const String & | getName () const |
| Gets the name of this overlay. More...
|
|
OverlayContainer * | getParent () |
| Returns the parent container. More...
|
|
const OverlayElement * | getSourceTemplate () const |
| Returns the SourceTemplate for this element. More...
|
|
Real | getTop () const |
| Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom)
More...
|
|
virtual GuiVerticalAlignment | getVerticalAlignment () const |
| Gets the vertical alignment for this element. More...
|
|
Real | getWidth () const |
| Gets the width of this element in relation to the screen (where 1.0 = screen width) More...
|
|
void | getWorldTransforms (Matrix4 *xform) const override |
| See Renderable. More...
|
|
virtual void | hide () |
| Hides this element if it was visible. More...
|
|
virtual bool | isCloneable () const |
|
virtual bool | isContainer () const |
| returns false as this class is not a container type More...
|
|
bool | isEnabled () const |
|
virtual bool | isKeyEnabled () const |
|
bool | isVisible () const |
| Returns whether or not the element is visible. More...
|
|
virtual void | setCloneable (bool c) |
|
void | setDimensions (Real width, Real height) |
| Sets the dimensions of this element in relation to the screen (1.0 = screen width/height). More...
|
|
virtual void | setEnabled (bool b) |
|
void | setHeight (Real height) |
| Sets the height of this element in relation to the screen (where 1.0 = screen height) More...
|
|
virtual void | setHorizontalAlignment (GuiHorizontalAlignment gha) |
| Sets the horizontal origin for this element. More...
|
|
void | setLeft (Real left) |
| Sets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right) More...
|
|
void | setPosition (Real left, Real top) |
| Sets the position of the top-left corner of the element, relative to the screen size (1.0 = screen width / height) More...
|
|
void | setTop (Real Top) |
| Sets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom) More...
|
|
virtual void | setVerticalAlignment (GuiVerticalAlignment gva) |
| Sets the vertical origin for this element. More...
|
|
void | setWidth (Real width) |
| Sets the width of this element in relation to the screen (where 1.0 = screen width) More...
|
|
virtual void | show () |
| Shows this element if it was hidden. More...
|
|
| StringInterface () |
|
virtual | ~StringInterface () |
| Virtual destructor, see Effective C++. More...
|
|
virtual void | copyParametersTo (StringInterface *dest) const |
| Method for copying this object's parameters to another object. More...
|
|
ParamDictionary * | getParamDictionary () |
| Retrieves the parameter dictionary for this class. More...
|
|
const ParamDictionary * | getParamDictionary () const |
|
virtual String | getParameter (const String &name) const |
| Generic parameter retrieval method. More...
|
|
const ParameterList & | getParameters () const |
| Retrieves a list of parameters valid for this object. More...
|
|
virtual bool | setParameter (const String &name, const String &value) |
| Generic parameter setting method. More...
|
|
virtual void | setParameterList (const NameValuePairList ¶mList) |
| Generic multiple parameter setting method. More...
|
|
| Renderable () |
|
virtual | ~Renderable () |
| Virtual destructor needed as class has virtual methods. More...
|
|
virtual void | _setHlmsHashes (uint32 hash, uint32 casterHash) |
| Manually sets the hlms hashes. Don't call this directly. More...
|
|
virtual void | _setNullDatablock () |
| Sets the datablock to a null pointer. More...
|
|
virtual void | _updateCustomGpuParameter (const GpuProgramParameters_AutoConstantEntry &constantEntry, GpuProgramParameters *params) const |
| Update a custom GpuProgramParameters constant which is derived from information only this Renderable knows. More...
|
|
void | addPoseWeight (size_t index, float w) |
|
virtual bool | getCastsShadows () const |
| Method which reports whether this renderable would normally cast a shadow. More...
|
|
uint8 | getCurrentMaterialLod () const |
|
const Vector4 & | getCustomParameter (size_t index) const |
| Gets the custom value associated with this Renderable at the given index. More...
|
|
const CustomParameterMap & | getCustomParameters () const |
|
HlmsDatablock * | getDatablock () const |
|
const String & | getDatablockOrMaterialName () const |
|
uint32 | getHlmsCasterHash () const |
|
uint32 | getHlmsHash () const |
|
MaterialPtr | getMaterial () const |
| Retrieves the material this renderable object uses. More...
|
|
unsigned short | getNumPoses () const |
|
virtual unsigned short | getNumWorldTransforms () const |
| Returns the number of world transform matrices this renderable requires. More...
|
|
virtual ParticleType::ParticleType | getParticleType () const |
| Used by ParticleSystemDef to indicate Hlms they want specific shader code. More...
|
|
virtual bool | getPolygonModeOverrideable () const |
| Gets whether this renderable's chosen detail level can be overridden (downgraded) by the camera setting. More...
|
|
bool | getPoseHalfPrecision () const |
|
bool | getPoseNormals () const |
|
TexBufferPacked * | getPoseTexBuffer () const |
|
float | getPoseWeight (size_t index) const |
|
float * | getPoseWeights () const |
|
uint8 | getRenderQueueSubGroup () const |
|
bool | getUseIdentityProjection () const |
| Returns whether or not to use an 'identity' projection. More...
|
|
bool | getUseIdentityView () const |
| Returns whether or not to use an 'identity' view. More...
|
|
virtual bool | getUseIdentityViewProjMatrixIsDynamic () const |
| Returns whether the Hlms implementation should evaluate getUseIdentityProjection per object at runtime, or if it can assume the Renderable will remain with the same setting until the datablock is flushed (performance optimization) More...
|
|
virtual bool | getUseIdentityWorldMatrix () const |
| Returns whether the world matrix is an identity matrix. More...
|
|
virtual OGRE_DEPRECATED const Any & | getUserAny () const |
|
UserObjectBindings & | getUserObjectBindings () |
| Return an instance of user objects binding associated with this class. More...
|
|
const UserObjectBindings & | getUserObjectBindings () const |
| Return an instance of user objects binding associated with this class. More...
|
|
const VertexArrayObjectArray & | getVaos (VertexPass vertexPass) const |
|
bool | hasCustomParameter (size_t index) const |
| Checks whether a custom value is associated with this Renderable at the given index. More...
|
|
bool | hasSkeletonAnimation () const |
|
virtual void | postRender (SceneManager *sm, RenderSystem *rsys) |
| Called immediately after the Renderable has been rendered. More...
|
|
virtual bool | preRender (SceneManager *sm, RenderSystem *rsys) |
| Called just prior to the Renderable being rendered. More...
|
|
void | removeCustomParameter (size_t index) |
| Removes a custom value which is associated with this Renderable at the given index. More...
|
|
void | resetMaterialLod () |
| Sets mCurrentMaterialLod to 0. More...
|
|
void | setCustomParameter (size_t index, const Vector4 &value) |
| Sets a custom parameter for this Renderable, which may be used to drive calculations for this specific Renderable, like GPU program parameters. More...
|
|
virtual void | setDatablock (HlmsDatablock *datablock) |
| Assigns a datablock (i.e. HLMS Material) to this renderable. More...
|
|
void | setDatablock (IdString datablockName) |
| Assigns a datablock (i.e. More...
|
|
void | setDatablockOrMaterialName (String materialName, String groupName) |
| First tries to see if an HLMS datablock exist with the given name, if not, tries to search among low level materials. More...
|
|
virtual void | setMaterial (const MaterialPtr &material) |
| Sets the given material. Overrides HLMS materials. More...
|
|
void | setMaterialName (const String &name, const String &groupName) |
| Sets the name of the Material to be used. Prefer using HLMS. More...
|
|
virtual void | setPolygonModeOverrideable (bool override) |
| Sets whether this renderable's chosen detail level can be overridden (downgraded) by the camera setting. More...
|
|
void | setPoseWeight (size_t index, float w) |
|
void | setRenderQueueSubGroup (uint8 subGroup) |
| Sets the render queue sub group. More...
|
|
void | setUseIdentityProjection (bool useIdentityProjection) |
| Sets whether or not to use an 'identity' projection. More...
|
|
void | setUseIdentityView (bool useIdentityView) |
| Sets whether or not to use an 'identity' view. More...
|
|
virtual OGRE_DEPRECATED void | setUserAny (const Any &anything) |
|