Public Types | |
enum | Columns { COL_NAME = 0, COL_ABBREV, COL_FACULTY, COL_INSTITUTE } |
Public Member Functions | |
DeptItem (Department *DeptObj, RootItem *parent=0, int cc=0) | |
DeptItem (DeptItem &di) | |
virtual Department * | getItemData () const |
Department * | getDepartment () |
Faculty * | getFaculty () |
Institute * | getInstitute () |
QString | getDescription () const |
QString | getInstName () const |
QString | getFacName () const |
QString | getDeptName () const |
QString | getDeptAbbrev () const |
QVariant | data (int column) const |
bool | setDeptName (QString name) |
bool | setDeptAbbrev (QString abbrev) |
bool | setData (int column, const QVariant &value) |
void | dbSave () |
void | dbDelete () |
Definition at line 27 of file DeptItem.h.