4 #ifndef pqTimelineModel_h
5 #define pqTimelineModel_h
7 #include "pqApplicationComponentsModule.h"
9 #include <QStandardItemModel>
67 typedef QStandardItemModel Superclass;
84 QList<QStandardItem*> createRow(
101 const QModelIndex&
index,
const QVariant&
value,
int role = Qt::DisplayRole)
override;
125 void sourceStateChanged();
126 void animationStateChanged();
131 std::unique_ptr<pqInternals> Internals;