raSystem
1.0 bata
|
#include <raGui.h>
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) |
![]() | |
int | GetID () |
raGUIElementType | GetType () |
int | GetPage () |
raGUI * | GetGUI () |
const raVector2 & | GetPosition () |
const raVector2 & | GetSize () |
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 |
|
inline |
|
inline |
|
virtual |
Implements raSystem::raGUIElement.
|
inline |