satui/satapp/inc/satappcommandhandler.h
changeset 15 d7fc66ccd6fb
parent 12 ae8abd0db65c
equal deleted inserted replaced
13:e32024264ebb 15:d7fc66ccd6fb
   173         const int aMaxLength,
   173         const int aMaxLength,
   174         const bool aHideInput,
   174         const bool aHideInput,
   175         //const QPixmap* /*aIconBitmapGetInput*/,
   175         //const QPixmap* /*aIconBitmapGetInput*/,
   176         const bool aSelfExplanatory,
   176         const bool aSelfExplanatory,
   177         unsigned int &aDuration);
   177         unsigned int &aDuration);
   178     
   178 
       
   179     /**
       
   180     * Notification of the SAT Call Control command.
       
   181     * @param aText The text string to be displayed.
       
   182     * @param aAlphaIdStatus alpha ID's status
       
   183     */
       
   184     void callControl(
       
   185         const QString &aText,
       
   186         const TSatAlphaIdStatus aAlphaIdStatus);        
       
   187 
       
   188     /**
       
   189     * Notification of the SAT Mo Sms Control command.
       
   190     * @param aText The text string to be displayed.
       
   191     * @param aAlphaIdStatus alpha ID's status
       
   192     */
       
   193     void moSmControl(
       
   194         const QString &aText,
       
   195         const TSatAlphaIdStatus aAlphaIdStatus);
       
   196         
   179     /**
   197     /**
   180     * Shows the confirmation note about the SAT Send SMS, Send SS or
   198     * Shows the confirmation note about the SAT Send SMS, Send SS or
   181     * Send USSD command.
   199     * Send USSD command.
   182     * @param aText The text to be displayed.
   200     * @param aText The text to be displayed.
   183     * @param aActionAccepted Indicates whether the command was accepted.
   201     * @param aActionAccepted Indicates whether the command was accepted.
   228         const QString &aText,
   246         const QString &aText,
   229         const QString &aSimAppName,
   247         const QString &aSimAppName,
   230         bool &aActionAccepted//,
   248         bool &aActionAccepted//,
   231         //const CFbsBitmap* aIconBitmap,
   249         //const CFbsBitmap* aIconBitmap,
   232         //const TBool aSelfExplanatory
   250         //const TBool aSelfExplanatory
   233        );    
   251        );
   234     
   252 
       
   253     /**
       
   254     * Shows the wait note about the Send Ss or Ussd command.
       
   255     * @param aText The text to be displayed.
       
   256     * @param aIconBitmapSendSM Sending dialog icon.
       
   257     * @param aSelfExplanatoryIcon A flag indicating if only icon is shown.
       
   258     */
       
   259     void showSsWaitNote(
       
   260         const QString &aText,
       
   261         //const CFbsBitmap* aIconBitmapSendSM,
       
   262         const bool aSelfExplanatoryIcon
       
   263         );
       
   264 
       
   265     /**
       
   266     * Shows the wait note about BIP
       
   267     * @param aCommand command type.
       
   268     * @param aText The text to be displayed.
       
   269     */
       
   270     void showBIPWaitNote(int aCommand, const QString &aText);
       
   271     
       
   272 
   235 private:
   273 private:
   236     SatAppUiProvider &mUi;    
   274     /**
       
   275     * Not own.
       
   276     */
       
   277     SatAppUiProvider &mUi;
       
   278 
   237 };
   279 };
   238 
   280 
   239 #endif /* SATAPPCOMMANDHANDLER_H */
   281 #endif /* SATAPPCOMMANDHANDLER_H */