clock/clockui/clockviews/inc/clockmainview.h
changeset 57 bb2d3e476f29
parent 45 b6db4fd4947b
child 75 7ac58b2aae6f
equal deleted inserted replaced
55:2c54b51f39c4 57:bb2d3e476f29
    79 	void updateDateLabel();
    79 	void updateDateLabel();
    80 	void updateClockWidget();
    80 	void updateClockWidget();
    81 
    81 
    82 private:
    82 private:
    83 	QTimer *mTickTimer;
    83 	QTimer *mTickTimer;
       
    84 	QColor mLabelColorGroup;
    84 
    85 
    85 	HbAction *mRefreshMainView;
    86 	HbAction *mRefreshMainView;
    86 	HbAction *mDisplayWorldClockView;
    87 	HbAction *mDisplayWorldClockView;
    87 	HbAction *mAddNewAlarm;
    88 	HbAction *mAddNewAlarm;
    88 	HbAction *mSettingsAction;
    89 	HbAction *mSettingsAction;
    89 	HbAction *mDeleteAction;
    90 	HbAction *mDeleteAction;
    90 
    91 
    91 	HbLabel *mDayLabel;
    92 	HbLabel *mDayLabel;
    92 	HbLabel *mPlaceLabel;
    93 	HbLabel *mPlaceLabel;
       
    94 	HbLabel *mDstIcon;
    93 	HbLabel *mHorizontalDivider;
    95 	HbLabel *mHorizontalDivider;
    94 	HbLabel *mVerticalDivider;
    96 	HbLabel *mVerticalDivider;
    95 	ClockWidget *mClockWidget;
    97 	ClockWidget *mClockWidget;
    96 	HbLabel *mNoAlarmLabel;
    98 	HbLabel *mNoAlarmLabel;
    97 	HbListView *mAlarmList;
    99 	HbListView *mAlarmList;