Blender V2.61 - r43446
|
#include <GHOST_SystemPathsCarbon.h>
Public Member Functions | |
GHOST_SystemPathsCarbon () | |
~GHOST_SystemPathsCarbon () | |
virtual const GHOST_TUns8 * | getSystemDir () const |
virtual const GHOST_TUns8 * | getUserDir () const |
virtual const GHOST_TUns8 * | getBinaryDir () const |
void | addToSystemRecentFiles (const char *filename) const |
OSX/Carbon Implementation of GHOST_SystemPaths class.
Definition at line 49 of file GHOST_SystemPathsCarbon.h.
GHOST_SystemPathsCarbon::GHOST_SystemPathsCarbon | ( | ) |
Constructor.
Definition at line 39 of file GHOST_SystemPathsCarbon.cpp.
GHOST_SystemPathsCarbon::~GHOST_SystemPathsCarbon | ( | ) |
Destructor.
Definition at line 43 of file GHOST_SystemPathsCarbon.cpp.
void GHOST_SystemPathsCarbon::addToSystemRecentFiles | ( | const char * | filename | ) | const [virtual] |
Add the file to the operating system most recently used files
Implements GHOST_SystemPaths.
Definition at line 82 of file GHOST_SystemPathsCarbon.cpp.
const GHOST_TUns8 * GHOST_SystemPathsCarbon::getBinaryDir | ( | ) | const [virtual] |
Determine the directory of the current binary
Implements GHOST_SystemPaths.
Definition at line 67 of file GHOST_SystemPathsCarbon.cpp.
const GHOST_TUns8 * GHOST_SystemPathsCarbon::getSystemDir | ( | ) | const [virtual] |
Determine the base dir in which shared resources are located. It will first try to use "unpack and run" path, then look for properly installed path, not including versioning.
Implements GHOST_SystemPaths.
Definition at line 47 of file GHOST_SystemPathsCarbon.cpp.
const GHOST_TUns8 * GHOST_SystemPathsCarbon::getUserDir | ( | ) | const [virtual] |
Determine the base dir in which user configuration is stored, not including versioning. If needed, it will create the base directory.
Implements GHOST_SystemPaths.
Definition at line 52 of file GHOST_SystemPathsCarbon.cpp.
References NULL.