QwtColumnSymbol(3) | Qwt User's Guide | QwtColumnSymbol(3) |
QwtColumnSymbol - A drawing primitive for columns.
#include <qwt_column_symbol.h>
enum Style { NoStyle = -1, Box,
UserStyle = 1000 }
enum FrameStyle { NoFrame, Plain, Raised }
QwtColumnSymbol (Style=NoStyle)
virtual ~QwtColumnSymbol ()
Destructor. void setFrameStyle (FrameStyle)
FrameStyle frameStyle () const
void setLineWidth (int width)
int lineWidth () const
void setPalette (const QPalette &)
const QPalette & palette () const
void setStyle (Style)
Style style () const
virtual void draw (QPainter *, const QwtColumnRect &) const
void drawBox (QPainter *, const QwtColumnRect &)
const
A drawing primitive for columns.
Frame Style used in Box style().
See also:
Enumerator
Style
See also:
Enumerator
Constructor
Parameters:
See also:
Draw the symbol depending on its style.
Parameters:
See also:
Draw the symbol when it is in Box style.
Parameters:
See also:
Returns:
See also:
Returns:
See also:
Returns:
See also:
Set the frame, that is used for the Box style.
Parameters:
See also:
Set the line width of the frame, that is used for the Box style.
Parameters:
See also:
Assign a palette for the symbol
Parameters:
See also:
Specify the symbol style
Parameters:
See also:
Returns:
See also:
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Wed Jan 2 2019 | Version 6.1.4 |