#include "FS_API.h"#include <UT/UT_Defines.h>#include <UT/UT_String.h>#include <UT/UT_PtrArray.h>Go to the source code of this file.
Classes | |
| class | UT_PathFile |
Defines | |
| #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) |
| #define UT_APPEND_HINT ".append" |
Definition at line 38 of file UT_PathFile.h.
| #define UT_HIDE_HINT ".hide" |
Definition at line 37 of file UT_PathFile.h.
| #define UT_NOSAVE_HINT ".nosave" |
Definition at line 36 of file UT_PathFile.h.
| typedef int(* fs_path_compare_func_t)(UT_PathFileInfo *const *, UT_PathFileInfo *const *) |
Definition at line 40 of file UT_PathFile.h.
| FS_API bool UTfindPreferenceFile | ( | int | path_id, | |
| const char * | filename, | |||
| UT_String & | result, | |||
| bool & | no_save | |||
| ) |
1.5.9