Cthulhu
0.2.10
Cthulhu compiler collection
|
Public Member Functions | |
EditorModulePanel () | |
void | add_module (const loaded_module_t &mod) |
void | load_default_modules (support_t *support) |
bool | menu_item (const char *shortcut=nullptr) override |
bool | is_empty () const |
![]() | |
IEditorPanel (std::string_view name) | |
virtual | ~IEditorPanel ()=default |
virtual void | update () |
virtual bool | draw_window () |
void | draw () |
const char * | get_title () const |
bool | is_visible () const |
bool | is_enabled () const |
Additional Inherited Members | |
![]() | |
void | set_enabled (bool value) |
void | disable (std::string_view reason) |
![]() | |
bool | visible = true |
bool | enabled = true |
std::string | disabled_reason |
ImGuiWindowFlags | flags = ImGuiWindowFlags_None |
|
inline |
|
inline |
|
inlineoverridevirtual |
Reimplemented from ed::IEditorPanel.