#include <FileBrowser.h>
◆ FileBrowser()
| Fling::FileBrowser::FileBrowser |
( |
std::string |
t_Title = "Open File..." | ) |
|
◆ ~FileBrowser()
| Fling::FileBrowser::~FileBrowser |
( |
| ) |
|
|
default |
◆ ClearSelected()
| void Fling::FileBrowser::ClearSelected |
( |
| ) |
|
◆ Display()
| void Fling::FileBrowser::Display |
( |
| ) |
|
Display the actual ImGUI info here.
◆ GetSelected()
| std::string Fling::FileBrowser::GetSelected |
( |
| ) |
const |
|
inline |
◆ HasSelected()
| bool Fling::FileBrowser::HasSelected |
( |
| ) |
const |
|
inline |
◆ IsOpen()
| bool Fling::FileBrowser::IsOpen |
( |
| ) |
const |
|
inline |
◆ Open()
| void Fling::FileBrowser::Open |
( |
| ) |
|
Opens this file dialoag next time Display is called.
◆ SetTitle()
| void Fling::FileBrowser::SetTitle |
( |
std::string |
t_Title | ) |
|
Set the text in the title bar of this file dialoag.
◆ m_CurrentWorkingDir
| std::string Fling::FileBrowser::m_CurrentWorkingDir = std::string() |
|
private |
◆ m_HasSelected
| bool Fling::FileBrowser::m_HasSelected = false |
|
private |
◆ m_IsOpen
| bool Fling::FileBrowser::m_IsOpen = false |
|
private |
◆ m_SelectedFile
| std::string Fling::FileBrowser::m_SelectedFile = std::string() |
|
private |
The selected file in this dialog.
◆ m_Title
| std::string Fling::FileBrowser::m_Title = "Select File..." |
|
private |
The documentation for this class was generated from the following file: