|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for nativefiledialog:Classes | |
| struct | nfdpathset_t |
Public Types | |
| enum | nfdresult_t { NFD_ERROR , NFD_OKAY , NFD_CANCEL } |
Public Member Functions | |
| static IntPtr | NFD_PathSet_GetCount (ref nativefiledialog.nfdpathset_t pathset) |
| static void | NFD_PathSet_Free (ref nativefiledialog.nfdpathset_t pathset) |
Static Public Member Functions | |
| static unsafe nativefiledialog.nfdresult_t | NFD_OpenDialog (string filterList, string defaultPath, out string outPath) |
| static unsafe nativefiledialog.nfdresult_t | NFD_OpenDialogMultiple (string filterList, string defaultPath, out nativefiledialog.nfdpathset_t outPaths) |
| static unsafe nativefiledialog.nfdresult_t | NFD_SaveDialog (string filterList, string defaultPath, out string outPath) |
| static unsafe nativefiledialog.nfdresult_t | NFD_PickFolder (string defaultPath, out string outPath) |
| static string | NFD_GetError () |
| static string | NFD_PathSet_GetPath (ref nativefiledialog.nfdpathset_t pathset, IntPtr index) |
Static Private Member Functions | |
| static int | Utf8Size (string str) |
| static unsafe byte * | Utf8EncodeNullable (string str) |
| static unsafe string | UTF8_ToManaged (IntPtr s, bool freePtr=false) |
Static Private Attributes | |
| const string | nativeLibName = "nfd" |
Definition at line 9 of file nativefiledialog.cs.