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

Method SelectFileName

external/ImGuiFileDialog/ImGuiFileDialog.cpp:2543–2548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2541}
2542
2543void IGFD::FileManager::SelectFileName(const std::shared_ptr<FileInfos>& vInfos) {
2544 if (!vInfos.use_count()) {
2545 return;
2546 }
2547 m_AddFileNameInSelection(vInfos->fileNameExt, true);
2548}
2549
2550void IGFD::FileManager::SelectOrDeselectFileName(const FileDialogInternal& vFileDialogInternal, const std::shared_ptr<FileInfos>& vInfos) {
2551 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