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 287 of file gx_system.h.
typedef std::list< Glib::RefPtr<Gio::File> >::const_iterator gx_system::PathList::iterator |
Definition at line 290 of file gx_system.h.
typedef std::list< Glib::RefPtr<Gio::File> > gx_system::PathList::pathlist |
Definition at line 289 of file gx_system.h.
gx_system::PathList::PathList | ( | const char * | env_name = 0 | ) |
Definition at line 224 of file gx_system.cpp.
|
inline |
Definition at line 295 of file gx_system.h.
Referenced by gx_system::BasicOptions::BasicOptions(), and PathList().
|
inline |
Definition at line 299 of file gx_system.h.
bool gx_system::PathList::contains | ( | const std::string & | d | ) | const |
Definition at line 249 of file gx_system.cpp.
|
inline |
Definition at line 300 of file gx_system.h.
bool gx_system::PathList::find_dir | ( | std::string * | d, |
const std::string & | filename | ||
) | const |
Definition at line 261 of file gx_system.cpp.
|
inline |
Definition at line 298 of file gx_system.h.