homescreenapp/stateplugins/hshomescreenstateplugin/inc/hsidlestate.h
changeset 96 458d8c8d9580
parent 92 6727c5d0afc7
--- a/homescreenapp/stateplugins/hshomescreenstateplugin/inc/hsidlestate.h	Fri Sep 17 08:27:54 2010 +0300
+++ b/homescreenapp/stateplugins/hshomescreenstateplugin/inc/hsidlestate.h	Mon Oct 04 00:07:25 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;