#include <qwt_column_symbol.h>
Public Types | |
| enum | Direction { LeftToRight, RightToLeft, BottomToTop, TopToBottom } |
| enum | Style { NoSymbol = -1, Box, StyleCnt } |
Public Member Functions | |
| QwtColumnSymbol (Style=NoSymbol) | |
| void | setFrameStyle (int style) |
| int | frameStyle () const |
| void | setLineWidth (int width) |
| int | lineWidth () const |
| bool | operator!= (const QwtColumnSymbol &) const |
| virtual bool | operator== (const QwtColumnSymbol &) const |
| virtual QwtColumnSymbol * | clone () const |
| void | setPalette (const QPalette &) |
| const QPalette & | palette () const |
| void | setStyle (Style) |
| Style | style () const |
| void | setLabel (const QwtText &) |
| const QwtText & | label () const |
| virtual void | draw (QPainter *, Direction, const QRect &) const |
Protected Member Functions | |
| void | drawBox (QPainter *, Direction, const QRect &) const |
Style
| bool QwtColumnSymbol::operator!= | ( | const QwtColumnSymbol & | other | ) | const |
!= operator
| bool QwtColumnSymbol::operator== | ( | const QwtColumnSymbol & | other | ) | const [virtual] |
== operator
1.5.9