• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

qmcabc.h

Go to the documentation of this file.
00001 
00034 #ifndef __QMCABC_H__
00035 #define __QMCABC_H__
00036 
00037 #include <QObject>
00038 #include "system_global.h"
00039 
00040 QT_BEGIN_HEADER
00041 
00042 namespace MeeGo
00043 {
00044 
00051 class MEEGO_SYSTEM_EXPORT QmCABC : public QObject
00052 {
00053     Q_OBJECT
00054     Q_ENUMS(Mode)
00055 
00056 public:
00057     enum Mode
00058     {
00059         Off=0,          
00060         Ui=1,           
00061         StillImage=2,   
00062         MovingImage=3   
00063     };
00064 
00065     QmCABC(QObject *parent = 0) : QObject(parent) {};
00066 
00071     Mode get() const;
00072 
00082     bool set(Mode mode);
00083 };
00084 
00085 } // namespace MeeGo
00086 
00087 QT_END_HEADER
00088 
00089 #endif

Generated on Mon Jul 4 2011 14:27:35 for QmSystem by  doxygen 1.7.1