gssettingsuis/Gs/GSDisplayPlugin/Inc/GSDisplayPluginModel.h
branchRCL_3
changeset 13 23553eb4e470
parent 0 8c5d936e5675
equal deleted inserted replaced
12:c8b9b0986973 13:23553eb4e470
   159         /**
   159         /**
   160         * Returns the period of time after which the screen saver starts
   160         * Returns the period of time after which the screen saver starts
   161         * if the keys are not pressed.
   161         * if the keys are not pressed.
   162         * @return Minutes between 1 and 30.
   162         * @return Minutes between 1 and 30.
   163         */
   163         */
   164         TInt ScreenSaverPeriodL();
   164         TInt ScreenSaverAndKeyguardPeriodL();
   165 
   165 
   166         /**
   166         /**
   167         * Sets the period of time after which the screen saver starts
   167         * Sets the period of time after which the screen saver starts
   168         * if the keys are not pressed.
   168         * if the keys are not pressed.
   169         * @param aPeriod Screen saver period (minutes between 1 and 30).
   169         * @param aPeriod Screen saver period (minutes between 1 and 30).
   170         */
   170         */
   171         void SetScreenSaverPeriodL( const TInt aPeriod );
   171         void SetScreenSaverAndKeyguardPeriodL( const TInt aPeriod );
   172 
   172 
   173         /**
   173         /**
   174         * Returns the period of time after which the backlight fades out
   174         * Returns the period of time after which the backlight fades out
   175         * if the keys are not pressed.
   175         * if the keys are not pressed.
   176         * @return Seconds between 5 and 60.
   176         * @return Seconds between 5 and 60.
   334         //Central repository objects
   334         //Central repository objects
   335         CRepository* iPersonalizationRepository;
   335         CRepository* iPersonalizationRepository;
   336         CRepository* iStartupConfRepository;
   336         CRepository* iStartupConfRepository;
   337         CRepository* iScreensaverRepository;
   337         CRepository* iScreensaverRepository;
   338         CRepository* iLightRepository;
   338         CRepository* iLightRepository;
       
   339         CRepository* iSecurityRepository;
   339         CRepository* iGSVariationRepository;
   340         CRepository* iGSVariationRepository;
   340         CRepository* iAvkonRepository;
   341         CRepository* iAvkonRepository;
   341         // Used for OperatorLogo
   342         // Used for OperatorLogo
   342         CCenRepNotifyHandler* iNotifyHandlerForOpLogo;
   343         CCenRepNotifyHandler* iNotifyHandlerForOpLogo;
   343         CCenRepNotifyHandler* iNotifyHandlerForOpLogoVisible;
   344         CCenRepNotifyHandler* iNotifyHandlerForOpLogoVisible;