Guitarix
|
#include <gx_system.h>
Public Types | |
typedef std::list< Glib::RefPtr< Gio::File > > | pathlist |
typedef std::list< Glib::RefPtr< Gio::File > >::const_iterator | iterator |
Public Member Functions | |
PathList (const char *env_name=0) | |
void | add (const std::string &d) |
bool | contains (const std::string &d) const |
bool | find_dir (std::string *d, const std::string &filename) const |
size_t | size () |
iterator | begin () |
iterator | end () |
Definition at line 289 of file gx_system.h.
typedef std::list< Glib::RefPtr<Gio::File> >::const_iterator gx_system::PathList::iterator |
Definition at line 292 of file gx_system.h.
typedef std::list< Glib::RefPtr<Gio::File> > gx_system::PathList::pathlist |
Definition at line 291 of file gx_system.h.
gx_system::PathList::PathList | ( | const char * | env_name = 0 | ) |
Definition at line 227 of file gx_system.cpp.
|
inline |
Definition at line 297 of file gx_system.h.
Referenced by gx_system::BasicOptions::BasicOptions(), ladspa::LadspaPluginList::load(), and PathList().
|
inline |
Definition at line 301 of file gx_system.h.
Referenced by gx_system::list_subdirs(), and ladspa::LadspaPluginList::load().
bool gx_system::PathList::contains | ( | const std::string & | d | ) | const |
Definition at line 252 of file gx_system.cpp.
|
inline |
Definition at line 302 of file gx_system.h.
Referenced by gx_system::list_subdirs(), and ladspa::LadspaPluginList::load().
bool gx_system::PathList::find_dir | ( | std::string * | d, |
const std::string & | filename | ||
) | const |
Definition at line 264 of file gx_system.cpp.
Referenced by gx_engine::GxJConvSettings::readJSON().
|
inline |
Definition at line 300 of file gx_system.h.
Referenced by ladspa::LadspaPluginList::load().