source: Vago/quazip-0.7.2/doc/latex/classQuaZipFilePrivate__coll__graph.eps@ 1049

Last change on this file since 1049 was 1049, 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 511 416
182%%PageOrientation: Portrait
1830 0 1 beginpage
184gsave
18536 36 475 380 boxprim clip newpath
1861 1 set_scale 0 rotate 40 41 translate
187% Node1
188gsave
1890 0 0.74902 nodecolor
190newpath 109 68.5 moveto
191109 87.5 lineto
192201 87.5 lineto
193201 68.5 lineto
194closepath fill
1951 setlinewidth
196filled
1970 0 0 nodecolor
198newpath 109 68.5 moveto
199109 87.5 lineto
200201 87.5 lineto
201201 68.5 lineto
202closepath stroke
2030 0 0 nodecolor
20410 /Helvetica set_font
205117 75.5 moveto 76 (QuaZipFilePrivate) alignedtext
206grestore
207% Node9
208gsave
209[ /Rect [ 94.5 0 157 20 ]
210 /Border [ 0 0 0 ]
211 /Action << /Subtype /URI /URI ($classQuaZipFile.html) >>
212 /Subtype /Link
213/ANN pdfmark
2140 0 1 nodecolor
215newpath 94.5 .5 moveto
21694.5 19.5 lineto
217157.5 19.5 lineto
218157.5 .5 lineto
219closepath fill
2201 setlinewidth
221filled
2220 0 0 nodecolor
223newpath 94.5 .5 moveto
22494.5 19.5 lineto
225157.5 19.5 lineto
226157.5 .5 lineto
227closepath stroke
2280 0 0 nodecolor
22910 /Helvetica set_font
230102.5 7.5 moveto 47 (QuaZipFile) alignedtext
231grestore
232% Node1->Node9
233gsave
2341 setlinewidth
235dashed
2360.77647 0.75294 0.80392 edgecolor
237newpath 147.17 59.19 moveto
238141.58 46.45 134.29 29.86 129.88 19.84 curveto
239stroke
2400.77647 0.75294 0.80392 edgecolor
241newpath 143.98 60.62 moveto
242151.21 68.37 lineto
243150.39 57.81 lineto
244closepath fill
2451 setlinewidth
246solid
2470.77647 0.75294 0.80392 edgecolor
248newpath 143.98 60.62 moveto
249151.21 68.37 lineto
250150.39 57.81 lineto
251closepath stroke
2520 0 0 edgecolor
25310 /Helvetica set_font
254144 41.5 moveto 6 (p) alignedtext
255grestore
256% Node2
257gsave
258[ /Rect [ 131.5 136 178 156 ]
259 /Border [ 0 0 0 ]
260 /Action << /Subtype /URI /URI ($classQuaZip.html) >>
261 /Subtype /Link
262/ANN pdfmark
2630 0 1 nodecolor
264newpath 131.5 136.5 moveto
265131.5 155.5 lineto
266178.5 155.5 lineto
267178.5 136.5 lineto
268closepath fill
2691 setlinewidth
270filled
2710 0 0 nodecolor
272newpath 131.5 136.5 moveto
273131.5 155.5 lineto
274178.5 155.5 lineto
275178.5 136.5 lineto
276closepath stroke
2770 0 0 nodecolor
27810 /Helvetica set_font
279139.5 143.5 moveto 31 (QuaZip) alignedtext
280grestore
281% Node2->Node1
282gsave
2831 setlinewidth
284dashed
2850.77647 0.75294 0.80392 edgecolor
286newpath 155 126.04 moveto
287155 113.47 155 97.56 155 87.84 curveto
288stroke
2890.77647 0.75294 0.80392 edgecolor
290newpath 151.5 126.37 moveto
291155 136.37 lineto
292158.5 126.37 lineto
293closepath fill
2941 setlinewidth
295solid
2960.77647 0.75294 0.80392 edgecolor
297newpath 151.5 126.37 moveto
298155 136.37 lineto
299158.5 126.37 lineto
300closepath stroke
3010 0 0 edgecolor
30210 /Helvetica set_font
303155 109.5 moveto 13 (zip) alignedtext
304grestore
305% Node3
306gsave
307[ /Rect [ 131.5 204 208 224 ]
308 /Border [ 0 0 0 ]
309 /Action << /Subtype /URI /URI ($classQuaZipPrivate.html) >>
310 /Subtype /Link
311/ANN pdfmark
3120 0 1 nodecolor
313newpath 131.5 204.5 moveto
314131.5 223.5 lineto
315208.5 223.5 lineto
316208.5 204.5 lineto
317closepath fill
3181 setlinewidth
319filled
3200 0 0 nodecolor
321newpath 131.5 204.5 moveto
322131.5 223.5 lineto
323208.5 223.5 lineto
324208.5 204.5 lineto
325closepath stroke
3260 0 0 nodecolor
32710 /Helvetica set_font
328139.5 211.5 moveto 61 (QuaZipPrivate) alignedtext
329grestore
330% Node2->Node3
331gsave
3321 setlinewidth
333dashed
3340.77647 0.75294 0.80392 edgecolor
335newpath 154.47 165.97 moveto
336154.68 172.41 155.36 179.6 157 186 curveto
337158.65 192.45 161.9 199.2 164.74 204.34 curveto
338stroke
3390.77647 0.75294 0.80392 edgecolor
340newpath 157.97 165.52 moveto
341154.48 155.51 lineto
342150.97 165.51 lineto
343closepath fill
3441 setlinewidth
345solid
3460.77647 0.75294 0.80392 edgecolor
347newpath 157.97 165.52 moveto
348154.48 155.51 lineto
349150.97 165.51 lineto
350closepath stroke
3510 0 0 edgecolor
35210 /Helvetica set_font
353157 177.5 moveto 6 (q) alignedtext
354grestore
355% Node3->Node2
356gsave
3571 setlinewidth
358dashed
3590.77647 0.75294 0.80392 edgecolor
360newpath 165.78 194.42 moveto
361162.91 181.8 159.24 165.66 157.01 155.84 curveto
362stroke
3630.77647 0.75294 0.80392 edgecolor
364newpath 162.41 195.4 moveto
365168.04 204.37 lineto
366169.24 193.84 lineto
367closepath fill
3681 setlinewidth
369solid
3700.77647 0.75294 0.80392 edgecolor
371newpath 162.41 195.4 moveto
372168.04 204.37 lineto
373169.24 193.84 lineto
374closepath stroke
3750 0 0 edgecolor
37610 /Helvetica set_font
377164 177.5 moveto 6 (p) alignedtext
378grestore
379% Node4
380gsave
381[ /Rect [ 80 294 248 314 ]
382 /Border [ 0 0 0 ]
383 /Action << /Subtype /URI /URI (qtcore.tags$qhash.html) >>
384 /Subtype /Link
385/ANN pdfmark
3860 0 1 nodecolor
387newpath 80 294.5 moveto
38880 313.5 lineto
389248 313.5 lineto
390248 294.5 lineto
391closepath fill
3921 setlinewidth
393filled
3940 0 0 nodecolor
395newpath 80 294.5 moveto
39680 313.5 lineto
397248 313.5 lineto
398248 294.5 lineto
399closepath stroke
4000 0 0 nodecolor
40110 /Helvetica set_font
40288 301.5 moveto 152 (QHash< QString, unz64_file_pos >) alignedtext
403grestore
404% Node4->Node3
405gsave
4061 setlinewidth
407dashed
4080.77647 0.75294 0.80392 edgecolor
409newpath 163.5 284.1 moveto
410163.38 272.02 163.59 256.06 165 242 curveto
411165.61 235.93 166.86 229.18 167.96 223.95 curveto
412stroke
4130.77647 0.75294 0.80392 edgecolor
414newpath 160 284.35 moveto
415163.69 294.29 lineto
416167 284.22 lineto
417closepath fill
4181 setlinewidth
419solid
4200.77647 0.75294 0.80392 edgecolor
421newpath 160 284.35 moveto
422163.69 294.29 lineto
423167 284.22 lineto
424closepath stroke
4250 0 0 edgecolor
42610 /Helvetica set_font
427168 262 moveto 100 (directoryCaseSensitive) alignedtext
4280 0 0 edgecolor
42910 /Helvetica set_font
430165 251 moveto 106 (directoryCaseInsensitive) alignedtext
431grestore
432% Node5
433gsave
434[ /Rect [ 0 294 62 314 ]
435 /Border [ 0 0 0 ]
436 /Action << /Subtype /URI /URI (qtcore.tags$qiodevice.html) >>
437 /Subtype /Link
438/ANN pdfmark
4390 0 1 nodecolor
440newpath 0 294.5 moveto
4410 313.5 lineto
44262 313.5 lineto
44362 294.5 lineto
444closepath fill
4451 setlinewidth
446filled
4470 0 0 nodecolor
448newpath 0 294.5 moveto
4490 313.5 lineto
45062 313.5 lineto
45162 294.5 lineto
452closepath stroke
4530 0 0 nodecolor
45410 /Helvetica set_font
4558 301.5 moveto 46 (QIODevice) alignedtext
456grestore
457% Node5->Node3
458gsave
4591 setlinewidth
460dashed
4610.77647 0.75294 0.80392 edgecolor
462newpath 56.67 289.46 moveto
46364.02 285.35 71.94 280.68 79 276 curveto
46499.6 262.35 102.46 255.74 123 242 curveto
465132.85 235.41 144.39 228.76 153.57 223.72 curveto
466stroke
4670.77647 0.75294 0.80392 edgecolor
468newpath 54.88 286.46 moveto
46947.79 294.33 lineto
47058.24 292.59 lineto
471closepath fill
4721 setlinewidth
473solid
4740.77647 0.75294 0.80392 edgecolor
475newpath 54.88 286.46 moveto
47647.79 294.33 lineto
47758.24 292.59 lineto
478closepath stroke
4790 0 0 edgecolor
48010 /Helvetica set_font
481123 256.5 moveto 37 (ioDevice) alignedtext
482grestore
483% Node5->Node9
484gsave
4851 setlinewidth
486solid
4870.66667 0.77647 0.43922 edgecolor
488newpath 42.62 285.33 moveto
48952.81 268.12 66 240.84 66 215 curveto
49066 215 66 215 66 77 curveto
49166 50.83 92.15 30.45 109.92 19.62 curveto
492stroke
4930.66667 0.77647 0.43922 edgecolor
494newpath 39.41 283.87 moveto
49537.1 294.21 lineto
49645.35 287.57 lineto
497closepath fill
4981 setlinewidth
499solid
5000.66667 0.77647 0.43922 edgecolor
501newpath 39.41 283.87 moveto
50237.1 294.21 lineto
50345.35 287.57 lineto
504closepath stroke
505grestore
506% Node6
507gsave
508[ /Rect [ 4.5 352 57 372 ]
509 /Border [ 0 0 0 ]
510 /Action << /Subtype /URI /URI (qtcore.tags$qobject.html) >>
511 /Subtype /Link
512/ANN pdfmark
5130 0 1 nodecolor
514newpath 4.5 352.5 moveto
5154.5 371.5 lineto
51657.5 371.5 lineto
51757.5 352.5 lineto
518closepath fill
5191 setlinewidth
520filled
5210 0 0 nodecolor
522newpath 4.5 352.5 moveto
5234.5 371.5 lineto
52457.5 371.5 lineto
52557.5 352.5 lineto
526closepath stroke
5270 0 0 nodecolor
52810 /Helvetica set_font
52912.5 359.5 moveto 37 (QObject) alignedtext
530grestore
531% Node6->Node5
532gsave
5331 setlinewidth
534solid
5350.66667 0.77647 0.43922 edgecolor
536newpath 31 341.95 moveto
53731 332.29 31 321.03 31 313.51 curveto
538stroke
5390.66667 0.77647 0.43922 edgecolor
540newpath 27.5 342.25 moveto
54131 352.25 lineto
54234.5 342.25 lineto
543closepath fill
5441 setlinewidth
545solid
5460.66667 0.77647 0.43922 edgecolor
547newpath 27.5 342.25 moveto
54831 352.25 lineto
54934.5 342.25 lineto
550closepath stroke
551grestore
552% Node7
553gsave
554[ /Rect [ 417 294 467 314 ]
555 /Border [ 0 0 0 ]
556 /Action << /Subtype /URI /URI (qtcore.tags$qstring.html) >>
557 /Subtype /Link
558/ANN pdfmark
5590 0 1 nodecolor
560newpath 417 294.5 moveto
561417 313.5 lineto
562467 313.5 lineto
563467 294.5 lineto
564closepath fill
5651 setlinewidth
566filled
5670 0 0 nodecolor
568newpath 417 294.5 moveto
569417 313.5 lineto
570467 313.5 lineto
571467 294.5 lineto
572closepath stroke
5730 0 0 nodecolor
57410 /Helvetica set_font
575425 301.5 moveto 34 (QString) alignedtext
576grestore
577% Node7->Node1
578gsave
5791 setlinewidth
580dashed
5810.77647 0.75294 0.80392 edgecolor
582newpath 452.75 284.95 moveto
583458.84 272.2 463.81 255.11 456 242 curveto
584399.36 146.91 265.81 103.9 197.24 87.53 curveto
585stroke
5860.77647 0.75294 0.80392 edgecolor
587newpath 449.5 283.62 moveto
588447.86 294.09 lineto
589455.67 286.92 lineto
590closepath fill
5911 setlinewidth
592solid
5930.77647 0.75294 0.80392 edgecolor
594newpath 449.5 283.62 moveto
595447.86 294.09 lineto
596455.67 286.92 lineto
597closepath stroke
5980 0 0 edgecolor
59910 /Helvetica set_font
600406 177.5 moveto 38 (fileName) alignedtext
601grestore
602% Node7->Node3
603gsave
6041 setlinewidth
605dashed
6060.77647 0.75294 0.80392 edgecolor
607newpath 425.2 287.2 moveto
608421.7 283.64 418.12 279.78 415 276 curveto
609403.39 261.93 407.57 251.51 392 242 curveto
610362.1 223.73 264 217.8 208.74 215.89 curveto
611stroke
6120.77647 0.75294 0.80392 edgecolor
613newpath 422.96 289.91 moveto
614432.55 294.41 lineto
615427.86 284.91 lineto
616closepath fill
6171 setlinewidth
618solid
6190.77647 0.75294 0.80392 edgecolor
620newpath 422.96 289.91 moveto
621432.55 294.41 lineto
622427.86 284.91 lineto
623closepath stroke
6240 0 0 edgecolor
62510 /Helvetica set_font
626415 262 moveto 41 (comment) alignedtext
6270 0 0 edgecolor
62810 /Helvetica set_font
629416 251 moveto 39 (zipName) alignedtext
630grestore
631% Node8
632gsave
633[ /Rect [ 266.5 294 337 314 ]
634 /Border [ 0 0 0 ]
635 /Action << /Subtype /URI /URI (qtcore.tags$qtextcodec.html) >>
636 /Subtype /Link
637/ANN pdfmark
6380 0 1 nodecolor
639newpath 266.5 294.5 moveto
640266.5 313.5 lineto
641337.5 313.5 lineto
642337.5 294.5 lineto
643closepath fill
6441 setlinewidth
645filled
6460 0 0 nodecolor
647newpath 266.5 294.5 moveto
648266.5 313.5 lineto
649337.5 313.5 lineto
650337.5 294.5 lineto
651closepath stroke
6520 0 0 nodecolor
65310 /Helvetica set_font
654274.5 301.5 moveto 55 (QTextCodec) alignedtext
655grestore
656% Node8->Node3
657gsave
6581 setlinewidth
659dashed
6600.77647 0.75294 0.80392 edgecolor
661newpath 296.99 284.26 moveto
662292.39 270.63 284.26 252.74 271 242 curveto
663253.51 227.83 229.27 221.05 208.92 217.83 curveto
664stroke
6650.77647 0.75294 0.80392 edgecolor
666newpath 293.7 285.5 moveto
667299.94 294.07 lineto
668300.41 283.48 lineto
669closepath fill
6701 setlinewidth
671solid
6720.77647 0.75294 0.80392 edgecolor
673newpath 293.7 285.5 moveto
674299.94 294.07 lineto
675300.41 283.48 lineto
676closepath stroke
6770 0 0 edgecolor
67810 /Helvetica set_font
679308.5 267.5 moveto 69 (commentCodec) alignedtext
6800 0 0 edgecolor
68110 /Helvetica set_font
682294 256.5 moveto 98 (defaultFileNameCodec) alignedtext
6830 0 0 edgecolor
68410 /Helvetica set_font
685310 245.5 moveto 66 (fileNameCodec) alignedtext
686grestore
687% Node9->Node1
688gsave
6891 setlinewidth
690dashed
6910.77647 0.75294 0.80392 edgecolor
692newpath 125.52 29.9 moveto
693125.97 36.5 127.2 43.8 130 50 curveto
694133.21 57.1 139.04 63.57 144.26 68.39 curveto
695stroke
6960.77647 0.75294 0.80392 edgecolor
697newpath 129.02 29.71 moveto
698125.35 19.77 lineto
699122.02 29.83 lineto
700closepath fill
7011 setlinewidth
702solid
7030.77647 0.75294 0.80392 edgecolor
704newpath 129.02 29.71 moveto
705125.35 19.77 lineto
706122.02 29.83 lineto
707closepath stroke
7080 0 0 edgecolor
70910 /Helvetica set_font
710130 41.5 moveto 6 (q) alignedtext
711grestore
712endpage
713showpage
714grestore
715%%PageTrailer
716%%EndPage: 1
717%%Trailer
718%%Pages: 1
719%%BoundingBox: 36 36 511 416
720end
721restore
722%%EOF
Note: See TracBrowser for help on using the repository browser.