/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/Assets/EditorPluginAssets/AnimationGraphAsset/AnimationGraphAssetWindow.moc.h
25 строк
601 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 ezQtAnimationGraphAssetScene; class ezQtVisualGraphView; class ezQtAnimationGraphAssetDocumentWindow : public ezQtDocumentWindow { Q_OBJECT public: ezQtAnimationGraphAssetDocumentWindow(ezDocument* pDocument); ~ezQtAnimationGraphAssetDocumentWindow(); private Q_SLOTS: private: void SelectionEventHandler(const ezSelectionManagerEvent& e); ezQtAnimationGraphAssetScene* m_pScene; ezQtVisualGraphView* m_pView; };