![]() |
Pioneer
|
#include <SystemEditorModals.h>


Public Types | |
| enum | ResultType { Result_Cancel , Result_No , Result_Yes } |
Public Member Functions | |
| UnsavedFileModal (EditorApp *app) | |
| ResultType | Result () |
Public Member Functions inherited from Editor::Modal | |
| Modal (EditorApp *app, const char *title, bool canClose) | |
| bool | Ready () |
| void | Close () |
| virtual void | Draw () |
Public Member Functions inherited from RefCounted | |
| RefCounted () | |
| virtual | ~RefCounted () |
| void | IncRefCount () const |
| void | DecRefCount () const |
| int | GetRefCount () const |
Public Member Functions inherited from LuaWrappable | |
| virtual | ~LuaWrappable () |
Protected Member Functions | |
| void | DrawInternal () override |
| virtual void | DrawInternal () |
Protected Attributes | |
| ResultType | m_result = Result_Cancel |
Protected Attributes inherited from Editor::Modal | |
| EditorApp * | m_app |
| const char * | m_title |
| ImGuiID | m_id |
| bool | m_shouldClose |
| bool | m_canClose |
| UnsavedFileModal::UnsavedFileModal | ( | EditorApp * | app | ) |
|
overrideprotectedvirtual |
Reimplemented from Editor::Modal.
|
inline |
|
protected |