phoneapp/phoneuiutils/inc/tphonecmdparamcallheaderdata.h
changeset 50 377c906a8701
parent 37 ba76fc04e6c2
equal deleted inserted replaced
46:bc5a64e5bc3c 50:377c906a8701
    56         /**
    56         /**
    57         * C++ default constructor.
    57         * C++ default constructor.
    58         */
    58         */
    59         IMPORT_C TPhoneCmdParamCallHeaderData();
    59         IMPORT_C TPhoneCmdParamCallHeaderData();
    60 
    60 
       
    61         /**
       
    62         * destructor.
       
    63         */
       
    64         IMPORT_C ~TPhoneCmdParamCallHeaderData();
    61     public: 
    65     public: 
    62         
    66         
    63         /**
    67         /**
    64         * Sets the call header label text.
    68         * Sets the call header label text.
    65         * @param aLabel is the label
    69         * @param aLabel is the label
   309     private:    
   313     private:    
   310         
   314         
   311         /**
   315         /**
   312         * Call header label text
   316         * Call header label text
   313         */
   317         */
   314         TBuf<KPhoneCallHeaderLabelMaxLength> iLabelText;
   318         HBufC *iLabelText;
   315 
   319 
   316         /**
   320         /**
   317         * Call header short label text
   321         * Call header short label text
   318         */
   322         */
   319         TBuf<KPhoneCallHeaderLabelMaxLength> iShortLabelText;
   323         HBufC *iShortLabelText;
   320 
   324 
   321         /**
   325         /**
   322         * Call header call state
   326         * Call header call state
   323         */
   327         */
   324         TInt iCallState;
   328         TInt iCallState;
   339         TBool iCiphering;
   343         TBool iCiphering;
   340 
   344 
   341         /**
   345         /**
   342         * Call header CLI Text
   346         * Call header CLI Text
   343         */
   347         */
   344         TBuf<KCntMaxTextFieldLength> iCLIText;
   348         HBufC *iCLIText;
   345 
   349 
   346         /**
   350         /**
   347          * Clipping direction of the CLI text.
   351          * Clipping direction of the CLI text.
   348          */
   352          */
   349         TPhoneTextClippingDirection iCLITextClippingDirection;
   353         TPhoneTextClippingDirection iCLITextClippingDirection;
   355         TPhoneTextClippingDirection iCNAPTextClippingDirection;
   359         TPhoneTextClippingDirection iCNAPTextClippingDirection;
   356         
   360         
   357         /**
   361         /**
   358         * Call header CNAP Text
   362         * Call header CNAP Text
   359         */
   363         */
   360         TBuf<KCntMaxTextFieldLength> iCNAPText;
   364         HBufC *iCNAPText;
   361 
   365 
   362         /**
   366         /**
   363         * Call header picture data
   367         * Call header picture data
   364         */
   368         */
   365         TPtrC iPicture;
   369         TPtrC iPicture;