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 61 static CppClassType controlparameter_class_;
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 Glib::RefPtr< Gxw::ControlParameter > wrap(GxControlParameter *object, bool take_copy=false)
A Glib::wrap() method for this object.
struct _GxControlParameterIface GxControlParameterIface
ControlParameter_Class CppClassType
static void add_interface(GType gtype_implementer)
ControlParameter CppObjectType
void cp_configure(Glib::ustring group, Glib::ustring name, double lower, double upper, double step)
virtual ~ControlParameter()
void cp_set_value(double value)
GxControlParameter BaseObjectType
static GType get_type() G_GNUC_CONST
void cp_set_var(Glib::ustring p1)
const GxControlParameter * gobj() const
Provides access to the underlying C GObject.
static GType get_base_type() G_GNUC_CONST
friend class ControlParameter_Class
Glib::ustring cp_get_var()
GxControlParameter * gobj()
Provides access to the underlying C GObject.
struct _GxControlParameter GxControlParameter
struct _GxControlParameterClass GxControlParameterClass
GxControlParameterIface BaseClassType
ControlParameter()
You should derive from this class to use it.