Guitarix
|
#include <switch.h>
Public Types | |
typedef Switch | CppObjectType |
typedef Switch_Class | CppClassType |
typedef GxSwitch | BaseObjectType |
typedef GxSwitchClass | BaseClassType |
![]() | |
typedef ControlParameter | CppObjectType |
typedef ControlParameter_Class | CppClassType |
typedef GxControlParameter | BaseObjectType |
typedef GxControlParameterIface | BaseClassType |
Public Member Functions | |
virtual | ~Switch () |
GxSwitch * | gobj () |
Provides access to the underlying C GtkObject. More... | |
const GxSwitch * | gobj () const |
Provides access to the underlying C GtkObject. More... | |
Switch () | |
Switch (const Glib::ustring &base_name) | |
void | set_label_ref (Gtk::Label *p1) |
Gtk::Label * | get_label_ref () |
void | set_base_name (const Glib::ustring &p1) |
Glib::ustring | get_base_name () |
![]() | |
ControlParameter (GxControlParameter *castitem) | |
virtual | ~ControlParameter () |
GxControlParameter * | gobj () |
Provides access to the underlying C GObject. More... | |
const GxControlParameter * | gobj () const |
Provides access to the underlying C GObject. More... | |
void | cp_configure (Glib::ustring group, Glib::ustring name, double lower, double upper, double step) |
void | cp_set_value (double value) |
double | cp_get_value () |
int | cp_get_int_value () |
Glib::ustring | cp_get_var () |
void | cp_set_var (Glib::ustring p1) |
Static Public Member Functions | |
static GType | get_type () G_GNUC_CONST |
static GType | get_base_type () G_GNUC_CONST |
![]() | |
static void | add_interface (GType gtype_implementer) |
static GType | get_type () G_GNUC_CONST |
static GType | get_base_type () G_GNUC_CONST |
Protected Member Functions | |
Switch (const Glib::ConstructParams &construct_params) | |
Switch (GxSwitch *castitem) | |
![]() | |
ControlParameter () | |
You should derive from this class to use it. More... | |
ControlParameter (const Glib::Interface_Class &interface_class) | |
Called by constructors of derived classes. More... | |
Friends | |
class | Switch_Class |
Related Functions | |
(Note that these are not member functions.) | |
Gxw::Switch * | wrap (GxSwitch *object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
![]() | |
Glib::RefPtr< Gxw::ControlParameter > | wrap (GxControlParameter *object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
typedef GxSwitch Gxw::Switch::BaseObjectType |
typedef Switch Gxw::Switch::CppObjectType |
|
explicitprotected |
|
explicitprotected |
Gxw::Switch::Switch | ( | ) |
Definition at line 129 of file switch.cc.
Referenced by gobj(), and Gxw::Switch_Class::wrap_new().
|
explicit |
Glib::ustring Gxw::Switch::get_base_name | ( | ) |
Gtk::Label * Gxw::Switch::get_label_ref | ( | ) |
|
static |
Definition at line 117 of file switch.cc.
Referenced by Glib::wrap(), and Gxw::wrap_init().
|
inline |
Provides access to the underlying C GtkObject.
Definition at line 80 of file switch.h.
Referenced by get_base_name(), get_label_ref(), set_base_name(), and set_label_ref().
|
inline |
void Gxw::Switch::set_base_name | ( | const Glib::ustring & | p1 | ) |
void Gxw::Switch::set_label_ref | ( | Gtk::Label * | p1 | ) |
|
friend |
|
related |
A Glib::wrap() method for this object.
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. |
Definition at line 44 of file switch.cc.
Referenced by gobj().