messagingapp/msgui/unifiededitor/inc/msgattachmentcontainer.h
changeset 27 e4592d119491
parent 25 84d9eb65b26f
equal deleted inserted replaced
25:84d9eb65b26f 27:e4592d119491
    37     };
    37     };
    38 
    38 
    39     /**
    39     /**
    40      * Constructor
    40      * Constructor
    41      */
    41      */
    42     MsgAttachmentContainer(const QString& pluginPath, QGraphicsItem *parent = 0);
    42     MsgAttachmentContainer( QGraphicsItem *parent = 0);
    43 
    43 
    44     /**
    44     /**
    45      * Destructor
    45      * Destructor
    46      */
    46      */
    47     ~MsgAttachmentContainer();
    47     ~MsgAttachmentContainer();
   102      * size of the msg
   102      * size of the msg
   103      */
   103      */
   104     int messageSize();
   104     int messageSize();
   105     
   105     
   106 private:
   106 private:
   107     /**
   107     
   108      * style plugin's path
       
   109      */
       
   110     QString mPluginPath;
       
   111 
       
   112     /**
   108     /**
   113      * container's layout
   109      * container's layout
   114      */
   110      */
   115     QGraphicsLinearLayout* mLayout;
   111     QGraphicsLinearLayout* mLayout;
   116     
   112