Ardour  8.7-14-g57a6773833
Gtk::RadioButtonGroup Class Reference

#include <radiobuttongroup.h>

Public Member Functions

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

Protected Member Functions

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

Protected Attributes

GSList * group_
 

Friends

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

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.

Definition at line 47 of file radiobuttongroup.h.

Constructor & Destructor Documentation

◆ RadioButtonGroup() [1/3]

Gtk::RadioButtonGroup::RadioButtonGroup ( )

◆ RadioButtonGroup() [2/3]

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

◆ RadioButtonGroup() [3/3]

Gtk::RadioButtonGroup::RadioButtonGroup ( GSList *  group)
explicitprotected

Member Function Documentation

◆ add() [1/4]

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

◆ add() [2/4]

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

◆ add() [3/4]

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

◆ add() [4/4]

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

◆ operator new()

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

◆ operator=()

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

Friends And Related Function Documentation

◆ Gtk::RadioAction

friend class Gtk::RadioAction
friend

Definition at line 60 of file radiobuttongroup.h.

◆ Gtk::RadioButton

friend class Gtk::RadioButton
friend

Definition at line 58 of file radiobuttongroup.h.

◆ Gtk::RadioMenuItem

friend class Gtk::RadioMenuItem
friend

Definition at line 59 of file radiobuttongroup.h.

◆ Gtk::RadioToolButton

friend class Gtk::RadioToolButton
friend

Definition at line 61 of file radiobuttongroup.h.

Member Data Documentation

◆ group_

GSList* Gtk::RadioButtonGroup::group_
protected

Definition at line 74 of file radiobuttongroup.h.


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