cwidget  0.5.16
Static Public Member Functions | Protected Member Functions | List of all members
cwidget::widgets::radiobutton Class Reference
Inheritance diagram for cwidget::widgets::radiobutton:
cwidget::widgets::togglebutton cwidget::widgets::button cwidget::widgets::widget

Static Public Member Functions

static util::ref_ptr< radiobuttoncreate (fragment *label, bool checked=false)
 
static util::ref_ptr< radiobuttoncreate (const std::string &label, bool checked=false)
 
- Static Public Member Functions inherited from cwidget::widgets::togglebutton
static util::ref_ptr
< togglebutton
create (char bracketl, char mark, char bracketr, fragment *label, bool checked=false)
 
static util::ref_ptr
< togglebutton
create (char bracketl, char mark, char bracketr, const std::string &label, bool checked=false)
 
- Static Public Member Functions inherited from cwidget::widgets::button
static util::ref_ptr< buttoncreate (const std::wstring &label)
 
static util::ref_ptr< buttoncreate (fragment *label)
 Instantiate a button. More...
 
static util::ref_ptr< buttoncreate (const std::string &label)
 Instantiate a button. More...
 
- Static Public Member Functions inherited from cwidget::widgets::widget
static void handle_pending_deletes ()
 

Protected Member Functions

 radiobutton (fragment *_label, bool _checked)
 
 radiobutton (const std::string &_label, bool _checked)
 
- Protected Member Functions inherited from cwidget::widgets::togglebutton
void silent_set_checked (bool _checked)
 
 togglebutton (char _bracketl, char _mark, char _bracketr, fragment *_label, bool _checked)
 
 togglebutton (char _bracketl, char _mark, char _bracketr, const std::string &_label, bool _checked)
 
- Protected Member Functions inherited from cwidget::widgets::button
bool handle_key (const config::key &k)
 Handles a keypress in this widget. More...
 
fragment_cacheget_label () const
 
 button (const std::wstring &_label)
 Instantiate a button. More...
 
 button (fragment *_label)
 
 button (const std::string &_label)
 
- Protected Member Functions inherited from cwidget::widgets::widget
cwindow get_win ()
 
void cleanup ()
 Handle cleanup when the reference count goes to 0. More...
 

Additional Inherited Members

- Public Types inherited from cwidget::widgets::widget
typedef std::list
< binding_connection >
::iterator 
key_connection
 
- Public Member Functions inherited from cwidget::widgets::togglebutton
point get_cursorloc ()
 
void paint (const style &st)
 Display this widget. More...
 
bool get_checked ()
 
void set_checked (bool _checked)
 
void do_toggle ()
 
- Public Attributes inherited from cwidget::widgets::togglebutton
sigc::signal0< void > toggled
 

The documentation for this class was generated from the following file: