Editor/Plugins/ComponentEntityEditorPlugin

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-07-14 09:34:05 -07:00
parent 0d726d5d91
commit e214f26392
27 changed files with 13 additions and 75 deletions
@@ -5,8 +5,7 @@
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include <EditorDefs.h>
#include "CryEdit.h"
#include "AssetCatalogModel.h"
#include "Objects/ComponentEntityObject.h"
@@ -5,8 +5,6 @@
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include "CategoriesList.h"
ComponentCategoryList::ComponentCategoryList(QWidget* parent /*= nullptr*/)
@@ -5,8 +5,6 @@
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include "ComponentDataModel.h"
#include "Include/IObjectManager.h"
@@ -5,8 +5,6 @@
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include "ComponentPaletteWindow.h"
#include "ComponentDataModel.h"
#include "FavoriteComponentList.h"
@@ -26,6 +24,7 @@
#include <AzToolsFramework/API/ViewPaneOptions.h>
#include <QLabel>
#include <QKeyEvent>
ComponentPaletteWindow::ComponentPaletteWindow(QWidget* parent)
: QMainWindow(parent)
@@ -8,6 +8,7 @@
#pragma once
#if !defined(Q_MOC_RUN)
#include <AzCore/PlatformIncl.h>
#include <QMainWindow>
#endif
@@ -5,8 +5,6 @@
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include "FavoriteComponentList.h"
#include <AzCore/Serialization/SerializeContext.h>
#include <AzCore/Serialization/EditContext.h>
@@ -5,8 +5,6 @@
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include "ComponentDataModel.h"
#include "FavoriteComponentList.h"
#include "FilteredComponentList.h"
@@ -5,8 +5,6 @@
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include "InformationPanel.h"
// TODO: LMBR-28174
@@ -4,8 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include "OutlinerDisplayOptionsMenu.h"
#include <QIcon>
@@ -4,8 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include "OutlinerListModel.hxx"
#include <QtCore/QMimeData>
@@ -64,6 +62,7 @@
#include <Editor/CryEditDoc.h>
#include <AzCore/Outcome/Outcome.h>
#include <Editor/Util/PathUtil.h>
////////////////////////////////////////////////////////////////////////////
// OutlinerListModel
@@ -4,10 +4,9 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include "OutlinerSearchWidget.h"
#include <AzCore/Casting/numeric_cast.h>
#include <AzQtComponents/Components/FlowLayout.h>
#include <AzQtComponents/Components/StyleManager.h>
#include <QLabel>
@@ -15,6 +14,7 @@
#include <QTextDocument>
#include <QPainter>
#include <QToolButton>
#include <QApplication>
namespace AzQtComponents
{
@@ -18,6 +18,7 @@
#if !defined(DEFINED_QMETATYPE_UUID)
#define DEFINED_QMETATYPE_UUID
#include <AzCore/Math/Uuid.h>
Q_DECLARE_METATYPE(AZ::Uuid);
#endif
@@ -4,8 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include "OutlinerSortFilterProxyModel.hxx"
#include <AzCore/Component/ComponentApplication.h>
@@ -4,8 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include "OutlinerTreeView.hxx"
#include "OutlinerListModel.hxx"
@@ -18,6 +16,7 @@
#include <QDrag>
#include <QPainter>
#include <QHeaderView>
#include <QMouseEvent>
OutlinerTreeView::OutlinerTreeView(QWidget* pParent)
: QTreeView(pParent)
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include <CryCommon/platform.h>
#include "MainWindow.h" // for MainWindow
#include "OutlinerListModel.hxx"
@@ -5,8 +5,6 @@
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include "UI/QComponentEntityEditorMainWindow.h"
#include <AzCore/Component/Entity.h>
@@ -10,6 +10,8 @@
#include <QMainWindow>
#include <AzCore/Serialization/SerializeContext.h>
#include <CryCommon/ISystem.h>
#endif
class QObjectPropertyModel;
@@ -5,8 +5,7 @@
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include <EditorDefs.h>
#include "CryEdit.h"
#include "UI/QComponentEntityEditorOutlinerWindow.h"
#include "UI/Outliner/OutlinerWidget.hxx"
@@ -5,8 +5,6 @@
*
*/
#include "ComponentEntityEditorPlugin_precompiled.h"
#include "UI/QComponentLevelEntityEditorMainWindow.h"
#include <AzCore/Component/Entity.h>