MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / OpenDialog

Method OpenDialog

ImGuiFileDialog.cpp:3779–3786  ·  view source on GitHub ↗

path and fileNameExt can be specified

Source from the content-addressed store, hash-verified

3777
3778// path and fileNameExt can be specified
3779void IGFD::FileDialog::OpenDialog(const std::string& vKey, const std::string& vTitle, const char* vFilters, const FileDialogConfig& vConfig) {
3780 if (m_FileDialogInternal.showDialog) // if already opened, quit
3781 return;
3782 m_FileDialogInternal.configureDialog(vKey, vTitle, vFilters, vConfig);
3783#ifdef USE_PLACES_FEATURE
3784 m_InitPlaces(m_FileDialogInternal);
3785#endif
3786}
3787
3788//////////////////////////////////////////////////////////////////////////////////////////////////
3789///// FILE DIALOG DISPLAY FUNCTION ///////////////////////////////////////////////////////////////

Callers 1

IGFD_OpenDialogFunction · 0.80

Calls 1

configureDialogMethod · 0.80

Tested by

no test coverage detected