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

« back to all changes in this revision

Viewing changes to qwt-5.1.1/doc/man/man3/QwtAlphaColorMap.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 "QwtAlphaColorMap" 3 "24 May 2008" "Version 5.1.1" "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 409 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 421 of file qwt_color_map.cpp.
72
 
.SS "QwtAlphaColorMap::~QwtAlphaColorMap ()\fC [virtual]\fP"
73
 
.PP
74
 
Destructor. 
75
 
.PP
76
 
Definition at line 429 of file qwt_color_map.cpp.
77
 
.SH "Member Function Documentation"
78
 
.PP 
79
 
.SS "\fBQwtAlphaColorMap\fP & QwtAlphaColorMap::operator= (const \fBQwtAlphaColorMap\fP & other)"
80
 
.PP
81
 
Assignment operator 
82
 
.PP
83
 
\fBParameters:\fP
84
 
.RS 4
85
 
\fIother\fP Other color map 
86
 
.RE
87
 
.PP
88
 
\fBReturns:\fP
89
 
.RS 4
90
 
*this 
91
 
.RE
92
 
.PP
93
 
 
94
 
.PP
95
 
Definition at line 439 of file qwt_color_map.cpp.
96
 
.PP
97
 
References d_data.
98
 
.SS "\fBQwtColorMap\fP * QwtAlphaColorMap::copy () const\fC [virtual]\fP"
99
 
.PP
100
 
Clone the color map. 
101
 
.PP
102
 
Implements \fBQwtColorMap\fP.
103
 
.PP
104
 
Definition at line 448 of file qwt_color_map.cpp.
105
 
.PP
106
 
References QwtAlphaColorMap().
107
 
.SS "void QwtAlphaColorMap::setColor (const QColor & color)"
108
 
.PP
109
 
Set the color
110
 
.PP
111
 
\fBParameters:\fP
112
 
.RS 4
113
 
\fIcolor\fP Color 
114
 
.RE
115
 
.PP
116
 
\fBSee also:\fP
117
 
.RS 4
118
 
\fBcolor()\fP 
119
 
.RE
120
 
.PP
121
 
 
122
 
.PP
123
 
Definition at line 462 of file qwt_color_map.cpp.
124
 
.SS "QColor QwtAlphaColorMap::color () const"
125
 
.PP
126
 
\fBReturns:\fP
127
 
.RS 4
128
 
the color 
129
 
.RE
130
 
.PP
131
 
\fBSee also:\fP
132
 
.RS 4
133
 
\fBsetColor()\fP 
134
 
.RE
135
 
.PP
136
 
 
137
 
.PP
138
 
Definition at line 472 of file qwt_color_map.cpp.
139
 
.SS "QRgb QwtAlphaColorMap::rgb (const \fBQwtDoubleInterval\fP & interval, double value) const\fC [virtual]\fP"
140
 
.PP
141
 
Map a value of a given interval into a alpha value. 
142
 
.PP
143
 
alpha := (value - interval.minValue()) / interval.width();
144
 
.PP
145
 
\fBParameters:\fP
146
 
.RS 4
147
 
\fIinterval\fP Range for all values 
148
 
.br
149
 
\fIvalue\fP Value to map into a rgb value 
150
 
.RE
151
 
.PP
152
 
\fBReturns:\fP
153
 
.RS 4
154
 
rgb value, with an alpha value 
155
 
.RE
156
 
.PP
157
 
 
158
 
.PP
159
 
Implements \fBQwtColorMap\fP.
160
 
.PP
161
 
Definition at line 486 of file qwt_color_map.cpp.
162
 
.PP
163
 
References QwtDoubleInterval::minValue(), and QwtDoubleInterval::width().
164
 
 
165
 
.SH "Author"
166
 
.PP 
167
 
Generated automatically by Doxygen for Qwt User's Guide from the source code.