Public Member Functions | |
| RadioButton (Window *pParent, const Rect rFrame, const String &pLabel, unsigned int nWindowLayoutFlags) | |
| ~RadioButton () | |
| virtual void | MouseDown (const InputEvent &nInputEvent) |
| virtual bool | FocusLost () |
| virtual bool | FocusGet () |
| virtual void | Paint (const Rect &rDirty) |
| void | KeyDown (const InputEvent &nInputEvent) |
| virtual String | GetCaption () |
| virtual void | SetCaption (const String &cString) |
| Point | GetSizeHint (enumSizeHint nSizeHint) |
| virtual void | OnActivated (const InputEvent &nInputEvent) |
| void | Activate (bool bCallOnActivated=false) |
| bool | IsActive () |
Public Attributes | |
| signal0 | Activated |
| signal1< const InputEvent & > | ActivatedEvent |
Classes | |
| class | Private |
| RadioButton::RadioButton | ( | Window * | pParent, | |
| const Rect | rFrame, | |||
| const String & | pLabel, | |||
| unsigned int | nWindowLayoutFlags | |||
| ) |
| RadioButton::~RadioButton | ( | ) |
| void RadioButton::MouseDown | ( | const InputEvent & | nInputEvent | ) | [virtual] |
Mouse pressed
| nButton | - MouseButton which was pressed | |
| nMouseButtonMask | - Mask showing which mouse buttons were pressed when the mouse press occured | |
| nInputEvent | - INPUT_EVENT_MOUSE_PRESS for a single and INPUTE_EVENT_MOUSE_DOUBLECLICK for a doubleclick |
Reimplemented from SkyGI::Window.
| bool RadioButton::FocusLost | ( | ) | [virtual] |
Reimplemented from SkyGI::Window.
| bool RadioButton::FocusGet | ( | ) | [virtual] |
Reimplemented from SkyGI::Window.
| void RadioButton::Paint | ( | const Rect & | rDirty | ) | [virtual] |
Paint window content
| rDirty | - Dirty rectangular region which has to be redrawn. Prior entering this function the painters clip region is automatically set to this dirty region. |
Reimplemented from SkyGI::Window.
| void RadioButton::KeyDown | ( | const InputEvent & | nInputEvent | ) | [virtual] |
Reimplemented from SkyGI::Window.
| String RadioButton::GetCaption | ( | ) | [virtual] |
| void RadioButton::SetCaption | ( | const String & | cString | ) | [virtual] |
| Point RadioButton::GetSizeHint | ( | enumSizeHint | nSizeHint | ) | [virtual] |
Get size hint
Reimplemented from SkyGI::Window.
| void RadioButton::OnActivated | ( | const InputEvent & | nInputEvent | ) | [virtual] |
| void RadioButton::Activate | ( | bool | bCallOnActivated = false |
) |
| bool RadioButton::IsActive | ( | ) | [virtual] |
Get activation state
Reimplemented from SkyGI::Window.
| signal0 SkyGI::RadioButton::Activated |
| signal1<const InputEvent&> SkyGI::RadioButton::ActivatedEvent |
1.5.1-p1