~ubuntu-branches/ubuntu/oneiric/qwt/oneiric-proposed

« back to all changes in this revision

Viewing changes to qwt-5.1.1/doc/html/class_qwt_plot_print_filter.html

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2008-05-26 10:26:31 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080526102631-bp95mfccnrb957nx
Tags: 5.1.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
 
3
<title>Qwt User&apos;s Guide: QwtPlotPrintFilter Class Reference</title>
 
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
 
5
<link href="tabs.css" rel="stylesheet" type="text/css">
 
6
</head><body>
 
7
<!-- Generated by Doxygen 1.5.0 -->
 
8
<div class="tabs">
 
9
  <ul>
 
10
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
 
11
    <li id="current"><a href="classes.html"><span>Classes</span></a></li>
 
12
    <li><a href="files.html"><span>Files</span></a></li>
 
13
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
 
14
  </ul></div>
 
15
<div class="tabs">
 
16
  <ul>
 
17
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
 
18
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
 
19
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
 
20
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
 
21
  </ul></div>
 
22
<h1>QwtPlotPrintFilter Class Reference</h1><!-- doxytag: class="QwtPlotPrintFilter" --><a href="class_qwt_plot_print_filter-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
 
23
A base class for plot print filters. 
 
24
<p>
 
25
A print filter can be used to customize <a class="el" href="class_qwt_plot.html#d6270719d1ca5ac5952ab5e7fec3f84a">QwtPlot::print()</a>.<p>
 
26
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000001">Deprecated:</a></b></dt><dd>In Qwt 5.0 the design of <a class="el" href="class_qwt_plot.html">QwtPlot</a> allows/recommends writing individual QwtPlotItems, that are not known to <a class="el" href="class_qwt_plot_print_filter.html">QwtPlotPrintFilter</a>. So this concept is outdated and <a class="el" href="class_qwt_plot_print_filter.html">QwtPlotPrintFilter</a> will be removed/replaced in Qwt 6.x. </dd></dl>
 
27
 
 
28
<p>
 
29
 
 
30
<p>
 
31
Definition at line <a class="el" href="qwt__plot__printfilter_8h-source.html#l00030">30</a> of file <a class="el" href="qwt__plot__printfilter_8h-source.html">qwt_plot_printfilter.h</a>.<table border="0" cellpadding="0" cellspacing="0">
 
32
<tr><td></td></tr>
 
33
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
 
34
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_plot_print_filter.html#befd1a5f672722400a39007eeef8f0e0">Options</a> { <br>
 
35
&nbsp;&nbsp;<b>AlignScales</b> =  1, 
 
36
<br>
 
37
&nbsp;&nbsp;<b>IgnoreScrollbars</b> =  2, 
 
38
<br>
 
39
&nbsp;&nbsp;<b>IgnoreFrames</b> =  4, 
 
40
<br>
 
41
&nbsp;&nbsp;<b>IgnoreMargin</b> =  8, 
 
42
<br>
 
43
&nbsp;&nbsp;<b>IgnoreLegend</b> =  16, 
 
44
<br>
 
45
&nbsp;&nbsp;<b>PrintMargin</b> =  1, 
 
46
<br>
 
47
&nbsp;&nbsp;<b>PrintTitle</b> =  2, 
 
48
<br>
 
49
&nbsp;&nbsp;<b>PrintLegend</b> =  4, 
 
50
<br>
 
51
&nbsp;&nbsp;<b>PrintGrid</b> =  8, 
 
52
<br>
 
53
&nbsp;&nbsp;<b>PrintBackground</b> =  16, 
 
54
<br>
 
55
&nbsp;&nbsp;<b>PrintFrameWithScales</b> =  32, 
 
56
<br>
 
57
&nbsp;&nbsp;<b>PrintAll</b> =  ~PrintFrameWithScales
 
58
<br>
 
59
 }</td></tr>
 
60
 
 
61
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_plot_print_filter.html#9a9eae5c90f51ef61f973b4c2fba0665">Item</a> { <br>
 
62
&nbsp;&nbsp;<b>Title</b>, 
 
