messagingapp/msgui/unifiedviewer/inc/univieweraddresscontainer.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
    24 // USER INCLUDES
    24 // USER INCLUDES
    25 #include "convergedmessageaddress.h"
    25 #include "convergedmessageaddress.h"
    26 
    26 
    27 // FORWARD DECLARATIONS
    27 // FORWARD DECLARATIONS
    28 class QGraphicsLinearLayout;
    28 class QGraphicsLinearLayout;
       
    29 class HbIconItem;
    29 class UniViewerAddressWidget;
    30 class UniViewerAddressWidget;
    30 
    31 
    31 /**
    32 /**
    32  * Container widget for all the address widgets
    33  * Container widget for all the address widgets
    33  */
    34  */
    69     /**
    70     /**
    70      * Clears the content of the widget
    71      * Clears the content of the widget
    71      */
    72      */
    72     void clearContent();
    73     void clearContent();
    73 
    74 
       
    75     /**
       
    76      * Inserts divider into layout.
       
    77      */
       
    78     void insertDivider();
       
    79 
    74 private:
    80 private:
    75 
    81 
    76     /**
    82     /**
    77      * Main layout reference.
    83      * Main layout reference.
    78      * Own
    84      * Own
    94     /**
   100     /**
    95      * Cc widget reference.
   101      * Cc widget reference.
    96      * Own
   102      * Own
    97      */
   103      */
    98     UniViewerAddressWidget *mCcWidget;
   104     UniViewerAddressWidget *mCcWidget;
       
   105 
       
   106     /**
       
   107      * Divider icon item.
       
   108      * Own
       
   109      */
       
   110     HbIconItem *mDivider;
    99 };
   111 };
   100 
   112 
   101 #endif // UNI_VIEWER_ADDRESS_CONTAINER_H
   113 #endif // UNI_VIEWER_ADDRESS_CONTAINER_H
   102 // EOF
   114 // EOF