Nepomuk-Core
Go to the documentation of this file.
   20 #ifndef CONVERSATIONS_MODEL_H 
   21 #define CONVERSATIONS_MODEL_H 
   23 #include <QAbstractListModel> 
   25 #include <TelepathyQt/AbstractClientApprover> 
   39     virtual QVariant 
data ( 
const QModelIndex &index, 
int role = Qt::DisplayRole ) 
const;
 
   40     virtual int rowCount ( 
const QModelIndex &parent = QModelIndex() ) 
const;
 
   49     void handleChannels(
const Tp::MethodInvocationContextPtr<> &context,
 
   50                         const Tp::AccountPtr &account,
 
   51                         const Tp::ConnectionPtr &connection,
 
   52                         const QList<Tp::ChannelPtr> &channels,
 
   53                         const QList<Tp::ChannelRequestPtr> &channelRequests,
 
   54                         const QDateTime &userActionTime,
 
   55                         const HandlerInfo &handlerInfo);
 
   65     class ConversationsModelPrivate;
 
   66     ConversationsModelPrivate *d;
 
   69     void handleValidityChange(
bool);
 
   70     void conversationDelegated();
 
   76 #endif // CONVERSATIONS_MODEL_H 
  
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Mar 22 2013 10:58:52 by
doxygen 1.8.1.2 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.