Public Types | |
enum | Columns { COL_MODULE = 0, COL_LECTURER, COL_HOURS, COL_SEMESTER, COL_CLASS_SIZE, COL_GROUPS, COL_LAB_HOURS, COL_LAB_GROUPS } |
Public Member Functions | |
MLAllocItem (ModLecAlloc *MLAllocObj, RootItem *parent=0, int cc=0) | |
MLAllocItem (MLAllocItem &mlai) | |
~MLAllocItem () | |
virtual ModLecAlloc * | getItemData () const |
Module * | getModule () |
QString | getDescription () const |
QString | getModuleDesc () const |
QString | getLecturerDesc () const |
QString | getHoursDesc () const |
QString | getSemesterDesc () const |
QString | getClassSizeDesc () const |
QString | getGroupsDesc () const |
QString | getLabHoursDesc () const |
QString | getLabGroupsDesc () const |
QVariant | data (int column) const |
virtual bool | setData (int, const QVariant &) |
void | updateClassSize (int classSize) |
void | updateGroups (int groups) |
void | updateLabHours (int labHours) |
void | updateLabGroups (int labGroups) |
void | dbSave () |
void | dbDelete () |
Definition at line 27 of file MLAllocItem.h.