searchui/stateproviders/searchstateprovider/inc/settingswidget.h
changeset 17 7d8c8d8f5eab
parent 12 993ab30e92fc
equal deleted inserted replaced
12:993ab30e92fc 17:7d8c8d8f5eab
   110     /**
   110     /**
   111      * initilize the settings wizard while entering to the setting state
   111      * initilize the settings wizard while entering to the setting state
   112      */
   112      */
   113 
   113 
   114     void initialize();
   114     void initialize();
   115     
   115 
   116     void setSettingsFilePath();
       
   117     
       
   118     void loadIS();
   116     void loadIS();
   119 
   117 
   120 public slots:
   118 public slots:
   121     /**
   119     /**
   122      * will be called when settings OK is clicked
   120      * will be called when settings OK is clicked
   137     void q_currentIndexChanged(int);
   135     void q_currentIndexChanged(int);
   138 
   136 
   139     void slotproviderDetails(QString, HbIcon, int);
   137     void slotproviderDetails(QString, HbIcon, int);
   140 
   138 
   141     void slotdefaultProvider(const int);
   139     void slotdefaultProvider(const int);
   142     
   140 
   143     void slotitemSelected(int);
   141     void slotitemSelected(int);
   144 signals:
   142 signals:
   145     /**
   143     /**
   146      * Emitted when setting closed
   144      * Emitted when setting closed
   147      * 
   145      * 
   155     /**
   153     /**
   156      * Emitted when categories selected or deselected
   154      * Emitted when categories selected or deselected
   157      * 
   155      * 
   158      */
   156      */
   159     void selectedItemCategory(int, bool);
   157     void selectedItemCategory(int, bool);
   160     
   158 
   161     void ISProvidersIcon(HbIcon,int);
   159     void ISProvidersIcon(HbIcon, int);
   162 
   160 
   163 private:
   161 private:
   164     /**
   162     /**
   165      * for Device category list
   163      * for Device category list
   166      */
   164      */
   248 
   246 
   249     bool mInstialize;
   247     bool mInstialize;
   250     bool mchangestate;
   248     bool mchangestate;
   251 
   249 
   252     OnlineHandler *mInternetHandler;
   250     OnlineHandler *mInternetHandler;
   253    // QStringList mServiceProviders;
   251 
   254     QMap<int, QString> mServiceProviders;
   252     QMap<int, QString> mServiceProviders;
   255     
   253 
   256     QString mSettingFileName;
   254     SEARCH_FRIEND_CLASS (SearchStateProviderTest)
   257 SEARCH_FRIEND_CLASS    (SearchStateProviderTest)
       
   258     };
   255     };
   259 #endif
   256 #endif