| 4713 | } |
| 4714 | |
| 4715 | std::string IGFD::FileDialog::GetOpenedKey() const { |
| 4716 | if (m_FileDialogInternal.showDialog) { |
| 4717 | return m_FileDialogInternal.dLGkey; |
| 4718 | } |
| 4719 | return ""; |
| 4720 | } |
| 4721 | |
| 4722 | std::string IGFD::FileDialog::GetFilePathName(IGFD_ResultMode vFlag) { |
| 4723 | return m_FileDialogInternal.fileManager.GetResultingFilePathName(m_FileDialogInternal, vFlag); |
nothing calls this directly
no outgoing calls
no test coverage detected