4 #ifndef pqColorAnnotationsPropertyWidget_h 5 #define pqColorAnnotationsPropertyWidget_h 21 Q_PROPERTY(QList<QVariant> annotations READ annotations WRITE setAnnotations);
22 Q_PROPERTY(QList<QVariant> indexedColors READ indexedColors WRITE setIndexedColors);
23 Q_PROPERTY(QList<QVariant> indexedOpacities READ indexedOpacities WRITE setIndexedOpacities);
24 Q_PROPERTY(QVariant opacityMapping READ opacityMapping WRITE setOpacityMapping);
39 QList<QVariant> annotations()
const;
40 void setAnnotations(
const QList<QVariant>&);
48 QList<QVariant> indexedColors()
const;
49 void setIndexedColors(
const QList<QVariant>&);
56 QList<QVariant> indexedOpacities()
const;
57 void setIndexedOpacities(
const QList<QVariant>&);
64 QVariant opacityMapping()
const;
65 void setOpacityMapping(
const QVariant&);
72 void annotationsChanged();
77 void indexedColorsChanged();
82 void indexedOpacitiesChanged();
87 void opacityMappingChanged();
95 void updateIndexedLookupState();
101 pqInternals* Internals;
#define PQAPPLICATIONCOMPONENTS_EXPORT
proxy for a VTK object(s) on a server