MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / OpenDialog

Method OpenDialog

external/ImGuiFileDialog/ImGuiFileDialog.cpp:3841–3848  ·  view source on GitHub ↗

path and fileNameExt can be specified

Source from the content-addressed store, hash-verified

3839
3840// path and fileNameExt can be specified
3841void IGFD::FileDialog::OpenDialog(const std::string& vKey, const std::string& vTitle, const char* vFilters, const FileDialogConfig& vConfig) {
3842 if (m_FileDialogInternal.showDialog) // if already opened, quit
3843 return;
3844 m_FileDialogInternal.configureDialog(vKey, vTitle, vFilters, vConfig);
3845#ifdef USE_PLACES_FEATURE
3846 m_InitPlaces(m_FileDialogInternal);
3847#endif
3848}
3849
3850//////////////////////////////////////////////////////////////////////////////////////////////////
3851///// FILE DIALOG DISPLAY FUNCTION ///////////////////////////////////////////////////////////////

Callers 3

open_igfd_file_dialogFunction · 0.80
open_igfd_dir_dialogFunction · 0.80
IGFD_OpenDialogFunction · 0.80

Calls 1

configureDialogMethod · 0.80

Tested by

no test coverage detected