Guitarix
|
#include <gx_system.h>
Public Member Functions | |
BasicOptions () | |
~BasicOptions () | |
std::string | get_user_filepath (const std::string &basename) const |
std::string | get_user_ir_filepath (const std::string &basename) const |
std::string | get_builder_filepath (const std::string &basename) const |
const std::string & | get_user_dir () const |
const std::string & | get_user_IR_dir () const |
const std::string & | get_sys_IR_dir () const |
const PathList & | get_IR_pathlist () const |
const PrefixConverter & | get_IR_prefixmap () const |
Static Protected Member Functions | |
static void | make_ending_slash (std::string &dirpath) |
Protected Attributes | |
std::string | builder_dir |
Friends | |
BasicOptions & | get_options () |
Definition at line 353 of file gx_system.h.
gx_system::BasicOptions::BasicOptions | ( | ) |
Definition at line 382 of file gx_system.cpp.
gx_system::BasicOptions::~BasicOptions | ( | ) |
Definition at line 408 of file gx_system.cpp.
|
inline |
Definition at line 373 of file gx_system.h.
Referenced by gx_gui::SelectJackControlPgm::create(), gx_seq::PluginPresetConnectWindow::create(), gx_jconv::IRWindow::create(), gx_seq::SEQWindow::create(), InputWindow::create(), PluginPresetListWindow::create(), gx_gui::StackBoxBuilder::get_box(), gx_gui::load_toplevel(), MainWindow::MainWindow(), ladspa::PluginDisplay::PluginDisplay(), SelectInstance::SelectInstance(), and UiBuilderVirt::~UiBuilderVirt().
|
inline |
Definition at line 377 of file gx_system.h.
Referenced by gx_engine::GxJConvSettings::readJSON().
|
inline |
Definition at line 378 of file gx_system.h.
Referenced by gx_engine::GxJConvSettings::readJSON().
|
inline |
Definition at line 376 of file gx_system.h.
Referenced by BasicOptions().
|
inline |
Definition at line 374 of file gx_system.h.
Referenced by gx_preset::GxSettings::check_settings_dir(), and gx_system::CmdlineOptions::~CmdlineOptions().
|
inline |
Definition at line 371 of file gx_system.h.
Referenced by gx_preset::GxSettings::auto_save_state(), gx_preset::GxSettings::check_settings_dir(), gx_engine::paradesc::set_valuelist(), and MainWindow::~MainWindow().
|
inline |
Definition at line 375 of file gx_system.h.
Referenced by BasicOptions(), and gx_preset::GxSettings::check_settings_dir().
|
inline |
Definition at line 372 of file gx_system.h.
|
staticprotected |
Definition at line 412 of file gx_system.cpp.
Referenced by BasicOptions().
|
friend |
Definition at line 511 of file gx_system.h.
|
protected |
Definition at line 362 of file gx_system.h.
Referenced by BasicOptions().