screensaver/screensaverplugins/snsrbigclockscreensaverplugin/snsrclockwidgets/inc/snsroledclockwidget.h
changeset 69 87476091b3f5
parent 62 341166945d65
equal deleted inserted replaced
67:474929a40a0f 69:87476091b3f5
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    51 
    51 
    52     HbIconItem *mClockBackground;
    52     HbIconItem *mClockBackground;
    53     HbIconItem *mClockHourHand;
    53     HbIconItem *mClockHourHand;
    54     HbIconItem *mClockMinuteHand;
    54     HbIconItem *mClockMinuteHand;
    55     // TODO: not known yet what label (or any) is shown in clock face (day or am/pm or none)
    55     // TODO: not known yet what label (or any) is shown in clock face (day or am/pm or none)
       
    56     // If some label will be put onto the clock face, then it's color must come
       
    57     // from theme and is most propably different than SnsrLabel uses (=text/icon color
       
    58     // used in screensaver in general
    56     //HbIconItem *mClockDateFrame;
    59     //HbIconItem *mClockDateFrame;
    57     //SnsrLabel *mClockDateLabel;
    60     //SnsrLabel *mClockDateLabel;
    58     
    61     
    59     Q_DISABLE_COPY(SnsrOledClockWidget)
    62     Q_DISABLE_COPY(SnsrOledClockWidget)
    60     SCREENSAVER_TEST_FRIEND_CLASS(T_SnsrClockWidgets)
    63     SCREENSAVER_TEST_FRIEND_CLASS(T_SnsrClockWidgets)