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

◆ BaseClassType

Definition at line 48 of file fastmeter.h.

◆ BaseObjectType

Definition at line 47 of file fastmeter.h.

◆ CppClassType

Definition at line 46 of file fastmeter.h.

◆ CppObjectType

Definition at line 45 of file fastmeter.h.

Constructor & Destructor Documentation

◆ ~FastMeter()

Gxw::FastMeter::~FastMeter ( )
virtual

Definition at line 103 of file fastmeter.cc.

◆ FastMeter() [1/3]

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

Definition at line 91 of file fastmeter.cc.

◆ FastMeter() [2/3]

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

Definition at line 97 of file fastmeter.cc.

◆ FastMeter() [3/3]

Gxw::FastMeter::FastMeter ( )

Definition at line 122 of file fastmeter.cc.

Referenced by gobj().

Member Function Documentation

◆ clear()

void Gxw::FastMeter::clear ( )

Definition at line 147 of file fastmeter.cc.

Referenced by gobj().

◆ get_base_type()

GType Gxw::FastMeter::get_base_type ( )
static

Definition at line 116 of file fastmeter.cc.

◆ get_type()

GType Gxw::FastMeter::get_type ( )
static

Definition at line 110 of file fastmeter.cc.

Referenced by Gxw::wrap_init().

◆ gobj() [1/2]

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().

◆ gobj() [2/2]

const GxFastMeter* Gxw::FastMeter::gobj ( ) const
inline

Provides access to the underlying C GtkObject.

Definition at line 81 of file fastmeter.h.

◆ set()

void Gxw::FastMeter::set ( double  lvl)

Definition at line 132 of file fastmeter.cc.

◆ set_by_power()

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().

◆ set_c_level()

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().

◆ set_hold_count()

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

◆ FastMeter_Class

friend class FastMeter_Class
friend

Definition at line 56 of file fastmeter.h.

◆ wrap()

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: