QwtAbstractSeriesStore.3 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .TH "QwtAbstractSeriesStore" 3 "Mon Dec 28 2020" "Version 6.1.6" "Qwt User's Guide" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. QwtAbstractSeriesStore \- Bridge between \fBQwtSeriesStore\fP and \fBQwtPlotSeriesItem\fP\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <qwt_series_store\&.h>\fP
  11. .PP
  12. Inherited by \fBQwtPlotSeriesItem\fP\fC [virtual]\fP, \fBQwtSeriesStore< T >\fP\fC [virtual]\fP, \fBQwtSeriesStore< QPointF >\fP\fC [virtual]\fP, \fBQwtSeriesStore< QwtIntervalSample >\fP\fC [virtual]\fP, \fBQwtSeriesStore< QwtOHLCSample >\fP\fC [virtual]\fP, \fBQwtSeriesStore< QwtPoint3D >\fP\fC [virtual]\fP, and \fBQwtSeriesStore< QwtSetSample >\fP\fC [virtual]\fP\&.
  13. .SS "Protected Member Functions"
  14. .in +1c
  15. .ti -1c
  16. .RI "virtual \fB~QwtAbstractSeriesStore\fP ()"
  17. .br
  18. .RI "Destructor\&. "
  19. .ti -1c
  20. .RI "virtual void \fBdataChanged\fP ()=0"
  21. .br
  22. .RI "\fBdataChanged()\fP indicates, that the series has been changed\&. "
  23. .ti -1c
  24. .RI "virtual void \fBsetRectOfInterest\fP (const QRectF &)=0"
  25. .br
  26. .ti -1c
  27. .RI "virtual QRectF \fBdataRect\fP () const =0"
  28. .br
  29. .ti -1c
  30. .RI "virtual size_t \fBdataSize\fP () const =0"
  31. .br
  32. .in -1c
  33. .SH "Detailed Description"
  34. .PP
  35. Bridge between \fBQwtSeriesStore\fP and \fBQwtPlotSeriesItem\fP\&.
  36. \fBQwtAbstractSeriesStore\fP is an abstract interface only to make it possible to isolate the template based methods ( \fBQwtSeriesStore\fP ) from the regular methods ( \fBQwtPlotSeriesItem\fP ) to make it possible to derive from \fBQwtPlotSeriesItem\fP without any hassle with templates\&.
  37. .SH "Member Function Documentation"
  38. .PP
  39. .SS "virtual QRectF QwtAbstractSeriesStore::dataRect () const\fC [protected]\fP, \fC [pure virtual]\fP"
  40. .PP
  41. \fBReturns\fP
  42. .RS 4
  43. Bounding rectangle of the stored series
  44. .RE
  45. .PP
  46. .PP
  47. Implemented in \fBQwtSeriesStore< T >\fP\&.
  48. .SS "virtual size_t QwtAbstractSeriesStore::dataSize () const\fC [protected]\fP, \fC [pure virtual]\fP"
  49. .PP
  50. \fBReturns\fP
  51. .RS 4
  52. Number of samples
  53. .RE
  54. .PP
  55. .PP
  56. Implemented in \fBQwtSeriesStore< T >\fP\&.
  57. .SS "virtual void QwtAbstractSeriesStore::setRectOfInterest (const QRectF &)\fC [protected]\fP, \fC [pure virtual]\fP"
  58. Set a the 'rectangle of interest' for the stored series
  59. .PP
  60. \fBSee also\fP
  61. .RS 4
  62. \fBQwtSeriesData<T>::setRectOfInterest()\fP
  63. .RE
  64. .PP
  65. .PP
  66. Implemented in \fBQwtSeriesStore< T >\fP, \fBQwtSeriesStore< QwtIntervalSample >\fP, \fBQwtSeriesStore< QwtOHLCSample >\fP, \fBQwtSeriesStore< QPointF >\fP, \fBQwtSeriesStore< QwtSetSample >\fP, and \fBQwtSeriesStore< QwtPoint3D >\fP\&.
  67. .SH "Author"
  68. .PP
  69. Generated automatically by Doxygen for Qwt User's Guide from the source code\&.