ganeswidgets/inc/hgwidgets_p.h
changeset 12 6c0ec0ccd2d4
parent 3 c863538fcbb6
child 14 645b870db620
--- a/ganeswidgets/inc/hgwidgets_p.h	Fri Jul 23 10:05:37 2010 +0300
+++ b/ganeswidgets/inc/hgwidgets_p.h	Fri Aug 06 09:27:34 2010 +0300
@@ -75,6 +75,11 @@
     void setItemSpacing(const QSizeF& size);
     QSizeF itemSpacing() const;
 
+    void setHandleLongPress(bool handleLongPress);
+    bool handleLongPress() const;
+    
+    virtual void handleThemeChanged();
+    
     HgWidget *q_ptr;
 
 private:
@@ -114,11 +119,12 @@
     void _q_modelReset();
     void _q_groovePressed(qreal value, Qt::Orientation orientation);
     void _q_updateCurrentItem(const QModelIndex &current, const QModelIndex &previous);
-
+    void _q_themeChanged();
+    
     void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);
 
     void initBufferManager(int itemCount);
-
+    
 protected:
 
     HgContainer *mContainer;