#include <imguifilesystem.h>
|
| Dialog (bool noKnownDirectoriesSection=false, bool noCreateDirectorySection=false, bool noFilteringSection=false, bool detectKnownDirectoriesAtEachOpening=false, bool addDisplayByOption=false, bool dontFilterSaveFilePathsEnteredByTheUser=false) |
|
| ~Dialog () |
|
const char * | chooseFileDialog (bool dialogTriggerButton, const char *directory=NULL, const char *fileFilterExtensionString=NULL, const char *windowTitle=NULL, const ImVec2 &windowSize=ImVec2(-1,-1), const ImVec2 &windowPos=ImVec2(-1,-1), const float windowAlpha=0.875f) |
|
const char * | chooseFolderDialog (bool dialogTriggerButton, const char *directory=NULL, const char *windowTitle=NULL, const ImVec2 &windowSize=ImVec2(-1,-1), const ImVec2 &windowPos=ImVec2(-1,-1), const float windowAlpha=0.875f) |
|
const char * | saveFileDialog (bool dialogTriggerButton, const char *directory=NULL, const char *startingFileNameEntry=NULL, const char *fileFilterExtensionString=NULL, const char *windowTitle=NULL, const ImVec2 &windowSize=ImVec2(-1,-1), const ImVec2 &windowPos=ImVec2(-1,-1), const float windowAlpha=0.875f) |
|
const char * | getChosenPath () const |
|
const char * | getLastDirectory () const |
|
|
const char * | 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) |
|
Definition at line 67 of file imguifilesystem.h.
ImGuiFs::Dialog::Dialog |
( |
bool |
noKnownDirectoriesSection = false , |
|
|
bool |
noCreateDirectorySection = false , |
|
|
bool |
noFilteringSection = false , |
|
|
bool |
detectKnownDirectoriesAtEachOpening = false , |
|
|
bool |
addDisplayByOption = false , |
|
|
bool |
dontFilterSaveFilePathsEnteredByTheUser = false |
|
) |
| |
ImGuiFs::Dialog::~Dialog |
( |
| ) |
|
const char * ImGuiFs::Dialog::chooseFileDialog |
( |
bool |
dialogTriggerButton, |
|
|
const char * |
directory = NULL , |
|
|
const char * |
fileFilterExtensionString = NULL , |
|
|
const char * |
windowTitle = NULL , |
|
|
const ImVec2 & |
windowSize = ImVec2(-1,-1) , |
|
|
const ImVec2 & |
windowPos = ImVec2(-1,-1) , |
|
|
const float |
windowAlpha = 0.875f |
|
) |
| |
const char * ImGuiFs::Dialog::chooseFolderDialog |
( |
bool |
dialogTriggerButton, |
|
|
const char * |
directory = NULL , |
|
|
const char * |
windowTitle = NULL , |
|
|
const ImVec2 & |
windowSize = ImVec2(-1,-1) , |
|
|
const ImVec2 & |
windowPos = ImVec2(-1,-1) , |
|
|
const float |
windowAlpha = 0.875f |
|
) |
| |
const char * ImGuiFs::Dialog::saveFileDialog |
( |
bool |
dialogTriggerButton, |
|
|
const char * |
directory = NULL , |
|
|
const char * |
startingFileNameEntry = NULL , |
|
|
const char * |
fileFilterExtensionString = NULL , |
|
|
const char * |
windowTitle = NULL , |
|
|
const ImVec2 & |
windowSize = ImVec2(-1,-1) , |
|
|
const ImVec2 & |
windowPos = ImVec2(-1,-1) , |
|
|
const float |
windowAlpha = 0.875f |
|
) |
| |
const char * ImGuiFs::Dialog::getChosenPath |
( |
| ) |
const |
const char * ImGuiFs::Dialog::getLastDirectory |
( |
| ) |
const |
const char* 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 |
|
) |
| |
|
friend |
struct Internal* ImGuiFs::Dialog::internal |
|
private |
The documentation for this struct was generated from the following files: