4 #ifndef pqCameraManipulatorWidget_h
5 #define pqCameraManipulatorWidget_h
7 #include "pqApplicationComponentsModule.h"
18 Q_PROPERTY(QList<QVariant> manipulatorTypes READ manipulatorTypes WRITE setManipulatorTypes);
29 QList<QVariant> manipulatorTypes()
const;
36 void setManipulatorTypes(
const QList<QVariant>& value);
39 void manipulatorTypesChanged();
44 pqInternals* Internals;
45 class PropertyLinksConnection;