Added reset button to exposure settings
[harmattan/cameraplus] / lib / qtcamconfig.h
index 48a4b4c..cd7a493 100644 (file)
@@ -3,7 +3,7 @@
 /*!
  * This file is part of CameraPlus.
  *
- * Copyright (C) 2012 Mohammed Sameer <msameer@foolab.org>
+ * Copyright (C) 2012-2013 Mohammed Sameer <msameer@foolab.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
 #define SCANNER_TYPE_ENUM                     "enum"
 
 #define RENDERER_TYPE_MEEGO                   "meego"
-#define RENDERER_TYPE_GENERIC                 "generic"
+
+#ifndef DATA_DIR
+#define DATA_DIR                              "/usr/share/qtcamera/config/"
+#endif /* DATA_DIR */
 
 class QtCamConfigPrivate;
 
@@ -49,8 +52,11 @@ public:
   QString deviceScannerProperty() const;
 
   QString videoSource() const;
+
   QString viewfinderSink() const;
   QString viewfinderRenderer() const;
+  bool viewfinderUseFence() const;
+
   QString audioSource() const;
   QString wrapperVideoSource() const;
   QString wrapperVideoSourceProperty() const;
@@ -69,14 +75,15 @@ public:
 
   QString audioCaptureCaps() const;
 
-  QString imageCaptureStartedSound() const;
-  QString imageCaptureEndedSound() const;
-  QString videoRecordingStartedSound() const;
-  QString videoRecordingEndedSound() const;
-  QString autoFocusAcquiredSound() const;
-
   QStringList viewfinderFilters() const;
 
+  QString roiElement() const;
+  QString roiMessageName() const;
+  QString roiEnableProperty() const;
+  QString roiMessage() const;
+
+  bool isPreviewSupported() const;
+
 private:
   QtCamConfigPrivate *d_ptr;
 };