mobilemessaging/unieditor/application/inc/UniEditorDocument.h
branchRCL_3
changeset 15 52d61119153d
parent 0 72b543305e3a
equal deleted inserted replaced
14:c6838af47512 15:52d61119153d
   521          * Returns number of bytes to show warning notification when SMS size sweeps the boundary value
   521          * Returns number of bytes to show warning notification when SMS size sweeps the boundary value
   522          * Korean operator req : 415-5434
   522          * Korean operator req : 415-5434
   523          */
   523          */
   524         inline TInt SmsSizeWarningBytes();
   524         inline TInt SmsSizeWarningBytes();
   525         
   525         
       
   526         /* Set the Attachemnt flag ELaunchFromCvAttachment */
       
   527         inline  void SetLaunchFromCvAttachment(TBool); 
       
   528         
       
   529          /* Verify is the  flag ELaunchFromCvAttachment is set */
       
   530         inline TBool IsLaunchFromCvAttachment() ;
   526     private:
   531     private:
   527 
   532 
   528         /**
   533         /**
   529         * ConstructL
   534         * ConstructL
   530         * 2nd phase constructor.
   535         * 2nd phase constructor.
   552             EUniDocumentCreationModeUserChangeable = 0x4,
   557             EUniDocumentCreationModeUserChangeable = 0x4,
   553             EUniDocumentEMailOverSms = 0x8,
   558             EUniDocumentEMailOverSms = 0x8,
   554             EUniDocumentRestrictedReplySms = 0x10,
   559             EUniDocumentRestrictedReplySms = 0x10,
   555             EUniDocumentRestrictedReplyMms = 0x20,
   560             EUniDocumentRestrictedReplyMms = 0x20,
   556             EUniDocumentCSPBitsSupported = 0x40,
   561             EUniDocumentCSPBitsSupported = 0x40,
   557             EUniDocumentUnicodeCharacterMode = 0x80
   562             EUniDocumentUnicodeCharacterMode = 0x80,
       
   563             ELaunchFromCvAttachment = 0x100
   558             };
   564             };
   559         
   565         
   560         CEikonEnv*          iEnvironment;
   566         CEikonEnv*          iEnvironment;
   561         RFs&                iFs;
   567         RFs&                iFs;
   562         TUniMessageType     iMessageType;
   568         TUniMessageType     iMessageType;