32 #ifndef pqAnimationTimeWidget_h 33 #define pqAnimationTimeWidget_h 39 #include <QScopedPointer> 64 Q_PROPERTY(QString playMode READ playMode WRITE setPlayMode NOTIFY playModeChanged)
65 Q_PROPERTY(
bool playModeReadOnly READ playModeReadOnly WRITE setPlayModeReadOnly)
66 Q_PROPERTY(QString timeLabel READ timeLabel WRITE setTimeLabel)
67 Q_PROPERTY(QList<QVariant> timestepValues READ timestepValues WRITE setTimestepValues)
69 typedef QWidget Superclass;
92 void setTimestepValues(const QList<QVariant>& list);
93 const QList<QVariant>& timestepValues() const;
99 void setCurrentTime(
double t);
105 RealNumberNotation notation() const;
111 int precision() const;
117 void setPlayMode(const QString& mode);
118 QString playMode() const;
126 void setPlayModeReadOnly(
bool val);
127 bool playModeReadOnly() const;
134 void setTimeLabel(const QString& val);
135 QString timeLabel() const;
139 void playModeChanged();
147 void setNotation(RealNumberNotation _notation);
153 void setPrecision(
int precision);
159 void updateCurrentTime(
double t);
165 QScopedPointer<pqInternals> Internals;
RealNumberNotation
This enum specifies which notations to use for displaying the value.
#define PQCOMPONENTS_EXPORT
pqLineEdit subclass that supports a low precision view when inactive
proxy for a VTK object(s) on a server
pqAnimationScene is a representation for a vtkSMAnimationScene proxy.