controlpanelui/src/cpplugins/keytouchfdbkplugin/src/cpkeyscreenmodel.h
changeset 41 ab0490982943
parent 19 36aa4756ee82
equal deleted inserted replaced
36:2fee987ebaff 41:ab0490982943
    16  */
    16  */
    17 
    17 
    18 #ifndef CPKEYSCREENMODEL_H
    18 #ifndef CPKEYSCREENMODEL_H
    19 #define CPKEYSCREENMODEL_H
    19 #define CPKEYSCREENMODEL_H
    20 
    20 
       
    21 
    21 class CpKeyScreenModelPrivate;
    22 class CpKeyScreenModelPrivate;
    22 
    23 
    23 class CpKeyScreenModel
    24 class CpKeyScreenModel
    24     {
    25     {
    25 public:
    26 public:
    34     bool rotate();
    35     bool rotate();
    35     void setRotate(bool value);
    36     void setRotate(bool value);
    36     bool isBrightnessSupported();
    37     bool isBrightnessSupported();
    37     int brightness();
    38     int brightness();
    38     void setBrightness(int value);
    39     void setBrightness(int value);
    39     bool isCallibrationSupported();
    40     bool isScreensaverSupported();
    40 
    41     bool screensaver();
       
    42     void setScreensaver(bool value);
    41 private:
    43 private:
    42     CpKeyScreenModelPrivate* ptr;
    44     CpKeyScreenModelPrivate* ptr;
    43     };
    45     };
    44 
    46 
    45 #endif
    47 #endif