#include <c4d_file.h>
Helper to browse through volumes.
公共成员函数 |
|
void | Init (void) |
Bool | GetNext (void) |
Filename | GetFilename (void) |
String | GetVolumeName ( Int32 *out_flags) |
私有成员函数 |
|
BrowseVolumes () | |
~BrowseVolumes () |
Alloc/Free |
|
static BrowseVolumes * | Alloc () |
static void | Free ( BrowseVolumes *&bf) |
|
|
|
static |
Allocates a volume browser. Destroy the allocated volume browser with Free() 。使用 AutoAlloc to automate the allocation and destruction based on scope.
|
static |
Destructs volume browsers allocated with Alloc() 。使用 AutoAlloc to automate the allocation and destruction based on scope.
[in,out] | bf | The volume browser to destruct. If the pointer is nullptr nothing happens. The pointer is assigned nullptr afterwards. |
void Init | ( | void | ) |
Initializes the class to browse volumes.
Bool GetNext | ( | void | ) |
Gets the next volume.
Filename GetFilename | ( | void | ) |
Gets the filename of the current volume, retrieved with GetNext() .
String GetVolumeName | ( | Int32 * | out_flags | ) |
Gets the current volume name.
[out] | out_flags | The flags to check: BROWSEVOLUMES |