Cthulhu
0.2.10
Cthulhu compiler collection
|
#include <info.hpp>
Public Member Functions | |
ModuleInfoPanel (const module_info_t &info) | |
![]() | |
IEditorPanel (std::string_view name) | |
virtual | ~IEditorPanel ()=default |
virtual void | update () |
virtual bool | draw_window () |
void | draw () |
virtual bool | menu_item (const char *shortcut=nullptr) |
const char * | get_title () const |
bool | is_visible () const |
bool | is_enabled () const |
Protected Member Functions | |
void | draw_info () |
![]() | |
void | set_enabled (bool value) |
void | disable (std::string_view reason) |
Additional Inherited Members | |
![]() | |
bool | visible = true |
bool | enabled = true |
std::string | disabled_reason |
ImGuiWindowFlags | flags = ImGuiWindowFlags_None |
ModuleInfoPanel::ModuleInfoPanel | ( | const module_info_t & | info | ) |