10 #ifndef QWT_COLUMN_SYMBOL_H 11 #define QWT_COLUMN_SYMBOL_H 16 #include <qnamespace.h> 47 direction( BottomToTop )
52 QRectF toRect()
const;
57 if ( direction == LeftToRight || direction == RightToLeft )
58 return Qt::Horizontal;
123 void setLineWidth(
int width );
124 int lineWidth()
const;
126 void setPalette(
const QPalette & );
127 const QPalette &palette()
const;
129 void setStyle(
Style );
132 virtual void draw( QPainter *,
const QwtColumnRect & )
const;
Qt::Orientation orientation() const
QwtInterval vInterval
Interval for the vertical coordinates.
QwtColumnRect()
Build an rectangle with invalid intervals directed BottomToTop.
A class representing an interval.
A drawing primitive for columns.
Direction direction
Direction.
Directed rectangle representing bounding rectangle and orientation of a column.
Direction
Direction of the column.
QwtInterval hInterval
Interval for the horizontal coordinates.