Guitarix
gx_engine::GxJConvSettings Class Reference

#include <gx_internal_plugins.h>

Public Member Functions

 GxJConvSettings ()
 
GxJConvSettingsoperator= (GxJConvSettings const &jcset)
 
bool operator== (const GxJConvSettings &jcset) const
 
const std::string & getIRFile () const
 
std::string getFullIRPath () const
 
float getGain () const
 
guint getOffset () const
 
guint getLength () const
 
guint getDelay () const
 
bool getGainCor () const
 
const Gainline & getGainline () const
 
const std::string & getIRDir () const
 
void setFullIRPath (string name)
 
void setIRFile (string name)
 
void setGain (float gain)
 
void setGainCor (bool gain)
 
void setOffset (guint offs)
 
void setLength (guint leng)
 
void setDelay (guint del)
 
void setGainline (const Gainline &gain)
 
void readJSON (gx_system::JsonParser &jp)
 
void writeJSON (gx_system::JsonWriter &w) const
 

Friends

class ConvolverAdapter
 
class ParameterV< GxJConvSettings >
 

Detailed Description

Definition at line 256 of file gx_internal_plugins.h.

Constructor & Destructor Documentation

§ GxJConvSettings()

gx_engine::GxJConvSettings::GxJConvSettings ( )

Definition at line 106 of file gx_internal_plugins.cpp.

Member Function Documentation

§ getDelay()

guint gx_engine::GxJConvSettings::getDelay ( ) const
inline

§ getFullIRPath()

std::string gx_engine::GxJConvSettings::getFullIRPath ( ) const

§ getGain()

float gx_engine::GxJConvSettings::getGain ( ) const
inline

§ getGainCor()

bool gx_engine::GxJConvSettings::getGainCor ( ) const
inline

§ getGainline()

const Gainline& gx_engine::GxJConvSettings::getGainline ( ) const
inline

§ getIRDir()

const std::string& gx_engine::GxJConvSettings::getIRDir ( ) const
inline

§ getIRFile()

const std::string& gx_engine::GxJConvSettings::getIRFile ( ) const
inline

§ getLength()

guint gx_engine::GxJConvSettings::getLength ( ) const
inline

§ getOffset()

guint gx_engine::GxJConvSettings::getOffset ( ) const
inline

§ operator=()

GxJConvSettings & gx_engine::GxJConvSettings::operator= ( GxJConvSettings const &  jcset)

Definition at line 117 of file gx_internal_plugins.cpp.

§ operator==()

bool gx_engine::GxJConvSettings::operator== ( const GxJConvSettings jcset) const

Definition at line 163 of file gx_internal_plugins.cpp.

§ readJSON()

void gx_engine::GxJConvSettings::readJSON ( gx_system::JsonParser jp)

Definition at line 198 of file gx_internal_plugins.cpp.

§ setDelay()

void gx_engine::GxJConvSettings::setDelay ( guint  del)
inline

Definition at line 292 of file gx_internal_plugins.h.

Referenced by gx_jconv::IRWindow::create().

§ setFullIRPath()

void gx_engine::GxJConvSettings::setFullIRPath ( string  name)

Definition at line 137 of file gx_internal_plugins.cpp.

Referenced by gx_jconv::IRWindow::create().

§ setGain()

void gx_engine::GxJConvSettings::setGain ( float  gain)
inline

Definition at line 288 of file gx_internal_plugins.h.

Referenced by gx_jconv::IRWindow::create().

§ setGainCor()

void gx_engine::GxJConvSettings::setGainCor ( bool  gain)
inline

Definition at line 289 of file gx_internal_plugins.h.

Referenced by gx_jconv::IRWindow::create().

§ setGainline()

void gx_engine::GxJConvSettings::setGainline ( const Gainline &  gain)
inline

Definition at line 293 of file gx_internal_plugins.h.

Referenced by gx_jconv::IRWindow::create().

§ setIRFile()

void gx_engine::GxJConvSettings::setIRFile ( string  name)
inline

Definition at line 287 of file gx_internal_plugins.h.

§ setLength()

void gx_engine::GxJConvSettings::setLength ( guint  leng)
inline

Definition at line 291 of file gx_internal_plugins.h.

Referenced by gx_jconv::IRWindow::create().

§ setOffset()

void gx_engine::GxJConvSettings::setOffset ( guint  offs)
inline

Definition at line 290 of file gx_internal_plugins.h.

Referenced by gx_jconv::IRWindow::create().

§ writeJSON()

void gx_engine::GxJConvSettings::writeJSON ( gx_system::JsonWriter w) const

Definition at line 142 of file gx_internal_plugins.cpp.

Friends And Related Function Documentation

§ ConvolverAdapter

friend class ConvolverAdapter
friend

Definition at line 270 of file gx_internal_plugins.h.

§ ParameterV< GxJConvSettings >

friend class ParameterV< GxJConvSettings >
friend

Definition at line 271 of file gx_internal_plugins.h.


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