messagingapp/msgui/unifiededitor/inc/msgunieditorattachment.h
changeset 27 e4592d119491
parent 25 84d9eb65b26f
child 47 5b14749788d7
equal deleted inserted replaced
25:84d9eb65b26f 27:e4592d119491
    32 public:
    32 public:
    33 
    33 
    34     /**
    34     /**
    35      * Constructor
    35      * Constructor
    36      */
    36      */
    37     MsgUnifiedEditorAttachment( const QString& pluginPath,
    37     MsgUnifiedEditorAttachment( const QString& attachmentpath,
    38                                 const QString& attachmentpath,
       
    39                                 const int filesize,
    38                                 const int filesize,
    40                                 QGraphicsItem *parent = 0 );
    39                                 QGraphicsItem *parent = 0 );
    41 
    40 
    42     /**
    41     /**
    43      * Destructor
    42      * Destructor
    66      * Check if the attachment content is MM content
    65      * Check if the attachment content is MM content
    67      * @return true/false
    66      * @return true/false
    68      */
    67      */
    69     bool isMultimediaContent();
    68     bool isMultimediaContent();
    70     
    69     
    71     HbFeedback::InstantEffect overrideFeedback(Hb::InstantInteraction interaction) const;
    70     /*
       
    71      * Depricated
       
    72      */
       
    73   //  HbFeedback::InstantEffect overrideFeedback(Hb::InstantInteraction interaction) const;
    72 
    74 
    73 protected:
    75 protected:
    74     /**
    76     /**
    75      * reimplemented from base class.
    77      * reimplemented from base class.
    76      */
    78      */
   117 	 */
   119 	 */
   118     void viewDetails();
   120     void viewDetails();
   119 
   121 
   120 private:
   122 private:
   121     /**
   123     /**
   122 	 * style plugin path
       
   123 	 */
       
   124     QString mPluginPath;
       
   125 
       
   126     /**
       
   127 	 * attachment file's path
   124 	 * attachment file's path
   128 	 */
   125 	 */
   129     QString mPath;
   126     QString mPath;
   130 
   127 
   131     /**
   128     /**