screensaver/screensaverplugins/snsrbigclockscreensaverplugin/inc/snsrbigclockcontainer.h
changeset 92 6727c5d0afc7
parent 77 4b195f3bea29
equal deleted inserted replaced
85:35368b604b28 92:6727c5d0afc7
    20 
    20 
    21 #include <hbwidget.h>
    21 #include <hbwidget.h>
    22 
    22 
    23 #include "snsrtest_global.h"
    23 #include "snsrtest_global.h"
    24 #include "snsrdocumentloader.h"
    24 #include "snsrdocumentloader.h"
       
    25 #include "screensaver.h"
    25 
    26 
    26 SCREENSAVER_TEST_CLASS(T_SnsrBigClockScreensaverPlugin)
    27 SCREENSAVER_TEST_CLASS(T_SnsrBigClockScreensaverPlugin)
    27 
    28 
    28 class QGraphicsLinearLayout;
    29 class QGraphicsLinearLayout;
    29 class HbIndicatorInterface;
    30 class HbIndicatorInterface;
    45     virtual void changeLayout(Qt::Orientation orientation);
    46     virtual void changeLayout(Qt::Orientation orientation);
    46     
    47     
    47 public:
    48 public:
    48     
    49     
    49     void setIndicatorModel(SnsrIndicatorModel &model);
    50     void setIndicatorModel(SnsrIndicatorModel &model);
       
    51     virtual Screensaver::ScreenPowerMode displayPowerMode();
    50     virtual void getActiveScreenRows(int *firstActiveRow, int *lastActiveRow);
    52     virtual void getActiveScreenRows(int *firstActiveRow, int *lastActiveRow);
    51     virtual bool isOrientationLocked();
    53     virtual bool isOrientationLocked();
    52     virtual int updateIntervalInMilliseconds() = 0;
    54     virtual int updateIntervalInMilliseconds() = 0;
    53 
    55 
    54 protected:
    56 protected: