work around an issue with the connection dialog for now
[harmattan/cameraplus] / lib / qtcamiso.h
1 // -*- c++ -*-
2
3 #ifndef QT_CAM_ISO_H
4 #define QT_CAM_ISO_H
5
6 #include "qtcamcapability.h"
7
8 class QtCamIso : public QtCamCapability {
9   Q_OBJECT
10
11 public:
12   QtCamIso(QtCamDevice *dev, QObject *parent = 0);
13   ~QtCamIso();
14
15   unsigned int value();
16   bool setValue(unsigned int val);
17
18   unsigned int minimumValue();
19   unsigned int maximumValue();
20 };
21
22 #endif /* QT_CAM_ISO_H */