#include <OpenGUI_Imagery.h>
Public Member Functions | |
| const FRect & | getTextureUVRect () const |
| Returns the FRect that defines the Texture UVs for this Imagery within the Imageset. | |
| const IRect & | getImagesetRect () const |
| Returns the IRect that was used to define the Imagery within the Imageset. | |
| TexturePtr | getTexture () const |
| Returns a pointer to the Texture object for this Imagery's parent Imageset. | |
| const std::string & | getName () const |
| Returns the name of this Imagery object. | |
| const std::string & | getFQN () const |
| Returns the fully qualified name of this Imagery object. | |
| const std::string & OpenGUI::Imagery::getFQN | ( | ) | const |
Returns the fully qualified name of this Imagery object.
| const IRect & OpenGUI::Imagery::getImagesetRect | ( | ) | const |
| const std::string & OpenGUI::Imagery::getName | ( | ) | const |
Returns the name of this Imagery object.
| TexturePtr OpenGUI::Imagery::getTexture | ( | ) | const |
| const FRect & OpenGUI::Imagery::getTextureUVRect | ( | ) | const |