Public Types | |
enum | Columns { COL_NAME = 0, COL_ABBREV } |
Public Member Functions | |
InstItem (Institute *InstObj, RootItem *parent=0, int cc=0) | |
InstItem (InstItem &ii) | |
virtual Institute * | getItemData () const |
Institute * | getInstitute () |
QString | getDescription () const |
QString | getInstName () const |
QString | getInstAbbrev () const |
QVariant | data (int column) const |
bool | setInstName (QString Name) |
bool | setInstAbbrev (QString Abbrev) |
bool | setData (int column, const QVariant &value) |
void | dbSave () |
void | dbDelete () |
Definition at line 26 of file InstItem.h.