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

« back to all changes in this revision

Viewing changes to qwt-5.1.1/doc/html/qwt__plot__printfilter_8h-source.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: qwt_plot_printfilter.h Source File</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><a href="classes.html"><span>Classes</span></a></li>
 
12
    <li id="current"><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="files.html"><span>File&nbsp;List</span></a></li>
 
18
    <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
 
19
  </ul></div>
 
20
<h1>qwt_plot_printfilter.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************</span>
 
21
<a name="l00002"></a>00002 <span class="comment"> * Qwt Widget Library</span>
 
22
<a name="l00003"></a>00003 <span class="comment"> * Copyright (C) 1997   Josef Wilgen</span>
 
23
<a name="l00004"></a>00004 <span class="comment"> * Copyright (C) 2002   Uwe Rathmann</span>
 
24
<a name="l00005"></a>00005 <span class="comment"> * </span>
 
25
<a name="l00006"></a>00006 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
 
26
<a name="l00007"></a>00007 <span class="comment"> * modify it under the terms of the Qwt License, Version 1.0</span>
 
27
<a name="l00008"></a>00008 <span class="comment"> *****************************************************************************/</span>
 
28
<a name="l00009"></a>00009 
 
29
<a name="l00010"></a>00010 <span class="preprocessor">#ifndef QWT_PLOT_PRINTFILTER_H</span>
 
30
<a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#define QWT_PLOT_PRINTFILTER_H</span>
 
31
<a name="l00012"></a>00012 <span class="preprocessor"></span>
 
32
<a name="l00013"></a>00013 <span class="preprocessor">#include &lt;qcolor.h&gt;</span>
 
33
<a name="l00014"></a>00014 <span class="preprocessor">#include &lt;qfont.h&gt;</span>
 
34
<a name="l00015"></a>00015 <span class="preprocessor">#include "qwt_global.h"</span>
 
35
<a name="l00016"></a>00016 
 
36
<a name="l00017"></a>00017 <span class="keyword">class </span><a class="code" href="class_qwt_plot.html">QwtPlot</a>;
 
37
<a name="l00018"></a>00018 <span class="keyword">class </span><a class="code" href="class_qwt_plot_item.html">QwtPlotItem</a>;
 
38
<a name="l00019"></a>00019 
 
39
<a name="l00030"></a><a class="code" href="class_qwt_plot_print_filter.html">00030</a> <span class="keyword">class </span>QWT_EXPORT <a class="code" href="class_qwt_plot_print_filter.html">QwtPlotPrintFilter</a>
 
40
<a name="l00031"></a>00031 {
 
41
<a name="l00032"></a>00032 <span class="keyword">public</span>:
 
42
<a name="l00034"></a><a class="code" href="class_qwt_plot_print_filter.html#befd1a5f672722400a39007eeef8f0e0">00034</a>     <span class="keyword">enum</span> <a class="code" href="class_qwt_plot_print_filter.html#befd1a5f672722400a39007eeef8f0e0">Options</a> 
 
43
<a name="l00035"></a>00035     {
 
44
<a name="l00036"></a>00036         PrintMargin = 1,
 
45
<a name="l00037"></a>00037         PrintTitle = 2,
 
46
<a name="l00038"></a>00038         PrintLegend = 4,
 
47
<a name="l00039"></a>00039         PrintGrid = 8,
 
48
<a name="l00040"></a>00040         PrintBackground = 16,
 
49
<a name="l00041"></a>00041         PrintFrameWithScales = 32,
 
50
<a name="l00042"></a>00042 
 
51
<a name="l00043"></a>00043         PrintAll = ~PrintFrameWithScales
 
52
<a name="l00044"></a>00044     }; 
 
53
<a name="l00045"></a>00045 
 
54
<a name="l00047"></a><a class="code" href="class_qwt_plot_print_filter.html#9a9eae5c90f51ef61f973b4c2fba0665">00047</a>     <span class="keyword">enum</span> <a class="code" href="class_qwt_plot_print_filter.html#9a9eae5c90f51ef61f973b4c2fba0665">Item</a>
 
55
<a name="l00048"></a>00048     {
 
56
<a name="l00049"></a>00049         Title,
 
57
<a name="l00050"></a>00050         Legend,
 
58
<a name="l00051"></a>00051         Curve,
 
59
<a name="l00052"></a>00052         CurveSymbol,
 
60
<a name="l00053"></a>00053         Marker,
 
61
<a name="l00054"></a>00054         MarkerSymbol,
 
62
<a name="l00055"></a>00055         MajorGrid,
 
63
<a name="l00056"></a>00056         MinorGrid,
 
64
<a name="l00057"></a>00057         CanvasBackground,
 
65
<a name="l00058"></a>00058         AxisScale,
 
66
<a name="l00059"></a>00059         AxisTitle,
 
67
<a name="l00060"></a>00060         WidgetBackground
 
68
<a name="l00061"></a>00061     };
 
69
<a name="l00062"></a>00062 
 
70
<a name="l00063"></a>00063     <span class="keyword">explicit</span> <a class="code" href="class_qwt_plot_print_filter.html">QwtPlotPrintFilter</a>();
 
71
<a name="l00064"></a>00064     <span class="keyword">virtual</span> ~<a class="code" href="class_qwt_plot_print_filter.html">QwtPlotPrintFilter</a>(); 
 
72
<a name="l00065"></a>00065 
 
73
<a name="l00066"></a>00066     <span class="keyword">virtual</span> QColor color(<span class="keyword">const</span> QColor &amp;, Item item) <span class="keyword">const</span>;
 
74
<a name="l00067"></a>00067     <span class="keyword">virtual</span> QFont font(<span class="keyword">const</span> QFont &amp;, Item item) <span class="keyword">const</span>;
 
75
<a name="l00068"></a>00068 
 
76
<a name="l00069"></a>00069     <span class="keywordtype">void</span> setOptions(<span class="keywordtype">int</span> options);
 
77
<a name="l00070"></a>00070     <span class="keywordtype">int</span> options() <span class="keyword">const</span>;
 
78
<a name="l00071"></a>00071 
 
79
<a name="l00072"></a>00072     <span class="keyword">virtual</span> <span class="keywordtype">void</span> apply(<a class="code" href="class_qwt_plot.html">QwtPlot</a> *) <span class="keyword">const</span>;
 
80
<a name="l00073"></a>00073     <span class="keyword">virtual</span> <span class="keywordtype">void</span> reset(<a class="code" href="class_qwt_plot.html">QwtPlot</a> *) <span class="keyword">const</span>;
 
81
<a name="l00074"></a>00074 
 
82
<a name="l00075"></a>00075     <span class="keyword">virtual</span> <span class="keywordtype">void</span> apply(<a class="code" href="class_qwt_plot_item.html">QwtPlotItem</a> *) <span class="keyword">const</span>;
 
83
<a name="l00076"></a>00076     <span class="keyword">virtual</span> <span class="keywordtype">void</span> reset(<a class="code" href="class_qwt_plot_item.html">QwtPlotItem</a> *) <span class="keyword">const</span>;
 
84
<a name="l00077"></a>00077 
 
85
<a name="l00078"></a>00078 <span class="keyword">private</span>:
 
86
<a name="l00079"></a>00079     <span class="keyword">class </span>PrivateData;
 
87
<a name="l00080"></a>00080     PrivateData *d_data;
 
88
<a name="l00081"></a>00081 };
 
89
<a name="l00082"></a>00082 
 
90
<a name="l00083"></a>00083 <span class="preprocessor">#endif</span>
 
91
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Sat May 24 18:47:40 2008 for Qwt User's Guide by&nbsp;
 
92
<a href="http://www.doxygen.org/index.html">
 
93
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
 
94
</body>
 
95
</html>