Go to the documentation of this file.
3 #ifndef _GXWMM_CONTROLPARAMETER_H
4 #define _GXWMM_CONTROLPARAMETER_H
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
29 #ifndef DOXYGEN_SHOULD_SKIP_THIS
36 #ifndef DOXYGEN_SHOULD_SKIP_THIS
43 {
class ControlParameter_Class; }
51 #ifndef DOXYGEN_SHOULD_SKIP_THIS
74 #ifndef DOXYGEN_SHOULD_SKIP_THIS
97 #ifndef DOXYGEN_SHOULD_SKIP_THIS
112 void cp_configure(Glib::ustring group, Glib::ustring name,
double lower,
double upper,
double step);
123 #ifdef GLIBMM_PROPERTIES_ENABLED
130 Glib::PropertyProxy< Glib::ustring > property_var_id() ;
131 #endif //#GLIBMM_PROPERTIES_ENABLED
133 #ifdef GLIBMM_PROPERTIES_ENABLED
140 Glib::PropertyProxy_ReadOnly< Glib::ustring > property_var_id()
const;
141 #endif //#GLIBMM_PROPERTIES_ENABLED
GxControlParameter * gobj()
Provides access to the underlying C GObject.
void cp_set_value(double value)
struct _GxControlParameterClass GxControlParameterClass
ControlParameter_Class CppClassType
virtual ~ControlParameter()
void cp_configure(Glib::ustring group, Glib::ustring name, double lower, double upper, double step)
struct _GxControlParameterIface GxControlParameterIface
GxControlParameter BaseObjectType
static GType get_base_type() G_GNUC_CONST
GxControlParameterIface BaseClassType
static GType get_type() G_GNUC_CONST
static void add_interface(GType gtype_implementer)
void cp_set_var(Glib::ustring p1)
struct _GxControlParameter GxControlParameter
Gxw::BigKnob * wrap(GxBigKnob *object, bool take_copy)
ControlParameter()
You should derive from this class to use it.
friend class ControlParameter_Class
Glib::ustring cp_get_var()
const GxControlParameter * gobj() const
Provides access to the underlying C GObject.
ControlParameter CppObjectType