Guitarix
Gxw::RadioButton Class Reference

#include <radiobutton.h>

Inheritance diagram for Gxw::RadioButton:
Collaboration diagram for Gxw::RadioButton:

Public Types

typedef RadioButton CppObjectType
 
typedef RadioButton_Class CppClassType
 
typedef GxRadioButton BaseObjectType
 
typedef GxRadioButtonClass BaseClassType
 

Public Member Functions

virtual ~RadioButton ()
 
GxRadioButtongobj ()
 Provides access to the underlying C GtkObject. More...
 
const GxRadioButtongobj () const
 Provides access to the underlying C GtkObject. More...
 
 RadioButton ()
 

Static Public Member Functions

static GType get_type () G_GNUC_CONST
 
static GType get_base_type () G_GNUC_CONST
 

Protected Member Functions

 RadioButton (const Glib::ConstructParams &construct_params)
 
 RadioButton (GxRadioButton *castitem)
 

Friends

class RadioButton_Class
 

Related Functions

(Note that these are not member functions.)

Gxw::RadioButtonwrap (GxRadioButton *object, bool take_copy=false)
 A Glib::wrap() method for this object. More...
 

Detailed Description

Definition at line 42 of file radiobutton.h.

Member Typedef Documentation

Definition at line 47 of file radiobutton.h.

Definition at line 45 of file radiobutton.h.

Constructor & Destructor Documentation

Gxw::RadioButton::~RadioButton ( )
virtual

Definition at line 103 of file radiobutton.cc.

Gxw::RadioButton::RadioButton ( const Glib::ConstructParams &  construct_params)
explicitprotected

Definition at line 91 of file radiobutton.cc.

Gxw::RadioButton::RadioButton ( GxRadioButton castitem)
explicitprotected

Definition at line 97 of file radiobutton.cc.

Gxw::RadioButton::RadioButton ( )

Definition at line 122 of file radiobutton.cc.

Referenced by gobj().

Member Function Documentation

GType Gxw::RadioButton::get_base_type ( )
static

Definition at line 116 of file radiobutton.cc.

GType Gxw::RadioButton::get_type ( )
static

Definition at line 110 of file radiobutton.cc.

Referenced by Gxw::wrap_init().

GxRadioButton* Gxw::RadioButton::gobj ( )
inline

Provides access to the underlying C GtkObject.

Definition at line 78 of file radiobutton.h.

const GxRadioButton* Gxw::RadioButton::gobj ( ) const
inline

Provides access to the underlying C GtkObject.

Definition at line 81 of file radiobutton.h.

Friends And Related Function Documentation

friend class RadioButton_Class
friend

Definition at line 56 of file radiobutton.h.

Gxw::RadioButton * wrap ( GxRadioButton object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse 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.

Definition at line 38 of file radiobutton.cc.

Referenced by gobj().


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