homescreenapp/stateplugins/hshomescreenstateplugin/inc/hsidlestate.h
changeset 90 3ac3aaebaee5
parent 86 e4f038c420f7
child 95 32e56106abf2
--- a/homescreenapp/stateplugins/hshomescreenstateplugin/inc/hsidlestate.h	Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/stateplugins/hshomescreenstateplugin/inc/hsidlestate.h	Mon Sep 20 10:19:07 2010 +0300
@@ -66,6 +66,7 @@
     void event_preRemovePage();
     void event_removePage();
     void event_toggleConnection();
+    void event_MoveWidgetDelete();
 
 protected:
     bool eventFilter(QObject *watched, QEvent *event);
@@ -111,7 +112,9 @@
     void action_moveWidget_connectOrientationChangeEventHandler();
     void action_moveWidget_setWidgetSnap();
     void action_moveWidget_reparentToPage();
+    void action_moveWidgetDelete_deleteWidgetOnTrashbin();
     void action_moveWidget_startWidgetDropEffect();
+    void action_moveWidget_disableInteractive();
     void action_moveWidget_disconnectGestureHandlers();
     void action_moveWidget_disconnectOrientationChangeEventHandler();
     void action_moveWidget_preventZoneAnimation();
@@ -150,6 +153,7 @@
 
 private:
     bool isEditor(const QPointF &point, HsWidgetHost *widget);
+    void stopPageChangeAnimations();
     
 private:
     HbAction *mNavigationAction;