KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
class | PATHS |
Helper class to centralize the paths used throughout kicad. More... | |
Macros | |
#define | UNIX_STRING_DIR_SEP wxT( "/" ) |
#define | WIN_STRING_DIR_SEP wxT( "\\" ) |
#define | KICAD_PATH_STR wxT( "kicad" ) |
#define KICAD_PATH_STR wxT( "kicad" ) |
Definition at line 38 of file paths.h.
Referenced by PATHS::GetUserCachePath(), and PATHS::getUserDocumentPath().
#define UNIX_STRING_DIR_SEP wxT( "/" ) |
Definition at line 30 of file paths.h.
Referenced by PATHS::GetExecutablePath().
#define WIN_STRING_DIR_SEP wxT( "\\" ) |
Definition at line 31 of file paths.h.
Referenced by PATHS::GetExecutablePath().