phonesettings/cpphonesettingsplugins/cptelephonyutils/inc/cpphonenotes.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 30 ebdbd102c78a
parent 45 6b911d05207e
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
    91      @param     noteId      On return contains unique note identifier.
    91      @param     noteId      On return contains unique note identifier.
    92      @param     errorCode   Code specifying error situation. 
    92      @param     errorCode   Code specifying error situation. 
    93      */
    93      */
    94     void showGlobalErrorNote(int &noteId, int errorCode);
    94     void showGlobalErrorNote(int &noteId, int errorCode);
    95     
    95     
    96     /**
       
    97      Shows the basic service list.
       
    98      @param     title                   Heading to be used for the list.
       
    99      @param     basicServiceGroupIds    Basic services to be listed. 
       
   100      */
       
   101     void showBasicServiceList(
       
   102         const QString &title, 
       
   103         const QList<unsigned char> &basicServiceGroupIds);
       
   104     
    96     
   105     /**
    97     /**
   106      Shows detailed call divert information about the selected divert service
    98      Shows detailed call divert information about the selected divert service
   107      group.
    99      group.
   108      @param     divertStatus    Divert status information.
   100      @param     divertStatus    Divert status information.
   136     
   128     
   137     /**
   129     /**
   138      Slot for HbDialog finished singal.
   130      Slot for HbDialog finished singal.
   139      */
   131      */
   140     void finishedPasswordQueryDialog(HbAction* action);
   132     void finishedPasswordQueryDialog(HbAction* action);
   141     
   133 
       
   134     /**
       
   135      Shows notification dialog. 
       
   136      @param     text        Text to show on a dialog.
       
   137      */
       
   138     void showNotificationDialog(const QString& text);
       
   139 
   142 private:
   140 private:
   143     
       
   144     /**
       
   145      Resolves basic service group name by identifier.
       
   146      @param     basicServiceGroupId     Group identifier.
       
   147      @return    Group name.
       
   148      */
       
   149     QString basicServiceGroupName(BasicServiceGroups basicServiceGroupId) const;
       
   150     
   141     
   151     /**
   142     /**
   152      Formats phone number according to locale specific rules.
   143      Formats phone number according to locale specific rules.
   153      @param     number          Unformatted phone number.
   144      @param     number          Unformatted phone number.
   154      @return    Formatted number.
   145      @return    Formatted number.