32 #ifndef pqCinemaTrackSelection_h 33 #define pqCinemaTrackSelection_h 37 #include "pqComponentsModule.h" 42 class CinemaTrackSelection;
52 class pqArraySelectionModel;
66 typedef std::pair<pqArraySelectionModel*, pqCinemaTrack*>
ItemValues;
72 QList<pqCinemaTrack*> getTracks();
85 QString getTrackSelectionAsString(QString
const& format);
97 QString getArraySelectionAsString(QString
const& format);
103 void initializePipelineBrowser();
106 void enableArraySelection(
bool enable);
113 void onPipelineItemChanged(QModelIndex
const& current, QModelIndex
const& previous);
121 void initializePipelineItemValues(QList<pqPipelineSource*>
const& items);
129 Ui::CinemaTrackSelection*
Ui;
131 ItemValuesMap PipelineItemValues;
std::pair< pqArraySelectionModel *, pqCinemaTrack * > ItemValues
The pqPipelineAnnotationFilterModel class is used to filter a tree representation of the pipeline gra...
This class is the model for the PipelineLine browser tree view.
Widget to select among supported Cinema Tracks (filters).
PQ representation for a vtkSMProxy that can be involved in a pipeline.
std::map< pqPipelineSource *, ItemValues > ItemValuesMap