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
typedef RadioButtonGroup Group

Public Member Functions

virtual ~RadioAction ()
GtkRadioAction* gobj ()
 Provides access to the underlying C GObject.

const GtkRadioAction* gobj () const
 Provides access to the underlying C GObject.

GtkRadioAction* gobj_copy ()
Group get_group ()
void set_group (Group& group)
int get_current_value () const
Glib::SignalProxy1< void,
const Glib::RefPtr<RadioAction >&> 
signal_changed ()
Glib::PropertyProxy<int> property_value ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.


Static Public Member Functions

Glib::RefPtr<RadioActioncreate ()
Glib::RefPtr<RadioActioncreate (Group& group, const Glib::ustring& name, const Glib::ustring& label=Glib::ustring(), const Glib::ustring& tooltip=Glib::ustring())
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())

Protected Member Functions

virtual void on_changed (const Glib::RefPtr<RadioAction>& current)

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
 

typedef RadioButtonGroup Gtk::RadioAction::Group
 


Constructor & Destructor Documentation

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


Member Function Documentation

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]
 

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]
 

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

Reimplemented from Gtk::ToggleAction.

int Gtk::RadioAction::get_current_value (  )  const
 

Group Gtk::RadioAction::get_group (  ) 
 

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 (  ) 
 

Reimplemented from Gtk::ToggleAction.

virtual void Gtk::RadioAction::on_changed ( const Glib::RefPtr<RadioAction>&  current  )  [protected, virtual]
 

Glib::PropertyProxy<int> Gtk::RadioAction::property_value (  ) 
 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

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]
 


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