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


Public Member Functions | |
| NewSystemModal (EditorApp *app, SystemEditor *editor, SystemPath *path) | |
| void | Draw () override |
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 | |
| SystemEditor * | m_editor |
| SystemPath * | m_path |
Protected Attributes inherited from Editor::Modal | |
| EditorApp * | m_app |
| const char * | m_title |
| ImGuiID | m_id |
| bool | m_shouldClose |
| bool | m_canClose |
| NewSystemModal::NewSystemModal | ( | EditorApp * | app, |
| SystemEditor * | editor, | ||
| SystemPath * | path | ||
| ) |
|
overridevirtual |
|
overrideprotectedvirtual |
|
protected |
|
protected |