Torque2D Reference
Public Member Functions | List of all members
XMessageBoxButton Class Reference

#include <x86UNIXMessageBox.h>

Public Member Functions

 XMessageBoxButton ()
 
 XMessageBoxButton (const char *label, int clickVal)
 
const char * getLabel ()
 
int getClickVal ()
 
int getLabelWidth ()
 
void setLabelWidth (int width)
 
void setButtonRect (int x, int y, int width, int height)
 
void setMouseCoordinates (int x, int y)
 
bool drawReverse ()
 
bool pointInRect (int x, int y)
 
void setMouseDown (bool mouseDown)
 
bool isMouseDown ()
 

Constructor & Destructor Documentation

XMessageBoxButton ( const char *  label,
int  clickVal 
)

Member Function Documentation

bool drawReverse ( )
inline
int getClickVal ( )
inline
const char* getLabel ( )
inline
int getLabelWidth ( )
inline
bool isMouseDown ( )
inline
bool pointInRect ( int  x,
int  y 
)
inline
void setButtonRect ( int  x,
int  y,
int  width,
int  height 
)
inline
void setLabelWidth ( int  width)
inline
void setMouseCoordinates ( int  x,
int  y 
)
inline
void setMouseDown ( bool  mouseDown)
inline

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