Public Member Functions | |
_Private () | |
Default Constructor. | |
void | _DrawRoundedFrame (View *view) |
Draws a Rounded Frame in the given View* object. | |
Public Attributes | |
bool | m_MouseOver |
Image * | m_Image |
String | m_Label |
float | m_FontHeight |
void AddressFieldButton::_Private::_DrawRoundedFrame | ( | View * | view | ) | [inline] |
Draws a Rounded Frame in the given View* object.
view | View* object to draw the rounded frame in. |
Flag storing if there is a mouse over the button.
Image object associated with the button.
The text label of the button.
The height of the font that is to be drawn.