|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
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 | |
| QwtColumnRect () | |
| Build a rectangle with invalid intervals directed BottomToTop . | |
| QRectF | toRect () const |
| Return a normalized QRect built from the intervals | |
| Qt::Orientation | orientation () const |
| Return Orientation | |
Public Attributes | |
| 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.
|
inline |
Build a rectangle with invalid intervals directed BottomToTop .
| QRectF QwtColumnRect::toRect | ( | ) | const |
Return a normalized QRect built from the intervals
Return a normalized QRect built from the intervals.