4 #ifndef pqTimelineModel_h 5 #define pqTimelineModel_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;
#define PQAPPLICATIONCOMPONENTS_EXPORT
pqTimelineModel is a standard item model for ParaView timelines, intended to be used with pqTimelineV...