10 #ifndef QWT_COLUMN_SYMBOL_H 
   11 #define QWT_COLUMN_SYMBOL_H 
   13 #include "qwt_global.h" 
   14 #include "qwt_interval.h" 
   16 #include <qnamespace.h> 
   47         : direction( BottomToTop )
 
   52     QRectF toRect() 
const;
 
   57         if ( direction == LeftToRight || direction == RightToLeft )
 
   58             return Qt::Horizontal;
 
  120     void setFrameStyle( FrameStyle );
 
  121     FrameStyle frameStyle() 
const;
 
  123     void setLineWidth( 
int width );
 
  124     int lineWidth() 
const;
 
  126     void setPalette( 
const QPalette& );
 
  127     const QPalette& palette() 
const;
 
  129     void setStyle( Style );
 
Directed rectangle representing bounding rectangle and orientation of a column.
QwtInterval vInterval
Interval for the vertical coordinates.
QwtInterval hInterval
Interval for the horizontal coordinates.
Direction
Direction of the column.
@ LeftToRight
From left to right.
@ BottomToTop
From bottom to top.
@ RightToLeft
From right to left.
Qt::Orientation orientation() const
Direction direction
Direction.
QwtColumnRect()
Build an rectangle with invalid intervals directed BottomToTop.
A drawing primitive for columns.
@ Plain
A plain frame style.
A class representing an interval.