HDK
|
#include <FS_IconHelper.h>
Public Member Functions | |
FS_IconReadHelper () | |
FS_ReaderStream * | createStream (const char *source, const UT_Options *options=nullptr) override |
Public Member Functions inherited from FS_ReaderHelper | |
FS_ReaderHelper () | |
virtual | ~FS_ReaderHelper () |
virtual bool | splitIndexFileSectionPath (const char *source_section_path, UT_String &index_file_path, UT_String §ion_name) |
virtual bool | combineIndexFileSectionPath (UT_String &source_section_path, const char *index_file_path, const char *section_name) |
Definition at line 19 of file FS_IconHelper.h.
FS_IconReadHelper::FS_IconReadHelper | ( | ) |
|
overridevirtual |
Return an FS_ReaderStream if the helper is able to open the source filename.
The options are passed through directly from the FS_Reader constructor. See FS_Reader for list of options.
Implements FS_ReaderHelper.