Guitarix
gx_gui::UiSwitch Class Reference

#include <gx_main_boxes.h>

Inheritance diagram for gx_gui::UiSwitch:
Collaboration diagram for gx_gui::UiSwitch:

Public Member Functions

 UiSwitch (const char *sw_type)
 
- Public Member Functions inherited from Gxw::Switch
virtual ~Switch ()
 
GxSwitchgobj ()
 Provides access to the underlying C GtkObject. More...
 
const GxSwitchgobj () 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 ()
 
- Public Member Functions inherited from Gxw::ControlParameter
 ControlParameter (GxControlParameter *castitem)
 
virtual ~ControlParameter ()
 
GxControlParametergobj ()
 Provides access to the underlying C GObject. More...
 
const GxControlParametergobj () 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 UiSwitchcreate (gx_engine::GxMachineBase &machine, const char *sw_type, gx_engine::Parameter &param)
 
static UiSwitchcreate (gx_engine::GxMachineBase &machine, const char *sw_type, const std::string &id)
 
- Static Public Member Functions inherited from Gxw::Switch
static GType get_type () G_GNUC_CONST
 
static GType get_base_type () G_GNUC_CONST
 
- Static Public Member Functions inherited from Gxw::ControlParameter
static void add_interface (GType gtype_implementer)
 
static GType get_type () G_GNUC_CONST
 
static GType get_base_type () G_GNUC_CONST
 

Additional Inherited Members

- Public Types inherited from Gxw::Switch
typedef Switch CppObjectType
 
typedef Switch_Class CppClassType
 
typedef GxSwitch BaseObjectType
 
typedef GxSwitchClass BaseClassType
 
- Public Types inherited from Gxw::ControlParameter
typedef ControlParameter CppObjectType
 
typedef ControlParameter_Class CppClassType
 
typedef GxControlParameter BaseObjectType
 
typedef GxControlParameterIface BaseClassType
 
- Protected Member Functions inherited from Gxw::Switch
 Switch (const Glib::ConstructParams &construct_params)
 
 Switch (GxSwitch *castitem)
 
- Protected Member Functions inherited from Gxw::ControlParameter
 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...
 

Detailed Description

Definition at line 53 of file gx_main_boxes.h.

Constructor & Destructor Documentation

◆ UiSwitch()

gx_gui::UiSwitch::UiSwitch ( const char *  sw_type)
explicit

Definition at line 330 of file gxw_mm_controllers.cpp.

Member Function Documentation

◆ create() [1/2]

UiSwitch * gx_gui::UiSwitch::create ( gx_engine::GxMachineBase machine,
const char *  sw_type,
gx_engine::Parameter param 
)
static

Definition at line 334 of file gxw_mm_controllers.cpp.

Referenced by create(), and gx_gui::StackBoxBuilder::get_box().

◆ create() [2/2]

static UiSwitch* gx_gui::UiSwitch::create ( gx_engine::GxMachineBase machine,
const char *  sw_type,
const std::string &  id 
)
inlinestatic

Definition at line 57 of file gx_main_boxes.h.


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