#include <checkbox.h>
Inheritance diagram for os::CheckBox:
Public Methods | |
CheckBox (Rect cFrame, const char *pzName, const char *pzLabel, Message *pcMessage, uint32 nResizeMask=CF_FOLLOW_LEFT|CF_FOLLOW_TOP, uint32 nFlags=WID_WILL_DRAW|WID_CLEAR_BACKGROUND) | |
~CheckBox () | |
Point | GetPreferredSize (bool bLargest) const |
virtual void | MouseDown (const Point &cPosition, uint32 nButtons) |
virtual void | MouseUp (const Point &cPosition, uint32 nButtons, Message *pcData) |
void | Paint (const Rect &cUpdateRect) |
Called by the system update "damaged" areas of the view. More... |
|
|
|
|
|
Reimplemented from os::View. |
|
Reimplemented from os::View. |
|
Reimplemented from os::View. |
|
Called by the system update "damaged" areas of the view.
Reimplemented from os::View. |