![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
ParaView-style Custom Labels Editor Widget. More...
#include <ecvCustomLabelsWidget.h>


Public Member Functions | |
| ecvCustomLabelsWidget (QWidget *parent=nullptr) | |
| ~ecvCustomLabelsWidget () override | |
| QList< QPair< double, QString > > | getLabels () const |
| void | setLabels (const QList< QPair< double, QString >> &labels) |
| void | clearLabels () |
ParaView-style Custom Labels Editor Widget.
Table with "Value" and "Label" columns, plus Add/Remove buttons.
Definition at line 23 of file ecvCustomLabelsWidget.h.
|
explicit |
Definition at line 16 of file ecvCustomLabelsWidget.cpp.
|
overridedefault |
| void ecvCustomLabelsWidget::clearLabels | ( | ) |
Definition at line 133 of file ecvCustomLabelsWidget.cpp.
| QList< QPair< double, QString > > ecvCustomLabelsWidget::getLabels | ( | ) | const |
Definition at line 100 of file ecvCustomLabelsWidget.cpp.
Referenced by ecvAxesGridDialog::getXAxisCustomLabels(), ecvAxesGridDialog::getYAxisCustomLabels(), and ecvAxesGridDialog::getZAxisCustomLabels().
| void ecvCustomLabelsWidget::setLabels | ( | const QList< QPair< double, QString >> & | labels | ) |
Definition at line 117 of file ecvCustomLabelsWidget.cpp.
Referenced by ecvAxesGridDialog::setXAxisCustomLabels(), ecvAxesGridDialog::setYAxisCustomLabels(), and ecvAxesGridDialog::setZAxisCustomLabels().