graphcanvas_files.cmake 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Include/GraphCanvas/Widgets/RootGraphicsItem.h
  10. Include/GraphCanvas/tools.h
  11. Include/GraphCanvas/Components/Connections/ConnectionFilters/ConnectionFilterBus.h
  12. Include/GraphCanvas/Components/Connections/ConnectionFilters/ConnectionFilters.h
  13. Include/GraphCanvas/Components/Connections/ConnectionFilters/DataConnectionFilters.h
  14. Source/GraphCanvas.cpp
  15. Source/GraphCanvas.h
  16. Source/GraphCanvasModule.h
  17. Source/GraphCanvasEditorModule.cpp
  18. Source/Components/BookmarkManagerComponent.cpp
  19. Source/Components/BookmarkManagerComponent.h
  20. Source/Components/GeometryComponent.cpp
  21. Source/Components/GeometryComponent.h
  22. Source/Components/GridComponent.cpp
  23. Source/Components/GridComponent.h
  24. Source/Components/GridVisualComponent.cpp
  25. Source/Components/GridVisualComponent.h
  26. Source/Components/LayerControllerComponent.cpp
  27. Source/Components/LayerControllerComponent.h
  28. Source/Components/PersistentIdComponent.cpp
  29. Source/Components/PersistentIdComponent.h
  30. Source/Components/SceneComponent.cpp
  31. Source/Components/SceneComponent.h
  32. Source/Components/SceneMemberComponent.cpp
  33. Source/Components/SceneMemberComponent.h
  34. Source/Components/StylingComponent.cpp
  35. Source/Components/StylingComponent.h
  36. Source/Components/BookmarkAnchor/BookmarkAnchorComponent.cpp
  37. Source/Components/BookmarkAnchor/BookmarkAnchorComponent.h
  38. Source/Components/BookmarkAnchor/BookmarkAnchorLayerControllerComponent.h
  39. Source/Components/BookmarkAnchor/BookmarkAnchorVisualComponent.cpp
  40. Source/Components/BookmarkAnchor/BookmarkAnchorVisualComponent.h
  41. Source/Components/Connections/ConnectionComponent.cpp
  42. Source/Components/Connections/ConnectionComponent.h
  43. Source/Components/Connections/ConnectionLayerControllerComponent.cpp
  44. Source/Components/Connections/ConnectionLayerControllerComponent.h
  45. Source/Components/Connections/ConnectionVisualComponent.cpp
  46. Source/Components/Connections/ConnectionVisualComponent.h
  47. Source/Components/Connections/DataConnections/DataConnectionComponent.cpp
  48. Source/Components/Connections/DataConnections/DataConnectionComponent.h
  49. Source/Components/Connections/DataConnections/DataConnectionGraphicsItem.cpp
  50. Source/Components/Connections/DataConnections/DataConnectionGraphicsItem.h
  51. Source/Components/Connections/DataConnections/DataConnectionVisualComponent.cpp
  52. Source/Components/Connections/DataConnections/DataConnectionVisualComponent.h
  53. Source/Components/NodePropertyDisplays/AssetIdNodePropertyDisplay.cpp
  54. Source/Components/NodePropertyDisplays/AssetIdNodePropertyDisplay.h
  55. Source/Components/NodePropertyDisplays/BooleanNodePropertyDisplay.cpp
  56. Source/Components/NodePropertyDisplays/BooleanNodePropertyDisplay.h
  57. Source/Components/NodePropertyDisplays/ComboBoxNodePropertyDisplay.cpp
  58. Source/Components/NodePropertyDisplays/ComboBoxNodePropertyDisplay.h
  59. Source/Components/NodePropertyDisplays/NumericNodePropertyDisplay.cpp
  60. Source/Components/NodePropertyDisplays/NumericNodePropertyDisplay.h
  61. Source/Components/NodePropertyDisplays/EntityIdNodePropertyDisplay.cpp
  62. Source/Components/NodePropertyDisplays/EntityIdNodePropertyDisplay.h
  63. Source/Components/NodePropertyDisplays/ReadOnlyNodePropertyDisplay.cpp
  64. Source/Components/NodePropertyDisplays/ReadOnlyNodePropertyDisplay.h
  65. Source/Components/NodePropertyDisplays/StringNodePropertyDisplay.cpp
  66. Source/Components/NodePropertyDisplays/StringNodePropertyDisplay.h
  67. Source/Components/NodePropertyDisplays/VectorNodePropertyDisplay.cpp
  68. Source/Components/NodePropertyDisplays/VectorNodePropertyDisplay.h
  69. Source/Components/Nodes/NodeComponent.cpp
  70. Source/Components/Nodes/NodeComponent.h
  71. Source/Components/Nodes/NodeFrameGraphicsWidget.cpp
  72. Source/Components/Nodes/NodeFrameGraphicsWidget.h
  73. Source/Components/Nodes/NodeLayerControllerComponent.h
  74. Source/Components/Nodes/NodeLayoutComponent.h
  75. Source/Components/Nodes/Comment/CommentLayerControllerComponent.h
  76. Source/Components/Nodes/Comment/CommentNodeFrameComponent.cpp
  77. Source/Components/Nodes/Comment/CommentNodeFrameComponent.h
  78. Source/Components/Nodes/Comment/CommentNodeLayoutComponent.cpp
  79. Source/Components/Nodes/Comment/CommentNodeLayoutComponent.h
  80. Source/Components/Nodes/Comment/CommentNodeTextComponent.cpp
  81. Source/Components/Nodes/Comment/CommentNodeTextComponent.h
  82. Source/Components/Nodes/Comment/CommentTextGraphicsWidget.cpp
  83. Source/Components/Nodes/Comment/CommentTextGraphicsWidget.h
  84. Source/Components/Nodes/General/GeneralNodeFrameComponent.cpp
  85. Source/Components/Nodes/General/GeneralNodeFrameComponent.h
  86. Source/Components/Nodes/General/GeneralNodeLayoutComponent.cpp
  87. Source/Components/Nodes/General/GeneralNodeLayoutComponent.h
  88. Source/Components/Nodes/General/GeneralNodeTitleComponent.cpp
  89. Source/Components/Nodes/General/GeneralNodeTitleComponent.h
  90. Source/Components/Nodes/General/GeneralSlotLayoutComponent.cpp
  91. Source/Components/Nodes/General/GeneralSlotLayoutComponent.h
  92. Source/Components/Nodes/Group/CollapsedNodeGroupComponent.cpp
  93. Source/Components/Nodes/Group/CollapsedNodeGroupComponent.h
  94. Source/Components/Nodes/Group/NodeGroupFrameComponent.cpp
  95. Source/Components/Nodes/Group/NodeGroupFrameComponent.h
  96. Source/Components/Nodes/Group/NodeGroupLayerControllerComponent.h
  97. Source/Components/Nodes/Group/NodeGroupLayoutComponent.cpp
  98. Source/Components/Nodes/Group/NodeGroupLayoutComponent.h
  99. Source/Components/Nodes/Wrapper/WrapperNodeLayoutComponent.cpp
  100. Source/Components/Nodes/Wrapper/WrapperNodeLayoutComponent.h
  101. Source/Components/Slots/SlotComponent.cpp
  102. Source/Components/Slots/SlotComponent.h
  103. Source/Components/Slots/SlotConnectionFilterComponent.cpp
  104. Source/Components/Slots/SlotConnectionFilterComponent.h
  105. Source/Components/Slots/SlotConnectionPin.cpp
  106. Source/Components/Slots/SlotConnectionPin.h
  107. Source/Components/Slots/SlotLayoutComponent.cpp
  108. Source/Components/Slots/SlotLayoutComponent.h
  109. Source/Components/Slots/SlotLayoutItem.h
  110. Source/Components/Slots/Data/DataSlotComponent.cpp
  111. Source/Components/Slots/Data/DataSlotComponent.h
  112. Source/Components/Slots/Data/DataSlotConnectionPin.cpp
  113. Source/Components/Slots/Data/DataSlotConnectionPin.h
  114. Source/Components/Slots/Data/DataSlotLayoutComponent.cpp
  115. Source/Components/Slots/Data/DataSlotLayoutComponent.h
  116. Source/Components/Slots/Default/DefaultSlotLayoutComponent.cpp
  117. Source/Components/Slots/Default/DefaultSlotLayoutComponent.h
  118. Source/Components/Slots/Execution/ExecutionSlotComponent.cpp
  119. Source/Components/Slots/Execution/ExecutionSlotComponent.h
  120. Source/Components/Slots/Execution/ExecutionSlotConnectionPin.cpp
  121. Source/Components/Slots/Execution/ExecutionSlotConnectionPin.h
  122. Source/Components/Slots/Execution/ExecutionSlotLayoutComponent.cpp
  123. Source/Components/Slots/Execution/ExecutionSlotLayoutComponent.h
  124. Source/Components/Slots/Extender/ExtenderSlotComponent.cpp
  125. Source/Components/Slots/Extender/ExtenderSlotComponent.h
  126. Source/Components/Slots/Extender/ExtenderSlotConnectionPin.cpp
  127. Source/Components/Slots/Extender/ExtenderSlotConnectionPin.h
  128. Source/Components/Slots/Extender/ExtenderSlotLayoutComponent.cpp
  129. Source/Components/Slots/Extender/ExtenderSlotLayoutComponent.h
  130. Source/Components/Slots/Property/PropertySlotComponent.cpp
  131. Source/Components/Slots/Property/PropertySlotComponent.h
  132. Source/Components/Slots/Property/PropertySlotLayoutComponent.cpp
  133. Source/Components/Slots/Property/PropertySlotLayoutComponent.h
  134. Source/Widgets/GraphCanvasCheckBox.cpp
  135. Source/Widgets/GraphCanvasCheckBox.h
  136. Source/Widgets/GraphCanvasComboBox.cpp
  137. Source/Widgets/GraphCanvasComboBox.h
  138. Source/Widgets/GraphCanvasLabel.cpp
  139. Source/Widgets/GraphCanvasLabel.h
  140. Source/Widgets/NodePropertyDisplayWidget.cpp
  141. Source/Widgets/NodePropertyDisplayWidget.h
  142. Source/Translation/TranslationAsset.h
  143. Source/Translation/TranslationAsset.cpp
  144. Source/Translation/TranslationBuilder.h
  145. Source/Translation/TranslationBuilder.cpp
  146. )