#include <panel.hpp>
Definition at line 23 of file panel.hpp.
◆ IEditorPanel()
IEditorPanel::IEditorPanel |
( |
std::string_view |
name | ) |
|
◆ ~IEditorPanel()
virtual ed::IEditorPanel::~IEditorPanel |
( |
| ) |
|
|
virtualdefault |
◆ disable()
void ed::IEditorPanel::disable |
( |
std::string_view |
reason | ) |
|
|
inlineprotected |
◆ draw()
void IEditorPanel::draw |
( |
| ) |
|
◆ draw_window()
bool IEditorPanel::draw_window |
( |
| ) |
|
|
virtual |
◆ get_title()
const char* ed::IEditorPanel::get_title |
( |
| ) |
const |
|
inline |
◆ is_enabled()
bool ed::IEditorPanel::is_enabled |
( |
| ) |
const |
|
inline |
◆ is_visible()
bool ed::IEditorPanel::is_visible |
( |
| ) |
const |
|
inline |
◆ menu_item()
bool IEditorPanel::menu_item |
( |
const char * |
shortcut = nullptr | ) |
|
|
virtual |
◆ set_enabled()
void ed::IEditorPanel::set_enabled |
( |
bool |
value | ) |
|
|
inlineprotected |
◆ update()
virtual void ed::IEditorPanel::update |
( |
| ) |
|
|
inlinevirtual |
◆ disabled_reason
std::string ed::IEditorPanel::disabled_reason |
|
protected |
◆ enabled
bool ed::IEditorPanel::enabled = true |
|
protected |
◆ flags
ImGuiWindowFlags ed::IEditorPanel::flags = ImGuiWindowFlags_None |
|
protected |
◆ visible
bool ed::IEditorPanel::visible = true |
|
protected |
The documentation for this class was generated from the following files:
- frontend/gui/editor/include/editor/panels/panel.hpp
- frontend/gui/editor/src/panels/panel.cpp