63
<br>
 
64
&nbsp;&nbsp;<b>Legend</b>, 
 
65
<br>
 
66
&nbsp;&nbsp;<b>Curve</b>, 
 
67
<br>
 
68
&nbsp;&nbsp;<b>CurveSymbol</b>, 
 
69
<br>
 
70
&nbsp;&nbsp;<b>Marker</b>, 
 
71
<br>
 
72
&nbsp;&nbsp;<b>MarkerSymbol</b>, 
 
73
<br>
 
74
&nbsp;&nbsp;<b>MajorGrid</b>, 
 
75
<br>
 
76
&nbsp;&nbsp;<b>MinorGrid</b>, 
 
77
<br>
 
78
&nbsp;&nbsp;<b>CanvasBackground</b>, 
 
79
<br>
 
80
&nbsp;&nbsp;<b>AxisScale</b>, 
 
81
<br>
 
82
&nbsp;&nbsp;<b>AxisTitle</b>, 
 
83
<br>
 
84
&nbsp;&nbsp;<b>WidgetBackground</b>
 
85
<br>
 
86
 }</td></tr>
 
87
 
 
88
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
 
89
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_plot_print_filter.html#1c8c0c540ca0432be6c264e9663aecc0">QwtPlotPrintFilter</a> ()</td></tr>
 
90
 
 
91
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_plot_print_filter.html#852775768c0b37edeb57abdfcb175a7f">~QwtPlotPrintFilter</a> ()</td></tr>
 
92
 
 
93
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual QColor&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_plot_print_filter.html#db22e2424b0fac69aa3cb0ca0cf0d698">color</a> (const QColor &amp;, <a class="el" href="class_qwt_plot_print_filter.html#9a9eae5c90f51ef61f973b4c2fba0665">Item</a> item) const</td></tr>
 
94
 
 
95
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual QFont&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_plot_print_filter.html#23b37c1d17c9ea192609f90866a852c4">font</a> (const QFont &amp;, <a class="el" href="class_qwt_plot_print_filter.html#9a9eae5c90f51ef61f973b4c2fba0665">Item</a> item) const</td></tr>
 
96
 
 
97
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_plot_print_filter.html#b5a3f3df821b67812e40ffdcaca3b6b5">setOptions</a> (int options)</td></tr>
 
98
 
 
99
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_plot_print_filter.html#32a2f1df034b8ca130054f1ae034dad0">options</a> () const</td></tr>
 
100
 
 
101
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_plot_print_filter.html#6bebb12041b92937a58039a7fe911400">apply</a> (<a class="el" href="class_qwt_plot.html">QwtPlot</a> *) const</td></tr>
 
102
 
 
103
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_plot_print_filter.html#5acdc8e766abfafd1956bae143a0fe00">reset</a> (<a class="el" href="class_qwt_plot.html">QwtPlot</a> *) const</td></tr>
 
104
 
 
105
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="58b84989b395595401132252f23bdcc0"></a><!-- doxytag: member="QwtPlotPrintFilter::apply" ref="58b84989b395595401132252f23bdcc0" args="(QwtPlotItem *) const " -->
 
106
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_plot_print_filter.html#58b84989b395595401132252f23bdcc0">apply</a> (<a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a> *) const </td></tr>
 
107
 
 
108
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1039d36d4d1b536fc7d884d2fd22d397"></a><!-- doxytag: member="QwtPlotPrintFilter::reset" ref="1039d36d4d1b536fc7d884d2fd22d397" args="(QwtPlotItem *) const " -->
 
109
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_qwt_plot_print_filter.html#1039d36d4d1b536fc7d884d2fd22d397">reset</a> (<a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a> *) const </td></tr>
 
110
 
 
111
</table>
 
112
<hr><h2>Member Enumeration Documentation</h2>
 
113
<a class="anchor" name="befd1a5f672722400a39007eeef8f0e0"></a><!-- doxytag: member="QwtPlotPrintFilter::Options" ref="befd1a5f672722400a39007eeef8f0e0" args="" -->
 
