MQEngine
载入中...
搜索中...
未找到
UiManager.h
浏览该文件的文档.
1//
2// Created by Administrator on 2025/8/18.
3//
4
5#ifndef UIMANAGER_H
6#define UIMANAGER_H
7#include <Engine/headers.h>
8#include "GraphViewInsight.h"
10#include "../core/Global.h"
17
18namespace MQEngine {
40}
41
42
43
44#endif //UIMANAGER_H
定义 EditorCameraManager.h:9
定义 EntityInspector.h:7
定义 GraphViewInsight.h:12
定义 ModelManager.h:10
定义 RenderGraphViewer.h:141
定义 SceneEntityViewer.h:11
定义 SceneManager.h:10
定义 ScriptManager.h:14
定义 UiManager.h:19
void registerRenderCallback(FCT::EventDispatcher< FCT::EventSystemConfig::TriggerOnly > &renderCallBack)
定义 UiManager.cpp:133
SceneEntityViewer * m_sceneEntityViewer
定义 UiManager.h:37
FCT::ImguiContext * m_imguiCtx
定义 UiManager.h:30
ScriptManager * m_scriptManager
定义 UiManager.h:36
EntityInspector * m_entityInspector
定义 UiManager.h:38
void init()
定义 UiManager.cpp:12
void setupCustomDarkTheme()
定义 UiManager.cpp:34
GraphViewInsight * m_graphView
定义 UiManager.h:31
void renderCameraWindow()
定义 UiManager.cpp:297
SceneManager * m_sceneManager
定义 UiManager.h:35
RenderGraphViewer * m_passGenerator
定义 UiManager.h:32
void logicTick()
定义 UiManager.cpp:185
void term()
定义 UiManager.cpp:119
void renderScene()
定义 UiManager.cpp:231
void renderMainMenuBar()
定义 UiManager.cpp:276
EditorCameraManager * m_editorCameraManager
定义 UiManager.h:34
ModelManager * m_modelManager
定义 UiManager.h:33
定义 application.h:5