32 #ifndef pqCinemaConfiguration_h 33 #define pqCinemaConfiguration_h 35 #include "pqComponentsModule.h" 41 class CinemaConfiguration;
52 Q_PROPERTY(QString viewSelection READ viewSelection);
53 Q_PROPERTY(QString trackSelection READ trackSelection);
54 Q_PROPERTY(QString arraySelection READ arraySelection);
63 virtual void updateWidget(
bool showing_advanced_properties);
67 QString viewSelection();
71 QString trackSelection();
75 QString arraySelection();
80 void hideEvent(QHideEvent* event_);
84 void viewSelectionChanged();
86 void trackSelectionChanged();
88 void arraySelectionChanged();
92 void populateElements();
94 Ui::CinemaConfiguration*
Ui;
PropertyWidget used to define specifics of a Cinema database to be exported.