![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
QCustomPlot: colored histogram. More...
#include <ecvQCustomPlot.h>


Classes | |
| class | QCPColoredBarData |
Public Types | |
| typedef QMultiMap< double, QCPColoredBarData > | QCPColoredBarDataMap |
Public Member Functions | |
| QCPColoredBars (QCPAxis *keyAxis, QCPAxis *valueAxis) | |
| void | setData (const QVector< double > &key, const QVector< double > &value) |
| void | setData (const QVector< double > &key, const QVector< double > &value, const QVector< QColor > &colors) |
| QRect | rect () const |
| virtual void | clearData () |
Protected Member Functions | |
| virtual void | draw (QCPPainter *painter) |
Protected Attributes | |
| QCPColoredBarDataMap | m_coloredData |
QCustomPlot: colored histogram.
Definition at line 73 of file ecvQCustomPlot.h.
| typedef QMultiMap<double, QCPColoredBarData> QCPColoredBars::QCPColoredBarDataMap |
Definition at line 83 of file ecvQCustomPlot.h.
|
inline |
Definition at line 85 of file ecvQCustomPlot.h.
|
inlinevirtual |
Definition at line 117 of file ecvQCustomPlot.h.
References m_coloredData.
Referenced by ccHistogramWindow::refreshBars().
|
inlineprotectedvirtual |
Definition at line 124 of file ecvQCustomPlot.h.
References color, and m_coloredData.
|
inline |
Definition at line 114 of file ecvQCustomPlot.h.
Referenced by ccHistogramWindow::mouseMoveEvent().
|
inline |
Definition at line 88 of file ecvQCustomPlot.h.
References m_coloredData.
Referenced by ccHistogramWindow::refresh(), and ccHistogramWindow::refreshBars().
|
inline |
Definition at line 94 of file ecvQCustomPlot.h.
References QCPColoredBars::QCPColoredBarData::color, colors, and m_coloredData.
|
protected |
Definition at line 169 of file ecvQCustomPlot.h.
Referenced by clearData(), draw(), and setData().