Guitarix
Gxw::FastMeter Class Reference

#include <fastmeter.h>

Inheritance diagram for Gxw::FastMeter:
Collaboration diagram for Gxw::FastMeter:

Public Types

typedef FastMeter CppObjectType
 
typedef FastMeter_Class CppClassType
 
typedef GxFastMeter BaseObjectType
 
typedef GxFastMeterClass BaseClassType
 

Public Member Functions

virtual ~FastMeter ()
 
GxFastMetergobj ()
 Provides access to the underlying C GtkObject. More...
 
const GxFastMetergobj () 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::FastMeterwrap (GxFastMeter *object, bool take_copy=false)
 A Glib::wrap() method for this object. More...
 

Detailed Description

Definition at line 42 of file fastmeter.h.

Member Typedef Documentation

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.

Constructor & Destructor Documentation

Gxw::FastMeter::~FastMeter ( )
virtual

Definition at line 103 of file fastmeter.cc.

Gxw::FastMeter::FastMeter ( const Glib::ConstructParams &  construct_params)
explicitprotected

Definition at line 91 of file fastmeter.cc.

Gxw::FastMeter::FastMeter ( GxFastMeter castitem)
explicitprotected

Definition at line 97 of file fastmeter.cc.

Gxw::FastMeter::FastMeter ( )

Definition at line 122 of file fastmeter.cc.

Referenced by gobj().

Member Function Documentation

void Gxw::FastMeter::clear ( )

Definition at line 147 of file fastmeter.cc.

Referenced by gobj().

GType Gxw::FastMeter::get_base_type ( )
static

Definition at line 116 of file fastmeter.cc.

GType Gxw::FastMeter::get_type ( )
static

Definition at line 110 of file fastmeter.cc.

Referenced by Gxw::wrap_init().

GxFastMeter* Gxw::FastMeter::gobj ( )
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().

const GxFastMeter* Gxw::FastMeter::gobj ( ) const
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().

Friends And Related Function Documentation

friend class FastMeter_Class
friend

Definition at line 56 of file fastmeter.h.

Gxw::FastMeter * wrap ( GxFastMeter object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns
A C++ instance that wraps this C instance.

Definition at line 38 of file fastmeter.cc.

Referenced by gobj().


The documentation for this class was generated from the following files: