Guitarix
gx_system::SkinHandling Class Reference

#include <gx_system.h>

Collaboration diagram for gx_system::SkinHandling:

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
 

Detailed Description

Definition at line 274 of file gx_system.h.

Constructor & Destructor Documentation

◆ SkinHandling()

gx_system::SkinHandling::SkinHandling ( const std::string &  styledir)
inline

Definition at line 279 of file gx_system.h.

Member Function Documentation

◆ index()

unsigned int gx_system::SkinHandling::index ( const Glib::ustring &  name)

Definition at line 204 of file gx_system.cpp.

Referenced by is_in_list().

◆ is_in_list()

bool gx_system::SkinHandling::is_in_list ( const std::string &  name)

Definition at line 200 of file gx_system.cpp.

◆ operator[]()

const Glib::ustring & gx_system::SkinHandling::operator[] ( unsigned int  idx)

Definition at line 214 of file gx_system.cpp.

◆ set_styledir()

void gx_system::SkinHandling::set_styledir ( const std::string &  styledir)

Definition at line 171 of file gx_system.cpp.

Referenced by SkinHandling().

Member Data Documentation

◆ skin_list

std::vector<Glib::ustring> gx_system::SkinHandling::skin_list

Definition at line 278 of file gx_system.h.

Referenced by index(), is_in_list(), operator[](), and set_styledir().


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