logo top
Main Page   Widgets   Namespaces   Book  

Gtk::RadioButtonGroup Class Reference

List of all members.

Detailed Description

RadioButtonGroup identifier for RadioButtons To set up this RadioButtonGroup, construct a RadioButtonGroup and then pass it to the constructor of all radio items.

You do not need to keep the RadioButtonGroup beyond the initial construction. It should not be instantiated with new, and it will be invalid after the RadioButtons have been deleted.


Public Member Functions

RadioButtonGroupoperator= (const RadioButtonGroup& src)
 RadioButtonGroup (const RadioButtonGroup& src)
 RadioButtonGroup ()

Protected Member Functions

void add (RadioToolButton& item)
void add (const Glib::RefPtr<RadioAction>& item)
void add (RadioMenuItem& item)
void add (RadioButton& item)
void* operator new (size_t)
 RadioButtonGroup (GSList* group)

Protected Attributes

GSList* group_

Friends

class Gtk::RadioAction
class Gtk::RadioButton
class Gtk::RadioMenuItem
class Gtk::RadioToolButton


Constructor & Destructor Documentation

Gtk::RadioButtonGroup::RadioButtonGroup (  ) 

Gtk::RadioButtonGroup::RadioButtonGroup ( const RadioButtonGroup src  ) 

Gtk::RadioButtonGroup::RadioButtonGroup ( GSList *  group  )  [explicit, protected]


Member Function Documentation

void Gtk::RadioButtonGroup::add ( RadioToolButton item  )  [protected]

void Gtk::RadioButtonGroup::add ( const Glib::RefPtr<RadioAction>&  item  )  [protected]

void Gtk::RadioButtonGroup::add ( RadioMenuItem item  )  [protected]

void Gtk::RadioButtonGroup::add ( RadioButton item  )  [protected]

void* Gtk::RadioButtonGroup::operator new ( size_t   )  [protected]

RadioButtonGroup& Gtk::RadioButtonGroup::operator= ( const RadioButtonGroup src  ) 


Friends And Related Function Documentation

friend class Gtk::RadioAction [friend]

friend class Gtk::RadioButton [friend]

friend class Gtk::RadioMenuItem [friend]

friend class Gtk::RadioToolButton [friend]


Member Data Documentation

GSList* Gtk::RadioButtonGroup::group_ [protected]


The documentation for this class was generated from the following file:
Generated for gtkmm 2.4 by Doxygen 1.5.1 © 1997-2001