32 #ifndef pqCinemaTrackSelection_h 33 #define pqCinemaTrackSelection_h 37 #include "pqComponentsModule.h" 43 class CinemaTrackSelection;
53 class pqArraySelectionModel;
66 typedef std::pair<pqArraySelectionModel*, pqCinemaTrack*>
ItemValues;
72 QList<pqCinemaTrack*> getTracks();
83 QString getTrackSelectionAsString(QString
const & format);
93 QString getArraySelectionAsString(QString
const & format);
97 void initializePipelineBrowser();
102 void onPipelineItemChanged(QModelIndex
const & current, QModelIndex
const & previous);
109 void initializePipelineItemValues(QList<pqPipelineSource*>
const & items);
115 Ui::CinemaTrackSelection*
Ui;
117 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