camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakeautofocuscontrol.cpp
changeset 38 0f0b4c1d7744
parent 19 d9aefe59d544
child 32 5c1e3c6aa4ef
equal deleted inserted replaced
28:3075d9b614e6 38:0f0b4c1d7744
    33 CxeFakeAutoFocusControl::~CxeFakeAutoFocusControl()
    33 CxeFakeAutoFocusControl::~CxeFakeAutoFocusControl()
    34 {
    34 {
    35     CX_DEBUG_IN_FUNCTION();
    35     CX_DEBUG_IN_FUNCTION();
    36 }
    36 }
    37 
    37 
    38 CxeError::Id CxeFakeAutoFocusControl::start()
    38 CxeError::Id CxeFakeAutoFocusControl::start(bool soundEnabled)
    39 {
    39 {
    40     CX_DEBUG_IN_FUNCTION();
    40     CX_DEBUG_IN_FUNCTION();
    41     return CxeError::None;
    41     return CxeError::None;
    42 }
    42 }
    43 
    43 
    58 {
    58 {
    59     return mAfMode;
    59     return mAfMode;
    60 }
    60 }
    61 
    61 
    62 bool CxeFakeAutoFocusControl::supported() const
    62 bool CxeFakeAutoFocusControl::supported() const
       
    63 {
       
    64     return true;
       
    65 }
       
    66 
       
    67 bool CxeFakeAutoFocusControl::isSoundEnabled() const
    63 {
    68 {
    64     return true;
    69     return true;
    65 }
    70 }
    66 
    71 
    67 CxeAutoFocusControl::State CxeFakeAutoFocusControl::state() const
    72 CxeAutoFocusControl::State CxeFakeAutoFocusControl::state() const