Add files from zip
This commit is contained in:
64
doc/man/man3/QwtSetSeriesData.3
Normal file
64
doc/man/man3/QwtSetSeriesData.3
Normal file
@@ -0,0 +1,64 @@
|
||||
.TH "QwtSetSeriesData" 3 "Sun Jul 18 2021" "Version 6.2.0" "Qwt User's Guide" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
QwtSetSeriesData \- Interface for iterating over an array of samples\&.
|
||||
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
.PP
|
||||
\fC#include <qwt_series_data\&.h>\fP
|
||||
.PP
|
||||
Inherits \fBQwtArraySeriesData< QwtSetSample >\fP\&.
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "\fBQwtSetSeriesData\fP (const \fBQVector\fP< \fBQwtSetSample\fP > &=\fBQVector\fP< \fBQwtSetSample\fP >())"
|
||||
.br
|
||||
.ti -1c
|
||||
.RI "virtual QRectF \fBboundingRect\fP () const override"
|
||||
.br
|
||||
.RI "Calculate the bounding rectangle\&. "
|
||||
.in -1c
|
||||
.SS "Additional Inherited Members"
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Interface for iterating over an array of samples\&.
|
||||
.PP
|
||||
Definition at line 239 of file qwt_series_data\&.h\&.
|
||||
.SH "Constructor & Destructor Documentation"
|
||||
.PP
|
||||
.SS "QwtSetSeriesData::QwtSetSeriesData (const \fBQVector\fP< \fBQwtSetSample\fP > & samples = \fC\fBQVector\fP< \fBQwtSetSample\fP >( )\fP)"
|
||||
Constructor
|
||||
.PP
|
||||
\fBParameters\fP
|
||||
.RS 4
|
||||
\fIsamples\fP Samples
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Definition at line 353 of file qwt_series_data\&.cpp\&.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "QRectF QwtSetSeriesData::boundingRect () const\fC [override]\fP, \fC [virtual]\fP"
|
||||
|
||||
.PP
|
||||
Calculate the bounding rectangle\&. The bounding rectangle is calculated once by iterating over all points and is stored for all following requests\&.
|
||||
.PP
|
||||
\fBReturns\fP
|
||||
.RS 4
|
||||
Bounding rectangle
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBQwtSeriesData< T >\fP\&.
|
||||
.PP
|
||||
Definition at line 366 of file qwt_series_data\&.cpp\&.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for Qwt User's Guide from the source code\&.
|
||||
Reference in New Issue
Block a user