#include <Nux/RadioButton.h>
Public Member Functions |
| RadioButton (const TCHAR *Caption=0, bool state=false, NUX_FILE_LINE_PROTO) |
| ~RadioButton () |
virtual long | ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo) |
virtual void | Draw (GraphicsEngine &GfxContext, bool force_draw) |
virtual void | DrawContent (GraphicsEngine &GfxContext, bool force_draw) |
virtual void | PostDraw (GraphicsEngine &GfxContext, bool force_draw) |
void | RecvMouseMove (int x, int y, int dx, int dy, unsigned long button_flags, unsigned long key_flags) |
void | RecvMouseEnter (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvMouseLeave (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvClick (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvMouseUp (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | RecvMouseDown (int x, int y, unsigned long button_flags, unsigned long key_flags) |
void | EmitStateChangedSignal () |
virtual void | SetCaption (const TCHAR *Caption) |
virtual const NString & | GetCaption () const |
virtual void | SetState (bool State) |
virtual void | SetState (bool State, bool EmitSignal) |
virtual bool | GetState () const |
Data Fields |
sigc::signal< void, RadioButton * > | sigStateToggled |
sigc::signal< void > | sigToggled |
sigc::signal< void, bool > | sigStateChanged |
Friends |
class | RadioButtonGroup |
Constructor & Destructor Documentation
nux::RadioButton::RadioButton |
( |
const TCHAR * |
Caption = 0 , |
|
|
bool |
state = false , |
|
|
NUX_FILE_LINE_PROTO |
|
|
) |
| |
nux::RadioButton::~RadioButton |
( |
| ) |
|
Member Function Documentation
virtual void nux::RadioButton::Draw |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
virtual void nux::RadioButton::DrawContent |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
void nux::RadioButton::EmitStateChangedSignal |
( |
| ) |
|
virtual const NString& nux::RadioButton::GetCaption |
( |
| ) |
const [virtual] |
virtual bool nux::RadioButton::GetState |
( |
| ) |
const [virtual] |
virtual void nux::RadioButton::PostDraw |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
virtual long nux::RadioButton::ProcessEvent |
( |
IEvent & |
ievent, |
|
|
long |
TraverseInfo, |
|
|
long |
ProcessEventInfo |
|
) |
| [virtual] |
void nux::RadioButton::RecvClick |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::RadioButton::RecvMouseDown |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::RadioButton::RecvMouseEnter |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::RadioButton::RecvMouseLeave |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::RadioButton::RecvMouseMove |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
dx, |
|
|
int |
dy, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
void nux::RadioButton::RecvMouseUp |
( |
int |
x, |
|
|
int |
y, |
|
|
unsigned long |
button_flags, |
|
|
unsigned long |
key_flags |
|
) |
| |
virtual void nux::RadioButton::SetCaption |
( |
const TCHAR * |
Caption | ) |
[virtual] |
virtual void nux::RadioButton::SetState |
( |
bool |
State, |
|
|
bool |
EmitSignal |
|
) |
| [virtual] |
virtual void nux::RadioButton::SetState |
( |
bool |
State | ) |
[virtual] |
Friends And Related Function Documentation
Field Documentation
The documentation for this class was generated from the following file: