| 4736 | } |
| 4737 | |
| 4738 | std::map<std::string, std::string> IGFD::FileDialog::GetSelection(IGFD_ResultMode vFlag) { |
| 4739 | return m_FileDialogInternal.fileManager.GetResultingSelection(m_FileDialogInternal, vFlag); |
| 4740 | } |
| 4741 | |
| 4742 | IGFD::UserDatas IGFD::FileDialog::GetUserDatas() const { |
| 4743 | return m_FileDialogInternal.getDialogConfig().userDatas; |
no test coverage detected