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's Guide: qwt_plot_dict.h Source File</title>
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
<link href="tabs.css" rel="stylesheet" type="text/css">
7
<!-- Generated by Doxygen 1.5.0 -->
10
<li><a href="index.html"><span>Main 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 Pages</span></a></li>
17
<li><a href="files.html"><span>File List</span></a></li>
18
<li><a href="globals.html"><span>File Members</span></a></li>
20
<h1>qwt_plot_dict.h</h1><a href="qwt__plot__dict_8h.html">Go to the documentation of this file.</a><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="comment">// vim: expandtab</span>
30
<a name="l00011"></a>00011
31
<a name="l00013"></a>00013 <span class="preprocessor">#ifndef QWT_PLOT_DICT</span>
32
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#define QWT_PLOT_DICT</span>
33
<a name="l00015"></a>00015 <span class="preprocessor"></span>
34
<a name="l00016"></a>00016 <span class="preprocessor">#include "qwt_global.h"</span>
35
<a name="l00017"></a>00017 <span class="preprocessor">#include "qwt_plot_item.h"</span>
36
<a name="l00018"></a>00018
37
<a name="l00019"></a>00019 <span class="preprocessor">#if QT_VERSION < 0x040000</span>
38
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#include <qvaluelist.h></span>
39
<a name="l00021"></a>00021 <span class="keyword">typedef</span> QValueListConstIterator<QwtPlotItem *> <a class="code" href="qwt__plot__dict_8h.html#e2ff587c6b81897fcff5c267c3a416e7">QwtPlotItemIterator</a>;
40
<a name="l00024"></a>00024 <span class="keyword">typedef</span> QValueList<QwtPlotItem *> <a class="code" href="qwt__plot__dict_8h.html#375ca32f3e8a24c8eeb076a637ecd1d8">QwtPlotItemList</a>;
41
<a name="l00025"></a>00025 <span class="preprocessor">#else</span>
42
<a name="l00026"></a>00026 <span class="preprocessor"></span><span class="preprocessor">#include <qlist.h></span>
43
<a name="l00027"></a><a class="code" href="qwt__plot__dict_8h.html#e2ff587c6b81897fcff5c267c3a416e7">00027</a> <span class="keyword">typedef</span> QList<QwtPlotItem *>::ConstIterator <a class="code" href="qwt__plot__dict_8h.html#e2ff587c6b81897fcff5c267c3a416e7">QwtPlotItemIterator</a>;
44
<a name="l00030"></a><a class="code" href="qwt__plot__dict_8h.html#375ca32f3e8a24c8eeb076a637ecd1d8">00030</a> <span class="keyword">typedef</span> QList<QwtPlotItem *> <a class="code" href="qwt__plot__dict_8h.html#375ca32f3e8a24c8eeb076a637ecd1d8">QwtPlotItemList</a>;
45
<a name="l00031"></a>00031 <span class="preprocessor">#endif</span>
46
<a name="l00032"></a>00032 <span class="preprocessor"></span>
47
<a name="l00042"></a><a class="code" href="class_qwt_plot_dict.html">00042</a> <span class="keyword">class </span>QWT_EXPORT <a class="code" href="class_qwt_plot_dict.html">QwtPlotDict</a>
48
<a name="l00043"></a>00043 {
49
<a name="l00044"></a>00044 <span class="keyword">public</span>:
50
<a name="l00045"></a>00045 <span class="keyword">explicit</span> <a class="code" href="class_qwt_plot_dict.html">QwtPlotDict</a>();
51
<a name="l00046"></a>00046 ~<a class="code" href="class_qwt_plot_dict.html">QwtPlotDict</a>();
52
<a name="l00047"></a>00047
53
<a name="l00048"></a>00048 <span class="keywordtype">void</span> setAutoDelete(<span class="keywordtype">bool</span>);
54
<a name="l00049"></a>00049 <span class="keywordtype">bool</span> autoDelete() <span class="keyword">const</span>;
55
<a name="l00050"></a>00050
56
<a name="l00051"></a>00051 <span class="keyword">const</span> <a class="code" href="qwt__plot__dict_8h.html#375ca32f3e8a24c8eeb076a637ecd1d8">QwtPlotItemList</a>& itemList() <span class="keyword">const</span>;
57
<a name="l00052"></a>00052
58
<a name="l00053"></a>00053 <span class="keywordtype">void</span> detachItems(<span class="keywordtype">int</span> rtti = QwtPlotItem::Rtti_PlotItem,
59
<a name="l00054"></a>00054 <span class="keywordtype">bool</span> autoDelete = <span class="keyword">true</span>);
60
<a name="l00055"></a>00055
61
<a name="l00056"></a>00056 <span class="keyword">private</span>:
62
<a name="l00057"></a><a class="code" href="class_qwt_plot_dict.html#055bada44394b2c38d0d907087a14fa3">00057</a> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="class_qwt_plot_item.html">QwtPlotItem</a>;
63
<a name="l00058"></a>00058
64
<a name="l00059"></a>00059 <span class="keywordtype">void</span> attachItem(<a class="code" href="class_qwt_plot_item.html">QwtPlotItem</a> *, <span class="keywordtype">bool</span>);
65
<a name="l00060"></a>00060
66
<a name="l00061"></a>00061 <span class="keyword">class </span>PrivateData;
67
<a name="l00062"></a>00062 PrivateData *d_data;
68
<a name="l00063"></a>00063 };
69
<a name="l00064"></a>00064
70
<a name="l00065"></a>00065 <span class="preprocessor">#endif</span>
71
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Sun Mar 22 16:54:07 2009 for Qwt User's Guide by
72
<a href="http://www.doxygen.org/index.html">
73
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>