|
Guitarix
|
#include <tuner.h>


Public Types | |
| typedef Tuner | CppObjectType |
| typedef Tuner_Class | CppClassType |
| typedef GxTuner | BaseObjectType |
| typedef GxTunerClass | BaseClassType |
Public Member Functions | |
| virtual | ~Tuner () |
| GxTuner * | gobj () |
| Provides access to the underlying C GtkObject. More... | |
| const GxTuner * | gobj () const |
| Provides access to the underlying C GtkObject. More... | |
| Tuner () | |
| void | set_freq (double p1) |
| void | set_reference_pitch (double p1) |
| double | get_reference_pitch () |
| void | set_scale (double p1) |
| double | get_scale () |
Static Public Member Functions | |
| static GType | get_type () G_GNUC_CONST |
| static GType | get_base_type () G_GNUC_CONST |
Protected Member Functions | |
| Tuner (const Glib::ConstructParams &construct_params) | |
| Tuner (GxTuner *castitem) | |
Friends | |
| class | Tuner_Class |
Related Functions | |
(Note that these are not member functions.) | |
| Gxw::Tuner * | wrap (GxTuner *object, bool take_copy=false) |
| A Glib::wrap() method for this object. More... | |
| typedef GxTuner Gxw::Tuner::BaseObjectType |
| typedef Tuner_Class Gxw::Tuner::CppClassType |
| typedef Tuner Gxw::Tuner::CppObjectType |
|
explicitprotected |
| double Gxw::Tuner::get_reference_pitch | ( | ) |
|
static |
Definition at line 110 of file tuner.cc.
Referenced by Gxw::wrap_init().
|
inline |
Provides access to the underlying C GtkObject.
Definition at line 78 of file tuner.h.
Referenced by get_reference_pitch(), get_scale(), set_freq(), set_reference_pitch(), and set_scale().
|
inline |
| void Gxw::Tuner::set_freq | ( | double | p1 | ) |
| void Gxw::Tuner::set_reference_pitch | ( | double | p1 | ) |
Definition at line 137 of file tuner.cc.
Referenced by gobj(), and PluginDesc::PluginDesc().
| void Gxw::Tuner::set_scale | ( | double | 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 38 of file tuner.cc.
Referenced by gobj().