4 #ifndef pqTimelineWidget_h
5 #define pqTimelineWidget_h
7 #include "pqApplicationComponentsModule.h"
26 typedef QWidget Superclass;
35 void setAdvancedMode(
bool advanced);
46 void recreateTimeSources();
51 void updateTimeTrackFromScene();
56 void updateSceneFromEnabledSources();
60 void updateSceneFromEnabledAnimations();
72 void updateCueCache(
const QString& group,
const QString&
name,
vtkSMProxy* proxy);
84 void updateCueTracksData();
86 void updateCueTracksState();
92 std::unique_ptr<pqInternals> Internals;