HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FS_Utils.h File Reference
#include "FS_API.h"
#include <UT/UT_JSONWriter.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_WorkBuffer.h>
#include <ctime>
+ Include dependency graph for FS_Utils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

SYS_VISIBILITY_EXPORT void installFSHelpers ()
 
FS_API void FSloadCustomHelpers ()
 Install the FS helpers. More...
 
FS_API const UT_StringArrayFSgetDSOList ()
 
FS_API void FScheckDSORegister ()
 Called internally by helpers to register the files. More...
 

Function Documentation

FS_API void FScheckDSORegister ( )

Called internally by helpers to register the files.

FS_API const UT_StringArray& FSgetDSOList ( )

Return a list of the DSO files which have FS helpers defined (i.e. files which have installFSHelpers())

FS_API void FSloadCustomHelpers ( )

Install the FS helpers.

SYS_VISIBILITY_EXPORT void installFSHelpers ( )
Examples:
FS/FS_HomeHelper.C.

Definition at line 49 of file FS_HomeHelper.C.