Directed rectangle representing bounding rectangle and orientation of a column. More...
#include <qwt_column_symbol.h>
Public Types | |
| enum | Direction { LeftToRight, RightToLeft, BottomToTop, TopToBottom } |
| Direction of the column. More... | |
Public Member Functions | |
| Qt::Orientation | orientation () const |
| QwtColumnRect () | |
| Build an rectangle with invalid intervals directed BottomToTop. More... | |
| QRectF | toRect () const |
Public Attributes | |
| Direction | direction |
| Direction. More... | |
| QwtInterval | hInterval |
| Interval for the horizontal coordinates. More... | |
| QwtInterval | vInterval |
| Interval for the vertical coordinates. More... | |
Directed rectangle representing bounding rectangle and orientation of a column.
Definition at line 28 of file qwt_column_symbol.h.
Direction of the column.
| Enumerator | |
|---|---|
| LeftToRight |
From left to right. |
| RightToLeft |
From right to left. |
| BottomToTop |
From bottom to top. |
| TopToBottom |
From top to bottom. |
Definition at line 32 of file qwt_column_symbol.h.
|
inline |
Build an rectangle with invalid intervals directed BottomToTop.
Definition at line 48 of file qwt_column_symbol.h.
|
inline |
Definition at line 74 of file qwt_column_symbol.h.
|
inline |
Definition at line 54 of file qwt_column_symbol.h.
| Direction QwtColumnRect::direction |
Direction.
Definition at line 89 of file qwt_column_symbol.h.
| QwtInterval QwtColumnRect::hInterval |
Interval for the horizontal coordinates.
Definition at line 83 of file qwt_column_symbol.h.
| QwtInterval QwtColumnRect::vInterval |
Interval for the vertical coordinates.
Definition at line 86 of file qwt_column_symbol.h.