QwtColumnRect − Directed rectangle representing bounding rectangle and orientation of a column.
#include <qwt_column_symbol.h>
enum
Direction { LeftToRight, RightToLeft,
BottomToTop, TopToBottom }
Direction of the column.
QwtColumnRect
()
Build an rectangle with invalid intervals directed
BottomToTop.
QRectF toRect () const
Qt::Orientation orientation () const
QwtInterval
hInterval
Interval for the horizontal coordinates.
QwtInterval vInterval
Interval for the vertical coordinates.
Direction direction
Direction.
Directed rectangle representing bounding rectangle and orientation of a column.
Definition at line 26 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 30 of file qwt_column_symbol.h.
Build an rectangle with invalid intervals directed BottomToTop.
Definition at line 46 of file qwt_column_symbol.h.
Returns
Orientation
Definition at line 55 of file qwt_column_symbol.h.
Returns
A normalized QRect built from the intervals
Definition at line 296 of file qwt_column_symbol.cpp.
Direction.
Definition at line 70 of file qwt_column_symbol.h.
Interval for the horizontal coordinates.
Definition at line 64 of file qwt_column_symbol.h.
Interval for the vertical coordinates.
Definition at line 67 of file qwt_column_symbol.h.
Generated automatically by Doxygen for Qwt User’s Guide from the source code.