logo top
Main Page   Widgets   Namespaces   Book  

Gtk::RadioAction Class Reference

Inheritance diagram for Gtk::RadioAction:

Inheritance graph
[legend]
List of all members.

Public Types

typedef RadioButtonGroup Group

Public Member Functions

int get_current_value () const
 Obtains the value property of the currently active member of the group to which action belongs.
Group get_group ()
 Returns the list representing the radio group for this object.
const GtkRadioAction* gobj () const
 Provides access to the underlying C GObject.
GtkRadioAction* gobj ()
 Provides access to the underlying C GObject.
GtkRadioAction* gobj_copy ()
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
void set_group (Group& group)
Glib::SignalProxy1< void,
const Glib::RefPtr<RadioAction >&> 
signal_changed ()
virtual ~RadioAction ()

Static Public Member Functions

static Glib::RefPtr<RadioActioncreate (Group& group, const Glib::ustring& name, const Gtk::StockID& stock_id, const Glib::ustring& label=Glib::ustring(), const Glib::ustring& tooltip=Glib::ustring())
static Glib::RefPtr<RadioActioncreate (Group& group, const Glib::ustring& name, const Glib::ustring& label=Glib::ustring(), const Glib::ustring& tooltip=Glib::ustring())
static Glib::RefPtr<RadioActioncreate ()

Protected Member Functions

 RadioAction (Group& group, const Glib::ustring& name, const StockID& stock_id, const Glib::ustring& label=Glib::ustring(), const Glib::ustring& tooltip=Glib::ustring())
 RadioAction ()

Related Functions

(Note that these are not member functions.)

Glib::RefPtr<Gtk::RadioActionwrap (GtkRadioAction* object, bool take_copy=false)

Member Typedef Documentation

typedef RadioButtonGroup Gtk::RadioAction::Group
 


Constructor & Destructor Documentation

virtual Gtk::RadioAction::~RadioAction (  )  [virtual]
 

Gtk::RadioAction::RadioAction (  )  [protected]
 

Gtk::RadioAction::RadioAction ( Group group,
const Glib::ustring name,
const StockID stock_id,
const Glib::ustring label = Glib::ustring(),
const Glib::ustring tooltip = Glib::ustring()
[explicit, protected]
 


Member Function Documentation

static Glib::RefPtr<RadioAction> Gtk::RadioAction::create ( Group group,
const Glib::ustring name,
const Gtk::StockID stock_id,
const Glib::ustring label = Glib::ustring(),
const Glib::ustring tooltip = Glib::ustring()
[static]
 

static Glib::RefPtr<RadioAction> Gtk::RadioAction::create ( Group group,
const Glib::ustring name,
const Glib::ustring label = Glib::ustring(),
const Glib::ustring tooltip = Glib::ustring()
[static]
 

static Glib::RefPtr<RadioAction> Gtk::RadioAction::create (  )  [static]
 

Reimplemented from Gtk::ToggleAction.

int Gtk::RadioAction::get_current_value (  )  const
 

Obtains the value property of the currently active member of the group to which action belongs.

Returns:
The value of the currently active group member
Since gtkmm 2.4:

Group Gtk::RadioAction::get_group (  ) 
 

Returns the list representing the radio group for this object.

Note that the returned list is only valid until the next change to the group.

A common way to set up a group of radio group is the following:

 GSList *group = <tt>0</tt>;
 GtkRadioAction *action;
 
 while (/&lt;!-- --&gt;* more actions to add *&lt;!-- --&gt;/)
 {
 action = gtk_radio_action_new (...);
 
 gtk_radio_action_set_group (action, group);
 group = gtk_radio_action_get_group (action);
 }
Returns:
The list representing the radio group for this object
Since gtkmm 2.4:

const GtkRadioAction* Gtk::RadioAction::gobj (  )  const [inline]
 

Provides access to the underlying C GObject.

Reimplemented from Gtk::ToggleAction.

GtkRadioAction* Gtk::RadioAction::gobj (  )  [inline]
 

Provides access to the underlying C GObject.

Reimplemented from Gtk::ToggleAction.

GtkRadioAction* Gtk::RadioAction::gobj_copy (  ) 
 

Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.

Reimplemented from Gtk::ToggleAction.

void Gtk::RadioAction::set_group ( Group group  ) 
 

Glib::SignalProxy1<void,const Glib::RefPtr<RadioAction>&> Gtk::RadioAction::signal_changed (  ) 
 

Prototype:
void changed(const Glib::RefPtr<RadioAction>& current)


Friends And Related Function Documentation

Glib::RefPtr<Gtk::RadioAction> wrap ( GtkRadioAction*  object,
bool  take_copy = false
[related]
 

Parameters:
object The C instance
take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns:
A C++ instance that wraps this C instance.


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