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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2008-05-26 10:26:31 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080526102631-bp95mfccnrb957nx
Tags: 5.1.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "QwtPolygonFData" 3 "24 May 2008" "Version 5.1.1" "Qwt User's Guide" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
QwtPolygonFData \- 
 
6
.SH SYNOPSIS
 
7
.br
 
8
.PP
 
9
Inherits \fBQwtData\fP.
 
10
.PP
 
11
.SH "Detailed Description"
 
12
.PP 
 
13
Data class containing a single QwtArray<QwtDoublePoint> object. 
 
14
.PP
 
15
Definition at line 85 of file qwt_data.h.
 
16
.SS "Public Member Functions"
 
17
 
 
18
.in +1c
 
19
.ti -1c
 
20
.RI "\fBQwtPolygonFData\fP (const QPolygonF &)"
 
21
.br
 
22
.ti -1c
 
23
.RI "\fBQwtPolygonFData\fP & \fBoperator=\fP (const \fBQwtPolygonFData\fP &)"
 
24
.br
 
25
.ti -1c
 
26
.RI "virtual \fBQwtData\fP * \fBcopy\fP () const"
 
27
.br
 
28
.ti -1c
 
29
.RI "virtual size_t \fBsize\fP () const"
 
30
.br
 
31
.ti -1c
 
32
.RI "virtual double \fBx\fP (size_t i) const"
 
33
.br
 
34
.ti -1c
 
35
.RI "virtual double \fBy\fP (size_t i) const"
 
36
.br
 
37
.ti -1c
 
38
.RI "const QPolygonF & \fBdata\fP () const"
 
39
.br
 
40
.in -1c
 
41
.SH "Constructor & Destructor Documentation"
 
42
.PP 
 
43
.SS "QwtPolygonFData::QwtPolygonFData (const QPolygonF & polygon)"
 
44
.PP
 
45
Constructor
 
46
.PP
 
47
\fBParameters:\fP
 
48
.RS 4
 
49
\fIpolygon\fP Polygon data 
 
50
.RE
 
51
.PP
 
52
\fBSee also:\fP
 
53
.RS 4
 
54
\fBQwtPlotCurve::setData()\fP 
 
55
.RE
 
56
.PP
 
57
 
 
58
.PP
 
59
Definition at line 69 of file qwt_data.cpp.
 
60
.PP
 
61
Referenced by copy().
 
62
.SH "Member Function Documentation"
 
63
.PP 
 
64
.SS "\fBQwtPolygonFData\fP & QwtPolygonFData::operator= (const \fBQwtPolygonFData\fP &)"
 
65
.PP
 
66
Assignment. 
 
67
.PP
 
68
Definition at line 78 of file qwt_data.cpp.
 
69
.PP
 
70
References QwtSpline::d_data, and data().
 
71
.SS "\fBQwtData\fP * QwtPolygonFData::copy () const\fC [virtual]\fP"
 
72
.PP
 
73
\fBReturns:\fP
 
74
.RS 4
 
75
Pointer to a copy (virtual copy constructor) 
 
76
.RE
 
77
.PP
 
78
 
 
79
.PP
 
80
Implements \fBQwtData\fP.
 
81
.PP
 
82
Definition at line 128 of file qwt_data.cpp.
 
83
.PP
 
84
References QwtSpline::d_data, and QwtPolygonFData().
 
85
.SS "size_t QwtPolygonFData::size () const\fC [virtual]\fP"
 
86
.PP
 
87
\fBReturns:\fP
 
88
.RS 4
 
89
Size of the data set 
 
90
.RE
 
91
.PP
 
92
 
 
93
.PP
 
94
Implements \fBQwtData\fP.
 
95
.PP
 
96
Definition at line 89 of file qwt_data.cpp.
 
97
.PP
 
98
References QwtSpline::d_data.
 
99
.SS "double QwtPolygonFData::x (size_t i) const\fC [virtual]\fP"
 
100
.PP
 
101
Return the x value of data point i
 
102
.PP
 
103
\fBParameters:\fP
 
104
.RS 4
 
105
\fIi\fP Index 
 
106
.RE
 
107
.PP
 
108
\fBReturns:\fP
 
109
.RS 4
 
110
x X value of data point i 
 
111
.RE
 
112
.PP
 
113
 
 
114
.PP
 
115
Implements \fBQwtData\fP.
 
116
.PP
 
117
Definition at line 100 of file qwt_data.cpp.
 
118
.PP
 
119
References QwtSpline::d_data.
 
120
.SS "double QwtPolygonFData::y (size_t i) const\fC [virtual]\fP"
 
121
.PP
 
122
Return the y value of data point i
 
123
.PP
 
124
\fBParameters:\fP
 
125
.RS 4
 
126
\fIi\fP Index 
 
127
.RE
 
128
.PP
 
129
\fBReturns:\fP
 
130
.RS 4
 
131
y Y value of data point i 
 
132
.RE
 
133
.PP
 
134
 
 
135
.PP
 
136
Implements \fBQwtData\fP.
 
137
.PP
 
138
Definition at line 111 of file qwt_data.cpp.
 
139
.PP
 
140
References QwtSpline::d_data.
 
141
 
 
142
.SH "Author"
 
143
.PP 
 
144
Generated automatically by Doxygen for Qwt User's Guide from the source code.