--- a/camerauis/cameraxui/cxui/inc/cxuistillprecaptureview.h Tue Jul 06 14:04:02 2010 +0300
+++ b/camerauis/cameraxui/cxui/inc/cxuistillprecaptureview.h Wed Aug 18 09:37:18 2010 +0300
@@ -64,6 +64,7 @@
void restoreActivity(const QString &activityId, const QVariant &data);
void saveActivity();
void clearActivity();
+
protected:
void showEvent(QShowEvent *event);
@@ -74,9 +75,7 @@
// from CxuiPrecaptureView
virtual void handleSettingValueChanged(const QString& key, QVariant newValue);
- // whenever a scene setting is changed on the engine side, an icon might need updating on the toolbar
- // connects to the sceneChanged signal of CxeSettings
- void handleSceneChanged(CxeScene &scene);
+ void handleSceneChanged(const QVariant &newSceneData);
// From CxuiPrecaptureView
virtual void enterStandby();
@@ -111,6 +110,9 @@
void closeDialogs();
void updateFaceTrackingIcon();
+private:
+ void reloadIndicatorWidgets();
+
protected:
CxuiSelfTimer *mSelfTimer;
HbAction *mFlashSetting;