clock/clockui/clockcityselectionlist/inc/clockcityselectionlist_p.h
changeset 45 b6db4fd4947b
parent 18 c198609911f9
child 51 0b38fc5b94c6
child 58 ef813d54df51
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    56 	void handleBackAction();
    56 	void handleBackAction();
    57 	void closeCityList();
    57 	void closeCityList();
    58 	void updateSearchCriteria(const QString &criteria);
    58 	void updateSearchCriteria(const QString &criteria);
    59 	void handleAddOwnCityAction();
    59 	void handleAddOwnCityAction();
    60 	void handleOkAction();
    60 	void handleOkAction();
    61 	void handleCancelAction();
       
    62 	void handleTimeZoneSelection(int index);
    61 	void handleTimeZoneSelection(int index);
       
    62 	void selectedAction(HbAction *action);
    63 
    63 
    64 private:
    64 private:
    65 	void showCityList();
    65 	void showCityList();
    66 	QStringList getOffsetTexts();
    66 	QStringList getOffsetTexts();
    67 	void addCityNameField();
    67 	void addCityNameField();
    79 	QPointer<HbDialog> mAddOwnCityDialog;
    79 	QPointer<HbDialog> mAddOwnCityDialog;
    80 	QPointer<HbLineEdit> mCityNameEdit;
    80 	QPointer<HbLineEdit> mCityNameEdit;
    81 	QPointer<HbComboBox> mTimeZoneComboBox;
    81 	QPointer<HbComboBox> mTimeZoneComboBox;
    82 	QPointer<HbComboBox> mCountryComboBox;
    82 	QPointer<HbComboBox> mCountryComboBox;
    83 
    83 
       
    84 	HbAction *mOkAction;
       
    85 	HbAction *mCancelAction;
       
    86 
    84 	ClockCitySelectionList *q_ptr;
    87 	ClockCitySelectionList *q_ptr;
    85 	TimezoneClient *mClient;
    88 	TimezoneClient *mClient;
    86 	ClockCityListProxyModel *mProxyModel;
    89 	ClockCityListProxyModel *mProxyModel;
    87 
    90 
    88 	QList<int> mTimeZoneOffsetList;
    91 	QList<int> mTimeZoneOffsetList;