screensaver/screensaverplugins/snsrbigclockscreensaverplugin/inc/snsrblankcontainer.h
changeset 97 66b5fe3c07fd
parent 95 32e56106abf2
child 98 e6f74eb7f69f
equal deleted inserted replaced
95:32e56106abf2 97:66b5fe3c07fd
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Container for blank screen.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef SNSRBLANKCONTAINER_H
       
    19 #define SNSRBLANKCONTAINER_H
       
    20 
       
    21 #include "snsrbigclockcontainer.h"
       
    22 
       
    23 //SCREENSAVER_TEST_CLASS(T_SnsrBigClockScreensaverPlugin)
       
    24 
       
    25 class SnsrBlankContainer : public SnsrBigClockContainer
       
    26 {
       
    27     Q_OBJECT
       
    28 
       
    29 public:
       
    30 
       
    31     SnsrBlankContainer();
       
    32     ~SnsrBlankContainer();
       
    33 
       
    34 public slots:
       
    35 
       
    36     virtual void update();
       
    37 
       
    38 public: // from base classes
       
    39 
       
    40     virtual Screensaver::ScreenPowerMode displayPowerMode();
       
    41     virtual int updateIntervalInMilliseconds();
       
    42 
       
    43 protected: // from base classes
       
    44 
       
    45     virtual void loadWidgets();
       
    46 
       
    47 private:
       
    48 
       
    49 //    SCREENSAVER_TEST_FRIEND_CLASS(T_SnsrBigClockScreensaverPlugin)
       
    50 };
       
    51 
       
    52 #endif // SNSRBLANKCONTAINER_H