camerauis/cameraxui/cxui/inc/cxuivideoprecaptureview.h
changeset 39 c5025ea871a1
parent 38 0f0b4c1d7744
child 41 67457b2ffb33
--- a/camerauis/cameraxui/cxui/inc/cxuivideoprecaptureview.h	Thu Jul 15 01:44:30 2010 +0300
+++ b/camerauis/cameraxui/cxui/inc/cxuivideoprecaptureview.h	Thu Jul 15 01:46:05 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"
@@ -67,8 +67,6 @@
      */
     virtual void loadWidgets();
 
-    void updateOrientation(Qt::Orientation orientation);
-
 public slots:
 
     // from CxuiPrecaptureView
@@ -114,6 +112,7 @@
     void setVideoTime(HbLabel* label, int time);
     bool getElapsedTime();
     void getRemainingTime();
+    virtual bool allowShowControls() const;
     virtual void showToolbar();
     void disableFeedback();
     void enableFeedback();
@@ -133,9 +132,9 @@
     HbLabel *mRemainingTimeText; // not own
     HbLabel *mRecordingIcon; // not own
     HbAction *mGoToStillAction; // not own
-    HbToolBar *mToolBarIdle; // not own
-    HbToolBar *mToolBarRec; // not own
-    HbToolBar *mToolBarPaused; // not own
+    HbToolBar *mToolbarIdle; // not own
+    HbToolBar *mToolbarRec; // not own
+    HbToolBar *mToolbarPaused; // not own
     HbDialog *mVideoScenePopup;
     CxeVideoCaptureControl *mVideoCaptureControl;
     HbMenu *mMenu;    // own