QwtSetSample.3 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .TH "QwtSetSample" 3 "Mon Dec 28 2020" "Version 6.1.6" "Qwt User's Guide" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. QwtSetSample \- A sample of the types (x1\&.\&.\&.xn, y) or (x, y1\&.\&.yn)
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <qwt_samples\&.h>\fP
  11. .SS "Public Member Functions"
  12. .in +1c
  13. .ti -1c
  14. .RI "\fBQwtSetSample\fP ()"
  15. .br
  16. .ti -1c
  17. .RI "\fBQwtSetSample\fP (double, const QVector< double > &=QVector< double >())"
  18. .br
  19. .ti -1c
  20. .RI "bool \fBoperator==\fP (const \fBQwtSetSample\fP &other) const"
  21. .br
  22. .RI "Compare operator\&. "
  23. .ti -1c
  24. .RI "bool \fBoperator!=\fP (const \fBQwtSetSample\fP &other) const"
  25. .br
  26. .RI "Compare operator\&. "
  27. .ti -1c
  28. .RI "double \fBadded\fP () const"
  29. .br
  30. .in -1c
  31. .SS "Public Attributes"
  32. .in +1c
  33. .ti -1c
  34. .RI "double \fBvalue\fP"
  35. .br
  36. .RI "value "
  37. .ti -1c
  38. .RI "QVector< double > \fBset\fP"
  39. .br
  40. .RI "Vector of values associated to value\&. "
  41. .in -1c
  42. .SH "Detailed Description"
  43. .PP
  44. A sample of the types (x1\&.\&.\&.xn, y) or (x, y1\&.\&.yn)
  45. .SH "Constructor & Destructor Documentation"
  46. .PP
  47. .SS "QwtSetSample::QwtSetSample ()\fC [inline]\fP"
  48. Constructor The value is set to 0\&.0
  49. .SS "QwtSetSample::QwtSetSample (double v, const QVector< double > & s = \fCQVector<double>()\fP)\fC [inline]\fP"
  50. Constructor
  51. .PP
  52. \fBParameters\fP
  53. .RS 4
  54. \fIv\fP Value
  55. .br
  56. \fIs\fP Set of values
  57. .RE
  58. .PP
  59. .SH "Member Function Documentation"
  60. .PP
  61. .SS "double QwtSetSample::added () const\fC [inline]\fP"
  62. .PP
  63. \fBReturns\fP
  64. .RS 4
  65. All values of the set added
  66. .RE
  67. .PP
  68. .SH "Author"
  69. .PP
  70. Generated automatically by Doxygen for Qwt User's Guide from the source code\&.