camerauis/cameraxui/cxengine/inc/cxeautofocuscontrolsymbian.h
changeset 39 c5025ea871a1
parent 28 3075d9b614e6
child 36 b12f3922a74f
equal deleted inserted replaced
38:0f0b4c1d7744 39:c5025ea871a1
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    46 
    46 
    47     CxeError::Id  start(bool soundEnabled = true);
    47     CxeError::Id  start(bool soundEnabled = true);
    48     void cancel();
    48     void cancel();
    49     void setMode( CxeAutoFocusControl::Mode newMode );
    49     void setMode( CxeAutoFocusControl::Mode newMode );
    50     CxeAutoFocusControl::Mode mode() const;
    50     CxeAutoFocusControl::Mode mode() const;
       
    51     bool isFixedFocusMode(CxeAutoFocusControl::Mode mode) const;
    51 
    52 
    52     CxeAutoFocusControl::State state() const;
    53     CxeAutoFocusControl::State state() const;
    53     bool supported() const;
    54     bool supported() const;
    54 
    55 
    55     bool isSoundEnabled() const;
    56     bool isSoundEnabled() const;