#include <ClusteredBarChartView.h++>
|
| virtual void | paintEvent (QPaintEvent *event) |
| |
| int | drawHorizontalBar (QPainter &painter, int x, int y, qreal value, const QColor &color) |
| |
| int | drawVerticalBar (QPainter &painter, int x, int y, qreal value, const QColor &color) |
| |
| virtual bool | hasScale () const |
| |
| int | barWidth () const |
| |
| int | barDepth () const |
| |
| int | barSpacing () const |
| |
| int | drawHorizontalScale (QPainter &painter, int y) |
| |
| int | drawVerticalScale (QPainter &painter, int x) |
| |
| virtual void | getMinMaxValues (qreal &minValue, qreal &maxValue) const |
| |
| void | getMinMaxValuesPerSample (qreal &minValue, qreal &maxValue) const |
| |
| void | getMinMaxSumsPerSample (qreal &minSum, qreal &maxSum) const |
| |
| qreal | getSumForSample (int sample) const |
| |
| qreal | scale () const |
| |
| virtual void | resizeEvent (QResizeEvent *event) |
| |
| virtual QString | makeTickLabel (qreal value) const |
| |
| int | coordinateForValue (qreal value) const |
| |
◆ ClusteredBarChartView() [1/2]
◆ ClusteredBarChartView() [2/2]
◆ ~ClusteredBarChartView()
◆ barDepth()
◆ barSpacing()
◆ barWidth()
◆ coordinateForValue()
| int coordinateForValue |
( |
qreal |
value | ) |
const |
|
protectedinherited |
◆ dataChanged
| virtual void dataChanged |
( |
| ) |
|
|
protectedvirtualslotinherited |
◆ drawHorizontalBar()
| int drawHorizontalBar |
( |
QPainter & |
painter, |
|
|
int |
x, |
|
|
int |
y, |
|
|
qreal |
value, |
|
|
const QColor & |
color |
|
) |
| |
|
protectedinherited |
◆ drawHorizontalScale()
| int drawHorizontalScale |
( |
QPainter & |
painter, |
|
|
int |
y |
|
) |
| |
|
protectedinherited |
◆ drawVerticalBar()
| int drawVerticalBar |
( |
QPainter & |
painter, |
|
|
int |
x, |
|
|
int |
y, |
|
|
qreal |
value, |
|
|
const QColor & |
color |
|
) |
| |
|
protectedinherited |
◆ drawVerticalScale()
| int drawVerticalScale |
( |
QPainter & |
painter, |
|
|
int |
x |
|
) |
| |
|
protectedinherited |
◆ getMinMaxSumsPerSample()
| void getMinMaxSumsPerSample |
( |
qreal & |
minSum, |
|
|
qreal & |
maxSum |
|
) |
| const |
|
protectedinherited |
◆ getMinMaxValues()
| virtual void getMinMaxValues |
( |
qreal & |
minValue, |
|
|
qreal & |
maxValue |
|
) |
| const |
|
protectedvirtualinherited |
◆ getMinMaxValuesPerSample()
| void getMinMaxValuesPerSample |
( |
qreal & |
minValue, |
|
|
qreal & |
maxValue |
|
) |
| const |
|
protectedinherited |
◆ getSumForSample()
| qreal getSumForSample |
( |
int |
sample | ) |
const |
|
protectedinherited |
◆ hasScale()
| virtual bool hasScale |
( |
| ) |
const |
|
inlineprotectedvirtualinherited |
◆ isHorizontalOrientationSupported
| virtual bool isHorizontalOrientationSupported |
( |
| ) |
const |
|
virtualslotinherited |
◆ isVerticalOrientationSupported
| virtual bool isVerticalOrientationSupported |
( |
| ) |
const |
|
virtualslotinherited |
◆ makeTickLabel()
| virtual QString makeTickLabel |
( |
qreal |
value | ) |
const |
|
protectedvirtualinherited |
◆ model()
| QAbstractItemModel* model |
( |
| ) |
const |
|
inlineinherited |
◆ orientation()
| Qt::Orientation orientation |
( |
| ) |
const |
|
inlineinherited |
◆ paintEvent()
| virtual void paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
protectedvirtual |
◆ precision()
◆ resizeEvent()
| virtual void resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
protectedvirtualinherited |
◆ scale()
◆ setModel()
| void setModel |
( |
QAbstractItemModel * |
model | ) |
|
|
inherited |
◆ setOrientation
| void setOrientation |
( |
Qt::Orientation |
orientation | ) |
|
|
slotinherited |
◆ setPrecision
| void setPrecision |
( |
int |
precision | ) |
|
|
slotinherited |
◆ setTickInterval
| void setTickInterval |
( |
qreal |
tickInterval | ) |
|
|
slotinherited |
◆ tickInterval()
| qreal tickInterval |
( |
| ) |
const |
|
inlineinherited |
◆ INSET
◆ SCALE_GAP
The documentation for this class was generated from the following file: