source: s10k/CommonLibs/quazip-0.7.2/doc/latex/classQuaZip__coll__graph.eps@ 1096

Last change on this file since 1096 was 1096, checked in by s10k, 7 years ago

Added zlib, quazip, basicxmlsyntaxhighlighter, conditionalsemaphore and linenumberdisplay libraries. zlib and quazip are pre-compiled, but you can compile them yourself, just delete the dll files (or equivalent binary files to your OS)

File size: 11.6 KB
Line 
1%!PS-Adobe-3.0
2%%Creator: graphviz version 2.28.0 (20110507.0327)
3%%Title: G
4%%Pages: (atend)
5%%BoundingBox: (atend)
6%%EndComments
7save
8%%BeginProlog
9/DotDict 200 dict def
10DotDict begin
11
12/setupLatin1 {
13mark
14/EncodingVector 256 array def
15 EncodingVector 0
16
17ISOLatin1Encoding 0 255 getinterval putinterval
18EncodingVector 45 /hyphen put
19
20% Set up ISO Latin 1 character encoding
21/starnetISO {
22 dup dup findfont dup length dict begin
23 { 1 index /FID ne { def }{ pop pop } ifelse
24 } forall
25 /Encoding EncodingVector def
26 currentdict end definefont
27} def
28/Times-Roman starnetISO def
29/Times-Italic starnetISO def
30/Times-Bold starnetISO def
31/Times-BoldItalic starnetISO def
32/Helvetica starnetISO def
33/Helvetica-Oblique starnetISO def
34/Helvetica-Bold starnetISO def
35/Helvetica-BoldOblique starnetISO def
36/Courier starnetISO def
37/Courier-Oblique starnetISO def
38/Courier-Bold starnetISO def
39/Courier-BoldOblique starnetISO def
40cleartomark
41} bind def
42
43%%BeginResource: procset graphviz 0 0
44/coord-font-family /Times-Roman def
45/default-font-family /Times-Roman def
46/coordfont coord-font-family findfont 8 scalefont def
47
48/InvScaleFactor 1.0 def
49/set_scale {
50 dup 1 exch div /InvScaleFactor exch def
51 scale
52} bind def
53
54% styles
55/solid { [] 0 setdash } bind def
56/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
57/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
58/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
59/bold { 2 setlinewidth } bind def
60/filled { } bind def
61/unfilled { } bind def
62/rounded { } bind def
63/diagonals { } bind def
64
65% hooks for setting color
66/nodecolor { sethsbcolor } bind def
67/edgecolor { sethsbcolor } bind def
68/graphcolor { sethsbcolor } bind def
69/nopcolor {pop pop pop} bind def
70
71/beginpage { % i j npages
72 /npages exch def
73 /j exch def
74 /i exch def
75 /str 10 string def
76 npages 1 gt {
77 gsave
78 coordfont setfont
79 0 0 moveto
80 (\() show i str cvs show (,) show j str cvs show (\)) show
81 grestore
82 } if
83} bind def
84
85/set_font {
86 findfont exch
87 scalefont setfont
88} def
89
90% draw text fitted to its expected width
91/alignedtext { % width text
92 /text exch def
93 /width exch def
94 gsave
95 width 0 gt {
96 [] 0 setdash
97 text stringwidth pop width exch sub text length div 0 text ashow
98 } if
99 grestore
100} def
101
102/boxprim { % xcorner ycorner xsize ysize
103 4 2 roll
104 moveto
105 2 copy
106 exch 0 rlineto
107 0 exch rlineto
108 pop neg 0 rlineto
109 closepath
110} bind def
111
112/ellipse_path {
113 /ry exch def
114 /rx exch def
115 /y exch def
116 /x exch def
117 matrix currentmatrix
118 newpath
119 x y translate
120 rx ry scale
121 0 0 1 0 360 arc
122 setmatrix
123} bind def
124
125/endpage { showpage } bind def
126/showpage { } def
127
128/layercolorseq
129 [ % layer color sequence - darkest to lightest
130 [0 0 0]
131 [.2 .8 .8]
132 [.4 .8 .8]
133 [.6 .8 .8]
134 [.8 .8 .8]
135 ]
136def
137
138/layerlen layercolorseq length def
139
140/setlayer {/maxlayer exch def /curlayer exch def
141 layercolorseq curlayer 1 sub layerlen mod get
142 aload pop sethsbcolor
143 /nodecolor {nopcolor} def
144 /edgecolor {nopcolor} def
145 /graphcolor {nopcolor} def
146} bind def
147
148/onlayer { curlayer ne {invis} if } def
149
150/onlayers {
151 /myupper exch def
152 /mylower exch def
153 curlayer mylower lt
154 curlayer myupper gt
155 or
156 {invis} if
157} def
158
159/curlayer 0 def
160
161%%EndResource
162%%EndProlog
163%%BeginSetup
16414 default-font-family set_font
1651 setmiterlimit
166% /arrowlength 10 def
167% /arrowwidth 5 def
168
169% make sure pdfmark is harmless for PS-interpreters other than Distiller
170/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
171% make '<<' and '>>' safe on PS Level 1 devices
172/languagelevel where {pop languagelevel}{1} ifelse
1732 lt {
174 userdict (<<) cvn ([) cvn load put
175 userdict (>>) cvn ([) cvn load put
176} if
177
178%%EndSetup
179setupLatin1
180%%Page: 1 1
181%%PageBoundingBox: 36 36 563 212
182%%PageOrientation: Portrait
1830 0 1 beginpage
184gsave
18536 36 527 176 boxprim clip newpath
1861 1 set_scale 0 rotate 40 41 translate
187% Node1
188gsave
1890 0 0.74902 nodecolor
190newpath -.5 90.5 moveto
191-.5 109.5 lineto
19246.5 109.5 lineto
19346.5 90.5 lineto
194closepath fill
1951 setlinewidth
196filled
1970 0 0 nodecolor
198newpath -.5 90.5 moveto
199-.5 109.5 lineto
20046.5 109.5 lineto
20146.5 90.5 lineto
202closepath stroke
2030 0 0 nodecolor
20410 /Helvetica set_font
2057.5 97.5 moveto 31 (QuaZip) alignedtext
206grestore
207% Node2
208gsave
209[ /Rect [ 175.5 0 252 20 ]
210 /Border [ 0 0 0 ]
211 /Action << /Subtype /URI /URI ($classQuaZipPrivate.html) >>
212 /Subtype /Link
213/ANN pdfmark
2140 0 1 nodecolor
215newpath 175.5 .5 moveto
216175.5 19.5 lineto
217252.5 19.5 lineto
218252.5 .5 lineto
219closepath fill
2201 setlinewidth
221filled
2220 0 0 nodecolor
223newpath 175.5 .5 moveto
224175.5 19.5 lineto
225252.5 19.5 lineto
226252.5 .5 lineto
227closepath stroke
2280 0 0 nodecolor
22910 /Helvetica set_font
230183.5 7.5 moveto 61 (QuaZipPrivate) alignedtext
231grestore
232% Node1->Node2
233gsave
2341 setlinewidth
235dashed
2360.77647 0.75294 0.80392 edgecolor
237newpath 29.58 80.72 moveto
23835.58 66.76 45.84 48.24 61 38 curveto
23979.22 25.69 136.26 18.11 175.31 14.23 curveto
240stroke
2410.77647 0.75294 0.80392 edgecolor
242newpath 26.22 79.7 moveto
24325.81 90.29 lineto
24432.73 82.27 lineto
245closepath fill
2461 setlinewidth
247solid
2480.77647 0.75294 0.80392 edgecolor
249newpath 26.22 79.7 moveto
25025.81 90.29 lineto
25132.73 82.27 lineto
252closepath stroke
2530 0 0 edgecolor
25410 /Helvetica set_font
25561 52.5 moveto 6 (q) alignedtext
256grestore
257% Node2->Node1
258gsave
2591 setlinewidth
260dashed
2610.77647 0.75294 0.80392 edgecolor
262newpath 175.41 22.73 moveto
263162.4 27.07 147.9 32.33 135 38 curveto
26498.51 54.03 57.96 77.68 37.1 90.3 curveto
265stroke
2660.77647 0.75294 0.80392 edgecolor
267newpath 176.61 26.03 moveto
268185.03 19.6 lineto
269174.44 19.37 lineto
270closepath fill
2711 setlinewidth
272solid
2730.77647 0.75294 0.80392 edgecolor
274newpath 176.61 26.03 moveto
275185.03 19.6 lineto
276174.44 19.37 lineto
277closepath stroke
2780 0 0 edgecolor
27910 /Helvetica set_font
280135 52.5 moveto 6 (p) alignedtext
281grestore
282% Node3
283gsave
284[ /Rect [ 65 90 233 110 ]
285 /Border [ 0 0 0 ]
286 /Action << /Subtype /URI /URI (qtcore.tags$qhash.html) >>
287 /Subtype /Link
288/ANN pdfmark
2890 0 1 nodecolor
290newpath 65 90.5 moveto
29165 109.5 lineto
292233 109.5 lineto
293233 90.5 lineto
294closepath fill
2951 setlinewidth
296filled
2970 0 0 nodecolor
298newpath 65 90.5 moveto
29965 109.5 lineto
300233 109.5 lineto
301233 90.5 lineto
302closepath stroke
3030 0 0 nodecolor
30410 /Helvetica set_font
30573 97.5 moveto 152 (QHash< QString, unz64_file_pos >) alignedtext
306grestore
307% Node3->Node2
308gsave
3091 setlinewidth
310dashed
3110.77647 0.75294 0.80392 edgecolor
312newpath 145.06 80.08 moveto
313143.46 67.12 143.61 50.14 152 38 curveto
314157.94 29.4 167.24 23.52 176.85 19.5 curveto
315stroke
3160.77647 0.75294 0.80392 edgecolor
317newpath 141.66 80.93 moveto
318146.77 90.22 lineto
319148.56 79.77 lineto
320closepath fill
3211 setlinewidth
322solid
3230.77647 0.75294 0.80392 edgecolor
324newpath 141.66 80.93 moveto
325146.77 90.22 lineto
326148.56 79.77 lineto
327closepath stroke
3280 0 0 edgecolor
32910 /Helvetica set_font
330155 58 moveto 100 (directoryCaseSensitive) alignedtext
3310 0 0 edgecolor
33210 /Helvetica set_font
333152 47 moveto 106 (directoryCaseInsensitive) alignedtext
334grestore
335% Node4
336gsave
337[ /Rect [ 251 90 313 110 ]
338 /Border [ 0 0 0 ]
339 /Action << /Subtype /URI /URI (qtcore.tags$qiodevice.html) >>
340 /Subtype /Link
341/ANN pdfmark
3420 0 1 nodecolor
343newpath 251 90.5 moveto
344251 109.5 lineto
345313 109.5 lineto
346313 90.5 lineto
347closepath fill
3481 setlinewidth
349filled
3500 0 0 nodecolor
351newpath 251 90.5 moveto
352251 109.5 lineto
353313 109.5 lineto
354313 90.5 lineto
355closepath stroke
3560 0 0 nodecolor
35710 /Helvetica set_font
358259 97.5 moveto 46 (QIODevice) alignedtext
359grestore
360% Node4->Node2
361gsave
3621 setlinewidth
363dashed
3640.77647 0.75294 0.80392 edgecolor
365newpath 278.03 80.47 moveto
366274.51 67.46 268.28 50.26 258 38 curveto
367251.55 30.31 242.32 24.18 233.98 19.72 curveto
368stroke
3690.77647 0.75294 0.80392 edgecolor
370newpath 274.64 81.32 moveto
371280.39 90.21 lineto
372281.44 79.67 lineto
373closepath fill
3741 setlinewidth
375solid
3760.77647 0.75294 0.80392 edgecolor
377newpath 274.64 81.32 moveto
378280.39 90.21 lineto
379281.44 79.67 lineto
380closepath stroke
3810 0 0 edgecolor
38210 /Helvetica set_font
383276 52.5 moveto 37 (ioDevice) alignedtext
384grestore
385% Node5
386gsave
387[ /Rect [ 255.5 148 308 168 ]
388 /Border [ 0 0 0 ]
389 /Action << /Subtype /URI /URI (qtcore.tags$qobject.html) >>
390 /Subtype /Link
391/ANN pdfmark
3920 0 1 nodecolor
393newpath 255.5 148.5 moveto
394255.5 167.5 lineto
395308.5 167.5 lineto
396308.5 148.5 lineto
397closepath fill
3981 setlinewidth
399filled
4000 0 0 nodecolor
401newpath 255.5 148.5 moveto
402255.5 167.5 lineto
403308.5 167.5 lineto
404308.5 148.5 lineto
405closepath stroke
4060 0 0 nodecolor
40710 /Helvetica set_font
408263.5 155.5 moveto 37 (QObject) alignedtext
409grestore
410% Node5->Node4
411gsave
4121 setlinewidth
413solid
4140.66667 0.77647 0.43922 edgecolor
415newpath 282 137.95 moveto
416282 128.29 282 117.03 282 109.51 curveto
417stroke
4180.66667 0.77647 0.43922 edgecolor
419newpath 278.5 138.25 moveto
420282 148.25 lineto
421285.5 138.25 lineto
422closepath fill
4231 setlinewidth
424solid
4250.66667 0.77647 0.43922 edgecolor
426newpath 278.5 138.25 moveto
427282 148.25 lineto
428285.5 138.25 lineto
429closepath stroke
430grestore
431% Node6
432gsave
433[ /Rect [ 331 90 381 110 ]
434 /Border [ 0 0 0 ]
435 /Action << /Subtype /URI /URI (qtcore.tags$qstring.html) >>
436 /Subtype /Link
437/ANN pdfmark
4380 0 1 nodecolor
439newpath 331 90.5 moveto
440331 109.5 lineto
441381 109.5 lineto
442381 90.5 lineto
443closepath fill
4441 setlinewidth
445filled
4460 0 0 nodecolor
447newpath 331 90.5 moveto
448331 109.5 lineto
449381 109.5 lineto
450381 90.5 lineto
451closepath stroke
4520 0 0 nodecolor
45310 /Helvetica set_font
454339 97.5 moveto 34 (QString) alignedtext
455grestore
456% Node6->Node2
457gsave
4581 setlinewidth
459dashed
4600.77647 0.75294 0.80392 edgecolor
461newpath 348.89 81.05 moveto
462342.53 67.28 331.9 48.85 317 38 curveto
463298.32 24.4 273.32 17.65 252.63 14.29 curveto
464stroke
4650.77647 0.75294 0.80392 edgecolor
466newpath 345.77 82.65 moveto
467352.92 90.47 lineto
468352.2 79.9 lineto
469closepath fill
4701 setlinewidth
471solid
4720.77647 0.75294 0.80392 edgecolor
473newpath 345.77 82.65 moveto
474352.92 90.47 lineto
475352.2 79.9 lineto
476closepath stroke
4770 0 0 edgecolor
47810 /Helvetica set_font
479344 58 moveto 41 (comment) alignedtext
4800 0 0 edgecolor
48110 /Helvetica set_font
482345 47 moveto 39 (zipName) alignedtext
483grestore
484% Node7
485gsave
486[ /Rect [ 399.5 90 470 110 ]
487 /Border [ 0 0 0 ]
488 /Action << /Subtype /URI /URI (qtcore.tags$qtextcodec.html) >>
489 /Subtype /Link
490/ANN pdfmark
4910 0 1 nodecolor
492newpath 399.5 90.5 moveto
493399.5 109.5 lineto
494470.5 109.5 lineto
495470.5 90.5 lineto
496closepath fill
4971 setlinewidth
498filled
4990 0 0 nodecolor
500newpath 399.5 90.5 moveto
501399.5 109.5 lineto
502470.5 109.5 lineto
503470.5 90.5 lineto
504closepath stroke
5050 0 0 nodecolor
50610 /Helvetica set_font
507407.5 97.5 moveto 55 (QTextCodec) alignedtext
508grestore
509% Node7->Node2
510gsave
5111 setlinewidth
512dashed
5130.77647 0.75294 0.80392 edgecolor
514newpath 426.35 80.99 moveto
515418.6 66.9 405.86 48.08 389 38 curveto
516366.64 24.63 297.17 17.13 252.78 13.59 curveto
517stroke
5180.77647 0.75294 0.80392 edgecolor
519newpath 423.41 82.92 moveto
520431.1 90.21 lineto
521429.64 79.72 lineto
522closepath fill
5231 setlinewidth
524solid
5250.77647 0.75294 0.80392 edgecolor
526newpath 423.41 82.92 moveto
527431.1 90.21 lineto
528429.64 79.72 lineto
529closepath stroke
5300 0 0 edgecolor
53110 /Helvetica set_font
532435.5 63.5 moveto 69 (commentCodec) alignedtext
5330 0 0 edgecolor
53410 /Helvetica set_font
535421 52.5 moveto 98 (defaultFileNameCodec) alignedtext
5360 0 0 edgecolor
53710 /Helvetica set_font
538437 41.5 moveto 66 (fileNameCodec) alignedtext
539grestore
540endpage
541showpage
542grestore
543%%PageTrailer
544%%EndPage: 1
545%%Trailer
546%%Pages: 1
547%%BoundingBox: 36 36 563 212
548end
549restore
550%%EOF
Note: See TracBrowser for help on using the repository browser.