clock/clockui/clockcityselectionlist/inc/clockcityselectionlist_p.h
changeset 51 0b38fc5b94c6
parent 45 b6db4fd4947b
child 55 2c54b51f39c4
equal deleted inserted replaced
46:ecd7b9840282 51:0b38fc5b94c6
    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 handleTimeZoneSelection(int index);
    61 	void handleTimeZoneSelection(int index);
    62 	void selectedAction(HbAction *action);
    62 	void selectedAction(HbAction *action);
       
    63 	void loadSection(Qt::Orientation orientation);
    63 
    64 
    64 private:
    65 private:
    65 	void showCityList();
    66 	void showCityList();
    66 	QStringList getOffsetTexts();
    67 	QStringList getOffsetTexts();
    67 	void addCityNameField();
    68 	void addCityNameField();
    68 	void addTimeZoneField();
    69 	void addTimeZoneField();
    69 	void addCountryListField();
    70 	void addCountryListField();
       
    71 	
    70 private:
    72 private:
    71 	QPointer<QStandardItemModel> mListModel;
    73 	QPointer<QStandardItemModel> mListModel;
    72 
    74 
    73 	HbDocumentLoader *mLoader;
    75 	HbDocumentLoader *mLoader;
       
    76 	HbDocumentLoader *mAddCityDocloader;
    74 	QPointer<HbView> mView;
    77 	QPointer<HbView> mView;
    75 	QPointer<HbListView> mListView;
    78 	QPointer<HbListView> mListView;
    76 	HbAction *mBackAction;
    79 	HbAction *mBackAction;
    77 	QPointer<HbSearchPanel> mSearchBox;
    80 	QPointer<HbSearchPanel> mSearchBox;
    78 	QPointer<HbAction> mAddOwnCityAction;
    81 	QPointer<HbAction> mAddOwnCityAction;