OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
OverlayElement representing a flat, single-material (or transparent) panel which can contain other elements. More...
#include <OgrePanelOverlayElement.h>
Classes | |
class | CmdTiling |
Command object for specifying tiling (see ParamCommand). More... | |
class | CmdTransparent |
Command object for specifying transparency (see ParamCommand). More... | |
class | CmdUVCoords |
Command object for specifying UV coordinates (see ParamCommand). More... | |
Public Types | |
typedef MapIterator< ChildContainerMap > | ChildContainerIterator |
typedef map< String, OverlayContainer * >::type | ChildContainerMap |
typedef MapIterator< ChildMap > | ChildIterator |
typedef map< String, OverlayElement * >::type | ChildMap |
typedef map< size_t, Vector4 >::type | CustomParameterMap |
Public Member Functions | |
PanelOverlayElement (const String &name) | |
Constructor. | |
virtual | ~PanelOverlayElement () |
void | _addChild (OverlayElement *elem) |
virtual void | _getClippingRegion (RealRect &clippingRegion) |
Gets the clipping region of the element. | |
virtual Real | _getDerivedLeft (void) |
Gets the 'left' position as derived from own left and that of parents. | |
virtual Real | _getDerivedTop (void) |
Gets the 'top' position as derived from own left and that of parents. | |
Real | _getHeight (void) const |
Gets the height of this element in relation to the screen (where 1.0 = screen height) | |
Real | _getLeft (void) const |
Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right) | |
virtual Real | _getRelativeHeight (void) |
Gets the 'height' as derived from own height and metrics mode. | |
virtual Real | _getRelativeWidth (void) |
Gets the 'width' as derived from own width and metrics mode. | |
Real | _getTop (void) const |
Gets the top of this element in relation to the screen (where 0 = far left, 1.0 = far right) | |
Real | _getWidth (void) const |
Gets the width of this element in relation to the screen (where 1.0 = screen width) | |
virtual void | _notifyParent (OverlayContainer *parent, Overlay *overlay) |
Overridden from OverlayElement. | |
virtual void | _notifyViewport () |
Overridden from OverlayElement. | |
virtual void | _positionsOutOfDate (void) |
Tell the object and its children to recalculate. | |
virtual void | _releaseManualHardwareResources () |
Notifies that hardware resources were lost. | |
void | _removeChild (const String &name) |
void | _removeChild (OverlayElement *elem) |
virtual void | _restoreManualHardwareResources () |
Notifies that hardware resources should be restored. | |
void | _setDimensions (Real width, Real height) |
Sets the width and height of this element in relation to the screen (where 1.0 = screen width) | |
void | _setHeight (Real height) |
Sets the height of this element in relation to the screen (where 1.0 = screen width) | |
virtual void | _setHlmsHashes (uint32 hash, uint32 casterHash) |
Manually sets the hlms hashes. Don't call this directly. | |
void | _setLeft (Real left) |
Sets the left of this element in relation to the screen (where 1.0 = screen width) | |
virtual void | _setNullDatablock (void) |
Sets the datablock to a null pointer. | |
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) | |
void | _setTop (Real top) |
Sets the top of this element in relation to the screen (where 1.0 = screen width) | |
void | _setWidth (Real width) |
Sets the width of this element in relation to the screen (where 1.0 = screen width) | |
virtual void | _update (void) |
Overridden from OverlayElement. | |
virtual void | _updateCustomGpuParameter (const GpuProgramParameters::AutoConstantEntry &constantEntry, GpuProgramParameters *params) const |
Update a custom GpuProgramParameters constant which is derived from information only this Renderable knows. | |
virtual void | _updateFromParent (void) |
Updates this elements transform based on it's parent. | |
void | _updateRenderQueue (RenderQueue *queue, Camera *camera, const Camera *lodCamera) |
Overridden from OverlayContainer. | |
virtual void | addChild (OverlayElement *elem) |
Adds another OverlayElement to this container. | |
virtual void | addChildImpl (OverlayContainer *cont) |
Add a nested container to this container. | |
virtual void | addChildImpl (OverlayElement *elem) |
Adds another OverlayElement to this container. | |
void | addPoseWeight (size_t index, float w) |
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. | |
void | copyFromTemplate (OverlayElement *templateOverlay) |
virtual void | copyParametersTo (StringInterface *dest) const |
Method for copying this object's parameters to another object. | |
virtual OverlayElement * | findElementAt (Real x, Real y) |
This returns a OverlayElement at position x,y. | |
virtual const DisplayString & | getCaption (void) const |
Gets the caption for this element. | |
virtual bool | getCastsShadows (void) const |
Method which reports whether this renderable would normally cast a shadow. | |
virtual OverlayElement * | getChild (const String &name) |
Gets the named child of this container. | |
virtual ChildContainerIterator | getChildContainerIterator (void) |
Gets an iterator for just the container children of this object. | |
virtual ChildIterator | getChildIterator (void) |
Gets an object for iterating over all the children of this object. | |
virtual const ColourValue & | getColour (void) const |
Gets the colour for this element. | |
uint8 | getCurrentMaterialLod (void) const |
const Vector4 & | getCustomParameter (size_t index) const |
Gets the custom value associated with this Renderable at the given index. | |
const CustomParameterMap & | getCustomParameters (void) const |
HlmsDatablock * | getDatablock (void) const |
Real | getHeight (void) const |
Gets the height of this element in relation to the screen (where 1.0 = screen height) | |
uint32 | getHlmsCasterHash (void) const |
uint32 | getHlmsHash (void) const |
virtual GuiHorizontalAlignment | getHorizontalAlignment (void) const |
Gets the horizontal alignment for this element. | |
Real | getLeft (void) const |
Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right) | |
const LightList & | getLights (void) const |
Gets a list of lights, ordered relative to how close they are to this renderable. | |
const MaterialPtr & | getMaterial (void) const |
See Renderable. | |
virtual const String & | getMaterialName (void) const |
Gets the name of the material this element uses. | |
virtual GuiMetricsMode | getMetricsMode (void) const |
Retrieves the current settings of how the element metrics are interpreted. | |
const String & | getName (void) const |
Gets the name of this overlay. | |
unsigned short | getNumPoses (void) const |
virtual unsigned short | getNumWorldTransforms (void) const |
Returns the number of world transform matrices this renderable requires. | |
ParamDictionary * | getParamDictionary (void) |
Retrieves the parameter dictionary for this class. | |
const ParamDictionary * | getParamDictionary (void) const |
virtual String | getParameter (const String &name) const |
Generic parameter retrieval method. | |
const ParameterList & | getParameters (void) const |
Retrieves a list of parameters valid for this object. | |
OverlayContainer * | getParent () |
Returns the parent container. | |
virtual bool | getPolygonModeOverrideable (void) const |
Gets whether this renderable's chosen detail level can be overridden (downgraded) by the camera setting. | |
bool | getPoseHalfPrecision () const |
bool | getPoseNormals () const |
TexBufferPacked * | getPoseTexBuffer () const |
float | getPoseWeight (size_t index) const |
float * | getPoseWeights () const |
void | getRenderOperation (v1::RenderOperation &op, bool casterPass) |
See Renderable. | |
uint8 | getRenderQueueSubGroup (void) const |
const OverlayElement * | getSourceTemplate () const |
Returns the SourceTemplate for this element. | |
Real | getTileX (ushort layer=0) const |
Real | getTileY (ushort layer=0) const |
Gets the number of times the texture should repeat vertically. | |
Real | getTop (void) const |
Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom) | |
virtual const String & | getTypeName (void) const |
See OverlayElement. | |
bool | getUseIdentityProjection (void) const |
Returns whether or not to use an 'identity' projection. | |
bool | getUseIdentityView (void) const |
Returns whether or not to use an 'identity' view. | |
virtual bool | getUseIdentityViewProjMatrixIsDynamic (void) 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) | |
virtual bool | getUseIdentityWorldMatrix (void) const |
Returns whether the world matrix is an identity matrix. | |
virtual OGRE_DEPRECATED const Any & | getUserAny (void) const |
UserObjectBindings & | getUserObjectBindings () |
Return an instance of user objects binding associated with this class. | |
const UserObjectBindings & | getUserObjectBindings () const |
Return an instance of user objects binding associated with this class. | |
void | getUV (Real &u1, Real &v1, Real &u2, Real &v2) const |
Get the uv coordinates for the panel. | |
const VertexArrayObjectArray & | getVaos (VertexPass vertexPass) const |
virtual GuiVerticalAlignment | getVerticalAlignment (void) const |
Gets the vertical alignment for this element. | |
Real | getWidth (void) const |
Gets the width of this element in relation to the screen (where 1.0 = screen width) | |
void | getWorldTransforms (Matrix4 *xform) const |
See Renderable. | |
bool | hasCustomParameter (size_t index) const |
Checks whether a custom value is associated with this Renderable at the given index. | |
bool | hasSkeletonAnimation (void) const |
virtual void | hide (void) |
Hides this element if it was visible. | |
virtual void | initialise (void) |
Initialise. | |
virtual bool | isChildrenProcessEvents () const |
Should this container pass events to their children. | |
virtual bool | isCloneable () const |
bool | isContainer () const |
Overridden from OverlayElement. | |
bool | isEnabled () const |
virtual bool | isKeyEnabled () const |
bool | isTransparent (void) const |
Returns whether this panel is transparent. | |
bool | isVisible (void) const |
Returns whether or not the element is visible. | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
virtual void | postRender (SceneManager *sm, RenderSystem *rsys) |
Called immediately after the Renderable has been rendered. | |
virtual bool | preRender (SceneManager *sm, RenderSystem *rsys) |
Called just prior to the Renderable being rendered. | |
virtual void | removeChild (const String &name) |
Removes a named element from this container. | |
void | removeCustomParameter (size_t index) |
Removes a custom value which is associated with this Renderable at the given index. | |
virtual void | setCaption (const DisplayString &text) |
Sets the caption on elements that support it. | |
virtual void | setChildrenProcessEvents (bool val) |
Should this container pass events to their children. | |
virtual void | setCloneable (bool c) |
virtual void | setColour (const ColourValue &col) |
Sets the colour on elements that support it. | |
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. | |
virtual void | setDatablock (HlmsDatablock *datablock) |
Assigns a datablock (i.e. HLMS Material) to this renderable. | |
void | setDatablock (IdString datablockName) |
Assigns a datablock (i.e. | |
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. | |
void | setDimensions (Real width, Real height) |
Sets the dimensions of this element in relation to the screen (1.0 = screen width/height). | |
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) | |
virtual void | setHorizontalAlignment (GuiHorizontalAlignment gha) |
Sets the horizontal origin for this element. | |
void | setLeft (Real left) |
Sets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right) | |
virtual void | setMaterial (const MaterialPtr &material) |
Sets the given material. Overrides HLMS materials. | |
void | setMaterialName (const String &matName) |
Overridden from OverlayElement. | |
void | setMaterialName (const String &name, const String &groupName) |
Sets the name of the Material to be used. Prefer using HLMS @See setHlms. | |
virtual void | setMetricsMode (GuiMetricsMode gmm) |
Tells this element how to interpret the position and dimension values it is given. | |
virtual bool | setParameter (const String &name, const String &value) |
Generic parameter setting method. | |
virtual void | setParameterList (const NameValuePairList ¶mList) |
Generic multiple parameter setting method. | |
virtual void | setPolygonModeOverrideable (bool override) |
Sets whether this renderable's chosen detail level can be overridden (downgraded) by the camera setting. | |
void | setPoseWeight (size_t index, float w) |
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) | |
void | setRenderQueueSubGroup (uint8 subGroup) |
Sets the render queue sub group. | |
void | setTiling (Real x, Real y, ushort layer=0) |
Sets the number of times textures should repeat. | |
void | setTop (Real Top) |
Sets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom) | |
void | setTransparent (bool isTransparent) |
Sets whether this panel is transparent (used only as a grouping level), or if it is actually rendered. | |
void | setUseIdentityProjection (bool useIdentityProjection) |
Sets whether or not to use an 'identity' projection. | |
void | setUseIdentityView (bool useIdentityView) |
Sets whether or not to use an 'identity' view. | |
virtual OGRE_DEPRECATED void | setUserAny (const Any &anything) |
void | setUV (Real u1, Real v1, Real u2, Real v2) |
Sets the texture coordinates for the panel. | |
virtual void | setVerticalAlignment (GuiVerticalAlignment gva) |
Sets the vertical origin for this element. | |
void | setWidth (Real width) |
Sets the width of this element in relation to the screen (where 1.0 = screen width) | |
virtual void | show (void) |
Shows this element if it was hidden. | |
Static Public Member Functions | |
static void | cleanupDictionary () |
Cleans up the static 'msDictionary' required to reset Ogre, otherwise the containers are left with invalid pointers, which will lead to a crash as soon as one of the ResourceManager implementers (e.g. | |
Public Attributes | |
uint8 | mCustomParameter |
Only valid when using low level materials. | |
uint32 | mHlmsGlobalIndex |
Index in the vector holding this Rendrable reference in the HLMS datablock. | |
OverlayElement representing a flat, single-material (or transparent) panel which can contain other elements.
|
inherited |
|
inherited |
|
inherited |
|
virtual |
|
inherited |
|
virtualinherited |
Gets the clipping region of the element.
Gets the 'left' position as derived from own left and that of parents.
Gets the 'top' position as derived from own left and that of parents.
Gets the height of this element in relation to the screen (where 1.0 = screen height)
Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right)
Gets the 'height' as derived from own height and metrics mode.
Gets the 'width' as derived from own width and metrics mode.
Gets the top of this element in relation to the screen (where 0 = far left, 1.0 = far right)
Gets the width of this element in relation to the screen (where 1.0 = screen width)
|
virtualinherited |
Overridden from OverlayElement.
Reimplemented from Ogre::v1::OverlayElement.
Overridden from OverlayElement.
Reimplemented from Ogre::v1::OverlayElement.
Tell the object and its children to recalculate.
Reimplemented from Ogre::v1::OverlayElement.
Notifies that hardware resources were lost.
Reimplemented from Ogre::v1::OverlayElement.
Reimplemented in Ogre::v1::BorderPanelOverlayElement.
|
inlineinherited |
References Ogre::v1::OverlayContainer::_removeChild().
Referenced by Ogre::v1::OverlayContainer::_removeChild().
Notifies that hardware resources should be restored.
Reimplemented from Ogre::v1::OverlayElement.
Reimplemented in Ogre::v1::BorderPanelOverlayElement.
Sets the width and height of this element in relation to the screen (where 1.0 = screen width)
Sets the height of this element in relation to the screen (where 1.0 = screen width)
Manually sets the hlms hashes. Don't call this directly.
Reimplemented in Ogre::SubItem.
Sets the left of this element in relation to the screen (where 1.0 = screen width)
Sets the datablock to a null pointer.
Use case: If you will be destroying an HlmsDatablock and all Renderables associated by it; it makes no sense to change the Renderable's datablock to a default one, only to be destroyed immediately after (you pay an unnecessary performance price).
Reimplemented in Ogre::v1::BillboardSet, and Ogre::v1::SubEntity.
|
inlineinherited |
Sets the left and top of this element in relation to the screen (where 1.0 = screen width)
Sets the top of this element in relation to the screen (where 1.0 = screen width)
Sets the width of this element in relation to the screen (where 1.0 = screen width)
Overridden from OverlayElement.
Reimplemented from Ogre::v1::OverlayElement.
Reimplemented in Ogre::v1::BorderPanelOverlayElement.
|
inlinevirtualinherited |
Update a custom GpuProgramParameters constant which is derived from information only this Renderable knows.
constantEntry | The auto constant entry referring to the parameter being updated |
params | The parameters object which this method should call to set the updated parameters. |
Reimplemented in Ogre::v1::SubEntity.
Updates this elements transform based on it's parent.
|
virtual |
Overridden from OverlayContainer.
Reimplemented from Ogre::v1::OverlayContainer.
|
virtualinherited |
Adds another OverlayElement to this container.
|
virtualinherited |
Add a nested container to this container.
|
virtualinherited |
Adds another OverlayElement to this container.
Cleans up the static 'msDictionary' required to reset Ogre, otherwise the containers are left with invalid pointers, which will lead to a crash as soon as one of the ResourceManager implementers (e.g.
MaterialManager) initializes.
|
virtualinherited |
Reimplemented from Ogre::v1::OverlayElement.
Returns true if xy is within the constraints of the component.
|
virtualinherited |
Reimplemented from Ogre::v1::OverlayElement.
|
inlinevirtualinherited |
Method for copying this object's parameters to another object.
dest | Pointer to object to have it's parameters set the same as this object. |
|
virtualinherited |
This returns a OverlayElement at position x,y.
Reimplemented from Ogre::v1::OverlayElement.
|
virtualinherited |
Gets the caption for this element.
Method which reports whether this renderable would normally cast a shadow.
Reimplemented in Ogre::v1::StaticGeometry::GeometryBucket, Ogre::v1::SubEntity, Ogre::SubItem, Ogre::WireAabb, and Ogre::ManualObject::ManualObjectSection.
|
virtualinherited |
Gets the named child of this container.
|
virtualinherited |
Gets an iterator for just the container children of this object.
|
virtualinherited |
Gets an object for iterating over all the children of this object.
|
virtualinherited |
Gets the colour for this element.
Reimplemented in Ogre::v1::TextAreaOverlayElement.
Gets the custom value associated with this Renderable at the given index.
index | Index of the parameter to retrieve. |
References Ogre::Exception::ERR_ITEM_NOT_FOUND, and OGRE_EXCEPT.
|
inlineinherited |
|
inlineinherited |
Gets the height of this element in relation to the screen (where 1.0 = screen height)
|
virtualinherited |
Gets the horizontal alignment for this element.
Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right)
Gets a list of lights, ordered relative to how close they are to this renderable.
Implements Ogre::Renderable.
|
inherited |
See Renderable.
Gets the name of the material this element uses.
|
virtualinherited |
Retrieves the current settings of how the element metrics are interpreted.
Gets the name of this overlay.
|
inlinevirtualinherited |
Returns the number of world transform matrices this renderable requires.
Reimplemented in Ogre::v1::BorderRenderable, Ogre::v1::InstanceBatchHW, Ogre::v1::InstanceBatchShader, Ogre::v1::BaseInstanceBatchVTF, and Ogre::v1::SubEntity.
|
inlineinherited |
Retrieves the parameter dictionary for this class.
|
inlineinherited |
|
inlinevirtualinherited |
Generic parameter retrieval method.
name | The name of the parameter to get |
|
inherited |
Retrieves a list of parameters valid for this object.
|
inherited |
Returns the parent container.
Gets whether this renderable's chosen detail level can be overridden (downgraded) by the camera setting.
Reimplemented in Ogre::v1::BorderRenderable.
Referenced by Ogre::v1::BorderRenderable::getPolygonModeOverrideable().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
virtual |
See Renderable.
Implements Ogre::Renderable.
|
inlineinherited |
Returns the SourceTemplate for this element.
Gets the number of times the texture should repeat vertically.
layer | The texture layer to specify (only needs to be altered if you're using a multi-texture layer material) |
Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom)
See OverlayElement.
Implements Ogre::v1::OverlayElement.
Reimplemented in Ogre::v1::BorderPanelOverlayElement.
Returns whether or not to use an 'identity' projection.
Returns whether or not to use an 'identity' view.
|
inlinevirtualinherited |
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)
Returns whether the world matrix is an identity matrix.
Reimplemented in Ogre::v1::BillboardSet.
|
inlinevirtualinherited |
Reimplemented in Ogre::v1::InstanceBatch.
|
inlineinherited |
Return an instance of user objects binding associated with this class.
You can use it to associate one or more custom objects with this class instance.
|
inlineinherited |
Return an instance of user objects binding associated with this class.
You can use it to associate one or more custom objects with this class instance.
Get the uv coordinates for the panel.
|
inlineinherited |
|
virtualinherited |
Gets the vertical alignment for this element.
Gets the width of this element in relation to the screen (where 1.0 = screen width)
See Renderable.
Implements Ogre::Renderable.
Referenced by Ogre::v1::BorderRenderable::getWorldTransforms().
Checks whether a custom value is associated with this Renderable at the given index.
index | Index of the parameter to check for existence. |
Hides this element if it was visible.
Initialise.
Reimplemented from Ogre::v1::OverlayContainer.
Reimplemented in Ogre::v1::BorderPanelOverlayElement.
Should this container pass events to their children.
|
inlinevirtualinherited |
Overridden from OverlayElement.
Reimplemented from Ogre::v1::OverlayElement.
|
inherited |
Returns whether this panel is transparent.
Returns whether or not the element is visible.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
|
inlinevirtualinherited |
Called immediately after the Renderable has been rendered.
|
inlinevirtualinherited |
Called just prior to the Renderable being rendered.
Reimplemented in Ogre::v1::BillboardChain.
Removes a named element from this container.
Removes a custom value which is associated with this Renderable at the given index.
index | Index of the parameter to remove. |
|
virtualinherited |
Sets the caption on elements that support it.
Reimplemented in Ogre::v1::TextAreaOverlayElement.
|
inlinevirtualinherited |
Should this container pass events to their children.
|
virtualinherited |
Sets the colour on elements that support it.
Reimplemented in Ogre::v1::TextAreaOverlayElement.
Sets a custom parameter for this Renderable, which may be used to drive calculations for this specific Renderable, like GPU program parameters.
index | The index with which to associate the value. Note that this does not have to start at 0, and can include gaps. It also has no direct correlation with a GPU program parameter index - the mapping between the two is performed by the ACT_CUSTOM entry, if that is used. |
value | The value to associate. |
|
virtualinherited |
Assigns a datablock (i.e. HLMS Material) to this renderable.
Reimplemented in Ogre::v1::BillboardSet, Ogre::v1::SubEntity, and Ogre::v1::SubEntity.
Assigns a datablock (i.e.
HLMS material) based on its unique name.
|
inherited |
First tries to see if an HLMS datablock exist with the given name, if not, tries to search among low level materials.
Sets the dimensions of this element in relation to the screen (1.0 = screen width/height).
Sets the height of this element in relation to the screen (where 1.0 = screen height)
|
virtualinherited |
Sets the horizontal origin for this element.
Sets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right)
|
virtualinherited |
Sets the given material. Overrides HLMS materials.
Reimplemented in Ogre::v1::SimpleRenderable, Ogre::v1::BillboardSet, and Ogre::v1::SubEntity.
Overridden from OverlayElement.
Reimplemented from Ogre::v1::OverlayElement.
Sets the name of the Material to be used. Prefer using HLMS @See setHlms.
|
virtualinherited |
Tells this element how to interpret the position and dimension values it is given.
Reimplemented in Ogre::v1::BorderPanelOverlayElement, and Ogre::v1::TextAreaOverlayElement.
|
virtualinherited |
Generic parameter setting method.
name | The name of the parameter to set |
value | String value. Must be in the right format for the type specified in the parameter definition. See the StringConverter class for more information. |
|
virtualinherited |
Generic multiple parameter setting method.
paramList | Name/value pair list |
Sets whether this renderable's chosen detail level can be overridden (downgraded) by the camera setting.
override | true means that a lower camera detail will override this renderables detail level, false means it won't. |
Sets the position of the top-left corner of the element, relative to the screen size (1.0 = screen width / height)
Sets the render queue sub group.
subGroup | The sub group. This value can't exceed OGRE_MAKE_MASK( SubRqIdBits ) @See RenderQueue |
Sets the number of times textures should repeat.
x | The number of times the texture should repeat horizontally |
y | The number of times the texture should repeat vertically |
layer | The texture layer to specify (only needs to be altered if you're using a multi-texture layer material) |
Sets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom)
Sets whether this panel is transparent (used only as a grouping level), or if it is actually rendered.
Sets whether or not to use an 'identity' projection.
Sets whether or not to use an 'identity' view.
|
inlinevirtualinherited |
Reimplemented in Ogre::v1::InstanceBatch.
Sets the texture coordinates for the panel.
|
virtualinherited |
Sets the vertical origin for this element.
Sets the width of this element in relation to the screen (where 1.0 = screen width)
Shows this element if it was hidden.
|
inherited |
Only valid when using low level materials.
|
inherited |
Index in the vector holding this Rendrable reference in the HLMS datablock.
Used for O(1) removals.