|
Blender
V2.59
|
#include <GHOST_SystemPathsWin32.h>

Public Member Functions | |
| GHOST_SystemPathsWin32 () | |
| virtual | ~GHOST_SystemPathsWin32 () |
| const GHOST_TUns8 * | getSystemDir () const |
| const GHOST_TUns8 * | getUserDir () const |
| const GHOST_TUns8 * | getBinaryDir () const |
| void | addToSystemRecentFiles (const char *filename) const |
WIN32 Implementation of GHOST_SystemPaths class.
Definition at line 54 of file GHOST_SystemPathsWin32.h.
| GHOST_SystemPathsWin32::GHOST_SystemPathsWin32 | ( | ) |
Constructor.
Definition at line 64 of file GHOST_SystemPathsWin32.cpp.
| GHOST_SystemPathsWin32::~GHOST_SystemPathsWin32 | ( | ) | [virtual] |
Destructor.
Definition at line 68 of file GHOST_SystemPathsWin32.cpp.
| void GHOST_SystemPathsWin32::addToSystemRecentFiles | ( | const char * | filename | ) | const [virtual] |
Add the file to the operating system most recently used files
Implements GHOST_SystemPaths.
Definition at line 108 of file GHOST_SystemPathsWin32.cpp.
| const GHOST_TUns8 * GHOST_SystemPathsWin32::getBinaryDir | ( | ) | const [virtual] |
Determine the directory of the current binary
Implements GHOST_SystemPaths.
Definition at line 98 of file GHOST_SystemPathsWin32.cpp.
References NULL.
| const GHOST_TUns8 * GHOST_SystemPathsWin32::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 72 of file GHOST_SystemPathsWin32.cpp.
| const GHOST_TUns8 * GHOST_SystemPathsWin32::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 85 of file GHOST_SystemPathsWin32.cpp.