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


Public Member Functions | |
| 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 | |
| virtual void | DrawInternal () |
Protected Attributes | |
| EditorApp * | m_app |
| const char * | m_title |
| ImGuiID | m_id |
| bool | m_shouldClose |
| bool | m_canClose |
| Modal::Modal | ( | EditorApp * | app, |
| const char * | title, | ||
| bool | canClose | ||
| ) |
| void Modal::Close | ( | ) |
|
virtual |
Reimplemented in Editor::FileActionOpenModal, and Editor::NewSystemModal.

|
inlineprotectedvirtual |
Reimplemented in Editor::FileActionOpenModal, Editor::UnsavedFileModal, and Editor::NewSystemModal.
| bool Modal::Ready | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |