source: Vago/Libs/quazip-0.7.2/doc/latex/classQuaZipFile__coll__graph.eps@ 1050

Last change on this file since 1050 was 1050, checked in by s10k, 8 years ago
File size: 15.3 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 666 270
182%%PageOrientation: Portrait
1830 0 1 beginpage
184gsave
18536 36 630 234 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
19262.5 109.5 lineto
19362.5 90.5 lineto
194closepath fill
1951 setlinewidth
196filled
1970 0 0 nodecolor
198newpath -.5 90.5 moveto
199-.5 109.5 lineto
20062.5 109.5 lineto
20162.5 90.5 lineto
202closepath stroke
2030 0 0 nodecolor
20410 /Helvetica set_font
2057.5 97.5 moveto 47 (QuaZipFile) alignedtext
206grestore
207% Node4
208gsave
209[ /Rect [ 3 0 95 20 ]
210 /Border [ 0 0 0 ]
211 /Action << /Subtype /URI /URI ($classQuaZipFilePrivate.html) >>
212 /Subtype /Link
213/ANN pdfmark
2140 0 1 nodecolor
215newpath 3 .5 moveto
2163 19.5 lineto
21795 19.5 lineto
21895 .5 lineto
219closepath fill
2201 setlinewidth
221filled
2220 0 0 nodecolor
223newpath 3 .5 moveto
2243 19.5 lineto
22595 19.5 lineto
22695 .5 lineto
227closepath stroke
2280 0 0 nodecolor
22910 /Helvetica set_font
23011 7.5 moveto 76 (QuaZipFilePrivate) alignedtext
231grestore
232% Node1->Node4
233gsave
2341 setlinewidth
235dashed
2360.77647 0.75294 0.80392 edgecolor
237newpath 32.39 79.94 moveto
23833.55 67.81 35.58 51.83 39 38 curveto
23940.54 31.79 43.04 25.04 45.15 19.84 curveto
240stroke
2410.77647 0.75294 0.80392 edgecolor
242newpath 28.88 79.94 moveto
24331.53 90.2 lineto
24435.86 80.53 lineto
245closepath fill
2461 setlinewidth
247solid
2480.77647 0.75294 0.80392 edgecolor
249newpath 28.88 79.94 moveto
25031.53 90.2 lineto
25135.86 80.53 lineto
252closepath stroke
2530 0 0 edgecolor
25410 /Helvetica set_font
25539 52.5 moveto 6 (q) alignedtext
256grestore
257% Node2
258gsave
259[ /Rect [ 177 148 239 168 ]
260 /Border [ 0 0 0 ]
261 /Action << /Subtype /URI /URI (qtcore.tags$qiodevice.html) >>
262 /Subtype /Link
263/ANN pdfmark
2640 0 1 nodecolor
265newpath 177 148.5 moveto
266177 167.5 lineto
267239 167.5 lineto
268239 148.5 lineto
269closepath fill
2701 setlinewidth
271filled
2720 0 0 nodecolor
273newpath 177 148.5 moveto
274177 167.5 lineto
275239 167.5 lineto
276239 148.5 lineto
277closepath stroke
2780 0 0 nodecolor
27910 /Helvetica set_font
280185 155.5 moveto 46 (QIODevice) alignedtext
281grestore
282% Node2->Node1
283gsave
2841 setlinewidth
285solid
2860.66667 0.77647 0.43922 edgecolor
287newpath 171.19 145.35 moveto
288137.49 134.69 88.39 119.16 58.14 109.59 curveto
289stroke
2900.66667 0.77647 0.43922 edgecolor
291newpath 170.53 148.82 moveto
292181.12 148.49 lineto
293172.64 142.14 lineto
294closepath fill
2951 setlinewidth
296solid
2970.66667 0.77647 0.43922 edgecolor
298newpath 170.53 148.82 moveto
299181.12 148.49 lineto
300172.64 142.14 lineto
301closepath stroke
302grestore
303% Node6
304gsave
305[ /Rect [ 208.5 0 285 20 ]
306 /Border [ 0 0 0 ]
307 /Action << /Subtype /URI /URI ($classQuaZipPrivate.html) >>
308 /Subtype /Link
309/ANN pdfmark
3100 0 1 nodecolor
311newpath 208.5 .5 moveto
312208.5 19.5 lineto
313285.5 19.5 lineto
314285.5 .5 lineto
315closepath fill
3161 setlinewidth
317filled
3180 0 0 nodecolor
319newpath 208.5 .5 moveto
320208.5 19.5 lineto
321285.5 19.5 lineto
322285.5 .5 lineto
323closepath stroke
3240 0 0 nodecolor
32510 /Helvetica set_font
326216.5 7.5 moveto 61 (QuaZipPrivate) alignedtext
327grestore
328% Node2->Node6
329gsave
3301 setlinewidth
331dashed
3320.77647 0.75294 0.80392 edgecolor
333newpath 222.29 140.45 moveto
334235.27 124.25 253.49 98.24 261 72 curveto
335265.16 57.47 264.58 52.68 261 38 curveto
336259.4 31.43 255.9 24.68 252.8 19.58 curveto
337stroke
3380.77647 0.75294 0.80392 edgecolor
339newpath 219.41 138.45 moveto
340215.72 148.39 lineto
341224.8 142.92 lineto
342closepath fill
3431 setlinewidth
344solid
3450.77647 0.75294 0.80392 edgecolor
346newpath 219.41 138.45 moveto
347215.72 148.39 lineto
348224.8 142.92 lineto
349closepath stroke
3500 0 0 edgecolor
35110 /Helvetica set_font
352255 97.5 moveto 37 (ioDevice) alignedtext
353grestore
354% Node3
355gsave
356[ /Rect [ 181.5 206 234 226 ]
357 /Border [ 0 0 0 ]
358 /Action << /Subtype /URI /URI (qtcore.tags$qobject.html) >>
359 /Subtype /Link
360/ANN pdfmark
3610 0 1 nodecolor
362newpath 181.5 206.5 moveto
363181.5 225.5 lineto
364234.5 225.5 lineto
365234.5 206.5 lineto
366closepath fill
3671 setlinewidth
368filled
3690 0 0 nodecolor
370newpath 181.5 206.5 moveto
371181.5 225.5 lineto
372234.5 225.5 lineto
373234.5 206.5 lineto
374closepath stroke
3750 0 0 nodecolor
37610 /Helvetica set_font
377189.5 213.5 moveto 37 (QObject) alignedtext
378grestore
379% Node3->Node2
380gsave
3811 setlinewidth
382solid
3830.66667 0.77647 0.43922 edgecolor
384newpath 208 195.95 moveto
385208 186.29 208 175.03 208 167.51 curveto
386stroke
3870.66667 0.77647 0.43922 edgecolor
388newpath 204.5 196.25 moveto
389208 206.25 lineto
390211.5 196.25 lineto
391closepath fill
3921 setlinewidth
393solid
3940.66667 0.77647 0.43922 edgecolor
395newpath 204.5 196.25 moveto
396208 206.25 lineto
397211.5 196.25 lineto
398closepath stroke
399grestore
400% Node4->Node1
401gsave
4021 setlinewidth
403dashed
4040.77647 0.75294 0.80392 edgecolor
405newpath 20.57 25.62 moveto
40616.31 29.08 12.52 33.2 10 38 curveto
4072.99 51.39 5.1 57.71 10 72 curveto
40812.39 78.97 17.39 85.52 21.91 90.42 curveto
409stroke
4100.77647 0.75294 0.80392 edgecolor
411newpath 22.85 28.29 moveto
41229.11 19.74 lineto
41318.88 22.53 lineto
414closepath fill
4151 setlinewidth
416solid
4170.77647 0.75294 0.80392 edgecolor
418newpath 22.85 28.29 moveto
41929.11 19.74 lineto
42018.88 22.53 lineto
421closepath stroke
4220 0 0 edgecolor
42310 /Helvetica set_font
42410 52.5 moveto 6 (p) alignedtext
425grestore
426% Node5
427gsave
428[ /Rect [ 80.5 90 127 110 ]
429 /Border [ 0 0 0 ]
430 /Action << /Subtype /URI /URI ($classQuaZip.html) >>
431 /Subtype /Link
432/ANN pdfmark
4330 0 1 nodecolor
434newpath 80.5 90.5 moveto
43580.5 109.5 lineto
436127.5 109.5 lineto
437127.5 90.5 lineto
438closepath fill
4391 setlinewidth
440filled
4410 0 0 nodecolor
442newpath 80.5 90.5 moveto
44380.5 109.5 lineto
444127.5 109.5 lineto
445127.5 90.5 lineto
446closepath stroke
4470 0 0 nodecolor
44810 /Helvetica set_font
44988.5 97.5 moveto 31 (QuaZip) alignedtext
450grestore
451% Node5->Node4
452gsave
4531 setlinewidth
454dashed
4550.77647 0.75294 0.80392 edgecolor
456newpath 77.64 84.62 moveto
45772.88 81.03 68.37 76.81 65 72 curveto
45853.7 55.86 50.38 32.26 49.4 19.67 curveto
459stroke
4600.77647 0.75294 0.80392 edgecolor
461newpath 76.02 87.75 moveto
46286.28 90.39 lineto
46379.91 81.93 lineto
464closepath fill
4651 setlinewidth
466solid
4670.77647 0.75294 0.80392 edgecolor
468newpath 76.02 87.75 moveto
46986.28 90.39 lineto
47079.91 81.93 lineto
471closepath stroke
4720 0 0 edgecolor
47310 /Helvetica set_font
47465 52.5 moveto 13 (zip) alignedtext
475grestore
476% Node5->Node6
477gsave
4781 setlinewidth
479dashed
4800.77647 0.75294 0.80392 edgecolor
481newpath 108.15 80.62 moveto
482112.21 66.89 119.76 48.7 133 38 curveto
483154.2 20.87 184.44 14.27 208.45 11.88 curveto
484stroke
4850.77647 0.75294 0.80392 edgecolor
486newpath 104.73 79.9 moveto
487105.61 90.46 lineto
488111.5 81.65 lineto
489closepath fill
4901 setlinewidth
491solid
4920.77647 0.75294 0.80392 edgecolor
493newpath 104.73 79.9 moveto
494105.61 90.46 lineto
495111.5 81.65 lineto
496closepath stroke
4970 0 0 edgecolor
49810 /Helvetica set_font
499133 52.5 moveto 6 (q) alignedtext
500grestore
501% Node6->Node5
502gsave
5031 setlinewidth
504dashed
5050.77647 0.75294 0.80392 edgecolor
506newpath 198.21 13.7 moveto
507161.63 16.87 115.9 23.64 104 38 curveto
50891.7 52.84 96.89 77.41 100.92 90.38 curveto
509stroke
5100.77647 0.75294 0.80392 edgecolor
511newpath 198.56 17.18 moveto
512208.25 12.9 lineto
513198 10.21 lineto
514closepath fill
5151 setlinewidth
516solid
5170.77647 0.75294 0.80392 edgecolor
518newpath 198.56 17.18 moveto
519208.25 12.9 lineto
520198 10.21 lineto
521closepath stroke
5220 0 0 edgecolor
52310 /Helvetica set_font
524104 52.5 moveto 6 (p) alignedtext
525grestore
526% Node7
527gsave
528[ /Rect [ 330 90 498 110 ]
529 /Border [ 0 0 0 ]
530 /Action << /Subtype /URI /URI (qtcore.tags$qhash.html) >>
531 /Subtype /Link
532/ANN pdfmark
5330 0 1 nodecolor
534newpath 330 90.5 moveto
535330 109.5 lineto
536498 109.5 lineto
537498 90.5 lineto
538closepath fill
5391 setlinewidth
540filled
5410 0 0 nodecolor
542newpath 330 90.5 moveto
543330 109.5 lineto
544498 109.5 lineto
545498 90.5 lineto
546closepath stroke
5470 0 0 nodecolor
54810 /Helvetica set_font
549338 97.5 moveto 152 (QHash< QString, unz64_file_pos >) alignedtext
550grestore
551% Node7->Node6
552gsave
5531 setlinewidth
554dashed
5550.77647 0.75294 0.80392 edgecolor
556newpath 388.62 85.63 moveto
557353.81 67.29 292.26 34.85 263.14 19.5 curveto
558stroke
5590.77647 0.75294 0.80392 edgecolor
560newpath 387.2 88.84 moveto
561397.68 90.4 lineto
562390.47 82.64 lineto
563closepath fill
5641 setlinewidth
565solid
5660.77647 0.75294 0.80392 edgecolor
567newpath 387.2 88.84 moveto
568397.68 90.4 lineto
569390.47 82.64 lineto
570closepath stroke
5710 0 0 edgecolor
57210 /Helvetica set_font
573363 58 moveto 100 (directoryCaseSensitive) alignedtext
5740 0 0 edgecolor
57510 /Helvetica set_font
576360 47 moveto 106 (directoryCaseInsensitive) alignedtext
577grestore
578% Node8
579gsave
580[ /Rect [ 166 90 216 110 ]
581 /Border [ 0 0 0 ]
582 /Action << /Subtype /URI /URI (qtcore.tags$qstring.html) >>
583 /Subtype /Link
584/ANN pdfmark
5850 0 1 nodecolor
586newpath 166 90.5 moveto
587166 109.5 lineto
588216 109.5 lineto
589216 90.5 lineto
590closepath fill
5911 setlinewidth
592filled
5930 0 0 nodecolor
594newpath 166 90.5 moveto
595166 109.5 lineto
596216 109.5 lineto
597216 90.5 lineto
598closepath stroke
5990 0 0 nodecolor
60010 /Helvetica set_font
601174 97.5 moveto 34 (QString) alignedtext
602grestore
603% Node8->Node4
604gsave
6051 setlinewidth
606dashed
6070.77647 0.75294 0.80392 edgecolor
608newpath 172.09 83.81 moveto
609167.93 80.12 163.67 76.07 160 72 curveto
610147.6 58.27 150.96 48.88 136 38 curveto
611124.1 29.35 109.37 23.42 95.43 19.38 curveto
612stroke
6130.77647 0.75294 0.80392 edgecolor
614newpath 169.91 86.55 moveto
615179.8 90.35 lineto
616174.44 81.21 lineto
617closepath fill
6181 setlinewidth
619solid
6200.77647 0.75294 0.80392 edgecolor
621newpath 169.91 86.55 moveto
622179.8 90.35 lineto
623174.44 81.21 lineto
624closepath stroke
6250 0 0 edgecolor
62610 /Helvetica set_font
627160 52.5 moveto 38 (fileName) alignedtext
628grestore
629% Node8->Node6
630gsave
6311 setlinewidth
632dashed
6330.77647 0.75294 0.80392 edgecolor
634newpath 197.74 80.78 moveto
635202.85 68.17 210.6 51.32 220 38 curveto
636224.82 31.18 231.43 24.53 236.91 19.54 curveto
637stroke
6380.77647 0.75294 0.80392 edgecolor
639newpath 194.44 79.62 moveto
640194.08 90.21 lineto
641200.96 82.15 lineto
642closepath fill
6431 setlinewidth
644solid
6450.77647 0.75294 0.80392 edgecolor
646newpath 194.44 79.62 moveto
647194.08 90.21 lineto
648200.96 82.15 lineto
649closepath stroke
6500 0 0 edgecolor
65110 /Helvetica set_font
652220 58 moveto 41 (comment) alignedtext
6530 0 0 edgecolor
65410 /Helvetica set_font
655221 47 moveto 39 (zipName) alignedtext
656grestore
657% Node9
658gsave
659[ /Rect [ 516.5 90 587 110 ]
660 /Border [ 0 0 0 ]
661 /Action << /Subtype /URI /URI (qtcore.tags$qtextcodec.html) >>
662 /Subtype /Link
663/ANN pdfmark
6640 0 1 nodecolor
665newpath 516.5 90.5 moveto
666516.5 109.5 lineto
667587.5 109.5 lineto
668587.5 90.5 lineto
669closepath fill
6701 setlinewidth
671filled
6720 0 0 nodecolor
673newpath 516.5 90.5 moveto
674516.5 109.5 lineto
675587.5 109.5 lineto
676587.5 90.5 lineto
677closepath stroke
6780 0 0 nodecolor
67910 /Helvetica set_font
680524.5 97.5 moveto 55 (QTextCodec) alignedtext
681grestore
682% Node9->Node6
683gsave
6841 setlinewidth
685dashed
6860.77647 0.75294 0.80392 edgecolor
687newpath 535.78 82.84 moveto
688520.29 68.48 495.58 48.22 470 38 curveto
689437.41 24.98 340.4 16.92 285.67 13.28 curveto
690stroke
6910.77647 0.75294 0.80392 edgecolor
692newpath 533.74 85.73 moveto
693543.38 90.11 lineto
694538.58 80.67 lineto
695closepath fill
6961 setlinewidth
697solid
6980.77647 0.75294 0.80392 edgecolor
699newpath 533.74 85.73 moveto
700543.38 90.11 lineto
701538.58 80.67 lineto
702closepath stroke
7030 0 0 edgecolor
70410 /Helvetica set_font
705538.5 63.5 moveto 69 (commentCodec) alignedtext
7060 0 0 edgecolor
70710 /Helvetica set_font
708524 52.5 moveto 98 (defaultFileNameCodec) alignedtext
7090 0 0 edgecolor
71010 /Helvetica set_font
711540 41.5 moveto 66 (fileNameCodec) alignedtext
712grestore
713endpage
714showpage
715grestore
716%%PageTrailer
717%%EndPage: 1
718%%Trailer
719%%Pages: 1
720%%BoundingBox: 36 36 666 270
721end
722restore
723%%EOF
Note: See TracBrowser for help on using the repository browser.