1#ifndef YAZE_APP_EDITOR_AGENT_ORACLE_RAM_PANEL_H_
2#define YAZE_APP_EDITOR_AGENT_ORACLE_RAM_PANEL_H_
23 std::string
GetId()
const override {
return "agent.oracle_ram"; }
25 std::string
GetIcon()
const override;
29 void Draw(
bool* p_open)
override;
Base interface for all logical panel components.
Panel for live monitoring of Oracle of Secrets RAM variables.
void Draw(bool *p_open) override
Draw the panel content.
std::string GetDisplayName() const override
Human-readable name shown in menus and title bars.
void InitializeVariables()
std::string GetEditorCategory() const override
Editor category this panel belongs to.
double last_refresh_time_
std::vector< RamVariable > variables_
std::string GetId() const override
Unique identifier for this panel.
void OnOpen() override
Called when panel becomes visible.
~OracleRamPanel() override=default
std::string GetIcon() const override
Material Design icon for this panel.
PanelCategory GetPanelCategory() const override
Get the lifecycle category for this panel.
PanelCategory
Defines lifecycle behavior for editor panels.
@ Persistent
Always visible once shown.