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

Method GetCurrentFileName

ImGuiFileDialog.cpp:4730–4732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4728}
4729
4730std::string IGFD::FileDialog::GetCurrentFileName(IGFD_ResultMode vFlag) {
4731 return m_FileDialogInternal.fileManager.GetResultingFileName(m_FileDialogInternal, vFlag);
4732}
4733
4734std::string IGFD::FileDialog::GetCurrentFilter() {
4735 return m_FileDialogInternal.filterManager.GetSelectedFilter().title;

Callers 1

IGFD_GetCurrentFileNameFunction · 0.80

Calls 1

GetResultingFileNameMethod · 0.80

Tested by

no test coverage detected