![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Color scale label (value + optional text) More...
#include <ecvColorScale.h>
Public Member Functions | |
| Label (double v) | |
| Label (double v, const QString &t) | |
| bool | operator< (const Label &otherLabel) const |
Public Attributes | |
| double | value = 0.0 |
| QString | text |
Color scale label (value + optional text)
Definition at line 146 of file ecvColorScale.h.
|
inline |
Definition at line 147 of file ecvColorScale.h.
|
inline |
Definition at line 149 of file ecvColorScale.h.
|
inline |
Definition at line 154 of file ecvColorScale.h.
References value.
| QString ccColorScale::Label::text |
Definition at line 152 of file ecvColorScale.h.
Referenced by define_ccColorScale().
| double ccColorScale::Label::value = 0.0 |
Definition at line 151 of file ecvColorScale.h.
Referenced by define_ccColorScale(), and operator<().