HDK
|
#include <OP_DataBlockHelper.h>
Public Member Functions | |
OP_DataBlockInfoHelper () | |
~OP_DataBlockInfoHelper () override | |
bool | canHandle (const char *source) override |
Determine whether this helper can process the filename. More... | |
bool | hasAccess (const char *source, int mode) override |
bool | getIsDirectory (const char *source) override |
Return whether the filename is a directory. More... | |
int | getModTime (const char *source) override |
Get the modification timestamp (returns time_t) More... | |
int64 | getSize (const char *source) override |
Get the file size in bytes. More... | |
bool | getContents (const char *source, UT_StringArray &contents, UT_StringArray *dirs) override |
![]() | |
FS_InfoHelper () | |
virtual | ~FS_InfoHelper () |
virtual UT_String | getExtension (const char *source) |
virtual char | getNextSepChar (const char *) |
Next separator character. More... | |
virtual char | getPrevSepChar (const char *) |
Previous separator character. More... | |
virtual bool | customNavigatePath (UT_String &path, const char *file) |
virtual bool | getPathOnDisk (UT_String &path, const char *file) |
Definition at line 39 of file OP_DataBlockHelper.h.
OP_DataBlockInfoHelper::OP_DataBlockInfoHelper | ( | ) |
|
override |
|
overridevirtual |
Determine whether this helper can process the filename.
Implements FS_InfoHelper.
|
overridevirtual |
Read the contents of a directory
source | - The directory to read |
contents | - The list of files in the directory |
dirs | - The list of directories in the directory If dirs is NULL, then all directories should be included in the contents . |
Implements FS_InfoHelper.
|
overridevirtual |
Return whether the filename is a directory.
Implements FS_InfoHelper.
Get the modification timestamp (returns time_t)
Implements FS_InfoHelper.
Get the file size in bytes.
Implements FS_InfoHelper.
source | Filename for access check |
mode | The read/write/execute status |
Implements FS_InfoHelper.