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

« back to all changes in this revision

Viewing changes to qwt/doc/man/man3/QwtPlotPanner.3

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2011-06-10 11:22:47 UTC
  • mfrom: (1.1.6 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110610112247-0i1019vvmzaq6p86
Tags: 6.0.0-1
* New upstream release (Closes: #624107):
  - drop Qt3 support. (Closes: #604379, #626868)
* Register documentation with doc-base. (Closes: #626567)
* Drop patches:
  - 01_makefiles.diff
  - 02_add_missing_warnings.diff
  - 03_qwt_branch_pull_r544.diff
* Add qwt_install_paths.patch to fix the hardcoded installation paths.
* Update debian/control:
  - drop libqt3-mt-dev build dependency.
  - bump Standards-Version to 3.9.2 (no changes).
  - drop Qt3 related packages.
  - due to bump soname (and as we dropper Qt3 support):
    - libqwt5-qt4-dev -> libqwt-dev
    - libqwt5-qt4 -> libqwt6
    - libqwt5-doc -> libqwt-doc
* Update debian/copyright file.
* Update debian/rules: drop Qt3 packages support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "QwtPlotPanner" 3 "22 Mar 2009" "Qwt User's Guide" \" -*- nroff -*-
2
 
.ad l
3
 
.nh
4
 
.SH NAME
5
 
QwtPlotPanner \- \fBQwtPlotPanner\fP provides panning of a plot canvas.  
6
 
 
7
 
.PP
8
 
.SH SYNOPSIS
9
 
.br
10
 
.PP
11
 
\fC#include <qwt_plot_panner.h>\fP
12
 
.PP
13
 
Inherits \fBQwtPanner\fP.
14
 
.PP
15
 
.SS "Public Member Functions"
16
 
 
17
 
.in +1c
18
 
.ti -1c
19
 
.RI "\fBQwtPlotPanner\fP (\fBQwtPlotCanvas\fP *)"
20
 
.br
21
 
.ti -1c
22
 
.RI "virtual \fB~QwtPlotPanner\fP ()"
23
 
.br
24
 
.ti -1c
25
 
.RI "\fBQwtPlotCanvas\fP * \fBcanvas\fP ()"
26
 
.br
27
 
.ti -1c
28
 
.RI "const \fBQwtPlotCanvas\fP * \fBcanvas\fP () const "
29
 
.br
30
 
.ti -1c
31
 
.RI "\fBQwtPlot\fP * \fBplot\fP ()"
32
 
.br
33
 
.ti -1c
34
 
.RI "const \fBQwtPlot\fP * \fBplot\fP () const "
35
 
.br
36
 
.ti -1c
37
 
.RI "void \fBsetAxisEnabled\fP (int axis, bool on)"
38
 
.br
39
 
.ti -1c
40
 
.RI "bool \fBisAxisEnabled\fP (int axis) const "
41
 
.br
42
 
.in -1c
43
 
.SS "Protected Slots"
44
 
 
45
 
.in +1c
46
 
.ti -1c
47
 
.RI "virtual void \fBmoveCanvas\fP (int dx, int dy)"
48
 
.br
49
 
.in -1c
50
 
.SH "Detailed Description"
51
 
.PP 
52
 
\fBQwtPlotPanner\fP provides panning of a plot canvas. 
53
 
 
54
 
\fBQwtPlotPanner\fP is a panner for a \fBQwtPlotCanvas\fP, that adjusts the scales of the axes after dropping the canvas on its new position.
55
 
.PP
56
 
Together with \fBQwtPlotZoomer\fP and \fBQwtPlotMagnifier\fP powerful ways of navigating on a \fBQwtPlot\fP widget can be implemented easily.
57
 
.PP
58
 
\fBNote:\fP
59
 
.RS 4
60
 
The axes are not updated, while dragging the canvas 
61
 
.RE
62
 
.PP
63
 
\fBSee also:\fP
64
 
.RS 4
65
 
\fBQwtPlotZoomer\fP, \fBQwtPlotMagnifier\fP 
66
 
.RE
67
 
.PP
68
 
 
69
 
.SH "Constructor & Destructor Documentation"
70
 
.PP 
71
 
.SS "QwtPlotPanner::QwtPlotPanner (\fBQwtPlotCanvas\fP * canvas)\fC [explicit]\fP"
72
 
.PP
73
 
Create a plot panner. 
74
 
.PP
75
 
The panner is enabled for all axes
76
 
.PP
77
 
\fBParameters:\fP
78
 
.RS 4
79
 
\fIcanvas\fP Plot canvas to pan, also the parent object
80
 
.RE
81
 
.PP
82
 
\fBSee also:\fP
83
 
.RS 4
84
 
\fBsetAxisEnabled()\fP 
85
 
.RE
86
 
.PP
87
 
 
88
 
.SS "QwtPlotPanner::~QwtPlotPanner ()\fC [virtual]\fP"
89
 
.PP
90
 
Destructor. 
91
 
.PP
92
 
.SH "Member Function Documentation"
93
 
.PP 
94
 
.SS "const \fBQwtPlotCanvas\fP * QwtPlotPanner::canvas () const"
95
 
.PP
96
 
Return Observed plot canvas. 
97
 
.PP
98
 
.SS "\fBQwtPlotCanvas\fP * QwtPlotPanner::canvas ()"
99
 
.PP
100
 
Return observed plot canvas. 
101
 
.PP
102
 
.SS "bool QwtPlotPanner::isAxisEnabled (int axis) const"
103
 
.PP
104
 
Test if an axis is enabled
105
 
.PP
106
 
\fBParameters:\fP
107
 
.RS 4
108
 
\fIaxis\fP Axis, see \fBQwtPlot::Axis\fP 
109
 
.RE
110
 
.PP
111
 
\fBReturns:\fP
112
 
.RS 4
113
 
True, if the axis is enabled
114
 
.RE
115
 
.PP
116
 
\fBSee also:\fP
117
 
.RS 4
118
 
\fBsetAxisEnabled()\fP, \fBmoveCanvas()\fP 
119
 
.RE
120
 
.PP
121
 
 
122
 
.SS "void QwtPlotPanner::moveCanvas (int dx, int dy)\fC [protected, virtual, slot]\fP"
123
 
.PP
124
 
Adjust the enabled axes according to dx/dy
125
 
.PP
126
 
\fBParameters:\fP
127
 
.RS 4
128
 
\fIdx\fP Pixel offset in x direction 
129
 
.br
130
 
\fIdy\fP Pixel offset in y direction
131
 
.RE
132
 
.PP
133
 
\fBSee also:\fP
134
 
.RS 4
135
 
\fBQwtPanner::panned()\fP 
136
 
.RE
137
 
.PP
138
 
 
139
 
.SS "const \fBQwtPlot\fP * QwtPlotPanner::plot () const"
140
 
.PP
141
 
Return plot widget, containing the observed plot canvas. 
142
 
.PP
143
 
.SS "\fBQwtPlot\fP * QwtPlotPanner::plot ()"
144
 
.PP
145
 
Return plot widget, containing the observed plot canvas. 
146
 
.PP
147
 
.SS "void QwtPlotPanner::setAxisEnabled (int axis, bool on)"
148
 
.PP
149
 
En/Disable an axis. 
150
 
.PP
151
 
Axes that are enabled will be synchronized to the result of panning. All other axes will remain unchanged.
152
 
.PP
153
 
\fBParameters:\fP
154
 
.RS 4
155
 
\fIaxis\fP Axis, see \fBQwtPlot::Axis\fP 
156
 
.br
157
 
\fIon\fP On/Off
158
 
.RE
159
 
.PP
160
 
\fBSee also:\fP
161
 
.RS 4
162
 
\fBisAxisEnabled()\fP, \fBmoveCanvas()\fP 
163
 
.RE
164
 
.PP
165
 
 
166
 
 
167
 
.SH "Author"
168
 
.PP 
169
 
Generated automatically by Doxygen for Qwt User's Guide from the source code.