#include <radiobutton.h>
Inheritance diagram for os::RadioButton:
Public Methods | |
RadioButton (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) | |
~RadioButton () | |
virtual void | AttachedToWindow () |
virtual Point | GetPreferredSize (bool bLargest) const |
virtual void | MouseDown (const Point &cPosition, uint32 nButtons) |
virtual void | MouseUp (const Point &cPosition, uint32 nButtons, Message *pcData) |
virtual void | Paint (const Rect &cUpdateRect) |
Called by the system update "damaged" areas of the view. More... | |
virtual void | SetValue (int nValue) |
|
|
|
|
|
Reimplemented from os::Control. |
|
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. |
|
Reimplemented from os::Control. |