

Public Types | |
| enum | Columns { Description, LastColumn } |
Public Member Functions | |
| ProjectModel (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::Project * | projectForIndex (const QModelIndex &index) const |
| QModelIndex | indexForProject (domain::Project *project) const |
Definition at line 14 of file projectmodel.h.
1.6.3