Guitarix
|
#include <minislider.h>
Public Types | |
typedef MiniSlider | CppObjectType |
typedef MiniSlider_Class | CppClassType |
typedef GxMiniSlider | BaseObjectType |
typedef GxMiniSliderClass | BaseClassType |
![]() | |
typedef HSlider | CppObjectType |
typedef HSlider_Class | CppClassType |
typedef GxHSlider | BaseObjectType |
typedef GxHSliderClass | BaseClassType |
![]() | |
typedef Regler | CppObjectType |
typedef Regler_Class | CppClassType |
typedef GxRegler | BaseObjectType |
typedef GxReglerClass | BaseClassType |
![]() | |
typedef ControlParameter | CppObjectType |
typedef ControlParameter_Class | CppClassType |
typedef GxControlParameter | BaseObjectType |
typedef GxControlParameterIface | BaseClassType |
Public Member Functions | |
virtual | ~MiniSlider () |
GxMiniSlider * | gobj () |
Provides access to the underlying C GtkObject. More... | |
const GxMiniSlider * | gobj () const |
Provides access to the underlying C GtkObject. More... | |
MiniSlider () | |
MiniSlider (Gtk::Adjustment &adjustment) | |
![]() | |
virtual | ~HSlider () |
GxHSlider * | gobj () |
Provides access to the underlying C GtkObject. More... | |
const GxHSlider * | gobj () const |
Provides access to the underlying C GtkObject. More... | |
HSlider () | |
HSlider (Gtk::Adjustment &adjustment) | |
![]() | |
virtual | ~Regler () |
GxRegler * | gobj () |
Provides access to the underlying C GtkObject. More... | |
const GxRegler * | gobj () const |
Provides access to the underlying C GtkObject. More... | |
void | set_label_ref (Gtk::Label *p1) |
Gtk::Label * | get_label_ref () |
void | set_show_value (bool p1) |
bool | get_show_value () |
void | set_value_position (Gtk::PositionType p1) |
Gtk::PositionType | get_value_position () |
Glib::SignalProxy2< bool, const Gdk::Rectangle &, GdkEventButton * > | signal_value_entry () |
Glib::SignalProxy2< int, void *, void * > | signal_input_value () |
Glib::SignalProxy1< Glib::ustring, double > | signal_format_value () |
![]() | |
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 GType | get_type () G_GNUC_CONST |
static GType | get_base_type () G_GNUC_CONST |
![]() | |
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 | |
MiniSlider (const Glib::ConstructParams &construct_params) | |
MiniSlider (GxMiniSlider *castitem) | |
![]() | |
HSlider (const Glib::ConstructParams &construct_params) | |
HSlider (GxHSlider *castitem) | |
![]() | |
Regler (const Glib::ConstructParams &construct_params) | |
Regler (GxRegler *castitem) | |
virtual bool | on_value_entry (const Gdk::Rectangle &p1, GdkEventButton *p2) |
This is a default handler for the signal signal_value_entry(). More... | |
virtual int | on_input_value (void *spin, void *new_val) |
This is a default handler for the signal signal_input_value(). More... | |
virtual Glib::ustring | on_format_value (double value) |
This is a default handler for the signal signal_format_value(). More... | |
Regler () | |
![]() | |
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 | MiniSlider_Class |
Related Functions | |
(Note that these are not member functions.) | |
Gxw::MiniSlider * | wrap (GxMiniSlider *object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
![]() | |
Gxw::HSlider * | wrap (GxHSlider *object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
![]() | |
Gxw::Regler * | wrap (GxRegler *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... | |
Definition at line 43 of file minislider.h.
Definition at line 49 of file minislider.h.
Definition at line 48 of file minislider.h.
Definition at line 47 of file minislider.h.
Definition at line 46 of file minislider.h.
|
virtual |
Definition at line 109 of file minislider.cc.
|
explicitprotected |
Definition at line 97 of file minislider.cc.
|
explicitprotected |
Definition at line 103 of file minislider.cc.
Gxw::MiniSlider::MiniSlider | ( | ) |
Definition at line 128 of file minislider.cc.
|
explicit |
Definition at line 30 of file minislider.cc.
|
static |
Definition at line 122 of file minislider.cc.
|
static |
Definition at line 116 of file minislider.cc.
Referenced by Gxw::wrap_init().
|
inline |
Provides access to the underlying C GtkObject.
Definition at line 79 of file minislider.h.
|
inline |
Provides access to the underlying C GtkObject.
Definition at line 82 of file minislider.h.
|
friend |
Definition at line 57 of file minislider.h.
|
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 minislider.cc.