114
<div class="memitem">
 
115
<div class="memproto">
 
116
      <table class="memname">
 
117
        <tr>
 
118
          <td class="memname">enum <a class="el" href="class_qwt_plot_print_filter.html#befd1a5f672722400a39007eeef8f0e0">QwtPlotPrintFilter::Options</a>          </td>
 
119
        </tr>
 
120
      </table>
 
121
</div>
 
122
<div class="memdoc">
 
123
 
 
124
<p>
 
125
Print options. 
 
126
<p>
 
127
 
 
128
<p>
 
129
Definition at line <a class="el" href="qwt__plot__printfilter_8h-source.html#l00034">34</a> of file <a class="el" href="qwt__plot__printfilter_8h-source.html">qwt_plot_printfilter.h</a>.
 
130
</div>
 
131
</div><p>
 
132
<a class="anchor" name="9a9eae5c90f51ef61f973b4c2fba0665"></a><!-- doxytag: member="QwtPlotPrintFilter::Item" ref="9a9eae5c90f51ef61f973b4c2fba0665" args="" -->
 
133
<div class="memitem">
 
134
<div class="memproto">
 
135
      <table class="memname">
 
136
        <tr>
 
137
          <td class="memname">enum <a class="el" href="class_qwt_plot_print_filter.html#9a9eae5c90f51ef61f973b4c2fba0665">QwtPlotPrintFilter::Item</a>          </td>
 
138
        </tr>
 
139
      </table>
 
140
</div>
 
141
<div class="memdoc">
 
142
 
 
143
<p>
 
144
Print items. 
 
145
<p>
 
146
 
 
147
<p>
 
148
Definition at line <a class="el" href="qwt__plot__printfilter_8h-source.html#l00047">47</a> of file <a class="el" href="qwt__plot__printfilter_8h-source.html">qwt_plot_printfilter.h</a>.
 
149
</div>
 
150
</div><p>
 
151
<hr><h2>Constructor &amp; Destructor Documentation</h2>
 
152
<a class="anchor" name="1c8c0c540ca0432be6c264e9663aecc0"></a><!-- doxytag: member="QwtPlotPrintFilter::QwtPlotPrintFilter" ref="1c8c0c540ca0432be6c264e9663aecc0" args="()" -->
 
153
<div class="memitem">
 
154
<div class="memproto">
 
155
      <table class="memname">
 
156
        <tr>
 
157
          <td class="memname">QwtPlotPrintFilter::QwtPlotPrintFilter           </td>
 
158
          <td>(</td>
 
159
          <td class="paramname">          </td>
 
160
          <td>&nbsp;)&nbsp;</td>
 
161
          <td width="100%"><code> [explicit]</code></td>
 
162
        </tr>
 
163
      </table>
 
164
</div>
 
165
<div class="memdoc">
 
166
 
 
167
<p>
 
168
Sets filter options to PrintAll 
 
169
<p>
 
170
Definition at line <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00082">82</a> of file <a class="el" href="qwt__plot__printfilter_8cpp-source.html">qwt_plot_printfilter.cpp</a>.
 
171
</div>
 
172
</div><p>
 
173
<a class="anchor" name="852775768c0b37edeb57abdfcb175a7f"></a><!-- doxytag: member="QwtPlotPrintFilter::~QwtPlotPrintFilter" ref="852775768c0b37edeb57abdfcb175a7f" args="()" -->
 
174
<div class="memitem">
 
175
<div class="memproto">
 
176
      <table class="memname">
 
177
        <tr>
 
178
          <td class="memname">QwtPlotPrintFilter::~QwtPlotPrintFilter           </td>
 
179
          <td>(</td>
 
180
          <td class="paramname">          </td>
 
181
          <td>&nbsp;)&nbsp;</td>
 
182
          <td width="100%"><code> [virtual]</code></td>
 
183
        </tr>
 
184
      </table>
 
185
</div>
 
186
<div class="memdoc">
 
187
 
 
188
<p>
 
189
Destructor. 
 
190
<p>
 
191
 
 
192
<p>
 
193
Definition at line <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00088">88</a> of file <a class="el" href="qwt__plot__printfilter_8cpp-source.html">qwt_plot_printfilter.cpp</a>.
 
194
</div>
 
195
</div><p>
 
196
<hr><h2>Member Function Documentation</h2>
 
197
<a class="anchor" name="db22e2424b0fac69aa3cb0ca0cf0d698"></a><!-- doxytag: member="QwtPlotPrintFilter::color" ref="db22e2424b0fac69aa3cb0ca0cf0d698" args="(const QColor &amp;, Item item) const" -->
 
198
<div class="memitem">
 
199
<div class="memproto">
 
200
      <table class="memname">
 
201
        <tr>
 
202
          <td class="memname">QColor QwtPlotPrintFilter::color           </td>
 
203
          <td>(</td>
 
204
          <td class="paramtype">const QColor &amp;&nbsp;</td>
 
205
          <td class="paramname"> <em>c</em>, </td>
 
206
        </tr>
 
207
        <tr>
 
208
          <td class="paramkey"></td>
 
209
          <td></td>
 
210
          <td class="paramtype"><a class="el" href="class_qwt_plot_print_filter.html#9a9eae5c90f51ef61f973b4c2fba0665">Item</a>&nbsp;</td>
 
211
          <td class="paramname"> <em>item</em></td><td>&nbsp;</td>
 
212
        </tr>
 
213
        <tr>
 
214
          <td></td>
 
215
          <td>)</td>
 
216
          <td></td><td></td><td width="100%"> const<code> [virtual]</code></td>
 
217
        </tr>
 
218
      </table>
 
219
</div>
 
220
<div class="memdoc">
 
221
 
 
222
<p>
 
223
Modifies a color for printing. 
 
224
<p>
 
225
<dl compact><dt><b>Parameters:</b></dt><dd>
 
226
  <table border="0" cellspacing="2" cellpadding="0">
 
227
    <tr><td valign="top"></td><td valign="top"><em>c</em>&nbsp;</td><td>Color to be modified </td></tr>
 
228
    <tr><td valign="top"></td><td valign="top"><em>item</em>&nbsp;</td><td>Type of item where the color belongs </td></tr>
 
229
  </table>
 
230
</dl>
 
231
<dl class="return" compact><dt><b>Returns:</b></dt><dd>Modified color.</dd></dl>
 
232
In case of !(<a class="el" href="class_qwt_plot_print_filter.html#32a2f1df034b8ca130054f1ae034dad0">QwtPlotPrintFilter::options()</a> &amp; PrintBackground) MajorGrid is modified to Qt::darkGray, MinorGrid to Qt::gray. All other colors are returned unmodified. 
 
233
<p>
 
234
Definition at line <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00124">124</a> of file <a class="el" href="qwt__plot__printfilter_8cpp-source.html">qwt_plot_printfilter.cpp</a>.
 
235
<p>
 
236
References <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00108">options()</a>.
 
237
<p>
 
238
Referenced by <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00157">apply()</a>.
 
239
</div>
 
240
</div><p>
 
241
<a class="anchor" name="23b37c1d17c9ea192609f90866a852c4"></a><!-- doxytag: member="QwtPlotPrintFilter::font" ref="23b37c1d17c9ea192609f90866a852c4" args="(const QFont &amp;, Item item) const" -->
 
242
<div class="memitem">
 
243
<div class="memproto">
 
244
      <table class="memname">
 
245
        <tr>
 
246
          <td class="memname">QFont QwtPlotPrintFilter::font           </td>
 
247
          <td>(</td>
 
248
          <td class="paramtype">const QFont &amp;&nbsp;</td>
 
249
          <td class="paramname"> <em>f</em>, </td>
 
250
        </tr>
 
251
        <tr>
 
252
          <td class="paramkey"></td>
 
253
          <td></td>
 
254
          <td class="paramtype"><a class="el" href="class_qwt_plot_print_filter.html#9a9eae5c90f51ef61f973b4c2fba0665">Item</a>&nbsp;</td>
 
255
          <td class="paramname"> <em>item</em></td><td>&nbsp;</td>
 
256
        </tr>
 
257
        <tr>
 
258
          <td></td>
 
259
          <td>)</td>
 
260
          <td></td><td></td><td width="100%"> const<code> [virtual]</code></td>
 
261
        </tr>
 
262
      </table>
 
263
</div>
 
264
<div class="memdoc">
 
265
 
 
266
<p>
 
267
Modifies a font for printing. 
 
268
<p>
 
269
<dl compact><dt><b>Parameters:</b></dt><dd>
 
270
  <table border="0" cellspacing="2" cellpadding="0">
 
271
    <tr><td valign="top"></td><td valign="top"><em>f</em>&nbsp;</td><td>Font to be modified </td></tr>
 
272
    <tr><td valign="top"></td><td valign="top"><em>item</em>&nbsp;</td><td>Type of item where the font belongs</td></tr>
 
273
  </table>
 
274
</dl>
 
275
All fonts are returned unmodified 
 
276
<p>
 
277
Definition at line <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00148">148</a> of file <a class="el" href="qwt__plot__printfilter_8cpp-source.html">qwt_plot_printfilter.cpp</a>.
 
278
<p>
 
279
Referenced by <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00157">apply()</a>.
 
280
</div>
 
281
</div><p>
 
282
<a class="anchor" name="b5a3f3df821b67812e40ffdcaca3b6b5"></a><!-- doxytag: member="QwtPlotPrintFilter::setOptions" ref="b5a3f3df821b67812e40ffdcaca3b6b5" args="(int options)" -->
 
283
<div class="memitem">
 
284
<div class="memproto">
 
285
      <table class="memname">
 
286
        <tr>
 
287
          <td class="memname">void QwtPlotPrintFilter::setOptions           </td>
 
288
          <td>(</td>
 
289
          <td class="paramtype">int&nbsp;</td>
 
290
          <td class="paramname"> <em>options</em>          </td>
 
291
          <td>&nbsp;)&nbsp;</td>
 
292
          <td width="100%"></td>
 
293
        </tr>
 
294
      </table>
 
295
</div>
 
296
<div class="memdoc">
 
297
 
 
298
<p>
 
299
Set plot print options. 
 
300
<p>
 
301
<dl compact><dt><b>Parameters:</b></dt><dd>
 
302
  <table border="0" cellspacing="2" cellpadding="0">
 
303
    <tr><td valign="top"></td><td valign="top"><em>options</em>&nbsp;</td><td>Or'd <a class="el" href="class_qwt_plot_print_filter.html#befd1a5f672722400a39007eeef8f0e0">QwtPlotPrintFilter::Options</a> values</td></tr>
 
304
  </table>
 
305
</dl>
 
306
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_print_filter.html#32a2f1df034b8ca130054f1ae034dad0">options()</a> </dd></dl>
 
307
 
 
308
<p>
 
309
Definition at line <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00099">99</a> of file <a class="el" href="qwt__plot__printfilter_8cpp-source.html">qwt_plot_printfilter.cpp</a>.
 
310
</div>
 
311
</div><p>
 
312
<a class="anchor" name="32a2f1df034b8ca130054f1ae034dad0"></a><!-- doxytag: member="QwtPlotPrintFilter::options" ref="32a2f1df034b8ca130054f1ae034dad0" args="() const" -->
 
313
<div class="memitem">
 
314
<div class="memproto">
 
315
      <table class="memname">
 
316
        <tr>
 
317
          <td class="memname">int QwtPlotPrintFilter::options           </td>
 
318
          <td>(</td>
 
319
          <td class="paramname">          </td>
 
320
          <td>&nbsp;)&nbsp;</td>
 
321
          <td width="100%"> const</td>
 
322
        </tr>
 
323
      </table>
 
324
</div>
 
325
<div class="memdoc">
 
326
 
 
327
<p>
 
328
Get plot print options. 
 
329
<p>
 
330
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_print_filter.html#b5a3f3df821b67812e40ffdcaca3b6b5">setOptions()</a> </dd></dl>
 
331
 
 
332
<p>
 
333
Definition at line <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00108">108</a> of file <a class="el" href="qwt__plot__printfilter_8cpp-source.html">qwt_plot_printfilter.cpp</a>.
 
334
<p>
 
335
Referenced by <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00124">color()</a>, <a class="el" href="qwt__plot_8cpp-source.html#l00572">QwtPlot::drawItems()</a>, <a class="el" href="qwt__plot__print_8cpp-source.html#l00073">QwtPlot::print()</a>, and <a class="el" href="qwt__plot__print_8cpp-source.html#l00467">QwtPlot::printCanvas()</a>.
 
336
</div>
 
337
</div><p>
 
338
<a class="anchor" name="6bebb12041b92937a58039a7fe911400"></a><!-- doxytag: member="QwtPlotPrintFilter::apply" ref="6bebb12041b92937a58039a7fe911400" args="(QwtPlot *) const" -->
 
339
<div class="memitem">
 
340
<div class="memproto">
 
341
      <table class="memname">
 
342
        <tr>
 
343
          <td class="memname">void QwtPlotPrintFilter::apply           </td>
 
344
          <td>(</td>
 
345
          <td class="paramtype"><a class="el" href="class_qwt_plot.html">QwtPlot</a> *&nbsp;</td>
 
346
          <td class="paramname"> <em>plot</em>          </td>
 
347
          <td>&nbsp;)&nbsp;</td>
 
348
          <td width="100%"> const<code> [virtual]</code></td>
 
349
        </tr>
 
350
      </table>
 
351
</div>
 
352
<div class="memdoc">
 
353
 
 
354
<p>
 
355
Change color and fonts of a plot <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_print_filter.html#6bebb12041b92937a58039a7fe911400">apply</a> </dd></dl>
 
356
 
 
357
<p>
 
358
Definition at line <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00157">157</a> of file <a class="el" href="qwt__plot__printfilter_8cpp-source.html">qwt_plot_printfilter.cpp</a>.
 
359
<p>
 
360
References <a class="el" href="qwt__plot_8cpp-source.html#l00190">QwtPlot::autoReplot()</a>, <a class="el" href="qwt__plot__axis_8cpp-source.html#l00100">QwtPlot::axisWidget()</a>, <a class="el" href="qwt__symbol_8h-source.html#l00069">QwtSymbol::brush()</a>, <a class="el" href="qwt__plot_8cpp-source.html#l00716">QwtPlot::canvasBackground()</a>, <a class="el" href="qwt__text_8cpp-source.html#l00330">QwtText::color()</a>, <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00124">color()</a>, <a class="el" href="qwt__text_8cpp-source.html#l00296">QwtText::font()</a>, <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00148">font()</a>, <a class="el" href="qwt__plot__dict_8cpp-source.html#l00186">QwtPlotDict::itemList()</a>, <a class="el" href="qwt__plot_8cpp-source.html#l00257">QwtPlot::legend()</a>, <a class="el" href="qwt__legend_8cpp-source.html#l00631">QwtLegend::legendItems()</a>, <a class="el" href="qwt__symbol_8h-source.html#l00071">QwtSymbol::pen()</a>, <a class="el" href="qwt__plot_8cpp-source.html#l00184">QwtPlot::setAutoReplot()</a>, <a class="el" href="qwt__symbol_8cpp-source.html#l00088">QwtSymbol::setBrush()</a>, <a class="el" href="qwt__plot_8cpp-source.html#l00694">QwtPlot::setCanvasBackground()</a>, <a class="el" href="qwt__text_8cpp-source.html#l00323">QwtText::setColor()</a>, <a class="el" href="qwt__text_8cpp-source.html#l00289">QwtText::setFont()</a>, <a class="el" href="qwt__symbol_8cpp-source.html#l00100">QwtSymbol::setPen()</a>, <a class="el" href="qwt__text_8cpp-source.html#l00417">QwtText::testPaintAttribute()</a>, <a class="el" href="qwt__scale__widget_8cpp-source.html#l00357">QwtScaleWidget::title()</a>, and <a class="el" href="qwt__plot_8cpp-source.html#l00240">QwtPlot::titleLabel()</a>.
 
361
<p>
 
362
Referenced by <a class="el" href="qwt__plot__print_8cpp-source.html#l00073">QwtPlot::print()</a>.
 
363
</div>
 
364
</div><p>
 
365
<a class="anchor" name="5acdc8e766abfafd1956bae143a0fe00"></a><!-- doxytag: member="QwtPlotPrintFilter::reset" ref="5acdc8e766abfafd1956bae143a0fe00" args="(QwtPlot *) const" -->
 
366
<div class="memitem">
 
367
<div class="memproto">
 
368
      <table class="memname">
 
369
        <tr>
 
370
          <td class="memname">void QwtPlotPrintFilter::reset           </td>
 
371
          <td>(</td>
 
372
          <td class="paramtype"><a class="el" href="class_qwt_plot.html">QwtPlot</a> *&nbsp;</td>
 
373
          <td class="paramname"> <em>plot</em>          </td>
 
374
          <td>&nbsp;)&nbsp;</td>
 
375
          <td width="100%"> const<code> [virtual]</code></td>
 
376
        </tr>
 
377
      </table>
 
378
</div>
 
379
<div class="memdoc">
 
380
 
 
381
<p>
 
382
Reset color and fonts of a plot <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_print_filter.html#6bebb12041b92937a58039a7fe911400">apply</a> </dd></dl>
 
383
 
 
384
<p>
 
385
Definition at line <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00366">366</a> of file <a class="el" href="qwt__plot__printfilter_8cpp-source.html">qwt_plot_printfilter.cpp</a>.
 
386
<p>
 
387
References <a class="el" href="qwt__plot_8cpp-source.html#l00190">QwtPlot::autoReplot()</a>, <a class="el" href="qwt__plot__axis_8cpp-source.html#l00100">QwtPlot::axisWidget()</a>, <a class="el" href="qwt__symbol_8h-source.html#l00069">QwtSymbol::brush()</a>, <a class="el" href="qwt__legend_8cpp-source.html#l00460">QwtLegend::find()</a>, <a class="el" href="qwt__plot__dict_8cpp-source.html#l00186">QwtPlotDict::itemList()</a>, <a class="el" href="qwt__plot_8cpp-source.html#l00257">QwtPlot::legend()</a>, <a class="el" href="qwt__legend_8cpp-source.html#l00631">QwtLegend::legendItems()</a>, <a class="el" href="qwt__symbol_8h-source.html#l00071">QwtSymbol::pen()</a>, <a class="el" href="qwt__plot_8cpp-source.html#l00184">QwtPlot::setAutoReplot()</a>, <a class="el" href="qwt__symbol_8cpp-source.html#l00088">QwtSymbol::setBrush()</a>, <a class="el" href="qwt__plot_8cpp-source.html#l00694">QwtPlot::setCanvasBackground()</a>, <a class="el" href="qwt__text_8cpp-source.html#l00323">QwtText::setColor()</a>, <a class="el" href="qwt__symbol_8cpp-source.html#l00100">QwtSymbol::setPen()</a>, <a class="el" href="qwt__scale__widget_8cpp-source.html#l00150">QwtScaleWidget::setTitle()</a>, <a class="el" href="qwt__text__label_8cpp-source.html#l00107">QwtTextLabel::text()</a>, and <a class="el" href="qwt__plot_8cpp-source.html#l00240">QwtPlot::titleLabel()</a>.
 
388
<p>
 
389
Referenced by <a class="el" href="qwt__plot__print_8cpp-source.html#l00073">QwtPlot::print()</a>.
 
390
</div>
 
391
</div><p>
 
392
<hr size="1"><address style="align: right;"><small>Generated on Sat May 24 18:48:49 2008 for Qwt User's Guide by&nbsp;
 
393
<a href="http://www.doxygen.org/index.html">
 
394
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
 
395
</body>
 
396
</html>