|
Guitarix
|
Classes | |
| class | AbstractPresetIO |
| class | AbstractStateIO |
| class | Accum |
| class | BasicOptions |
| class | CmdlineOptions |
| class | FileName |
| class | GxSettingsBase |
| class | IRFileListing |
| class | JsonException |
| class | JsonExceptionEOF |
| class | JsonParser |
| class | JsonStringParser |
| class | JsonStringWriter |
| class | JsonSubParser |
| class | JsonWriter |
| struct | Measure |
| class | MeasureThreadsafe |
| class | PathList |
| class | PrefixConverter |
| class | PresetBanks |
| class | PresetFile |
| class | PresetFileGui |
| class | PresetTransformer |
| class | SettingsFileHeader |
| class | SkinHandling |
| class | StateFile |
Enumerations | |
| enum | { PRESET_FLAG_VERSIONDIFF = 1, PRESET_FLAG_READONLY = 2, PRESET_FLAG_INVALID = 4 } |
Functions | |
| void | atomic_set (volatile int *p, int v) |
| void | atomic_set (volatile unsigned int *p, unsigned int v) |
| int | atomic_get (volatile int &p) |
| unsigned int | atomic_get (volatile unsigned int &p) |
| void | atomic_inc (volatile int *p) |
| void | atomic_inc (volatile unsigned int *p) |
| bool | atomic_compare_and_exchange (volatile int *p, int oldv, int newv) |
| template<class T > | |
| void | atomic_set (T **p, T *v) |
| template<class T > | |
| void | atomic_set_0 (T **p) |
| template<class T > | |
| T * | atomic_get (T *&p) |
| template<class T > | |
| bool | atomic_compare_and_exchange (T **p, T *oldv, T *newv) |
| void | add_time_measurement () |
| void | measure_start () |
| void | measure_pause () |
| void | measure_cont () |
| void | measure_stop () |
| void | list_subdirs (PathList pl, std::vector< FileName > &dirs) |
| BasicOptions & | get_options () |
| int | gx_system_call (const std::string &, bool devnull=false, bool escape=false) |
| void | strip (Glib::ustring &s) |
| template<class T > | |
| std::string | to_string (const T &t) |
| std::string | encode_filename (const std::string &s) |
| std::string | decode_filename (const std::string &s) |
Variables | |
| MeasureThreadsafe | measure |
| anonymous enum |
| void gx_system::add_time_measurement | ( | ) |
Referenced by gx_system::MeasureThreadsafe::stop().
|
inline |
Definition at line 114 of file gx_system.h.
|
inline |
Definition at line 138 of file gx_system.h.
|
inline |
Definition at line 98 of file gx_system.h.
Referenced by gx_system::MeasureThreadsafe::access(), gx_engine::ProcessingChainBase::get_ramp_mode(), gx_engine::ProcessingChainBase::get_ramp_value(), gx_engine::ThreadSafeChainPointer< stereochain_data >::get_rt_chain(), and gx_jack::PortConnRing::is_overflow().
|
inline |
Definition at line 102 of file gx_system.h.
|
inline |
Definition at line 133 of file gx_system.h.
|
inline |
Definition at line 106 of file gx_system.h.
|
inline |
Definition at line 110 of file gx_system.h.
|
inline |
Definition at line 90 of file gx_system.h.
Referenced by gx_jack::PortConnRing::clear_overflow(), gx_engine::ThreadSafeChainPointer< stereochain_data >::commit(), gx_jack::PortConnRing::set_overflow(), gx_engine::ProcessingChainBase::set_ramp_mode(), and gx_engine::ProcessingChainBase::set_ramp_value().
|
inline |
Definition at line 94 of file gx_system.h.
|
inline |
Definition at line 123 of file gx_system.h.
|
inline |
Definition at line 128 of file gx_system.h.
| std::string gx_system::decode_filename | ( | const std::string & | s | ) |
Referenced by to_string().
| std::string gx_system::encode_filename | ( | const std::string & | s | ) |
Referenced by to_string().
|
inline |
Definition at line 547 of file gx_system.h.
| int gx_system::gx_system_call | ( | const std::string & | , |
| bool | devnull = false, |
||
| bool | escape = false |
||
| ) |
Referenced by get_options().
Referenced by gx_system::IRFileListing::get_listing().
|
inline |
Definition at line 264 of file gx_system.h.
Referenced by measure_stop().
|
inline |
Definition at line 263 of file gx_system.h.
Referenced by measure_stop().
|
inline |
Definition at line 262 of file gx_system.h.
Referenced by measure_stop().
|
inline |
Definition at line 265 of file gx_system.h.
| void gx_system::strip | ( | Glib::ustring & | s | ) |
Referenced by get_options().
|
inline |
Definition at line 561 of file gx_system.h.
Referenced by gx_engine::LadspaLoader::get_ladspa_filename(), and ladspa::LadspaPluginList::make_key().
| MeasureThreadsafe gx_system::measure |
Referenced by gx_system::MeasureThreadsafe::stop().