X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lib%2Fqtcamautofocus.h;h=620e6552f4a0fe460da6cf6f3a1f64c0082334fb;hb=bbaadb8139399ca7d6088bf8ff69fa487eae57bd;hp=9255a2b63c287d041e068a5a522e4bf2fbe96c61;hpb=9fb6ede54e65f34a7cdd328a4728e2f2b0989f68;p=harmattan%2Fcameraplus diff --git a/lib/qtcamautofocus.h b/lib/qtcamautofocus.h index 9255a2b..620e655 100644 --- a/lib/qtcamautofocus.h +++ b/lib/qtcamautofocus.h @@ -3,7 +3,7 @@ /*! * This file is part of CameraPlus. * - * Copyright (C) 2012 Mohammed Sameer + * Copyright (C) 2012-2013 Mohammed Sameer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -24,6 +24,7 @@ #define QT_CAM_AUTO_FOCUS_H #include +#include "qtcamscene.h" class QtCamDevice; class QtCamAutoFocusPrivate; @@ -53,6 +54,8 @@ public: bool startAutoFocus(); bool stopAutoFocus(); + bool canFocus(const QtCamScene::SceneMode& mode); + signals: void statusChanged(); void cafStatusChanged();