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

« back to all changes in this revision

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

  • 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
.TH "QwtMetricsMap" 3 "11 Jun 2007" "Version 5.0.2" "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 "QRect QwtMetricsMap::translate (const QMatrix & m, const QRect & rect)\fC [static]\fP"
 
106
.PP
 
107
Wrapper for QMatrix::mapRect.
 
108
.PP
 
109
\fBParameters:\fP
 
110
.RS 4
 
111
\fIm\fP Matrix 
 
112
.br
 
113
\fIrect\fP Rectangle to translate 
 
114
.RE
 
115
.PP
 
116
\fBReturns:\fP
 
117
.RS 4
 
118
Translated rectangle 
 
119
.RE
 
120
.PP
 
121
 
 
122
.PP
 
123
Definition at line 313 of file qwt_layout_metrics.cpp.
 
124
.SS "QwtPolygon QwtMetricsMap::translate (const QMatrix & m, const QwtPolygon & pa)\fC [static]\fP"
 
125
.PP
 
126
Wrapper for QMatrix::map.
 
127
.PP
 
128
\fBParameters:\fP
 
129
.RS 4
 
130
\fIm\fP Matrix 
 
131
.br
 
132
\fIpa\fP Polygon to translate 
 
133
.RE
 
134
.PP
 
135
\fBReturns:\fP
 
136
.RS 4
 
137
Translated polygon 
 
138
.RE
 
139
.PP
 
140
 
 
141
.PP
 
142
Definition at line 326 of file qwt_layout_metrics.cpp.
 
143
 
 
144
.SH "Author"
 
145
.PP 
 
146
Generated automatically by Doxygen for Qwt User's Guide from the source code.