ngscopeclient 0.1-dev+51fbda87c
|
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. More... | |
virtual bool | IsClosed ()=0 |
Returns true if the dialog has been closed. More... | |
virtual bool | IsClosedOK ()=0 |
Returns true if the dialog has been closed with an "OK" response. More... | |
virtual std::string | GetFileName ()=0 |
Gets the filename the user selected. More... | |
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.
|
pure virtual |
Returns true if the dialog has been closed.
Implemented in IGFDFileBrowser, and NFDFileBrowser.
|
pure virtual |
Returns true if the dialog has been closed with an "OK" response.
Implemented in IGFDFileBrowser, and NFDFileBrowser.
|
pure virtual |
Run imgui tasks (if needed) for the dialog.
Implemented in IGFDFileBrowser, and NFDFileBrowser.