

Public Types | |
| enum | Columns { Name, Type, LastColumn } |
Public Member Functions | |
| UserModel (domain::TaskManagerData *data) | |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
| const domain::User * | userForIndex (const QModelIndex &index) const |
| QModelIndex | indexForUser (const domain::User *user) const |
Definition at line 14 of file usermodel.h.
1.6.3