4 #ifndef pqTimelineView_h
5 #define pqTimelineView_h
7 #include "pqApplicationComponentsModule.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;