File: UnitTest_GraphView.list

package info (click to toggle)
mygui 3.2.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 36,224 kB
  • sloc: cpp: 118,031; ansic: 30,202; xml: 15,544; cs: 12,602; tcl: 776; python: 417; makefile: 34
file content (107 lines) | stat: -rw-r--r-- 2,312 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
set (HEADER_FILES
  AnimationGraph.h
  AnimationGraphFactory.h
  AnimationNodeFactory.h
  BaseAnimationNode.h
  BaseGraphConnection.h
  BaseGraphNode.h
  BaseGraphView.h
  ConnectionInfo.h
  ConnectionReceiver.h
  ContextMenu.h
  DemoKeeper.h
  Dialog.h
  DialogManager.h
  EventController.h
  FadeController.h
  GraphNodeEventController.h
  GraphNodeFactory.h
  GraphNodeFadeController.h
  GraphNodeGroup2Controller.h
  GraphNodeLoopController.h
  GraphNodePositionController.h
  GraphNodeSkeletonState.h
  GraphNodeWeightController.h
  GraphView.h
  Group2Controller.h
  IAnimationGraph.h
  IAnimationNode.h
  IAnimationNodeConstruct.h
  IGraphController.h
  IGraphNodeConstruct.h
  LoopController.h
  OpenSaveFileDialog.h
  PositionController.h
  SkeletonState.h
  WeightController.h
)
set (SOURCE_FILES
  ../../Common/Base/BaseResource.rc
  AnimationGraphFactory.cpp
  AnimationNodeFactory.cpp
  DemoKeeper.cpp
  Dialog.cpp
  DialogManager.cpp
  GraphNodeFactory.cpp
  OpenSaveFileDialog.cpp
)
SOURCE_GROUP("Animation\\Header Files" FILES
  AnimationGraph.h
  AnimationGraphFactory.h
  AnimationNodeFactory.h
  ConnectionReceiver.h
  EventController.h
  FadeController.h
  Group2Controller.h
  IAnimationGraph.h
  IAnimationNode.h
  IAnimationNodeConstruct.h
  LoopController.h
  PositionController.h
  SkeletonState.h
  WeightController.h
)
SOURCE_GROUP("Animation\\Source" FILES
  AnimationGraphFactory.cpp
  AnimationNodeFactory.cpp
)
SOURCE_GROUP("Common\\Header Files" FILES
  BaseGraphConnection.h
  BaseGraphNode.h
  BaseGraphView.h
  ConnectionInfo.h
  ContextMenu.h
  IGraphController.h
)
SOURCE_GROUP("Demo\\Header Files" FILES
  BaseAnimationNode.h
  DemoKeeper.h
  GraphNodeFactory.h
  GraphView.h
  IGraphNodeConstruct.h
)
SOURCE_GROUP("Demo\\Header Files\\Nodes" FILES
  GraphNodeEventController.h
  GraphNodeFadeController.h
  GraphNodeGroup2Controller.h
  GraphNodeLoopController.h
  GraphNodePositionController.h
  GraphNodeSkeletonState.h
  GraphNodeWeightController.h
)
SOURCE_GROUP("Demo\\Resource" FILES
  ../../Common/Base/BaseResource.rc
  CMakeLists.txt
)
SOURCE_GROUP("Demo\\Source" FILES
  DemoKeeper.cpp
  GraphNodeFactory.cpp
)
SOURCE_GROUP("OpenSaveFileDialog" FILES
  Dialog.cpp
  Dialog.h
  DialogManager.cpp
  DialogManager.h
  OpenSaveFileDialog.cpp
  OpenSaveFileDialog.h
)