QwtColumnRect - Directed rectangle representing bounding rectangle and orientation of a column.
Contents
Detailed Description
Directed rectangle representing bounding rectangle and orientation of a column.
Member Enumeration Documentation
enumQwtColumnRect::Direction
Direction of the column.
EnumeratorLeftToRight
From left to right.
RightToLeft
From right to left.
BottomToTop
From bottom to top.
TopToBottom
From top to bottom.
Member Function Documentation
Qt::OrientationQwtColumnRect::orientation()const[inline]Returns:
Orientation
QRectFQwtColumnRect::toRect()const[inline]Returns:
A normalized QRect built from the intervals
Name
QwtColumnRect - Directed rectangle representing bounding rectangle and orientation of a column.
Synopsis
#include <qwt_column_symbol.h>
PublicTypes
enum Direction { LeftToRight, RightToLeft, BottomToTop, TopToBottom }
Direction of the column.
PublicMemberFunctionsQwtColumnRect ()
Build an rectangle with invalid intervals directed BottomToTop.
QRectF toRect () const
Qt::Orientation orientation () const
PublicAttributesQwtIntervalhInterval
Interval for the horizontal coordinates.
QwtIntervalvInterval
Interval for the vertical coordinates.
Directiondirection
Direction.
