Gems/LyShine
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <QInputDialog>
|
||||
#include <QMessageBox>
|
||||
#include <SandboxAPI.h>
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// StringDlg Qt dialog
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include "AlignToolbarSection.h"
|
||||
#include "ViewportAlign.h"
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "AnchorPresets.h"
|
||||
|
||||
namespace
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "PresetButton.h"
|
||||
#include "AnchorPresets.h"
|
||||
#include "AnchorPresetsWidget.h"
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorDefs.h"
|
||||
#include "UiEditorAnimationBus.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorCommon.h"
|
||||
#include <Animation/Controls/UiSplineCtrlEx.h>
|
||||
#include <Editor/Resource.h>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
#include "../UiAnimUndoObject.h"
|
||||
|
||||
#include <LyShine/Animation/IUiAnimation.h>
|
||||
#include <Util/EditorUtils.h>
|
||||
|
||||
#include <QWidget>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include <Animation/Controls/UiTimelineCtrl.h>
|
||||
#include "EditorDefs.h"
|
||||
//#include "MemDC.h"
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
|
||||
//----- UI_ANIMATION_REVISIT - this is required to compile since something we include still uses MFC
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiAVEventsDialog.h"
|
||||
#include <Editor/Animation/ui_UiAVEventsDialog.h>
|
||||
#include "UiAnimViewUndo.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiAVSequenceProps.h"
|
||||
#include <LyShine/Animation/IUiAnimation.h>
|
||||
#include "UiEditorAnimationBus.h"
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
class CUiAnimViewSequence;
|
||||
|
||||
#if !defined(Q_MOC_RUN)
|
||||
#include <AzCore/PlatformIncl.h>
|
||||
#include <QDialog>
|
||||
#include <QScopedPointer>
|
||||
#endif
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiAVTrackEventKeyUIControls.h"
|
||||
#include "UiAVEventsDialog.h"
|
||||
#include "UiAnimViewSequence.h"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiAnimUndo.h"
|
||||
#include "UiAnimUndoManager.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiAnimUndoManager.h"
|
||||
#include "UiAnimUndoObject.h"
|
||||
#include "Undo/IUndoManagerListener.h"
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <AzCore/std/string/string.h>
|
||||
#include <AzCore/std/containers/vector.h>
|
||||
|
||||
struct UiAnimUndoObject;
|
||||
class UiAnimUndoStep;
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiEditorAnimationBus.h"
|
||||
#include "UiEditorDLLBus.h"
|
||||
#include "UiAnimViewAnimNode.h"
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
class CUiAnimViewAnimNode;
|
||||
class CEntityObject;
|
||||
class QWidget;
|
||||
|
||||
namespace AZ
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorDefs.h"
|
||||
#include "Resource.h"
|
||||
#include "UiEditorAnimationBus.h"
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
//----- UI_ANIMATION_REVISIT - this is required to compile since something we include still uses MFC
|
||||
|
||||
// prevent inclusion of conflicting definitions of INT8_MIN etc
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorDefs.h"
|
||||
#include "Resource.h"
|
||||
#include "UiEditorAnimationBus.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiAnimViewEventNode.h"
|
||||
#include "UiAnimViewSequence.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorDefs.h"
|
||||
#include "UiAnimViewFindDlg.h"
|
||||
#include "UiAnimViewDialog.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiEditorAnimationBus.h"
|
||||
#include "EditorDefs.h"
|
||||
#include "UiAnimViewKeyPropertiesDlg.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiAnimViewNewSequenceDialog.h"
|
||||
#include "Animation/UiAnimViewSequenceManager.h"
|
||||
#include <Editor/Animation/ui_UiAnimViewNewSequenceDialog.h>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiAnimViewAnimNode.h"
|
||||
#include "UiAnimViewTrack.h"
|
||||
#include "UiAnimViewSequence.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiAnimViewNodeFactories.h"
|
||||
#include "UiAnimViewAnimNode.h"
|
||||
#include "UiAnimViewEventNode.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorDefs.h"
|
||||
#include "Resource.h"
|
||||
#include "UiEditorAnimationBus.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiEditorAnimationBus.h"
|
||||
#include "UiAnimViewSequence.h"
|
||||
#include "UiAnimViewSequenceManager.h"
|
||||
@@ -22,6 +21,7 @@
|
||||
#include "Clipboard.h"
|
||||
|
||||
#include "UiEditorAnimationBus.h"
|
||||
#include <Util/EditorUtils.h>
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiEditorAnimationBus.h"
|
||||
#include "UiEditorDLLBus.h"
|
||||
#include "UiAnimViewSequenceManager.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiEditorAnimationBus.h"
|
||||
#include "EditorDefs.h"
|
||||
#include "Resource.h"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiAnimViewSplitter.h"
|
||||
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiAnimViewTrack.h"
|
||||
#include "UiAnimViewAnimNode.h"
|
||||
#include "UiAnimViewSequence.h"
|
||||
@@ -15,6 +14,8 @@
|
||||
|
||||
#include "UiEditorAnimationBus.h"
|
||||
|
||||
#include <Util/EditorUtils.h>
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
void CUiAnimViewTrackBundle::AppendTrack(CUiAnimViewTrack* pTrack)
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "UiAnimViewUndo.h"
|
||||
#include "UiAnimViewSequenceManager.h"
|
||||
#include "UiAnimViewSequence.h"
|
||||
|
||||
@@ -14,6 +14,10 @@
|
||||
#include "UiAnimUndoObject.h"
|
||||
#include "UiAnimUndo.h"
|
||||
|
||||
#include <QtCore/QString>
|
||||
|
||||
class QWidget;
|
||||
|
||||
class CUiAnimViewNode;
|
||||
class CUiAnimViewSequence;
|
||||
class CUiAnimViewAnimNode;
|
||||
|
||||
@@ -6,9 +6,10 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
//#include "CustomizeKeyboardPage.h"
|
||||
|
||||
#include <Util/EditorUtils.h>
|
||||
|
||||
#include <Editor/Resource.h>
|
||||
|
||||
#include <QColor>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "AssetDropHelpers.h"
|
||||
#include <LyShine/UiAssetTypes.h>
|
||||
#include <AzCore/Asset/AssetTypeInfoBus.h>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "AssetTreeEntry.h"
|
||||
#include "EditorCommon.h"
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include <LyShine/Bus/UiEditorCanvasBus.h>
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include "CommandCanvasSize.h"
|
||||
|
||||
@@ -16,6 +14,8 @@
|
||||
#include <QJsonArray>
|
||||
#include <QTextStream>
|
||||
#include <QLabel>
|
||||
#include <QFile>
|
||||
#include <QDir>
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
CommandCanvasPropertiesChange::CommandCanvasPropertiesChange(UndoStack* stack,
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include "CommandCanvasSize.h"
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
CommandCanvasSizeToolbarIndex::CommandCanvasSizeToolbarIndex(UndoStack* stack,
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#define UICANVASEDITOR_ELEMENT_NAME_DEFAULT "Element"
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
CommandHierarchyItemCreateFromData::CommandHierarchyItemCreateFromData(UndoStack* stack,
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include <Animation/UiEditorAnimationBus.h>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
CommandHierarchyItemRename::CommandHierarchyItemRename(UndoStack* stack,
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include <AzCore/std/sort.h>
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
CommandHierarchyItemToggleIsExpanded::CommandHierarchyItemToggleIsExpanded(UndoStack* stack,
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
CommandHierarchyItemToggleIsSelectable::CommandHierarchyItemToggleIsSelectable(UndoStack* stack,
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
CommandHierarchyItemToggleIsSelected::CommandHierarchyItemToggleIsSelected(UndoStack* stack,
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
CommandHierarchyItemToggleIsVisible::CommandHierarchyItemToggleIsVisible(UndoStack* stack,
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
CommandPropertiesChange::CommandPropertiesChange(UndoStack* stack,
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
CommandViewportInteractionMode::CommandViewportInteractionMode(UndoStack* stack,
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
ComponentButton::ComponentButton(HierarchyWidget* hierarchy,
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include "UiEditorInternalBus.h"
|
||||
#include <AzCore/Component/ComponentBus.h>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include <LyShine/Bus/UiEditorCanvasBus.h>
|
||||
#include "CanvasHelpers.h"
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include "FeedbackDialog.h"
|
||||
#include <AzQtComponents/Buses/ShortcutDispatch.h>
|
||||
@@ -17,6 +15,7 @@
|
||||
#include "CanvasHelpers.h"
|
||||
#include "GuideHelpers.h"
|
||||
#include <LyShine/Bus/UiEditorCanvasBus.h>
|
||||
#include <Util/PathUtil.h>
|
||||
|
||||
#include <QFileDialog>
|
||||
#include <QMenuBar>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include "CanvasHelpers.h"
|
||||
#include "AssetDropHelpers.h"
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
EnterPreviewToolbar::EnterPreviewToolbar(EditorWindow* parent)
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include "QtHelpers.h"
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "FeedbackDialog.h"
|
||||
|
||||
#include <QBoxLayout>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include <AzCore/IO/Path/Path.h>
|
||||
#include <AzCore/Settings/SettingsRegistryMergeUtils.h>
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "FindEntityItemModel.h"
|
||||
|
||||
#include <AzFramework/StringFunc/StringFunc.h>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "FindEntitySortFilterProxyModel.h"
|
||||
#include "FindEntityItemModel.h"
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "FindEntityWidget.h"
|
||||
#include "FindEntityItemModel.h"
|
||||
#include "FindEntitySortFilterProxyModel.h"
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
#include <AzCore/base.h>
|
||||
#include <AzCore/Memory/SystemAllocator.h>
|
||||
#include <AzCore/Component/EntityId.h>
|
||||
#include <AzCore/std/containers/vector.h>
|
||||
#include <AzCore/std/containers/unordered_set.h>
|
||||
#include <AzQtComponents/Components/FilteredSearchWidget.h>
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include "GuideHelpers.h"
|
||||
#include "CanvasHelpers.h"
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include <QMimeData>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#define UICANVASEDITOR_HIERARCHY_HEADER_ICON_EYE ":/Icons/Eye.svg"
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include <QMessageBox>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include <AzCore/Asset/AssetManager.h>
|
||||
#include <AzToolsFramework/ToolsComponents/EditorOnlyEntityComponentBus.h>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include <AzToolsFramework/Slice/SliceUtilities.h>
|
||||
#include <AzToolsFramework/ToolsComponents/EditorOnlyEntityComponentBus.h>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include "AssetDropHelpers.h"
|
||||
#include "QtHelpers.h"
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include <QLabel>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include "AlignToolbarSection.h"
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
NewElementToolbarSection::NewElementToolbarSection(QToolBar* parent, bool addSeparator)
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "PivotPresets.h"
|
||||
|
||||
namespace
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "PresetButton.h"
|
||||
#include "PivotPresets.h"
|
||||
#include "PivotPresetsWidget.h"
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "PresetButton.h"
|
||||
|
||||
PresetButton::PresetButton(const QString& defaultIconPath,
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include <QScrollBar>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include <LyShine/Animation/IUiAnimation.h>
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include <QLabel>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include "CanvasHelpers.h"
|
||||
#include <AzQtComponents/Components/Style.h>
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include <AzToolsFramework/ToolsComponents/ScriptEditorComponent.h>
|
||||
#include "CanvasHelpers.h"
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
#include "AssetDropHelpers.h"
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include "PropertyHandlerAnchor.h"
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include "PropertyHandlerChar.h"
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include "PropertyHandlerDirectory.h"
|
||||
|
||||
#include <AzToolsFramework/UI/PropertyEditor/PropertyQTConstants.h>
|
||||
#include <LyShine/Bus/UiEditorChangeNotificationBus.h>
|
||||
#include <Editor/Util/PathUtil.h>
|
||||
|
||||
#include <QBoxLayout>
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include "PropertyHandlerEntityIdComboBox.h"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include "PropertyHandlerLayoutPadding.h"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include "PropertyHandlerOffset.h"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include "PropertyHandlerPivot.h"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorCommon.h"
|
||||
#include "Sprite.h"
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include "PropertyHandlerUiParticleColorKeyframe.h"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include "PropertyHandlerUiParticleFloatKeyframe.h"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include "PropertyHandlerVec.h"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include "PropertyHandlerAnchor.h"
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "UiCanvasEditor_precompiled.h"
|
||||
|
||||
#include "EditorCommon.h"
|
||||
|
||||
#include <QtGui/private/qhighdpiscaling_p.h>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user