|
qCC version 2.13.alpha (Qt) - 31 May 2022
Main CloudCompare application (GUI & command line)
|
QCustomPlot: vertical bar with text along side. More...
#include <ccQCustomPlot.h>


Public Member Functions | |
| QCPBarsWithText (QCPAxis *keyAxis, QCPAxis *valueAxis) | |
| void | setText (QString text) |
| void | appendText (QString text) |
| void | setTextAlignment (bool left) |
Protected Member Functions | |
| virtual void | draw (QCPPainter *painter) |
Protected Attributes | |
| QStringList | m_text |
| bool | m_textOnTheLeft |
QCustomPlot: vertical bar with text along side.