messagingapp/msgui/unifiedviewer/inc/univiewerheadercontainer.h
changeset 34 84197e66a4bd
parent 31 ebfee66fde93
child 47 5b14749788d7
equal deleted inserted replaced
31:ebfee66fde93 34:84197e66a4bd
    25 class QGraphicsLinearLayout;
    25 class QGraphicsLinearLayout;
    26 class UniViewerDetailsWidget;
    26 class UniViewerDetailsWidget;
    27 class HbGroupBox;
    27 class HbGroupBox;
    28 class HbFrameItem;
    28 class HbFrameItem;
    29 class UniViewerAddressContainer;
    29 class UniViewerAddressContainer;
    30 class UniViewerAttachmentContainer;
       
    31 class UniViewerFeeder;
    30 class UniViewerFeeder;
       
    31 class UniViewerAttachmentWidget;
    32 
    32 
    33 class UniViewerHeaderContainer: public HbWidget
    33 class UniViewerHeaderContainer: public HbWidget
    34 {
    34 {
    35 Q_OBJECT
    35 Q_OBJECT
    36 
    36 
   134      * owned.
   134      * owned.
   135      */
   135      */
   136     UniViewerAddressContainer *mAddressContainer;
   136     UniViewerAddressContainer *mAddressContainer;
   137 
   137 
   138     /**
   138     /**
   139      * UniViewerAttachmentContainer object
   139      * List of attachment widgets.
   140      * owned.
       
   141      */
   140      */
   142     UniViewerAttachmentContainer *mAttachmentContainer;
   141     QList<UniViewerAttachmentWidget *> mUniViewerAttachmentstList;
   143 };
   142 };
   144 
   143 
   145 #endif /* UNIVIEWER_HEADER_CONTAINER_H */
   144 #endif /* UNIVIEWER_HEADER_CONTAINER_H */
   146 
   145 
   147 // EOF
   146 // EOF