|
ngscopeclient v0.2.2
|
Abstract base class for a dialog that displays a file picker window. More...
#include <FileBrowser.h>

Public Member Functions | |
| virtual void | Render ()=0 |
| Run imgui tasks (if needed) for the dialog. | |
| virtual bool | IsClosed ()=0 |
| Returns true if the dialog has been closed. | |
| virtual bool | IsClosedOK ()=0 |
| Returns true if the dialog has been closed with an "OK" response. | |
| virtual std::string | GetFileName ()=0 |
| Gets the filename the user selected. | |
Abstract base class for a dialog that displays a file picker window.
|
pure virtual |
Gets the filename the user selected.
Implemented in IGFDFileBrowser, and NFDFileBrowser.
Returns true if the dialog has been closed.
Implemented in IGFDFileBrowser, and NFDFileBrowser.
Returns true if the dialog has been closed with an "OK" response.
Implemented in IGFDFileBrowser, and NFDFileBrowser.
Run imgui tasks (if needed) for the dialog.
Implemented in IGFDFileBrowser, and NFDFileBrowser.