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

« back to all changes in this revision

Viewing changes to qwt-5.0.1/doc/html/qwt__plot__panner_8h-source.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: qwt_plot_panner.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.4.6 -->
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
 
<h1>qwt_plot_panner.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************</span>
16
 
<a name="l00002"></a>00002 <span class="comment"> * Qwt Widget Library</span>
17
 
<a name="l00003"></a>00003 <span class="comment"> * Copyright (C) 1997   Josef Wilgen</span>
18
 
<a name="l00004"></a>00004 <span class="comment"> * Copyright (C) 2002   Uwe Rathmann</span>
19
 
<a name="l00005"></a>00005 <span class="comment"> * </span>
20
 
<a name="l00006"></a>00006 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
21
 
<a name="l00007"></a>00007 <span class="comment"> * modify it under the terms of the Qwt License, Version 1.0</span>
22
 
<a name="l00008"></a>00008 <span class="comment"> *****************************************************************************/</span>
23
 
<a name="l00009"></a>00009 
24
 
<a name="l00010"></a>00010 <span class="preprocessor">#ifndef QWT_PLOT_PANNER_H</span>
25
 
<a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#define QWT_PLOT_PANNER_H 1</span>
26
 
<a name="l00012"></a>00012 <span class="preprocessor"></span>
27
 
<a name="l00013"></a>00013 <span class="preprocessor">#include "qwt_global.h"</span>
28
 
<a name="l00014"></a>00014 <span class="preprocessor">#include "qwt_panner.h"</span>
29
 
<a name="l00015"></a>00015 
30
 
<a name="l00016"></a>00016 <span class="keyword">class </span><a class="code" href="class_qwt_plot_canvas.html">QwtPlotCanvas</a>;
31
 
<a name="l00017"></a>00017 <span class="keyword">class </span><a class="code" href="class_qwt_plot.html">QwtPlot</a>;
32
 
<a name="l00018"></a>00018 
33
 
<a name="l00032"></a><a class="code" href="class_qwt_plot_panner.html">00032</a> <span class="keyword">class </span>QWT_EXPORT <a class="code" href="class_qwt_plot_panner.html">QwtPlotPanner</a>: <span class="keyword">public</span> <a class="code" href="class_qwt_panner.html">QwtPanner</a>
34
 
<a name="l00033"></a>00033 {
35
 
<a name="l00034"></a>00034     Q_OBJECT
36
 
<a name="l00035"></a>00035 
37
 
<a name="l00036"></a>00036 <span class="keyword">public</span>:
38
 
<a name="l00037"></a>00037     <span class="keyword">explicit</span> <a class="code" href="class_qwt_plot_panner.html">QwtPlotPanner</a>(<a class="code" href="class_qwt_plot_canvas.html">QwtPlotCanvas</a> *);
39
 
<a name="l00038"></a>00038     <span class="keyword">virtual</span> ~<a class="code" href="class_qwt_plot_panner.html">QwtPlotPanner</a>();
40
 
<a name="l00039"></a>00039 
41
 
<a name="l00040"></a>00040     <a class="code" href="class_qwt_plot_canvas.html">QwtPlotCanvas</a> *canvas();
42
 
<a name="l00041"></a>00041     <span class="keyword">const</span> <a class="code" href="class_qwt_plot_canvas.html">QwtPlotCanvas</a> *canvas() <span class="keyword">const</span>;
43
 
<a name="l00042"></a>00042 
44
 
<a name="l00043"></a>00043     <a class="code" href="class_qwt_plot.html">QwtPlot</a> *plot();
45
 
<a name="l00044"></a>00044     <span class="keyword">const</span> <a class="code" href="class_qwt_plot.html">QwtPlot</a> *plot() <span class="keyword">const</span>;
46
 
<a name="l00045"></a>00045 
47
 
<a name="l00046"></a>00046     <span class="keywordtype">void</span> setAxisEnabled(<span class="keywordtype">int</span> axis, <span class="keywordtype">bool</span> on);
48
 
<a name="l00047"></a>00047     <span class="keywordtype">bool</span> isAxisEnabled(<span class="keywordtype">int</span> axis) <span class="keyword">const</span>;
49
 
<a name="l00048"></a>00048 
50
 
<a name="l00049"></a>00049 <span class="keyword">protected</span> slots:
51
 
<a name="l00050"></a>00050     <span class="keyword">virtual</span> <span class="keywordtype">void</span> moveCanvas(<span class="keywordtype">int</span> dx, <span class="keywordtype">int</span> dy);
52
 
<a name="l00051"></a>00051 
53
 
<a name="l00052"></a>00052 <span class="keyword">private</span>:
54
 
<a name="l00053"></a>00053     <span class="keyword">class </span>PrivateData;
55
 
<a name="l00054"></a>00054     PrivateData *d_data;
56
 
<a name="l00055"></a>00055 };
57
 
<a name="l00056"></a>00056 
58
 
<a name="l00057"></a>00057 <span class="preprocessor">#endif</span>
59
 
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 26 21:22:38 2007 for Qwt User's Guide by&nbsp;
60
 
<a href="http://www.doxygen.org/index.html">
61
 
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
62
 
</body>
63
 
</html>