Qwt User's Guide svn
Public Types | Public Member Functions | Public Attributes
QwtColumnRect Class Reference

#include <qwt_column_symbol.h>

List of all members.

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

Detailed Description

Directed rectangle representing bounding rectangle und orientation of a column.


Member Enumeration Documentation

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.


Constructor & Destructor Documentation

QwtColumnRect::QwtColumnRect ( ) [inline]

Build an rectangle with invalid intervals directed BottomToTop.


Member Function Documentation

Qt::Orientation QwtColumnRect::orientation ( ) const [inline]
Returns:
Orientation
QRectF QwtColumnRect::toRect ( ) const [inline]
Returns:
A normalized QRect built from the intervals

Member Data Documentation

Direction.

Interval for the horizontal coordinates.

Interval for the vertical coordinates.

qmi style