4 #ifndef pqDisplayRepresentationWidget_h
5 #define pqDisplayRepresentationWidget_h
7 #include "pqComponentsModule.h"
24 Q_PROPERTY(QString representationText READ representationText WRITE setRepresentationText NOTIFY
25 representationTextChanged);
26 typedef QWidget Superclass;
35 QString representationText()
const;
52 void setRepresentationText(
const QString&);
60 void comboBoxChanged(
const QString&);
63 void representationTextChanged(
const QString&);
69 pqInternals* Internal;
71 class PropertyLinksConnection;