src/gui/widgets/qwidgetanimator_p.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    68     Q_OBJECT
    68     Q_OBJECT
    69 public:
    69 public:
    70     QWidgetAnimator(QMainWindowLayout *layout);
    70     QWidgetAnimator(QMainWindowLayout *layout);
    71     void animate(QWidget *widget, const QRect &final_geometry, bool animate);
    71     void animate(QWidget *widget, const QRect &final_geometry, bool animate);
    72     bool animating() const;
    72     bool animating() const;
    73     bool animating(QWidget *widget) const;
       
    74 
    73 
    75     void abort(QWidget *widget);
    74     void abort(QWidget *widget);
    76 
    75 
    77 #ifndef QT_NO_ANIMATION
    76 #ifndef QT_NO_ANIMATION
    78 private Q_SLOTS:
    77 private Q_SLOTS: