1#ifndef YAZE_APP_EDITOR_ORACLE_PANELS_MENU_INSPECTOR_PANEL_H_
2#define YAZE_APP_EDITOR_ORACLE_PANELS_MENU_INSPECTOR_PANEL_H_
11#include "imgui/imgui.h"
12#include "imgui/misc/cpp/imgui_stdlib.h"
18 std::string
GetId()
const override {
return "oracle.menu_inspector"; }
27 void Draw(
bool* p_open)
override;
37 bool MatchesFilter(
const std::string& value,
const std::string& filter)
const;
Base interface for all logical panel components.
#define ICON_MD_MENU_BOOK
Editors are the view controllers for the application.
PanelCategory
Defines lifecycle behavior for editor panels.
@ CrossEditor
User can pin to persist across editors.