aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/scene/mscenemanager_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/scene/mscenemanager_p.h')
-rw-r--r--src/corelib/scene/mscenemanager_p.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/corelib/scene/mscenemanager_p.h b/src/corelib/scene/mscenemanager_p.h
index ed6a7998..033be96c 100644
--- a/src/corelib/scene/mscenemanager_p.h
+++ b/src/corelib/scene/mscenemanager_p.h
@@ -96,6 +96,7 @@ public:
QPointF calculateSceneWindowPosition(MSceneWindow *window);
void setSceneWindowGeometry(MSceneWindow *window);
void setSceneWindowGeometries();
+ void setParentItemForSceneWindow(MSceneWindow *window, MSceneWindow::WindowType type);
void notifyWidgetsAboutOrientationChange();
void rotateToAngle(M::OrientationAngle newAngle);
void setOrientationAngleWithoutAnimation(M::OrientationAngle newAngle);
@@ -135,8 +136,6 @@ public:
MSceneWindow *oldPage,
MPageSwitchAnimation::PageTransitionDirection direction);
- QRectF calculateAvailableSceneRect(MSceneWindow *window);
-
void createOrientationAnimation();
void createAppearanceAnimationForSceneWindow(MSceneWindow *sceneWindow);
@@ -195,6 +194,9 @@ public:
MScene *scene;
QGraphicsWidget *rootElement;
+ QGraphicsWidget *homeButtonRootElement;
+ QGraphicsWidget *navigationBarRootElement;
+
MOrientationAnimation *orientationAnimation;
MPageSwitchAnimation *pageSwitchAnimation;