#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) |
Hook called by the system when a mouse button is pressed. More... | |
virtual void | MouseUp (const Point &cPosition, uint32 nButtons, Message *pcData) |
Hook called by the system when a mouse button is release. More... | |
virtual void | Paint (const Rect &cUpdateRect) |
Called by the system update "damaged" areas of the view. More... | |
virtual void | PostValueChange (const Variant &cNewValue) |
virtual void | LabelChanged (const std::string &cNewLabel) |
virtual void | EnableStatusChanged (bool bIsEnabled) |
virtual bool | Invoked (Message *pcMessage) |
Intercept outgoing messages. More... |
|
|
|
|
|
Reimplemented from os::Control. |
|
Reimplemented from os::Control. |
|
Reimplemented from os::View. |
|
Reimplemented from os::Control. |
|
Reimplemented from os::Control. |
|
Reimplemented from os::View. |
|
Reimplemented from os::View. |
|
Reimplemented from os::View. |
|
Reimplemented from os::Control. |