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

Method SelectAllFileNames

external/ImGuiFileDialog/ImGuiFileDialog.cpp:2534–2541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2532}
2533
2534void IGFD::FileManager::SelectAllFileNames() {
2535 m_SelectedFileNames.clear();
2536 for (const auto& pInfos : m_FilteredFileList) {
2537 if (pInfos != nullptr) {
2538 m_AddFileNameInSelection(pInfos->fileNameExt, true);
2539 }
2540 }
2541}
2542
2543void IGFD::FileManager::SelectFileName(const std::shared_ptr<FileInfos>& vInfos) {
2544 if (!vInfos.use_count()) {

Callers 1

EndFrameMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected