QMessageListModel Class Reference
List of all members.
Public Slots |
void | updateList (const MessageList &list) |
Public Member Functions |
| QMessageListModel (QObject *parent=0) |
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
QVariant | data (const QModelIndex &index, int role) const |
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
void | sort (int column, Qt::SortOrder order=Qt::AscendingOrder) |
void | setNameFilter (const QString &str) |
QModelIndex | getIndex (const Message &msg) const |
QModelIndex | getIndex (int column, const Message &msg) const |
QModelIndex | getIndex (const QString &accountId, const QString &messageId) const |
void | setMessagesList (MessageList &list) |
Public Attributes |
MessageList | msgList |
The documentation for this class was generated from the following files: