src/hbcore/primitives/hbmarqueeitem.h
changeset 34 ed14f46c0e55
parent 7 923ff622b8b9
--- a/src/hbcore/primitives/hbmarqueeitem.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbcore/primitives/hbmarqueeitem.h	Mon Oct 18 18:23:13 2010 +0300
@@ -47,6 +47,8 @@
     int loopCount() const;
     void setLoopCount(int count);
 
+    void setGeometry(const QRectF &rect);
+
     enum { Type = Hb::ItemType_MarqueeItem };
     int type() const { return Type; }
 
@@ -71,8 +73,8 @@
 private:
     Q_DECLARE_PRIVATE_D(d_ptr, HbMarqueeItem)
     Q_PRIVATE_SLOT(d_func(), void _q_stateChanged())
-
-
+    Q_PRIVATE_SLOT(d_func(), void _q_tryToResumeAnimation())
+    Q_PRIVATE_SLOT(d_func(), void void _q_temporaryStopAnimation())
 };
 
 #endif // HBMARQUEEITEM_H