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


Public Member Functions | |
| FileActionOpenModal (EditorApp *app) | |
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 | Draw () override |
| void | DrawInternal () override |
| virtual void | DrawInternal () |
Additional Inherited Members | |
Protected Attributes inherited from Editor::Modal | |
| EditorApp * | m_app |
| const char * | m_title |
| ImGuiID | m_id |
| bool | m_shouldClose |
| bool | m_canClose |
| FileActionOpenModal::FileActionOpenModal | ( | EditorApp * | app | ) |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Reimplemented from Editor::Modal.