camerauis/cameraxui/cxui/inc/cxuiserviceprovider.h
changeset 58 ddba9caa7f32
parent 19 d9aefe59d544
--- a/camerauis/cameraxui/cxui/inc/cxuiserviceprovider.h	Fri Sep 03 11:00:58 2010 +0300
+++ b/camerauis/cameraxui/cxui/inc/cxuiserviceprovider.h	Fri Sep 17 16:35:28 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -37,11 +37,13 @@
     static void destroy();
     static bool isCameraEmbedded();
 
-    Cxe::CameraMode requestedMode();
+    Cxe::CameraMode requestedMode() const;
 
-    bool allowModeSwitching();
-    bool allowQualityChange();
-    bool allowCameraSwitching();
+    bool allowModeSwitching() const;
+    bool allowQualityChange() const;
+    bool allowCameraSwitching() const;
+
+    QString windowTitle() const;
 
 public slots:
 
@@ -75,6 +77,7 @@
     bool mAllowModeSwitching;
     bool mAllowQualityChange;
     bool mAllowCameraSwitching;
+    QString mWindowTitle;
 
 };