32 #ifndef pqColorAnnotationsPropertyWidget_h 33 #define pqColorAnnotationsPropertyWidget_h 35 #include "pqApplicationComponentsModule.h" 49 Q_PROPERTY(QList<QVariant> annotations READ annotations WRITE setAnnotations);
50 Q_PROPERTY(QList<QVariant> indexedColors READ indexedColors WRITE setIndexedColors);
64 QList<QVariant> annotations()
const;
65 void setAnnotations(
const QList<QVariant>&);
71 QList<QVariant> indexedColors()
const;
72 void setIndexedColors(
const QList<QVariant>&);
78 void annotationsChanged();
83 void indexedColorsChanged();
91 void removeAnnotation();
92 void addActiveAnnotations();
93 void addActiveAnnotationsFromVisibleSources();
94 void removeAllAnnotations();
100 void onDataChanged(
const QModelIndex& topleft,
const QModelIndex& btmright);
107 void onDoubleClicked(
const QModelIndex& idx);
112 void choosePreset(
const char* presetName = NULL);
123 void updateIndexedLookupState();
128 void editPastLastRow();
134 pqInternals* Internals;
proxy for a VTK object(s) on a server