HDK
|
This is the complete list of members for OP_OTLUtils, including all inherited members.
_convertContentsFromText(UT_IStream &is, const UT_String &dir_name, UT_CompressionType compression_type, std::ostream &os) | OP_OTLUtils | static |
_convertContentsToText(UT_IStream &is, const UT_String &dir_name, bool preserve_modtime, std::ostream &os) | OP_OTLUtils | static |
allContentsSectionNames | OP_OTLUtils | static |
collapseLibrary(const char *libfile, const char *srcdir, bool createbackup=true) | OP_OTLUtils | static |
compressContents(const UT_WorkBuffer &contents_cpio, UT_CompressionType compression_type, std::ostream *os) | OP_OTLUtils | static |
CompressionMap typedef | OP_OTLUtils | |
contentsCompressionNameMap | OP_OTLUtils | static |
ConversionList typedef | OP_OTLUtils | |
convertContentsFromText(const UT_StringArray &files, UT_StringArray &out_delete_files) | OP_OTLUtils | static |
convertContentsToText(const UT_StringArray &files, bool preserve_modtime, UT_StringArray &out_delete_files) | OP_OTLUtils | static |
ConvertSectionFromTextFunc typedef | OP_OTLUtils | |
ConvertSectionFromTextFuncEx typedef | OP_OTLUtils | |
ConvertSectionToTextFunc typedef | OP_OTLUtils | |
ConvertSectionToTextFuncEx typedef | OP_OTLUtils | |
CPIOToMIME(UT_IStream &is, std::ostream &os, bool preserve_modtime, const char *externals_dest=nullptr) | OP_OTLUtils | static |
CPIOToMIME(UT_IStream &is, std::ostream &os, bool preserve_modtime, const char *externals_dest, OTLConversionData *conversion_data) | OP_OTLUtils | static |
expandToDirectory(OP_OTLLibrary *library, const char *destdir, bool vcsfriendly=false) | OP_OTLUtils | static |
findAllMimeSections(const char *srcdir, UT_StringArray &allfiles, bool append=false) | OP_OTLUtils | static |
findAllSections(const char *srcdir, const char *filename, UT_StringArray &allfiles, bool append=false) | OP_OTLUtils | static |
getCompressionFromName(const UT_StringHolder §ion_name) | OP_OTLUtils | static |
getCompressionFromOptionsFile(const UT_StringHolder &options_filename) | OP_OTLUtils | static |
getContentsAsText(FS_IndexFile &indexfile, UT_WorkBuffer &contents_text, bool strip_modtime=true) | OP_OTLUtils | static |
getContentsSection(FS_IndexFile &indexFile, UT_WorkBuffer &data) | OP_OTLUtils | static |
getContentsStream(FS_IndexFile &deffile, exint *uncompressed_buflen=nullptr) | OP_OTLUtils | static |
getContentsStream(UT_IStream &is, exint nbytes, const UT_StringHolder &file_name, exint *uncompressed_buflen=nullptr) | OP_OTLUtils | static |
getConversions() | OP_OTLUtils | inlinestatic |
getInstance() | OP_OTLUtils | inlinestatic |
getNameFromCompression(UT_CompressionType compression_type) | OP_OTLUtils | static |
getNetworkSummary(UT_IStream &is, UT_WorkBuffer &summary, const char *prefix=nullptr, bool isHipFile=false) | OP_OTLUtils | static |
getNetworkSummary(OP_Network *network, UT_WorkBuffer &summary, const char *prefix=nullptr, const char *root_name=nullptr) | OP_OTLUtils | static |
isExpandedOtl(const char *src) | OP_OTLUtils | static |
MIMEToCPIO(UT_IStream &is, std::ostream &os, const char *externals_dest=nullptr) | OP_OTLUtils | static |
MIMEToCPIO(UT_IStream &is, std::ostream &os, const char *externals_dest, OTLConversionData *conversion_data) | OP_OTLUtils | static |
OP_OTLUtils() | OP_OTLUtils | |
processContentsSection(FS_IndexFile &indexFile, const UT_String §ion_name) | OP_OTLUtils | static |
registerConversionFuncs(const UT_StringHolder &extension, ConvertSectionToTextFunc to_text, ConvertSectionFromTextFunc from_text) | OP_OTLUtils | static |
registerConversionFuncsEx(const UT_StringHolder &extension, ConvertSectionToTextFuncEx to_text, ConvertSectionFromTextFuncEx from_text) | OP_OTLUtils | static |
saveContentsSection(FS_IndexFile &indexFile, const UT_WorkBuffer &contents_cpio) | OP_OTLUtils | static |