/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/Fmod/EditorPluginFmod/SoundBankAsset/SoundBankAssetWindow.moc.h
23 строки
551 B
Jan Krassnigg
Rewrote the window layout save/restore code (#1786)
22 янв 2026, 22:43
Не верифицирован
22 янв 2026, 22:43
b2c46b3
Код
Авторство
О чём код?
#pragma once #include <EditorPluginFmod/SoundBankAsset/SoundBankAsset.h> #include <Foundation/Basics.h> #include <GuiFoundation/DocumentWindow/DocumentWindow.moc.h> #include <ToolsFoundation/Object/DocumentObjectManager.h> class QLabel; class QScrollArea; class QtImageWidget; class ezSoundBankAssetDocumentWindow : public ezQtDocumentWindow { Q_OBJECT public: ezSoundBankAssetDocumentWindow(ezDocument* pDocument); virtual const char* GetGroupName() const { return "SoundBankAsset"; } private: ezSoundBankAssetDocument* m_pAssetDoc; };