-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.dot
198 lines (198 loc) · 3.49 KB
/
deps.dot
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
digraph {
arc -> struct
arc -> commands
arc -> ginfo
arc -> display
arc -> view
arc -> psdraw
arc -> drawing
arc -> graphic
arc -> xternal
buttons -> commands
buttons -> ginfo
buttons -> interact
buttons -> events
buttons -> match
buttons -> ezd
display -> struct
display -> commands
display -> window
display -> drawing
display -> view
display -> xternal
drawing -> struct
drawing -> display
drawing -> window
drawing -> view
drawing -> graphic
drawing -> events
drawing -> commands
drawing -> xternal
editcolor -> struct
editcolor -> events
editcolor -> commands
editcolor -> interact
editcolor -> ezd
editcolor -> ginfo
editcolor -> xternal
events -> struct
events -> commands
events -> display
events -> window
events -> view
events -> drawing
events -> graphic
events -> xternal
ezd -> struct
ezd -> commands
ezd -> display
ezd -> window
ezd -> view
ezd -> drawing
ezd -> graphic
ezd -> psdraw
ezd -> events
ezd -> xternal
ezdmain -> ezd
ginfo -> struct
ginfo -> commands
ginfo -> display
ginfo -> xternal
graphic -> struct
graphic -> window
graphic -> view
graphic -> drawing
graphic -> commands
graphic -> ezd
interact -> struct
interact -> commands
interact -> display
interact -> drawing
interact -> graphic
interact -> ezd
interact -> events
interact -> xternal
jtextree -> struct
jtextree -> textree
jtextree -> display
jtextree -> xternal
line -> struct
line -> commands
line -> ginfo
line -> display
line -> view
line -> psdraw
line -> graphic
line -> xternal
match -> match
mouseedit -> struct
mouseedit -> display
mouseedit -> ezd
mouseedit -> events
mouseedit -> interact
mouseedit -> xternal
popupmenu -> struct
popupmenu -> match
popupmenu -> ginfo
popupmenu -> commands
popupmenu -> display
popupmenu -> window
popupmenu -> drawing
popupmenu -> view
popupmenu -> graphic
popupmenu -> ezd
popupmenu -> events
popupmenu -> text
popupmenu -> xternal
psdraw -> struct
psdraw -> commands
psdraw -> ezd
psdraw -> ginfo
psdraw -> display
psdraw -> window
psdraw -> view
psdraw -> drawing
psdraw -> graphic
psdraw -> xternal
quilt -> struct
quilt -> commands
quilt -> ginfo
quilt -> display
quilt -> view
quilt -> psdraw
quilt -> drawing
quilt -> graphic
quilt -> xternal
rectangle -> struct
rectangle -> commands
rectangle -> ginfo
rectangle -> display
rectangle -> view
rectangle -> psdraw
rectangle -> drawing
rectangle -> graphic
rectangle -> xternal
slider -> commands
slider -> ginfo
slider -> interact
slider -> events
slider -> match
slider -> ezd
stringinput -> struct
stringinput -> ginfo
stringinput -> commands
stringinput -> view
stringinput -> ezd
stringinput -> events
stringinput -> match
stringinput -> text
stringinput -> xternal
struct -> struct
text -> struct
text -> commands
text -> ginfo
text -> display
text -> view
text -> psdraw
text -> graphic
text -> xternal
textdrawing -> struct
textdrawing -> match
textdrawing -> jtextree
textdrawing -> mouseedit
textdrawing -> commands
textdrawing -> ginfo
textdrawing -> ezd
textdrawing -> display
textdrawing -> drawing
textdrawing -> window
textdrawing -> view
textdrawing -> events
textdrawing -> interact
textdrawing -> xternal
textree -> struct
transpbuttons -> commands
transpbuttons -> ginfo
transpbuttons -> interact
transpbuttons -> events
transpbuttons -> match
transpbuttons -> ezd
view -> struct
view -> display
view -> window
view -> drawing
view -> graphic
view -> commands
view -> events
view -> xternal
window -> struct
window -> display
window -> view
window -> drawing
window -> graphic
window -> commands
window -> ginfo
window -> events
window -> ezd
window -> xternal
}