HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_PathFile.h File Reference
#include "FS_API.h"
#include <UT/UT_NonCopyable.h>
#include <UT/UT_String.h>
#include <UT/UT_ValArray.h>
+ Include dependency graph for UT_PathFile.h:

Go to the source code of this file.

Classes

class  UT_PathFile
 

Macros

#define UT_NOSAVE_HINT   ".nosave"
 
#define UT_HIDE_HINT   ".hide"
 
#define UT_APPEND_HINT   ".append"
 

Typedefs

typedef int(* fs_path_compare_func_t )(UT_PathFileInfo *const *, UT_PathFileInfo *const *)
 

Functions

FS_API bool UTfindPreferenceFile (int path_id, const char *filename, UT_String &result, bool &no_save)
 

Macro Definition Documentation

#define UT_APPEND_HINT   ".append"

Definition at line 31 of file UT_PathFile.h.

#define UT_HIDE_HINT   ".hide"

Definition at line 30 of file UT_PathFile.h.

#define UT_NOSAVE_HINT   ".nosave"

Definition at line 29 of file UT_PathFile.h.

Typedef Documentation

typedef int(* fs_path_compare_func_t)(UT_PathFileInfo *const *, UT_PathFileInfo *const *)

Definition at line 33 of file UT_PathFile.h.

Function Documentation

FS_API bool UTfindPreferenceFile ( int  path_id,
const char *  filename,
UT_String result,
bool &  no_save 
)