~l3on/ubuntu/oneiric/qwt/fix-921430

« back to all changes in this revision

Viewing changes to qwt-5.0.2/doc/man/man3/QwtAlphaColorMap.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 "QwtAlphaColorMap" 3 "11 Jun 2007" "Version 5.0.2" "Qwt User's Guide" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
QwtAlphaColorMap \- 
 
6
.SH SYNOPSIS
 
7
.br
 
8
.PP
 
9
Inherits \fBQwtColorMap\fP.
 
10
.PP
 
11
.SH "Detailed Description"
 
12
.PP 
 
13
\fBQwtAlphaColorMap\fP variies the alpha value of a color. 
 
14
.PP
 
15
Definition at line 160 of file qwt_color_map.h.
 
16
.SS "Public Member Functions"
 
17
 
 
18
.in +1c
 
19
.ti -1c
 
20
.RI "\fBQwtAlphaColorMap\fP (const QColor &=QColor(Qt::gray))"
 
21
.br
 
22
.ti -1c
 
23
.RI "\fBQwtAlphaColorMap\fP (const \fBQwtAlphaColorMap\fP &)"
 
24
.br
 
25
.ti -1c
 
26
.RI "virtual \fB~QwtAlphaColorMap\fP ()"
 
27
.br
 
28
.ti -1c
 
29
.RI "\fBQwtAlphaColorMap\fP & \fBoperator=\fP (const \fBQwtAlphaColorMap\fP &)"
 
30
.br
 
31
.ti -1c
 
32
.RI "virtual \fBQwtColorMap\fP * \fBcopy\fP () const "
 
33
.br
 
34
.ti -1c
 
35
.RI "void \fBsetColor\fP (const QColor &)"
 
36
.br
 
37
.ti -1c
 
38
.RI "QColor \fBcolor\fP () const "
 
39
.br
 
40
.ti -1c
 
41
.RI "virtual QRgb \fBrgb\fP (const \fBQwtDoubleInterval\fP &, double value) const "
 
42
.br
 
43
.in -1c
 
44
.SH "Constructor & Destructor Documentation"
 
45
.PP 
 
46
.SS "QwtAlphaColorMap::QwtAlphaColorMap (const QColor & color = \fCQColor(Qt::gray)\fP)"
 
47
.PP
 
48
Constructor 
 
49
.PP
 
50
\fBParameters:\fP
 
51
.RS 4
 
52
\fIcolor\fP Color of the map 
 
53
.RE
 
54
.PP
 
55
 
 
56
.PP
 
57
Definition at line 402 of file qwt_color_map.cpp.
 
58
.PP
 
59
Referenced by copy().
 
60
.SS "QwtAlphaColorMap::QwtAlphaColorMap (const \fBQwtAlphaColorMap\fP & other)"
 
61
.PP
 
62
Copy constructor 
 
63
.PP
 
64
\fBParameters:\fP
 
65
.RS 4
 
66
\fIother\fP Other color map 
 
67
.RE
 
68
.PP
 
69
 
 
70
.PP
 
71
Definition at line 414 of file qwt_color_map.cpp.
 
72
.SS "QwtAlphaColorMap::~QwtAlphaColorMap ()\fC [virtual]\fP"
 
73
.PP
 
74
Destructor. 
 
75
.PP
 
76
Definition at line 422 of file qwt_color_map.cpp.
 
77
.SH "Member Function Documentation"
 
78
.PP 
 
79
.SS "QColor QwtAlphaColorMap::color () const"
 
80
.PP
 
81
\fBReturns:\fP
 
82
.RS 4
 
83
the color 
 
84
.RE
 
85
.PP
 
86
\fBSee also:\fP
 
87
.RS 4
 
88
\fBsetColor()\fP 
 
89
.RE
 
90
.PP
 
91
 
 
92
.PP
 
93
Definition at line 465 of file qwt_color_map.cpp.
 
94
.SS "\fBQwtColorMap\fP * QwtAlphaColorMap::copy () const\fC [virtual]\fP"
 
95
.PP
 
96
Clone the color map. 
 
97
.PP
 
98
Implements \fBQwtColorMap\fP.
 
99
.PP
 
100
Definition at line 441 of file qwt_color_map.cpp.
 
101
.PP
 
102
References QwtAlphaColorMap().
 
103
.SS "\fBQwtAlphaColorMap\fP & QwtAlphaColorMap::operator= (const \fBQwtAlphaColorMap\fP & other)"
 
104
.PP
 
105
Assignment operator 
 
106
.PP
 
107
\fBParameters:\fP
 
108
.RS 4
 
109
\fIother\fP Other color map 
 
110
.RE
 
111
.PP
 
112
\fBReturns:\fP
 
113
.RS 4
 
114
*this 
 
115
.RE
 
116
.PP
 
117
 
 
118
.PP
 
119
Definition at line 432 of file qwt_color_map.cpp.
 
120
.PP
 
121
References d_data.
 
122
.SS "QRgb QwtAlphaColorMap::rgb (const \fBQwtDoubleInterval\fP & interval, double value) const\fC [virtual]\fP"
 
123
.PP
 
124
Map a value of a given interval into a alpha value. 
 
125
.PP
 
126
alpha := (value - interval.minValue()) / interval.width();
 
127
.PP
 
128
\fBParameters:\fP
 
129
.RS 4
 
130
\fIinterval\fP Range for all values 
 
131
.br
 
132
\fIvalue\fP Value to map into a rgb value 
 
133
.RE
 
134
.PP
 
135
\fBReturns:\fP
 
136
.RS 4
 
137
rgb value, with an alpha value 
 
138
.RE
 
139
.PP
 
140
 
 
141
.PP
 
142
Implements \fBQwtColorMap\fP.
 
143
.PP
 
144
Definition at line 479 of file qwt_color_map.cpp.
 
145
.PP
 
146
References QwtDoubleInterval::isValid(), QwtDoubleInterval::minValue(), and QwtDoubleInterval::width().
 
147
.SS "void QwtAlphaColorMap::setColor (const QColor & color)"
 
148
.PP
 
149
Set the color
 
150
.PP
 
151
\fBParameters:\fP
 
152
.RS 4
 
153
\fIcolor\fP Color 
 
154
.RE
 
155
.PP
 
156
\fBSee also:\fP
 
157
.RS 4
 
158
\fBcolor()\fP 
 
159
.RE
 
160
.PP
 
161
 
 
162
.PP
 
163
Definition at line 455 of file qwt_color_map.cpp.
 
164
 
 
165
.SH "Author"
 
166
.PP 
 
167
Generated automatically by Doxygen for Qwt User's Guide from the source code.