std::string m_CurrentWorkingDir
Definition: FileBrowser.h:37
std::string m_SelectedFile
The selected file in this dialog.
Definition: FileBrowser.h:35
std::string GetSelected() const
Definition: FileBrowser.h:26
bool m_IsOpen
Definition: FileBrowser.h:39
void Display()
Display the actual ImGUI info here.
bool IsOpen() const
Definition: FileBrowser.h:29
Definition: FileBrowser.h:10
void SetTitle(std::string t_Title)
Set the text in the title bar of this file dialoag.
bool m_HasSelected
Definition: FileBrowser.h:41
FileBrowser(std::string t_Title="Open File...")
void Open()
Opens this file dialoag next time Display is called.
std::string m_Title
Definition: FileBrowser.h:32
bool HasSelected() const
Definition: FileBrowser.h:25