QwtCompassRose.3 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .TH "QwtCompassRose" 3 "Mon Dec 28 2020" "Version 6.1.6" "Qwt User's Guide" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. QwtCompassRose \- Abstract base class for a compass rose\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <qwt_compass_rose\&.h>\fP
  11. .PP
  12. Inherited by \fBQwtSimpleCompassRose\fP\&.
  13. .SS "Public Member Functions"
  14. .in +1c
  15. .ti -1c
  16. .RI "virtual \fB~QwtCompassRose\fP ()"
  17. .br
  18. .RI "Destructor\&. "
  19. .ti -1c
  20. .RI "virtual void \fBsetPalette\fP (const QPalette &p)"
  21. .br
  22. .RI "Assign a palette\&. "
  23. .ti -1c
  24. .RI "const QPalette & \fBpalette\fP () const"
  25. .br
  26. .ti -1c
  27. .RI "virtual void \fBdraw\fP (QPainter *painter, const QPointF &center, double radius, double north, QPalette::ColorGroup colorGroup=QPalette::Active) const =0"
  28. .br
  29. .in -1c
  30. .SH "Detailed Description"
  31. .PP
  32. Abstract base class for a compass rose\&.
  33. .SH "Member Function Documentation"
  34. .PP
  35. .SS "virtual void QwtCompassRose::draw (QPainter * painter, const QPointF & center, double radius, double north, QPalette::ColorGroup colorGroup = \fCQPalette::Active\fP) const\fC [pure virtual]\fP"
  36. Draw the rose
  37. .PP
  38. \fBParameters\fP
  39. .RS 4
  40. \fIpainter\fP Painter
  41. .br
  42. \fIcenter\fP Center point
  43. .br
  44. \fIradius\fP Radius of the rose
  45. .br
  46. \fInorth\fP Position
  47. .br
  48. \fIcolorGroup\fP Color group
  49. .RE
  50. .PP
  51. .PP
  52. Implemented in \fBQwtSimpleCompassRose\fP\&.
  53. .SS "const QPalette& QwtCompassRose::palette () const\fC [inline]\fP"
  54. .PP
  55. \fBReturns\fP
  56. .RS 4
  57. Current palette
  58. .RE
  59. .PP
  60. .SH "Author"
  61. .PP
  62. Generated automatically by Doxygen for Qwt User's Guide from the source code\&.