Directed rectangle representing bounding rectangle und orientation of a column.
#include <qwt_column_symbol.h>
enum Direction { LeftToRight, RightToLeft, BottomToTop, TopToBottom }
QwtColumnRect ()
QRectF toRect () const
Qt::Orientation orientation () const
QwtInterval hInterval
QwtInterval vInterval
Direction direction
Directed rectangle representing bounding rectangle und orientation of a column.
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.
Build an rectangle with invalid intervals directed BottomToTop.
Orientation
A normalized QRect built from the intervals
Direction.
Interval for the horizontal coordinates.
Interval for the vertical coordinates.
Generated automatically by Doxygen for Qwt User's Guide from the source code.