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

Method SelectFileName

ImGuiFileDialog.cpp:2481–2486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2479}
2480
2481void IGFD::FileManager::SelectFileName(const std::shared_ptr<FileInfos>& vInfos) {
2482 if (!vInfos.use_count()) {
2483 return;
2484 }
2485 m_AddFileNameInSelection(vInfos->fileNameExt, true);
2486}
2487
2488void IGFD::FileManager::SelectOrDeselectFileName(const FileDialogInternal& vFileDialogInternal, const std::shared_ptr<FileInfos>& vInfos) {
2489 if (!vInfos.use_count()) {

Callers 2

m_LocateItem_LoopMethod · 0.80
m_ExploreWithkeysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected