~l3on/ubuntu/oneiric/qwt/fix-921430

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2007-10-05 15:20:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071005152041-qmybqh4fj9jejyo2
Tags: 5.0.2-2
* Handle nostrip build option. (Closes: #437877)
* Build libqwt5-doc package in binary-indep target. (Closes: #443110)

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.4.6 -->
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#db2f14174770601e55d6822437c3fe26">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>PrintMargin</b> =  1, 
36
 
<br>
37
 
&nbsp;&nbsp;<b>PrintTitle</b> =  2, 
38
 
<br>
39
 
&nbsp;&nbsp;<b>PrintLegend</b> =  4, 
40
 
<br>
41
 
&nbsp;&nbsp;<b>PrintGrid</b> =  8, 
42
 
<br>
43
 
&nbsp;&nbsp;<b>PrintCanvasBackground</b> =  16, 
44
 
<br>
45
 
&nbsp;&nbsp;<b>PrintWidgetBackground</b> =  32, 
46
 
<br>
47
 
&nbsp;&nbsp;<b>PrintAll</b> =  ~PrintWidgetBackground
48
 
<br>
49
 
 }</td></tr>
50
 
 
51
 
<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>
52
 
&nbsp;&nbsp;<b>Title</b>, 
53
 
<br>
54
 
&nbsp;&nbsp;<b>Legend</b>, 
55
 
<br>
56
 
&nbsp;&nbsp;<b>Curve</b>, 
57
 
<br>
58
 
&nbsp;&nbsp;<b>CurveSymbol</b>, 
59
 
<br>
60
 
&nbsp;&nbsp;<b>Marker</b>, 
61
 
<br>
62
 
&nbsp;&nbsp;<b>MarkerSymbol</b>, 
63
 
<br>
64
 
&nbsp;&nbsp;<b>MajorGrid</b>, 
65
 
<br>
66
 
&nbsp;&nbsp;<b>MinorGrid</b>, 
67
 
<br>
68
 
&nbsp;&nbsp;<b>CanvasBackground</b>, 
69
 
<br>
70
 
&nbsp;&nbsp;<b>AxisScale</b>, 
71
 
<br>
72
 
&nbsp;&nbsp;<b>AxisTitle</b>, 
73
 
<br>
74
 
&nbsp;&nbsp;<b>WidgetBackground</b>
75
 
<br>
76
 
 }</td></tr>
77
 
 
78
 
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
79
 
<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>
80
 
 
81
 
<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>
82
 
 
83
 
<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#31fc7c9789cfa1044115c41ce349e46d">color</a> (const QColor &amp;, <a class="el" href="class_qwt_plot_print_filter.html#9a9eae5c90f51ef61f973b4c2fba0665">Item</a> item) const </td></tr>
84
 
 
85
 
<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#4be8e414cc8000de7b9d1359b6834379">font</a> (const QFont &amp;, <a class="el" href="class_qwt_plot_print_filter.html#9a9eae5c90f51ef61f973b4c2fba0665">Item</a> item) const </td></tr>
86
 
 
87
 
<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>
88
 
 
89
 
<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#0f47c339382f3292d3e71e0585a008e4">options</a> () const </td></tr>
90
 
 
91
 
<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#b6ce402443e59a6f4fc68dc24cc6b2ad">apply</a> (<a class="el" href="class_qwt_plot.html">QwtPlot</a> *) const </td></tr>
92
 
 
93
 
<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#524cd56a979aa7ac4b28f0a27e103d8b">reset</a> (<a class="el" href="class_qwt_plot.html">QwtPlot</a> *) const </td></tr>
94
 
 
95
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="58b84989b395595401132252f23bdcc0"></a><!-- doxytag: member="QwtPlotPrintFilter::apply" ref="58b84989b395595401132252f23bdcc0" args="(QwtPlotItem *) const " -->
96
 
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>
97
 
 
98
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1039d36d4d1b536fc7d884d2fd22d397"></a><!-- doxytag: member="QwtPlotPrintFilter::reset" ref="1039d36d4d1b536fc7d884d2fd22d397" args="(QwtPlotItem *) const " -->
99
 
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>
100
 
 
101
 
</table>
102
 
<hr><h2>Member Enumeration Documentation</h2>
103
 
<a class="anchor" name="9a9eae5c90f51ef61f973b4c2fba0665"></a><!-- doxytag: member="QwtPlotPrintFilter::Item" ref="9a9eae5c90f51ef61f973b4c2fba0665" args="" --><p>
104
 
<table class="mdTable" cellpadding="2" cellspacing="0">
105
 
  <tr>
106
 
    <td class="mdRow">
107
 
      <table cellpadding="0" cellspacing="0" border="0">
108
 
        <tr>
109
 
          <td class="md" nowrap valign="top">enum <a class="el" href="class_qwt_plot_print_filter.html#9a9eae5c90f51ef61f973b4c2fba0665">QwtPlotPrintFilter::Item</a>          </td>
110
 
        </tr>
111
 
      </table>
112
 
    </td>
113
 
  </tr>
114
 
</table>
115
 
<table cellspacing="5" cellpadding="0" border="0">
116
 
  <tr>
117
 
    <td>
118
 
      &nbsp;
119
 
    </td>
120
 
    <td>
121
 
 
122
 
<p>
123
 
Print items. 
124
 
<p>
125
 
 
126
 
<p>
127
 
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>.    </td>
128
 
  </tr>
129
 
</table>
130
 
<a class="anchor" name="befd1a5f672722400a39007eeef8f0e0"></a><!-- doxytag: member="QwtPlotPrintFilter::Options" ref="befd1a5f672722400a39007eeef8f0e0" args="" --><p>
131
 
<table class="mdTable" cellpadding="2" cellspacing="0">
132
 
  <tr>
133
 
    <td class="mdRow">
134
 
      <table cellpadding="0" cellspacing="0" border="0">
135
 
        <tr>
136
 
          <td class="md" nowrap valign="top">enum <a class="el" href="class_qwt_plot_print_filter.html#befd1a5f672722400a39007eeef8f0e0">QwtPlotPrintFilter::Options</a>          </td>
137
 
        </tr>
138
 
      </table>
139
 
    </td>
140
 
  </tr>
141
 
</table>
142
 
<table cellspacing="5" cellpadding="0" border="0">
143
 
  <tr>
144
 
    <td>
145
 
      &nbsp;
146
 
    </td>
147
 
    <td>
148
 
 
149
 
<p>
150
 
Print options. 
151
 
<p>
152
 
 
153
 
<p>
154
 
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>.    </td>
155
 
  </tr>
156
 
</table>
157
 
<hr><h2>Constructor &amp; Destructor Documentation</h2>
158
 
<a class="anchor" name="1c8c0c540ca0432be6c264e9663aecc0"></a><!-- doxytag: member="QwtPlotPrintFilter::QwtPlotPrintFilter" ref="1c8c0c540ca0432be6c264e9663aecc0" args="()" --><p>
159
 
<table class="mdTable" cellpadding="2" cellspacing="0">
160
 
  <tr>
161
 
    <td class="mdRow">
162
 
      <table cellpadding="0" cellspacing="0" border="0">
163
 
        <tr>
164
 
          <td class="md" nowrap valign="top">QwtPlotPrintFilter::QwtPlotPrintFilter           </td>
165
 
          <td class="md" valign="top">(&nbsp;</td>
166
 
          <td class="mdname1" valign="top" nowrap>          </td>
167
 
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
168
 
          <td class="md" nowrap><code> [explicit]</code></td>
169
 
        </tr>
170
 
      </table>
171
 
    </td>
172
 
  </tr>
173
 
</table>
174
 
<table cellspacing="5" cellpadding="0" border="0">
175
 
  <tr>
176
 
    <td>
177
 
      &nbsp;
178
 
    </td>
179
 
    <td>
180
 
 
181
 
<p>
182
 
Sets filter options to PrintAll 
183
 
<p>
184
 
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>.    </td>
185
 
  </tr>
186
 
</table>
187
 
<a class="anchor" name="852775768c0b37edeb57abdfcb175a7f"></a><!-- doxytag: member="QwtPlotPrintFilter::~QwtPlotPrintFilter" ref="852775768c0b37edeb57abdfcb175a7f" args="()" --><p>
188
 
<table class="mdTable" cellpadding="2" cellspacing="0">
189
 
  <tr>
190
 
    <td class="mdRow">
191
 
      <table cellpadding="0" cellspacing="0" border="0">
192
 
        <tr>
193
 
          <td class="md" nowrap valign="top">QwtPlotPrintFilter::~QwtPlotPrintFilter           </td>
194
 
          <td class="md" valign="top">(&nbsp;</td>
195
 
          <td class="mdname1" valign="top" nowrap>          </td>
196
 
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
197
 
          <td class="md" nowrap><code> [virtual]</code></td>
198
 
        </tr>
199
 
      </table>
200
 
    </td>
201
 
  </tr>
202
 
</table>
203
 
<table cellspacing="5" cellpadding="0" border="0">
204
 
  <tr>
205
 
    <td>
206
 
      &nbsp;
207
 
    </td>
208
 
    <td>
209
 
 
210
 
<p>
211
 
Destructor. 
212
 
<p>
213
 
 
214
 
<p>
215
 
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>.    </td>
216
 
  </tr>
217
 
</table>
218
 
<hr><h2>Member Function Documentation</h2>
219
 
<a class="anchor" name="b6ce402443e59a6f4fc68dc24cc6b2ad"></a><!-- doxytag: member="QwtPlotPrintFilter::apply" ref="b6ce402443e59a6f4fc68dc24cc6b2ad" args="(QwtPlot *) const " --><p>
220
 
<table class="mdTable" cellpadding="2" cellspacing="0">
221
 
  <tr>
222
 
    <td class="mdRow">
223
 
      <table cellpadding="0" cellspacing="0" border="0">
224
 
        <tr>
225
 
          <td class="md" nowrap valign="top">void QwtPlotPrintFilter::apply           </td>
226
 
          <td class="md" valign="top">(&nbsp;</td>
227
 
          <td class="md" nowrap valign="top"><a class="el" href="class_qwt_plot.html">QwtPlot</a> *&nbsp;</td>
228
 
          <td class="mdname1" valign="top" nowrap> <em>plot</em>          </td>
229
 
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
230
 
          <td class="md" nowrap> const<code> [virtual]</code></td>
231
 
        </tr>
232
 
      </table>
233
 
    </td>
234
 
  </tr>
235
 
</table>
236
 
<table cellspacing="5" cellpadding="0" border="0">
237
 
  <tr>
238
 
    <td>
239
 
      &nbsp;
240
 
    </td>
241
 
    <td>
242
 
 
243
 
<p>
244
 
Change color and fonts of a plot <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_print_filter.html#b6ce402443e59a6f4fc68dc24cc6b2ad">apply</a> </dd></dl>
245
 
 
246
 
<p>
247
 
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>.
248
 
<p>
249
 
References <a class="el" href="qwt__plot_8cpp-source.html#l00195">QwtPlot::autoReplot()</a>, <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00124">color()</a>, <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00148">font()</a>, <a class="el" href="qwt__plot_8cpp-source.html#l00187">QwtPlot::setAutoReplot()</a>, and <a class="el" href="qwt__plot_8cpp-source.html#l00254">QwtPlot::titleLabel()</a>.
250
 
<p>
251
 
Referenced by <a class="el" href="qwt__plot__print_8cpp-source.html#l00074">QwtPlot::print()</a>.    </td>
252
 
  </tr>
253
 
</table>
254
 
<a class="anchor" name="31fc7c9789cfa1044115c41ce349e46d"></a><!-- doxytag: member="QwtPlotPrintFilter::color" ref="31fc7c9789cfa1044115c41ce349e46d" args="(const QColor &amp;, Item item) const " --><p>
255
 
<table class="mdTable" cellpadding="2" cellspacing="0">
256
 
  <tr>
257
 
    <td class="mdRow">
258
 
      <table cellpadding="0" cellspacing="0" border="0">
259
 
        <tr>
260
 
          <td class="md" nowrap valign="top">QColor QwtPlotPrintFilter::color           </td>
261
 
          <td class="md" valign="top">(&nbsp;</td>
262
 
          <td class="md" nowrap valign="top">const QColor &amp;&nbsp;</td>
263
 
          <td class="mdname" nowrap> <em>c</em>, </td>
264
 
        </tr>
265
 
        <tr>
266
 
          <td class="md" nowrap align="right"></td>
267
 
          <td class="md"></td>
268
 
          <td class="md" nowrap><a class="el" href="class_qwt_plot_print_filter.html#9a9eae5c90f51ef61f973b4c2fba0665">Item</a>&nbsp;</td>
269
 
          <td class="mdname" nowrap> <em>item</em></td>
270
 
        </tr>
271
 
        <tr>
272
 
          <td class="md"></td>
273
 
          <td class="md">)&nbsp;</td>
274
 
          <td class="md" colspan="2"> const<code> [virtual]</code></td>
275
 
        </tr>
276
 
      </table>
277
 
    </td>
278
 
  </tr>
279
 
</table>
280
 
<table cellspacing="5" cellpadding="0" border="0">
281
 
  <tr>
282
 
    <td>
283
 
      &nbsp;
284
 
    </td>
285
 
    <td>
286
 
 
287
 
<p>
288
 
Modifies a color for printing. 
289
 
<p>
290
 
<dl compact><dt><b>Parameters:</b></dt><dd>
291
 
  <table border="0" cellspacing="2" cellpadding="0">
292
 
    <tr><td valign="top"></td><td valign="top"><em>c</em>&nbsp;</td><td>Color to be modified </td></tr>
293
 
    <tr><td valign="top"></td><td valign="top"><em>item</em>&nbsp;</td><td>Type of item where the color belongs </td></tr>
294
 
  </table>
295
 
</dl>
296
 
<dl compact><dt><b>Returns:</b></dt><dd>Modified color.</dd></dl>
297
 
In case of !(<a class="el" href="class_qwt_plot_print_filter.html#0f47c339382f3292d3e71e0585a008e4">QwtPlotPrintFilter::options()</a> &amp; PrintBackground) MajorGrid is modified to Qt::darkGray, MinorGrid to Qt::gray. All other colors are returned unmodified. 
298
 
<p>
299
 
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>.
300
 
<p>
301
 
References <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00108">options()</a>.
302
 
<p>
303
 
Referenced by <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00157">apply()</a>.    </td>
304
 
  </tr>
305
 
</table>
306
 
<a class="anchor" name="4be8e414cc8000de7b9d1359b6834379"></a><!-- doxytag: member="QwtPlotPrintFilter::font" ref="4be8e414cc8000de7b9d1359b6834379" args="(const QFont &amp;, Item item) const " --><p>
307
 
<table class="mdTable" cellpadding="2" cellspacing="0">
308
 
  <tr>
309
 
    <td class="mdRow">
310
 
      <table cellpadding="0" cellspacing="0" border="0">
311
 
        <tr>
312
 
          <td class="md" nowrap valign="top">QFont QwtPlotPrintFilter::font           </td>
313
 
          <td class="md" valign="top">(&nbsp;</td>
314
 
          <td class="md" nowrap valign="top">const QFont &amp;&nbsp;</td>
315
 
          <td class="mdname" nowrap> <em>f</em>, </td>
316
 
        </tr>
317
 
        <tr>
318
 
          <td class="md" nowrap align="right"></td>
319
 
          <td class="md"></td>
320
 
          <td class="md" nowrap><a class="el" href="class_qwt_plot_print_filter.html#9a9eae5c90f51ef61f973b4c2fba0665">Item</a>&nbsp;</td>
321
 
          <td class="mdname" nowrap> <em>item</em></td>
322
 
        </tr>
323
 
        <tr>
324
 
          <td class="md"></td>
325
 
          <td class="md">)&nbsp;</td>
326
 
          <td class="md" colspan="2"> const<code> [virtual]</code></td>
327
 
        </tr>
328
 
      </table>
329
 
    </td>
330
 
  </tr>
331
 
</table>
332
 
<table cellspacing="5" cellpadding="0" border="0">
333
 
  <tr>
334
 
    <td>
335
 
      &nbsp;
336
 
    </td>
337
 
    <td>
338
 
 
339
 
<p>
340
 
Modifies a font for printing. 
341
 
<p>
342
 
<dl compact><dt><b>Parameters:</b></dt><dd>
343
 
  <table border="0" cellspacing="2" cellpadding="0">
344
 
    <tr><td valign="top"></td><td valign="top"><em>f</em>&nbsp;</td><td>Font to be modified </td></tr>
345
 
    <tr><td valign="top"></td><td valign="top"><em>item</em>&nbsp;</td><td>Type of item where the font belongs</td></tr>
346
 
  </table>
347
 
</dl>
348
 
All fonts are returned unmodified 
349
 
<p>
350
 
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>.
351
 
<p>
352
 
Referenced by <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00157">apply()</a>.    </td>
353
 
  </tr>
354
 
</table>
355
 
<a class="anchor" name="0f47c339382f3292d3e71e0585a008e4"></a><!-- doxytag: member="QwtPlotPrintFilter::options" ref="0f47c339382f3292d3e71e0585a008e4" args="() const " --><p>
356
 
<table class="mdTable" cellpadding="2" cellspacing="0">
357
 
  <tr>
358
 
    <td class="mdRow">
359
 
      <table cellpadding="0" cellspacing="0" border="0">
360
 
        <tr>
361
 
          <td class="md" nowrap valign="top">int QwtPlotPrintFilter::options           </td>
362
 
          <td class="md" valign="top">(&nbsp;</td>
363
 
          <td class="mdname1" valign="top" nowrap>          </td>
364
 
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
365
 
          <td class="md" nowrap> const</td>
366
 
        </tr>
367
 
      </table>
368
 
    </td>
369
 
  </tr>
370
 
</table>
371
 
<table cellspacing="5" cellpadding="0" border="0">
372
 
  <tr>
373
 
    <td>
374
 
      &nbsp;
375
 
    </td>
376
 
    <td>
377
 
 
378
 
<p>
379
 
Get plot print options. 
380
 
<p>
381
 
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_print_filter.html#b5a3f3df821b67812e40ffdcaca3b6b5">setOptions()</a> </dd></dl>
382
 
 
383
 
<p>
384
 
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>.
385
 
<p>
386
 
Referenced by <a class="el" href="qwt__plot__printfilter_8cpp-source.html#l00124">color()</a>, <a class="el" href="qwt__plot_8cpp-source.html#l00586">QwtPlot::drawItems()</a>, <a class="el" href="qwt__plot__print_8cpp-source.html#l00074">QwtPlot::print()</a>, and <a class="el" href="qwt__plot__print_8cpp-source.html#l00450">QwtPlot::printCanvas()</a>.    </td>
387
 
  </tr>
388
 
</table>
389
 
<a class="anchor" name="524cd56a979aa7ac4b28f0a27e103d8b"></a><!-- doxytag: member="QwtPlotPrintFilter::reset" ref="524cd56a979aa7ac4b28f0a27e103d8b" args="(QwtPlot *) const " --><p>
390
 
<table class="mdTable" cellpadding="2" cellspacing="0">
391
 
  <tr>
392
 
    <td class="mdRow">
393
 
      <table cellpadding="0" cellspacing="0" border="0">
394
 
        <tr>
395
 
          <td class="md" nowrap valign="top">void QwtPlotPrintFilter::reset           </td>
396
 
          <td class="md" valign="top">(&nbsp;</td>
397
 
          <td class="md" nowrap valign="top"><a class="el" href="class_qwt_plot.html">QwtPlot</a> *&nbsp;</td>
398
 
          <td class="mdname1" valign="top" nowrap> <em>plot</em>          </td>
399
 
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
400
 
          <td class="md" nowrap> const<code> [virtual]</code></td>
401
 
        </tr>
402
 
      </table>
403
 
    </td>
404
 
  </tr>
405
 
</table>
406
 
<table cellspacing="5" cellpadding="0" border="0">
407
 
  <tr>
408
 
    <td>
409
 
      &nbsp;
410
 
    </td>
411
 
    <td>
412
 
 
413
 
<p>
414
 
Reset color and fonts of a plot <dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_print_filter.html#b6ce402443e59a6f4fc68dc24cc6b2ad">apply</a> </dd></dl>
415
 
 
416
 
<p>
417
 
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>.
418
 
<p>
419
 
References <a class="el" href="qwt__plot_8cpp-source.html#l00195">QwtPlot::autoReplot()</a>, <a class="el" href="qwt__plot_8cpp-source.html#l00187">QwtPlot::setAutoReplot()</a>, <a class="el" href="qwt__text_8cpp-source.html#l00323">QwtText::setColor()</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#l00254">QwtPlot::titleLabel()</a>.    </td>
420
 
  </tr>
421
 
</table>
422
 
<a class="anchor" name="b5a3f3df821b67812e40ffdcaca3b6b5"></a><!-- doxytag: member="QwtPlotPrintFilter::setOptions" ref="b5a3f3df821b67812e40ffdcaca3b6b5" args="(int options)" --><p>
423
 
<table class="mdTable" cellpadding="2" cellspacing="0">
424
 
  <tr>
425
 
    <td class="mdRow">
426
 
      <table cellpadding="0" cellspacing="0" border="0">
427
 
        <tr>
428
 
          <td class="md" nowrap valign="top">void QwtPlotPrintFilter::setOptions           </td>
429
 
          <td class="md" valign="top">(&nbsp;</td>
430
 
          <td class="md" nowrap valign="top">int&nbsp;</td>
431
 
          <td class="mdname1" valign="top" nowrap> <em>options</em>          </td>
432
 
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
433
 
          <td class="md" nowrap></td>
434
 
        </tr>
435
 
      </table>
436
 
    </td>
437
 
  </tr>
438
 
</table>
439
 
<table cellspacing="5" cellpadding="0" border="0">
440
 
  <tr>
441
 
    <td>
442
 
      &nbsp;
443
 
    </td>
444
 
    <td>
445
 
 
446
 
<p>
447
 
Set plot print options. 
448
 
<p>
449
 
<dl compact><dt><b>Parameters:</b></dt><dd>
450
 
  <table border="0" cellspacing="2" cellpadding="0">
451
 
    <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>
452
 
  </table>
453
 
</dl>
454
 
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_print_filter.html#0f47c339382f3292d3e71e0585a008e4">options()</a> </dd></dl>
455
 
 
456
 
<p>
457
 
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>.    </td>
458
 
  </tr>
459
 
</table>
460
 
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 26 21:25:17 2007 for Qwt User's Guide by&nbsp;
461
 
<a href="http://www.doxygen.org/index.html">
462
 
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
463
 
</body>
464
 
</html>