| 2541 | } |
| 2542 | |
| 2543 | void 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 | |
| 2550 | void IGFD::FileManager::SelectOrDeselectFileName(const FileDialogInternal& vFileDialogInternal, const std::shared_ptr<FileInfos>& vInfos) { |
| 2551 | if (!vInfos.use_count()) { |
no outgoing calls
no test coverage detected