| 2479 | } |
| 2480 | |
| 2481 | void 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 | |
| 2488 | void IGFD::FileManager::SelectOrDeselectFileName(const FileDialogInternal& vFileDialogInternal, const std::shared_ptr<FileInfos>& vInfos) { |
| 2489 | if (!vInfos.use_count()) { |
no outgoing calls
no test coverage detected