#include "imguifilesystem.h"
#include <unistd.h>
#include <pwd.h>
#include "dirent_portable.h"
#include <sys/stat.h>
#include <ctype.h>
#include <string.h>
#include <stdio.h>
#include <new>
Go to the source code of this file.
|
static size_t | ImGuiFs::ImFormatString (char *buf, size_t buf_size, const char *fmt,...) |
|
const char * | ImGuiFs::ChooseFileMainMethod (Dialog &ist, const char *directory, const bool _isFolderChooserDialog, const bool _isSaveFileDialog, const char *_saveFileName, const char *fileFilterExtensionString, const char *windowTitle, const ImVec2 &windowSize, const ImVec2 &windowPos, const float windowAlpha) |
|