4 #ifndef pqTimelineView_h 5 #define pqTimelineView_h 23 typedef QTreeView Superclass;
37 void enableTrackCreationWidget(
bool enable);
42 void validateTrackCreationWidget();
49 void createRowWidgets(
const QModelIndexList& indexes);
54 void updateTimelines();
70 void deleteTrackRequested(
const QString& registrationName);
75 void editTrackRequested(
const QString& registrationName);
80 void resetStartEndTimeRequested();
84 std::unique_ptr<pqInternals> Internals;
#define PQAPPLICATIONCOMPONENTS_EXPORT
pqAnimatedPropertyInfo stores information about an animated property.
pqTimelineModel is a standard item model for ParaView timelines, intended to be used with pqTimelineV...
pqTimelineView holds the timeline views for a pqTimelineModel.