ExerciseItem Class Reference
Represents one single item of the TreeView. Also stores the data which is necessary for the tree.
More...
#include <exercisemodel.h>
List of all members.
Detailed Description
Represents one single item of the TreeView. Also stores the data which is necessary for the tree.
Definition at line 103 of file exercisemodel.h.
Constructor & Destructor Documentation
ExerciseItem::ExerciseItem |
( |
const QVariantList & |
data, |
|
|
ExerciseItem * |
parent = 0 | |
|
) |
| | |
Member Function Documentation
int ExerciseItem::childCount |
( |
|
) |
const |
int ExerciseItem::columnCount |
( |
|
) |
const |
QVariant ExerciseItem::data |
( |
int |
column |
) |
const |
QList<ExerciseItem*> ExerciseItem::getChildItems |
( |
|
) |
const [inline] |
ExerciseItem* ExerciseItem::getParentItem |
( |
|
) |
const [inline] |
void ExerciseItem::incrementExerciseIdByOne |
( |
|
) |
[inline] |
Qt::CheckState ExerciseItem::isChecked |
( |
|
) |
[inline] |
QVariantList ExerciseItem::itemInfo |
( |
|
) |
const [inline] |
uint ExerciseItem::maxExerciseID |
( |
|
) |
[inline] |
int ExerciseItem::positionOfExerciseById |
( |
uint |
exerciseId |
) |
|
int ExerciseItem::row |
( |
|
) |
const |
void ExerciseItem::setCheckState |
( |
Qt::CheckState |
value |
) |
[inline] |
bool ExerciseItem::setData |
( |
QVariant |
value, |
|
|
int |
column | |
|
) |
| | const |
void ExerciseItem::setParent |
( |
ExerciseItem * |
parent |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following files: