/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/Assets/EditorPluginAssets/StateMachineAsset/StateMachineAssetWindow.moc.h
23 строки
526 B
Jan Krassnigg
Visual graph infrastructure cleanup (#1821)
19 фев 2026, 09:02
Не верифицирован
19 фев 2026, 09:02
7f7f12f
Код
Авторство
О чём код?
#pragma once #include <Foundation/Basics.h> #include <GuiFoundation/DocumentWindow/DocumentWindow.moc.h> #include <ToolsFoundation/Object/DocumentObjectManager.h> class ezQtStateMachineAssetScene; class ezQtVisualGraphView; class ezQtStateMachineAssetDocumentWindow : public ezQtDocumentWindow { Q_OBJECT public: ezQtStateMachineAssetDocumentWindow(ezDocument* pDocument); ~ezQtStateMachineAssetDocumentWindow(); private Q_SLOTS: private: ezQtStateMachineAssetScene* m_pScene; ezQtVisualGraphView* m_pView; };