Guitarix
gx_engine::OscilloscopeAdapter Class Reference

#include <gx_internal_plugins.h>

Inheritance diagram for gx_engine::OscilloscopeAdapter:
Collaboration diagram for gx_engine::OscilloscopeAdapter:

Public Member Functions

void clear_buffer ()
 
unsigned int get_size ()
 
float * get_buffer ()
 
int get_mul_buffer ()
 
void set_mul_buffer (int a, unsigned int b)
 
 OscilloscopeAdapter (ModuleSequencer &engine)
 

Public Attributes

Plugin plugin
 
sigc::signal< int, bool > activation
 
sigc::signal< void, unsigned int > size_change
 

Detailed Description

Definition at line 230 of file gx_internal_plugins.h.

Constructor & Destructor Documentation

§ OscilloscopeAdapter()

gx_engine::OscilloscopeAdapter::OscilloscopeAdapter ( ModuleSequencer engine)

Definition at line 174 of file gx_internal_ui_plugins.cpp.

Member Function Documentation

§ clear_buffer()

void gx_engine::OscilloscopeAdapter::clear_buffer ( )

§ get_buffer()

float* gx_engine::OscilloscopeAdapter::get_buffer ( )
inline

§ get_mul_buffer()

int gx_engine::OscilloscopeAdapter::get_mul_buffer ( )
inline

§ get_size()

unsigned int gx_engine::OscilloscopeAdapter::get_size ( )
inline

Definition at line 244 of file gx_internal_plugins.h.

§ set_mul_buffer()

void gx_engine::OscilloscopeAdapter::set_mul_buffer ( int  a,
unsigned int  b 
)
inline

Member Data Documentation

§ activation

sigc::signal<int, bool> gx_engine::OscilloscopeAdapter::activation

§ plugin

§ size_change

sigc::signal<void, unsigned int> gx_engine::OscilloscopeAdapter::size_change

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