OpenGUI::OgreTexture Class Reference

#include <Renderer_Ogre_Texture.h>

Inheritance diagram for OpenGUI::OgreTexture:

OpenGUI::OgreRenderTexture OpenGUI::OgreStaticTexture List of all members.

Detailed Description

Base class for Ogre textures used by OpenGUI.


Public Member Functions

 OgreTexture ()
virtual ~OgreTexture ()
virtual void getOgreUVScale (float &u, float &v)=0
 Pass through to OpenGUI::Texture::getUVs.
virtual const Ogre::String & getOgreTextureName () const =0
 Returns the name of this texture as held by Ogre.


Constructor & Destructor Documentation

OpenGUI::OgreTexture::OgreTexture (  )  [inline]

virtual OpenGUI::OgreTexture::~OgreTexture (  )  [inline, virtual]


Member Function Documentation

virtual const Ogre::String& OpenGUI::OgreTexture::getOgreTextureName (  )  const [pure virtual]

Returns the name of this texture as held by Ogre.

Implemented in OpenGUI::OgreStaticTexture, and OpenGUI::OgreRenderTexture.

virtual void OpenGUI::OgreTexture::getOgreUVScale ( float &  u,
float &  v 
) [pure virtual]

Pass through to OpenGUI::Texture::getUVs.

Implemented in OpenGUI::OgreStaticTexture, and OpenGUI::OgreRenderTexture.


The documentation for this class was generated from the following file:
Copyright © 2006 OpenGUI | OpenGUI.SF.net
Generated: Fri Jan 5 23:05:42 2007