18class LIBDTKWIDGETSHARED_EXPORT 
DPictureSequenceView : 
public QGraphicsView, 
public DTK_CORE_NAMESPACE::DObject
 
   21    Q_PROPERTY(
int speed READ speed WRITE setSpeed NOTIFY speedChanged)
 
   22    Q_PROPERTY(
bool singleShot READ singleShot WRITE setSingleShot)
 
   27    void setPictureSequence(const QString &srcFormat, const QPair<
int, 
int> &range, const 
int fieldWidth = 0, const 
bool autoScale = false);
 
   28    void setPictureSequence(const QStringList &sequence, const 
bool autoScale = false);
 
   29    void setPictureSequence(const QList<QPixmap> &sequence, const 
bool autoScale = false);
 
   35    void setSpeed(
int speed);
 
   37    bool singleShot() const;
 
   38    void setSingleShot(
bool singleShot);
 
   41    void speedChanged(
int speed) const;
 
   45    D_PRIVATE_SLOT(
void _q_refreshPicture())