source: s10k/CommonLibs/quazip-0.7.2/doc/latex/classQuaGzipFile__inherit__graph.eps@ 1110

Last change on this file since 1110 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: 6.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 114 176
182%%PageOrientation: Portrait
1830 0 1 beginpage
184gsave
18536 36 78 140 boxprim clip newpath
1861 1 set_scale 0 rotate 40 41 translate
187% Node1
188gsave
1890 0 0.74902 nodecolor
190newpath -.5 .5 moveto
191-.5 19.5 lineto
19270.5 19.5 lineto
19370.5 .5 lineto
194closepath fill
1951 setlinewidth
196filled
1970 0 0 nodecolor
198newpath -.5 .5 moveto
199-.5 19.5 lineto
20070.5 19.5 lineto
20170.5 .5 lineto
202closepath stroke
2030 0 0 nodecolor
20410 /Helvetica set_font
2057.5 7.5 moveto 55 (QuaGzipFile) alignedtext
206grestore
207% Node2
208gsave
209[ /Rect [ 4 56 66 76 ]
210 /Border [ 0 0 0 ]
211 /Action << /Subtype /URI /URI (qtcore.tags$qiodevice.html) >>
212 /Subtype /Link
213/ANN pdfmark
2140 0 1 nodecolor
215newpath 4 56.5 moveto
2164 75.5 lineto
21766 75.5 lineto
21866 56.5 lineto
219closepath fill
2201 setlinewidth
221filled
2220 0 0 nodecolor
223newpath 4 56.5 moveto
2244 75.5 lineto
22566 75.5 lineto
22666 56.5 lineto
227closepath stroke
2280 0 0 nodecolor
22910 /Helvetica set_font
23012 63.5 moveto 46 (QIODevice) alignedtext
231grestore
232% Node2->Node1
233gsave
2341 setlinewidth
235solid
2360.66667 0.77647 0.43922 edgecolor
237newpath 35 45.8 moveto
23835 36.91 35 26.78 35 19.75 curveto
239stroke
2400.66667 0.77647 0.43922 edgecolor
241newpath 31.5 46.08 moveto
24235 56.08 lineto
24338.5 46.08 lineto
244closepath fill
2451 setlinewidth
246solid
2470.66667 0.77647 0.43922 edgecolor
248newpath 31.5 46.08 moveto
24935 56.08 lineto
25038.5 46.08 lineto
251closepath stroke
252grestore
253% Node3
254gsave
255[ /Rect [ 8.5 112 61 132 ]
256 /Border [ 0 0 0 ]
257 /Action << /Subtype /URI /URI (qtcore.tags$qobject.html) >>
258 /Subtype /Link
259/ANN pdfmark
2600 0 1 nodecolor
261newpath 8.5 112.5 moveto
2628.5 131.5 lineto
26361.5 131.5 lineto
26461.5 112.5 lineto
265closepath fill
2661 setlinewidth
267filled
2680 0 0 nodecolor
269newpath 8.5 112.5 moveto
2708.5 131.5 lineto
27161.5 131.5 lineto
27261.5 112.5 lineto
273closepath stroke
2740 0 0 nodecolor
27510 /Helvetica set_font
27616.5 119.5 moveto 37 (QObject) alignedtext
277grestore
278% Node3->Node2
279gsave
2801 setlinewidth
281solid
2820.66667 0.77647 0.43922 edgecolor
283newpath 35 101.8 moveto
28435 92.91 35 82.78 35 75.75 curveto
285stroke
2860.66667 0.77647 0.43922 edgecolor
287newpath 31.5 102.08 moveto
28835 112.08 lineto
28938.5 102.08 lineto
290closepath fill
2911 setlinewidth
292solid
2930.66667 0.77647 0.43922 edgecolor
294newpath 31.5 102.08 moveto
29535 112.08 lineto
29638.5 102.08 lineto
297closepath stroke
298grestore
299endpage
300showpage
301grestore
302%%PageTrailer
303%%EndPage: 1
304%%Trailer
305%%Pages: 1
306%%BoundingBox: 36 36 114 176
307end
308restore
309%%EOF
Note: See TracBrowser for help on using the repository browser.