summary refs log tree commit diff stats
path: root/bouml/128258.diagram
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-11-24 22:00:48 +0100
committerhut <hut@lavabit.com>2009-11-24 22:00:48 +0100
commitcfbb8c84355f28bc7f669105f90c7aae0a972569 (patch)
treec07ab479b7594ef88d5bb0d9aac141effc2efbf3 /bouml/128258.diagram
parentf6f26231a1a2c886f43d9ec965eb7903180067fb (diff)
downloadranger-cfbb8c84355f28bc7f669105f90c7aae0a972569.tar.gz
added Bouml project (UML)
Diffstat (limited to 'bouml/128258.diagram')
-rw-r--r--bouml/128258.diagram31
1 files changed, 31 insertions, 0 deletions
diff --git a/bouml/128258.diagram b/bouml/128258.diagram
new file mode 100644
index 00000000..12510f33
--- /dev/null
+++ b/bouml/128258.diagram
@@ -0,0 +1,31 @@
+format 70
+
+classinstance 128002 class_ref 128130 // UI
+  name ""   xyz 61 4 2000 life_line_z 2000
+classinstance 128258 class_ref 128770 // Widget
+  name ""   xyz 169 4 2000 life_line_z 2000
+durationcanvas 128386 classinstance_ref 128002 // :UI
+  xyzwh 80 87 2010 11 40
+end
+durationcanvas 128514 classinstance_ref 128258 // :Widget
+  xyzwh 193 88 2010 11 25
+end
+durationcanvas 128770 classinstance_ref 128002 // :UI
+  xyzwh 80 263 2010 11 40
+end
+durationcanvas 128898 classinstance_ref 128258 // :Widget
+  xyzwh 193 264 2010 11 31
+end
+msg 128642 synchronous
+  from durationcanvas_ref 128386
+  to durationcanvas_ref 128514
+  yz 88 2015 msg operation_ref 130818 // "feed_env()"
+  show_full_operations_definition default drawing_language default
+  label_xy 107 73
+msg 129026 synchronous
+  from durationcanvas_ref 128770
+  to durationcanvas_ref 128898
+  yz 264 2015 msg operation_ref 130434 // "draw()"
+  show_full_operations_definition default drawing_language default
+  label_xy 118 248
+end
pecs/aerc/blame/lib/ui/tab.go?h=0.1.2&id=1265d9cff8ea2ceaaa3a0202ddbd8681357bc043'>^
dee0f89 ^
2f5c1db ^
5b2e3a0 ^



dee0f89 ^
2f5c1db ^


5b2e3a0 ^










84965d6 ^
5b2e3a0 ^
84965d6 ^
5b2e3a0 ^
80e891a ^
5b2e3a0 ^
84965d6 ^
80e891a ^
5b2e3a0 ^











a0c2b1c ^







5b2e3a0 ^
2f5c1db ^





5b2e3a0 ^







dc90be2 ^

5b2e3a0 ^




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