My Project
Public Member Functions | Protected Attributes | List of all members
ParaScripting::ParaUITexture Class Reference

a GUI texture object More...

#include <ParaScriptingGraphics.h>

Public Member Functions

bool IsValid ()
 check if the object is valid
 
 ParaUITexture (GUITextureElement *obj)
 
DWORD GetTransparency () const
 
void SetTransparency (DWORD transparency)
 
std::string GetColor () const
 
void SetColor (const char *strColor)
 
std::string GetTexture () const
 
void SetTexture (const char *texturename)
 
std::string GetTextureRect () const
 
void SetTextureRect (const char *strrect)
 

Protected Attributes

GUITextureElementm_pObj
 

Detailed Description

a GUI texture object

Class Properties
  • ("transparency",&ParaUITexture::GetTransparency,&ParaUITexture::SetTransparency)
  • ("color",&ParaUITexture::GetColor,&ParaUITexture::SetColor)
  • ("texture",&ParaUITexture::GetTexture,&ParaUITexture::SetTexture)
  • ("rect",&ParaUITexture::GetTextureRect,&ParaUITexture::SetTextureRect),

The documentation for this class was generated from the following files: