Qwt User's Guide
svn
|
#include <qwt_column_symbol.h>
Public Types | |
enum | Direction { LeftToRight, RightToLeft, BottomToTop, TopToBottom } |
Public Member Functions | |
Qt::Orientation | orientation () const |
QwtColumnRect () | |
QRectF | toRect () const |
Public Attributes | |
Direction | direction |
QwtInterval | hInterval |
QwtInterval | vInterval |
Directed rectangle representing bounding rectangle und orientation of a column.
QwtColumnRect::QwtColumnRect | ( | ) | [inline] |
Build an rectangle with invalid intervals directed BottomToTop.
Qt::Orientation QwtColumnRect::orientation | ( | ) | const [inline] |
QRectF QwtColumnRect::toRect | ( | ) | const [inline] |
Direction.
Interval for the horizontal coordinates.
Interval for the vertical coordinates.