ipsservices/nmipssettings/inc/nmipssettingshelper.h
changeset 65 478bc57ad291
parent 59 16ed8d08d0b1
child 68 83cc6bae1de8
equal deleted inserted replaced
59:16ed8d08d0b1 65:478bc57ad291
   115 private slots:
   115 private slots:
   116 
   116 
   117     void receivingWeekdaysModified();
   117     void receivingWeekdaysModified();
   118     void startTimeModified(QTime time);
   118     void startTimeModified(QTime time);
   119     void endTimeModified(QTime time);
   119     void endTimeModified(QTime time);
   120     void refreshPeriodModified(QPersistentModelIndex, QVariant);
   120     void refreshPeriodModified(HbAction *action);
   121     void handleMailboxDelete(HbAction *action);
   121     void handleMailboxDelete(HbAction *action);
   122     void handleMailboxDeleteUpdate(HbAction *action);
   122     void handleMailboxDeleteUpdate(HbAction *action);
   123     void handleUserDefinedIncomingPortInput(HbAction *action);
   123     void handleUserDefinedIncomingPortInput(HbAction *action);
   124     void handleUserDefinedFolderPathInput(HbAction *action);
   124     void handleUserDefinedFolderPathInput(HbAction *action);
   125     void handleUserDefinedOutgoingPortInput(HbAction *action);
   125     void handleUserDefinedOutgoingPortInput(HbAction *action);
   126     void handleConnectionSelected(uint status);
   126     void handleConnectionSelected(uint status);
       
   127     void refreshIndexModified(int index);
   127     
   128     
   128 private:
   129 private:
   129 
   130 
   130     enum AppLibUpdateOperation
   131     enum AppLibUpdateOperation
   131     {
   132     {
   162     HbInputDialog *mOutgoingPortInputDialog; // Owned.
   163     HbInputDialog *mOutgoingPortInputDialog; // Owned.
   163     HbValidator *mOutgoingPortInputValidator; // Owned.
   164     HbValidator *mOutgoingPortInputValidator; // Owned.
   164     CmApplSettingsUi *mDestinationDialog; // Owned.
   165     CmApplSettingsUi *mDestinationDialog; // Owned.
   165     bool mServerInfoDynamicItemsVisible;
   166     bool mServerInfoDynamicItemsVisible;
   166     bool mAbortDynamicRSItemHandling;
   167     bool mAbortDynamicRSItemHandling;
       
   168     int mCurrentRefreshIndex;
   167 };
   169 };
   168 
   170 
   169 #endif // NMIPSSETTINGSHELPER_H
   171 #endif // NMIPSSETTINGSHELPER_H