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 272 of file gx_system.h.
|
inline |
Definition at line 277 of file gx_system.h.
unsigned int gx_system::SkinHandling::index | ( | const Glib::ustring & | name | ) |
Definition at line 202 of file gx_system.cpp.
bool gx_system::SkinHandling::is_in_list | ( | const std::string & | name | ) |
Definition at line 198 of file gx_system.cpp.
const Glib::ustring & gx_system::SkinHandling::operator[] | ( | unsigned int | idx | ) |
Definition at line 212 of file gx_system.cpp.
void gx_system::SkinHandling::set_styledir | ( | const std::string & | styledir | ) |
Definition at line 169 of file gx_system.cpp.
Referenced by SkinHandling().
std::vector<Glib::ustring> gx_system::SkinHandling::skin_list |
Definition at line 276 of file gx_system.h.
Referenced by set_styledir().