Guitarix
|
#include <fastmeter.h>
Public Types | |
typedef FastMeter | CppObjectType |
typedef FastMeter_Class | CppClassType |
typedef GxFastMeter | BaseObjectType |
typedef GxFastMeterClass | BaseClassType |
Public Member Functions | |
virtual | ~FastMeter () |
GxFastMeter * | gobj () |
Provides access to the underlying C GtkObject. More... | |
const GxFastMeter * | gobj () const |
Provides access to the underlying C GtkObject. More... | |
FastMeter () | |
void | set (double lvl) |
void | set_by_power (double lvl) |
void | set_c_level (double lvl) |
void | clear () |
void | set_hold_count (int val) |
Static Public Member Functions | |
static GType | get_type () G_GNUC_CONST |
static GType | get_base_type () G_GNUC_CONST |
Protected Member Functions | |
FastMeter (const Glib::ConstructParams &construct_params) | |
FastMeter (GxFastMeter *castitem) | |
Friends | |
class | FastMeter_Class |
Related Functions | |
(Note that these are not member functions.) | |
Gxw::FastMeter * | wrap (GxFastMeter *object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
Definition at line 42 of file fastmeter.h.
Definition at line 48 of file fastmeter.h.
Definition at line 47 of file fastmeter.h.
Definition at line 46 of file fastmeter.h.
Definition at line 45 of file fastmeter.h.
|
virtual |
Definition at line 103 of file fastmeter.cc.
|
explicitprotected |
Definition at line 91 of file fastmeter.cc.
|
explicitprotected |
Definition at line 97 of file fastmeter.cc.
Gxw::FastMeter::FastMeter | ( | ) |
Definition at line 122 of file fastmeter.cc.
Referenced by gobj().
void Gxw::FastMeter::clear | ( | ) |
Definition at line 147 of file fastmeter.cc.
Referenced by gobj().
|
static |
Definition at line 116 of file fastmeter.cc.
|
static |
Definition at line 110 of file fastmeter.cc.
Referenced by Gxw::wrap_init().
|
inline |
Provides access to the underlying C GtkObject.
Definition at line 78 of file fastmeter.h.
Referenced by clear(), set(), set_by_power(), set_c_level(), and set_hold_count().
|
inline |
Provides access to the underlying C GtkObject.
Definition at line 81 of file fastmeter.h.
void Gxw::FastMeter::set | ( | double | lvl | ) |
Definition at line 132 of file fastmeter.cc.
void Gxw::FastMeter::set_by_power | ( | double | lvl | ) |
Definition at line 137 of file fastmeter.cc.
Referenced by gx_gui::StackBoxBuilder::get_box(), and gobj().
void Gxw::FastMeter::set_c_level | ( | double | lvl | ) |
Definition at line 142 of file fastmeter.cc.
Referenced by gx_gui::StackBoxBuilder::get_box(), and gobj().
void Gxw::FastMeter::set_hold_count | ( | int | val | ) |
Definition at line 152 of file fastmeter.cc.
Referenced by gx_gui::StackBoxBuilder::get_box(), and gobj().
|
friend |
Definition at line 56 of file fastmeter.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 38 of file fastmeter.cc.
Referenced by gobj().