clock/clockui/clocksettingsview/inc/clocksettingsview.h
changeset 63 a3cb48f6c889
parent 55 2c54b51f39c4
child 70 a5ed90760192
equal deleted inserted replaced
57:bb2d3e476f29 63:a3cb48f6c889
    44 class ClockSettingsView : public QObject
    44 class ClockSettingsView : public QObject
    45 {
    45 {
    46 	Q_OBJECT
    46 	Q_OBJECT
    47 
    47 
    48 public:
    48 public:
    49 	CLOCKSETTINGSVIEW_EXPORT ClockSettingsView(QObject *parent = 0);
    49 	CLOCKSETTINGSVIEW_EXPORT ClockSettingsView(QObject *parent = 0, HbTranslator *translator = 0,
       
    50 	        bool launchedByClock = 1);
    50 	CLOCKSETTINGSVIEW_EXPORT virtual ~ClockSettingsView();
    51 	CLOCKSETTINGSVIEW_EXPORT virtual ~ClockSettingsView();
    51 
    52 
    52 public:
    53 public:
    53 	CLOCKSETTINGSVIEW_EXPORT void loadSettingsView();
    54 	CLOCKSETTINGSVIEW_EXPORT void loadSettingsView();
    54 
    55 
    91 	TimezoneClient *mTimezoneClient;	
    92 	TimezoneClient *mTimezoneClient;	
    92 	XQSettingsManager *mSettingsManager;
    93 	XQSettingsManager *mSettingsManager;
    93 	XQSettingsKey *mAlarmSnoozeTimeKey;
    94 	XQSettingsKey *mAlarmSnoozeTimeKey;
    94 	QHash<int, int> mAlarmSnoozeTimeHash;
    95 	QHash<int, int> mAlarmSnoozeTimeHash;
    95 	HbTranslator *mTranslator;
    96 	HbTranslator *mTranslator;
       
    97 	bool mLaunchedByClock;
    96 };
    98 };
    97 
    99 
    98 #endif // CLOCKSETTINGSVIEW_H
   100 #endif // CLOCKSETTINGSVIEW_H
    99 
   101 
   100 // End of file	--Don't remove this.
   102 // End of file	--Don't remove this.