raSystem  1.0 bata
raSystem::raGUIImage Class Reference

#include <raGui.h>

Inheritance diagram for raSystem::raGUIImage:
raSystem::raGUIElement

Public Member Functions

int ReceiveMessage (const raGUIMessage *pMsg)
 
ID3D11Texture2D * GetTexture ()
 
raVector2 GetTopLeftTex ()
 
raVector2 GetBottomRightTex ()
 
raColor GetColor ()
 
void SetTexture (ID3D11Texture2D *t)
 
void SetTopLeftTex (raVector2 v)
 
void SetBottomRightTex (raVector2 v)
 
void SetColor (raColor c)
 
- Public Member Functions inherited from raSystem::raGUIElement
int GetID ()
 
raGUIElementType GetType ()
 
int GetPage ()
 
raGUIGetGUI ()
 
const raVector2GetPosition ()
 
const raVector2GetSize ()
 
BOOL IsVisible ()
 
BOOL IsEnabled ()
 
BOOL IsPressed ()
 
void SetPage (int iPage)
 
void SetPosition (raVector2 vPos)
 
void SetSize (raVector2 vSize)
 
void Show (BOOL bShow)
 
void Enable (BOOL bEnable)
 

Friends

class raGUI
 

Detailed Description

Definition at line 167 of file raGui.h.

Member Function Documentation

◆ GetBottomRightTex()

raVector2 raSystem::raGUIImage::GetBottomRightTex ( )
inline

Definition at line 185 of file raGui.h.

◆ GetColor()

raColor raSystem::raGUIImage::GetColor ( )
inline

Definition at line 186 of file raGui.h.

◆ GetTexture()

ID3D11Texture2D* raSystem::raGUIImage::GetTexture ( )
inline

Definition at line 183 of file raGui.h.

◆ GetTopLeftTex()

raVector2 raSystem::raGUIImage::GetTopLeftTex ( )
inline

Definition at line 184 of file raGui.h.

◆ ReceiveMessage()

int raSystem::raGUIImage::ReceiveMessage ( const raGUIMessage pMsg)
virtual

◆ SetBottomRightTex()

void raSystem::raGUIImage::SetBottomRightTex ( raVector2  v)
inline

Definition at line 189 of file raGui.h.

◆ SetColor()

void raSystem::raGUIImage::SetColor ( raColor  c)
inline

Definition at line 190 of file raGui.h.

◆ SetTexture()

void raSystem::raGUIImage::SetTexture ( ID3D11Texture2D *  t)
inline

Definition at line 187 of file raGui.h.

◆ SetTopLeftTex()

void raSystem::raGUIImage::SetTopLeftTex ( raVector2  v)
inline

Definition at line 188 of file raGui.h.

Friends And Related Function Documentation

◆ raGUI

friend class raGUI
friend

Definition at line 169 of file raGui.h.


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