32 #ifndef pqDisplayRepresentationWidget_h 33 #define pqDisplayRepresentationWidget_h 35 #include "pqComponentsModule.h" 49 Q_PROPERTY(QString representationText
50 READ representationText
51 WRITE setRepresentationText
52 NOTIFY representationTextChanged);
53 typedef QWidget Superclass;
59 QString representationText()
const;
64 void setRepresentation(vtkSMProxy* proxy);
67 void setRepresentationText(
const QString&);
73 void comboBoxChanged(
const QString&);
76 void representationTextChanged(
const QString&);
82 pqInternals* Internal;
84 class PropertyLinksConnection;
pqDataRepresentation is the superclass for a display for a pqPipelineSource i.e.