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

« back to all changes in this revision

Viewing changes to qwt-5.1.1/doc/man/man3/QwtMetricsMap.3

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2009-04-12 23:25:58 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090412232558-3bl06x785yr8xm8u
Tags: 5.1.2-1
* New upstream release.
* Bump compat/debhelper to 7.
* Bump Standards-Version to 3.8.1. No changes needed.
* Invert Maintainers and Uploaders field.
* Fix lintian warnings:
  - dh_clean _k deprecated.
  - missing dependency on libc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "QwtMetricsMap" 3 "24 May 2008" "Version 5.1.1" "Qwt User's Guide" \" -*- nroff -*-
2
 
.ad l
3
 
.nh
4
 
.SH NAME
5
 
QwtMetricsMap \- 
6
 
.SH SYNOPSIS
7
 
.br
8
 
.PP
9
 
.SH "Detailed Description"
10
 
.PP 
11
 
A Map to translate between layout, screen and paint device metrics. 
12
 
.PP
13
 
Definition at line 31 of file qwt_layout_metrics.h.
14
 
.SS "Public Member Functions"
15
 
 
16
 
.in +1c
17
 
.ti -1c
18
 
.RI "\fBQwtMetricsMap\fP ()"
19
 
.br
20
 
.ti -1c
21
 
.RI "bool \fBisIdentity\fP () const"
22
 
.br
23
 
.ti -1c
24
 
.RI "void \fBsetMetrics\fP (const QPaintDevice *layoutMetrics, const QPaintDevice *deviceMetrics)"
25
 
.br
26
 
.ti -1c
27
 
.RI "int \fBlayoutToDeviceX\fP (int x) const"
28
 
.br
29
 
.ti -1c
30
 
.RI "int \fBdeviceToLayoutX\fP (int x) const"
31
 
.br
32
 
.ti -1c
33
 
.RI "int \fBscreenToLayoutX\fP (int x) const"
34
 
.br
35
 
.ti -1c
36
 
.RI "int \fBlayoutToScreenX\fP (int x) const"
37
 
.br
38
 
.ti -1c
39
 
.RI "int \fBlayoutToDeviceY\fP (int y) const"
40
 
.br
41
 
.ti -1c
42
 
.RI "int \fBdeviceToLayoutY\fP (int y) const"
43
 
.br
44
 
.ti -1c
45
 
.RI "int \fBscreenToLayoutY\fP (int y) const"
46
 
.br
47
 
.ti -1c
48
 
.RI "int \fBlayoutToScreenY\fP (int y) const"
49
 
.br
50
 
.ti -1c
51
 
.RI "QPoint \fBlayoutToDevice\fP (const QPoint &, const QPainter *=NULL) const"
52
 
.br
53
 
.ti -1c
54
 
.RI "QPoint \fBdeviceToLayout\fP (const QPoint &, const QPainter *=NULL) const"
55
 
.br
56
 
.ti -1c
57
 
.RI "QPoint \fBscreenToLayout\fP (const QPoint &) const"
58
 
.br
59
 
.ti -1c
60
 
.RI "QPoint \fBlayoutToScreen\fP (const QPoint &point) const "
61
 
.br
62
 
.ti -1c
63
 
.RI "QSize \fBlayoutToDevice\fP (const QSize &) const "
64
 
.br
65
 
.ti -1c
66
 
.RI "QSize \fBdeviceToLayout\fP (const QSize &) const "
67
 
.br
68
 
.ti -1c
69
 
.RI "QSize \fBscreenToLayout\fP (const QSize &) const "
70
 
.br
71
 
.ti -1c
72
 
.RI "QSize \fBlayoutToScreen\fP (const QSize &) const "
73
 
.br
74
 
.ti -1c
75
 
.RI "QRect \fBlayoutToDevice\fP (const QRect &, const QPainter *=NULL) const"
76
 
.br
77
 
.ti -1c
78
 
.RI "QRect \fBdeviceToLayout\fP (const QRect &, const QPainter *=NULL) const"
79
 
.br
80
 
.ti -1c
81
 
.RI "QRect \fBscreenToLayout\fP (const QRect &) const "
82
 
.br
83
 
.ti -1c
84
 
.RI "QRect \fBlayoutToScreen\fP (const QRect &) const "
85
 
.br
86
 
.ti -1c
87
 
.RI "QwtPolygon \fBlayoutToDevice\fP (const QwtPolygon &, const QPainter *=NULL) const"
88
 
.br
89
 
.ti -1c
90
 
.RI "QwtPolygon \fBdeviceToLayout\fP (const QwtPolygon &, const QPainter *=NULL) const"
91
 
.br
92
 
.in -1c
93
 
.SS "Static Public Member Functions"
94
 
 
95
 
.in +1c
96
 
.ti -1c
97
 
.RI "static QwtPolygon \fBtranslate\fP (const QMatrix &, const QwtPolygon &)"
98
 
.br
99
 
.ti -1c
100
 
.RI "static QRect \fBtranslate\fP (const QMatrix &, const QRect &)"
101
 
.br
102
 
.in -1c
103
 
.SH "Member Function Documentation"
104
 
.PP 
105
 
.SS "QwtPolygon QwtMetricsMap::translate (const QMatrix & m, const QwtPolygon & pa)\fC [static]\fP"
106
 
.PP
107
 
Wrapper for QMatrix::map.
108
 
.PP
109
 
\fBParameters:\fP
110
 
.RS 4
111
 
\fIm\fP Matrix 
112
 
.br
113
 
\fIpa\fP Polygon to translate 
114
 
.RE
115
 
.PP
116
 
\fBReturns:\fP
117
 
.RS 4
118
 
Translated polygon 
119
 
.RE
120
 
.PP
121
 
 
122
 
.PP
123
 
Definition at line 322 of file qwt_layout_metrics.cpp.
124
 
.PP
125
 
Referenced by QwtScaleDraw::labelRect().
126
 
.SS "QRect QwtMetricsMap::translate (const QMatrix & m, const QRect & rect)\fC [static]\fP"
127
 
.PP
128
 
Wrapper for QMatrix::mapRect.
129
 
.PP
130
 
\fBParameters:\fP
131
 
.RS 4
132
 
\fIm\fP Matrix 
133
 
.br
134
 
\fIrect\fP Rectangle to translate 
135
 
.RE
136
 
.PP
137
 
\fBReturns:\fP
138
 
.RS 4
139
 
Translated rectangle 
140
 
.RE
141
 
.PP
142
 
 
143
 
.PP
144
 
Definition at line 309 of file qwt_layout_metrics.cpp.
145
 
 
146
 
.SH "Author"
147
 
.PP 
148
 
Generated automatically by Doxygen for Qwt User's Guide from the source code.