|
LightWrap++
AC++wrapperfortheLightWave3DSDK
|
#include <file_request.h>
Inheritance diagram for lwpp::DirInfo:
Collaboration diagram for lwpp::DirInfo:Public Member Functions | |
| DirInfo (const char *dirtype=0) | |
| const char * | GetDirectory (const char *locType=0) |
| Return the path to the define type of directory. | |
| const std::string | GetDirectoryStr (const char *locType=0) |
| const char * | stripPath (const char *fileName) |
| Remove a DirInfo directory from a full filename/path if possible. | |
Protected Member Functions | |
| bool | _acquireGlobal () |
| virtual bool | available () const |
| Check if the global is available. | |
| virtual LWDirInfoFunc * | getGlobal () |
| Get the pointer to the global. | |
| LWDirInfoFunc * | operator-> () |
| Get the pointer to the global. | |
Static Protected Attributes | |
| static LWDirInfoFunc * | globPtr |
| Pointer to the global functions. | |
Wrapper for LWDirInfoFunc
|
inline |
| <em>dirtype | As defined by LW as a LWFTYPE_ |
|
inlineprotectedinherited |
|
inlinevirtualinherited |
Check if the global is available.
| const char * lwpp::DirInfo::GetDirectory | ( | const char * | locType = 0 | ) |
Return the path to the define type of directory.
| *locType | Directory type string or 0 for the default type |
|
inline |
|
inlinevirtualinherited |
Get the pointer to the global.
|
inlineinherited |
Get the pointer to the global.
| const char * lwpp::DirInfo::stripPath | ( | const char * | fileName | ) |
|
staticprotectedinherited |
Pointer to the global functions.