Torque3D Documentation / _generateds / XMessageBoxButton

XMessageBoxButton

Engine/source/platformX86UNIX/x86UNIXMessageBox.h

More...

Private Static Attributes

Private Attributes

int
char
mLabel [LabelSize]
int
int
int
int
int

Public Functions

XMessageBoxButton(const char * label, int clickVal)
bool
const char *
bool
bool
pointInRect(int x, int y)
setButtonRect(int x, int y, int width, int height)
setLabelWidth(int width)
setMouseCoordinates(int x, int y)
setMouseDown(bool mouseDown)

Detailed Description

Private Static Attributes

const int LabelSize 

Private Attributes

int mClickVal 
int mHeight 
char mLabel [LabelSize]
int mLabelWidth 
bool mMouseDown 
int mMouseX 
int mMouseY 
int mWidth 
int mX 
int mY 

Public Functions

XMessageBoxButton()

XMessageBoxButton(const char * label, int clickVal)

drawReverse()

getClickVal()

getLabel()

getLabelWidth()

isMouseDown()

pointInRect(int x, int y)

setButtonRect(int x, int y, int width, int height)

setLabelWidth(int width)

setMouseCoordinates(int x, int y)

setMouseDown(bool mouseDown)