kopete/libkopete
#include <chatsessionmemberslistmodel.h>
Public Slots | |
void | setChatSession (Kopete::ChatSession *session) |
Public Member Functions | |
ChatSessionMembersListModel (QObject *parent=0) | |
~ChatSessionMembersListModel () | |
Kopete::Contact * | contactAt (const QModelIndex &index) const |
QVariant | data (const QModelIndex &index, int role) const |
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
Kopete::ChatSession * | session () |
Detailed Description
Definition at line 33 of file chatsessionmemberslistmodel.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 99 of file chatsessionmemberslistmodel.cpp.
Kopete::ChatSessionMembersListModel::~ChatSessionMembersListModel | ( | ) |
Definition at line 106 of file chatsessionmemberslistmodel.cpp.
Member Function Documentation
Kopete::Contact * Kopete::ChatSessionMembersListModel::contactAt | ( | const QModelIndex & | index | ) | const |
Definition at line 146 of file chatsessionmemberslistmodel.cpp.
QVariant Kopete::ChatSessionMembersListModel::data | ( | const QModelIndex & | index, |
int | role | ||
) | const |
Definition at line 172 of file chatsessionmemberslistmodel.cpp.
QVariant Kopete::ChatSessionMembersListModel::headerData | ( | int | section, |
Qt::Orientation | orientation, | ||
int | role = Qt::DisplayRole |
||
) | const |
Definition at line 196 of file chatsessionmemberslistmodel.cpp.
int Kopete::ChatSessionMembersListModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 163 of file chatsessionmemberslistmodel.cpp.
Kopete::ChatSession * Kopete::ChatSessionMembersListModel::session | ( | ) |
Definition at line 110 of file chatsessionmemberslistmodel.cpp.
|
slot |
Called when the ChatSession change for this list (eg.
when the tab in the KopeteChatWindow is changing)
Definition at line 114 of file chatsessionmemberslistmodel.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.