ui/widgets/glxzoomwidget/inc/glxzoomwidget.h
changeset 45 863223ea6961
parent 44 aa2fa096cbfb
child 50 a0f57508af73
child 55 fb37077c270f
--- a/ui/widgets/glxzoomwidget/inc/glxzoomwidget.h	Fri Jun 11 17:53:15 2010 +0530
+++ b/ui/widgets/glxzoomwidget/inc/glxzoomwidget.h	Fri Jun 25 15:41:33 2010 +0530
@@ -48,7 +48,12 @@
     void activate();
     void setMinMaxZValue(int minZvalue, int maxZvalue);
     void connectDecodeRequestToPinchEvent();
-
+    
+    /*
+     * This is an overloaded function when an index is changes due to deletion 
+     */
+    void indexChanged();
+    
     signals:
     void pinchGestureReceived(int index);
     void zoomWidgetMovedBackground(int index);
@@ -70,7 +75,7 @@
     void timerEvent(QTimerEvent *event);
     protected slots:
     void dataChanged(QModelIndex startIndex, QModelIndex endIndex);
-
+    void modelDestroyed();
 
     private:
     bool executeGestureEvent(QGraphicsItem *source,QGestureEvent *event);