Blender  V3.3
Public Member Functions | List of all members
GHOST_SystemPathsWin32 Class Reference

#include <GHOST_SystemPathsWin32.h>

Inheritance diagram for GHOST_SystemPathsWin32:
GHOST_SystemPaths GHOST_ISystemPaths

Public Member Functions

 GHOST_SystemPathsWin32 ()
 
 ~GHOST_SystemPathsWin32 ()
 
const char * getSystemDir (int version, const char *versionstr) const
 
const char * getUserDir (int version, const char *versionstr) const
 
const char * getUserSpecialDir (GHOST_TUserSpecialDirTypes type) const
 
const char * getBinaryDir () const
 
void addToSystemRecentFiles (const char *filename) const
 

Additional Inherited Members

- Static Public Member Functions inherited from GHOST_ISystemPaths
static GHOST_TSuccess create ()
 
static GHOST_TSuccess dispose ()
 
static GHOST_ISystemPathsget ()
 
- Protected Member Functions inherited from GHOST_SystemPaths
 GHOST_SystemPaths ()
 
virtual ~GHOST_SystemPaths ()
 
- Protected Member Functions inherited from GHOST_ISystemPaths
 GHOST_ISystemPaths ()
 
virtual ~GHOST_ISystemPaths ()
 

Detailed Description

WIN32 Implementation of GHOST_SystemPaths class.

See also
GHOST_SystemPaths.

Definition at line 23 of file GHOST_SystemPathsWin32.h.

Constructor & Destructor Documentation

◆ GHOST_SystemPathsWin32()

GHOST_SystemPathsWin32::GHOST_SystemPathsWin32 ( )

Constructor.

Definition at line 17 of file GHOST_SystemPathsWin32.cpp.

◆ ~GHOST_SystemPathsWin32()

GHOST_SystemPathsWin32::~GHOST_SystemPathsWin32 ( )

Destructor.

Definition at line 21 of file GHOST_SystemPathsWin32.cpp.

Member Function Documentation

◆ addToSystemRecentFiles()

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 124 of file GHOST_SystemPathsWin32.cpp.

References UTF16_ENCODE, and UTF16_UN_ENCODE.

◆ getBinaryDir()

const char * GHOST_SystemPathsWin32::getBinaryDir ( ) const
virtual

Determine the directory of the current binary

Returns
Unsigned char string pointing to the binary dir

Implements GHOST_SystemPaths.

Definition at line 111 of file GHOST_SystemPathsWin32.cpp.

References conv_utf_16_to_8(), and NULL.

◆ getSystemDir()

const char * GHOST_SystemPathsWin32::getSystemDir ( int  version,
const char *  versionstr 
) 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, including versioning.

Returns
Unsigned char string pointing to system dir (eg /usr/share/).

Implements GHOST_SystemPaths.

Definition at line 25 of file GHOST_SystemPathsWin32.cpp.

References conv_utf_16_to_8(), and NULL.

◆ getUserDir()

const char * GHOST_SystemPathsWin32::getUserDir ( int  version,
const char *  versionstr 
) const
virtual

Determine the base dir in which user configuration is stored, including versioning. If needed, it will create the base directory.

Returns
Unsigned char string pointing to user dir (eg ~/).

Implements GHOST_SystemPaths.

Definition at line 45 of file GHOST_SystemPathsWin32.cpp.

References conv_utf_16_to_8(), and NULL.

◆ getUserSpecialDir()

const char * GHOST_SystemPathsWin32::getUserSpecialDir ( GHOST_TUserSpecialDirTypes  type) const
virtual

Determine a special ("well known") and easy to reach user directory.

Returns
Unsigned char string pointing to user dir (eg ~/Documents/).

Implements GHOST_ISystemPaths.

Definition at line 64 of file GHOST_SystemPathsWin32.cpp.

References conv_utf_16_to_8(), GHOST_ASSERT, GHOST_kUserSpecialDirCaches, GHOST_kUserSpecialDirDesktop, GHOST_kUserSpecialDirDocuments, GHOST_kUserSpecialDirDownloads, GHOST_kUserSpecialDirMusic, GHOST_kUserSpecialDirPictures, GHOST_kUserSpecialDirVideos, NULL, and type.


The documentation for this class was generated from the following files: