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

« back to all changes in this revision

Viewing changes to qwt-5.1.0/doc/html/qwt__plot__svgitem_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_svgitem.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_svgitem.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_SVGITEM_H</span>
30
 
<a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#define QWT_PLOT_SVGITEM_H</span>
31
 
<a name="l00012"></a>00012 <span class="preprocessor"></span>
32
 
<a name="l00013"></a>00013 <span class="preprocessor">#include &lt;qglobal.h&gt;</span>
33
 
<a name="l00014"></a>00014 
34
 
<a name="l00015"></a>00015 <span class="preprocessor">#include &lt;qstring.h&gt;</span>
35
 
<a name="l00016"></a>00016 <span class="preprocessor">#include "<a class="code" href="qwt__double__rect_8h.html">qwt_double_rect.h</a>"</span> 
36
 
<a name="l00017"></a>00017 <span class="preprocessor">#include "qwt_plot_item.h"</span> 
37
 
<a name="l00018"></a>00018 
38
 
<a name="l00019"></a>00019 <span class="preprocessor">#if QT_VERSION &gt;= 0x040100</span>
39
 
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="keyword">class </span>QSvgRenderer;
40
 
<a name="l00021"></a>00021 <span class="keyword">class </span>QByteArray;
41
 
<a name="l00022"></a>00022 <span class="preprocessor">#endif</span>
42
 
<a name="l00023"></a>00023 <span class="preprocessor"></span>
43
 
<a name="l00031"></a><a class="code" href="class_qwt_plot_svg_item.html">00031</a> <span class="keyword">class </span>QWT_EXPORT <a class="code" href="class_qwt_plot_svg_item.html">QwtPlotSvgItem</a>: <span class="keyword">public</span> <a class="code" href="class_qwt_plot_item.html">QwtPlotItem</a>
44
 
<a name="l00032"></a>00032 {
45
 
<a name="l00033"></a>00033 <span class="keyword">public</span>:
46
 
<a name="l00034"></a>00034     <span class="keyword">explicit</span> <a class="code" href="class_qwt_plot_svg_item.html">QwtPlotSvgItem</a>(<span class="keyword">const</span> QString&amp; title = QString::null );
47
 
<a name="l00035"></a>00035     <span class="keyword">explicit</span> <a class="code" href="class_qwt_plot_svg_item.html">QwtPlotSvgItem</a>(<span class="keyword">const</span> <a class="code" href="class_qwt_text.html">QwtText</a>&amp; title );
48
 
<a name="l00036"></a>00036     <span class="keyword">virtual</span> ~<a class="code" href="class_qwt_plot_svg_item.html">QwtPlotSvgItem</a>();
49
 
<a name="l00037"></a>00037 
50
 
<a name="l00038"></a>00038     <span class="keywordtype">bool</span> loadFile(<span class="keyword">const</span> <a class="code" href="qwt__double__rect_8h.html#0c0dc4d33592fac4ad94734d8e9c4152">QwtDoubleRect</a>&amp;, <span class="keyword">const</span> QString &amp;fileName);
51
 
<a name="l00039"></a>00039     <span class="keywordtype">bool</span> loadData(<span class="keyword">const</span> <a class="code" href="qwt__double__rect_8h.html#0c0dc4d33592fac4ad94734d8e9c4152">QwtDoubleRect</a>&amp;, <span class="keyword">const</span> QByteArray &amp;);
52
 
<a name="l00040"></a>00040 
53
 
<a name="l00041"></a>00041     <span class="keyword">virtual</span> <a class="code" href="qwt__double__rect_8h.html#0c0dc4d33592fac4ad94734d8e9c4152">QwtDoubleRect</a> <a class="code" href="class_qwt_plot_item.html#aa0d61c721363671e1a1912cd4b8d4a7">boundingRect</a>() <span class="keyword">const</span>;
54
 
<a name="l00042"></a>00042 
55
 
<a name="l00043"></a>00043     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="class_qwt_plot_item.html#7f1084999b7b3780ba06216ad511686b">draw</a>(QPainter *p,
56
 
<a name="l00044"></a>00044         <span class="keyword">const</span> <a class="code" href="class_qwt_scale_map.html">QwtScaleMap</a> &amp;xMap, <span class="keyword">const</span> <a class="code" href="class_qwt_scale_map.html">QwtScaleMap</a> &amp;yMap,
57
 
<a name="l00045"></a>00045         <span class="keyword">const</span> QRect &amp;rect) <span class="keyword">const</span>;
58
 
<a name="l00046"></a>00046 
59
 
<a name="l00047"></a>00047     <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="class_qwt_plot_item.html#803613b24e745834b2115ee574dda610">rtti</a>() <span class="keyword">const</span>;
60
 
<a name="l00048"></a>00048 
61
 
<a name="l00049"></a>00049 <span class="keyword">protected</span>:
62
 
<a name="l00050"></a>00050 <span class="preprocessor">#if QT_VERSION &gt;= 0x040100</span>
63
 
<a name="l00051"></a>00051 <span class="preprocessor"></span>    <span class="keyword">const</span> QSvgRenderer &amp;renderer() <span class="keyword">const</span>;
64
 
<a name="l00052"></a>00052     QSvgRenderer &amp;renderer();
65
 
<a name="l00053"></a>00053 <span class="preprocessor">#endif</span>
66
 
<a name="l00054"></a>00054 <span class="preprocessor"></span>
67
 
<a name="l00055"></a>00055     <span class="keywordtype">void</span> render(QPainter *painter,
68
 
<a name="l00056"></a>00056         <span class="keyword">const</span> <a class="code" href="qwt__double__rect_8h.html#0c0dc4d33592fac4ad94734d8e9c4152">QwtDoubleRect</a> &amp;viewBox, <span class="keyword">const</span> QRect &amp;rect) <span class="keyword">const</span>;
69
 
<a name="l00057"></a>00057     <a class="code" href="qwt__double__rect_8h.html#0c0dc4d33592fac4ad94734d8e9c4152">QwtDoubleRect</a> viewBox(<span class="keyword">const</span> <a class="code" href="qwt__double__rect_8h.html#0c0dc4d33592fac4ad94734d8e9c4152">QwtDoubleRect</a> &amp;area) <span class="keyword">const</span>;
70
 
<a name="l00058"></a>00058 
71
 
<a name="l00059"></a>00059 <span class="keyword">private</span>:
72
 
<a name="l00060"></a>00060     <span class="keywordtype">void</span> init();
73
 
<a name="l00061"></a>00061 
74
 
<a name="l00062"></a>00062     <span class="keyword">class </span>PrivateData;
75
 
<a name="l00063"></a>00063     PrivateData *d_data;
76
 
<a name="l00064"></a>00064 };
77
 
<a name="l00065"></a>00065 
78
 
<a name="l00066"></a>00066 <span class="preprocessor">#endif</span>
79
 
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Thu May 1 15:44:09 2008 for Qwt User's Guide by&nbsp;
80
 
<a href="http://www.doxygen.org/index.html">
81
 
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
82
 
</body>
83
 
</html>