Guitarix
|
#include <gx_system.h>
Public Member Functions | |
SkinHandling (const std::string &styledir) | |
void | set_styledir (const std::string &styledir) |
bool | is_in_list (const std::string &name) |
const Glib::ustring & | operator[] (unsigned int idx) |
unsigned int | index (const Glib::ustring &name) |
Public Attributes | |
std::vector< Glib::ustring > | skin_list |
Definition at line 274 of file gx_system.h.
|
inline |
Definition at line 279 of file gx_system.h.
unsigned int gx_system::SkinHandling::index | ( | const Glib::ustring & | name | ) |
Definition at line 204 of file gx_system.cpp.
bool gx_system::SkinHandling::is_in_list | ( | const std::string & | name | ) |
Definition at line 200 of file gx_system.cpp.
const Glib::ustring & gx_system::SkinHandling::operator[] | ( | unsigned int | idx | ) |
Definition at line 214 of file gx_system.cpp.
void gx_system::SkinHandling::set_styledir | ( | const std::string & | styledir | ) |
Definition at line 171 of file gx_system.cpp.
std::vector<Glib::ustring> gx_system::SkinHandling::skin_list |
Definition at line 278 of file gx_system.h.
Referenced by gx_system::CmdlineOptions::get_jack_output().