messagingapp/msgui/unifiedviewer/inc/univiewerfeeder_p.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
    28 #include <qmobilityglobal.h>
    28 #include <qmobilityglobal.h>
    29 
    29 
    30 class QDateTime;
    30 class QDateTime;
    31 class UniViewerFeeder;
    31 class UniViewerFeeder;
    32 class CMsvSession;
    32 class CMsvSession;
    33 class UnifiedDataModel;
       
    34 class CClientMtmRegistry;
       
    35 class UniDataModelPluginInterface;
    33 class UniDataModelPluginInterface;
    36 class UniDataModelLoader;
    34 class UniDataModelLoader;
    37 
    35 
    38 QTM_BEGIN_NAMESPACE
    36 QTM_BEGIN_NAMESPACE
    39 class QContactManager;
    37 class QContactManager;
   177       * gets the subject of the message
   175       * gets the subject of the message
   178       */
   176       */
   179     QString subject();
   177     QString subject();
   180     
   178     
   181     /**
   179     /**
       
   180      * Returns the sending state of the message.
       
   181      */
       
   182     int sendingState();
       
   183     
       
   184     /**
   182      * Gets the name(alias) for a address from the Contact database
   185      * Gets the name(alias) for a address from the Contact database
   183      * @int returns number of phone addresses for the specified address.
   186      * @int returns number of phone addresses for the specified address.
   184      */
   187      */
   185     static int GetNameFromContacts(const QString& address, QString& alias);
   188     static int GetNameFromContacts(const QString& address, QString& alias);
   186 
   189 
   224     int mSlideCount;
   227     int mSlideCount;
   225 
   228 
   226     /**
   229     /**
   227      * interface to fetch data
   230      * interface to fetch data
   228      */
   231      */
   229     UniDataModelPluginInterface* pluginInterface;
   232     UniDataModelPluginInterface* mPluginInterface;
   230 
   233 
   231     /**
   234     /**
   232      * plugin loader
   235      * plugin loader
   233      */
   236      */
   234     UniDataModelLoader* pluginLoader;
   237     UniDataModelLoader* mPluginLoader;
   235     /**
   238     /**
   236      * To address list
   239      * To address list
   237      * owned.
   240      * owned.
   238      */
   241      */
   239     ConvergedMessageAddressList mToAddressList;
   242     ConvergedMessageAddressList mToAddressList;