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"
16class OracleMenuInspectorPanel :
public WindowContent {
18 std::string
GetId()
const override {
return "oracle.menu_inspector"; }
24 return "Inspect menu registries and generated menu assets for the project";
31 void Draw(
bool* p_open)
override;
41 bool MatchesFilter(
const std::string& value,
const std::string& filter)
const;
#define ICON_MD_MENU_BOOK
Editors are the view controllers for the application.
WindowLifecycle
Defines lifecycle behavior for editor windows.
@ CrossEditor
User can pin to persist across editors.