messagingapp/msgui/appengine/inc/conversationssummarymodel.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 37 518b245aa84c
child 47 5b14749788d7
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
    23 #include <QStandardItemModel>
    23 #include <QStandardItemModel>
    24 #include <ccsdefs.h>
    24 #include <ccsdefs.h>
    25 
    25 
    26 // FORWARD DECLARATIONS
    26 // FORWARD DECLARATIONS
    27 class CCsClientConversation;
    27 class CCsClientConversation;
       
    28 class CCsConversationEntry;
    28 
    29 
    29 /**
    30 /**
    30  * This class implements the model of the model/view framework.
    31  * This class implements the model of the model/view framework.
    31  * The model holds data for the conversations list fetched from the
    32  * The model holds data for the conversations list fetched from the
    32  * server.
    33  * server.
    83      * @param conversation, CCsClientConversation
    84      * @param conversation, CCsClientConversation
    84      * 
    85      * 
    85      */    
    86      */    
    86     void populateItem(QStandardItem& item,
    87     void populateItem(QStandardItem& item,
    87             const CCsClientConversation& conversation);   
    88             const CCsClientConversation& conversation);   
       
    89     
       
    90     /**
       
    91      * Populate BT message related data into item.
       
    92      * @param item, QStandardItem
       
    93      * @param entry, CCsConversationEntry
       
    94      */
       
    95     void handleBlueToothMessages(QStandardItem& item, const CCsConversationEntry& entry);
       
    96     
       
    97     /**
       
    98      * Populate Bio message related data into item.
       
    99      * @param item, QStandardItem
       
   100      * @param entry, CCsConversationEntry
       
   101      */
       
   102     void handleBioMessages(QStandardItem& item, const CCsConversationEntry& entry);
       
   103 
    88          
   104          
    89 };
   105 };
    90 
   106 
    91 #endif // CONVERSATIONS_SUMMARY_MODEL_H
   107 #endif // CONVERSATIONS_SUMMARY_MODEL_H