--- a/camerauis/cameraxui/cxui/inc/cxuistillprecaptureview.h Thu May 27 12:43:29 2010 +0300
+++ b/camerauis/cameraxui/cxui/inc/cxuistillprecaptureview.h Fri Jun 11 13:26:48 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"
@@ -75,12 +75,10 @@
*/
virtual void loadWidgets();
- void updateOrientation(Qt::Orientation orientation);
-
protected:
void showEvent(QShowEvent *event);
- virtual void showToolbar();
+ virtual bool allowShowControls() const;
public slots:
@@ -97,7 +95,6 @@
void setCapturePending();
void goToVideo();
- void launchSceneModesPopup();
// Key events
void handleCaptureKeyPressed();
@@ -117,14 +114,11 @@
*/
void resetCapturePendingFlag();
- void showControls();
-
/**
* Application focus slots are called if focus state is changed.
* Camera is released or reserved according to new state.
*/
void handleFocusLost();
- void handleFocusGained();
void launchSetting();
void updateImagesLeftLabel();