XMessageBoxButton
Engine/source/platformX86UNIX/x86UNIXMessageBox.h
Private Attributes
Public Functions
XMessageBoxButton(const char * label, int clickVal)
bool
int
int
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)