QwtColumnRect.3 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. .TH "QwtColumnRect" 3 "Mon Dec 28 2020" "Version 6.1.6" "Qwt User's Guide" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. QwtColumnRect \- Directed rectangle representing bounding rectangle and orientation of a column\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <qwt_column_symbol\&.h>\fP
  11. .SS "Public Types"
  12. .in +1c
  13. .ti -1c
  14. .RI "enum \fBDirection\fP { \fBLeftToRight\fP, \fBRightToLeft\fP, \fBBottomToTop\fP, \fBTopToBottom\fP }"
  15. .br
  16. .RI "Direction of the column\&. "
  17. .in -1c
  18. .SS "Public Member Functions"
  19. .in +1c
  20. .ti -1c
  21. .RI "\fBQwtColumnRect\fP ()"
  22. .br
  23. .RI "Build an rectangle with invalid intervals directed BottomToTop\&. "
  24. .ti -1c
  25. .RI "QRectF \fBtoRect\fP () const"
  26. .br
  27. .ti -1c
  28. .RI "Qt::Orientation \fBorientation\fP () const"
  29. .br
  30. .in -1c
  31. .SS "Public Attributes"
  32. .in +1c
  33. .ti -1c
  34. .RI "\fBQwtInterval\fP \fBhInterval\fP"
  35. .br
  36. .RI "Interval for the horizontal coordinates\&. "
  37. .ti -1c
  38. .RI "\fBQwtInterval\fP \fBvInterval\fP"
  39. .br
  40. .RI "Interval for the vertical coordinates\&. "
  41. .ti -1c
  42. .RI "\fBDirection\fP \fBdirection\fP"
  43. .br
  44. .RI "Direction\&. "
  45. .in -1c
  46. .SH "Detailed Description"
  47. .PP
  48. Directed rectangle representing bounding rectangle and orientation of a column\&.
  49. .SH "Member Enumeration Documentation"
  50. .PP
  51. .SS "enum \fBQwtColumnRect::Direction\fP"
  52. .PP
  53. Direction of the column\&.
  54. .PP
  55. \fBEnumerator\fP
  56. .in +1c
  57. .TP
  58. \fB\fILeftToRight \fP\fP
  59. From left to right\&.
  60. .TP
  61. \fB\fIRightToLeft \fP\fP
  62. From right to left\&.
  63. .TP
  64. \fB\fIBottomToTop \fP\fP
  65. From bottom to top\&.
  66. .TP
  67. \fB\fITopToBottom \fP\fP
  68. From top to bottom\&.
  69. .SH "Member Function Documentation"
  70. .PP
  71. .SS "Qt::Orientation QwtColumnRect::orientation () const\fC [inline]\fP"
  72. .PP
  73. \fBReturns\fP
  74. .RS 4
  75. Orientation
  76. .RE
  77. .PP
  78. .SS "QRectF QwtColumnRect::toRect () const\fC [inline]\fP"
  79. .PP
  80. \fBReturns\fP
  81. .RS 4
  82. A normalized QRect built from the intervals
  83. .RE
  84. .PP
  85. .SH "Author"
  86. .PP
  87. Generated automatically by Doxygen for Qwt User's Guide from the source code\&.