#include <TermListItem.h>
Public Member Functions | |
TermListItem (QListView *parent, Term *term, const QString &firstLanguage, const QString &testLanguage, bool isAltShown=true) | |
~TermListItem () | |
Term * | getTerm () |
void | updateUi () |
virtual void | setOn (bool isOn) |
void | setFont (int column, const QFont &font) |
QFont | font (int column) const |
virtual void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align) |
Definition at line 12 of file TermListItem.h.
TermListItem::TermListItem | ( | QListView * | parent, | |
Term * | term, | |||
const QString & | firstLanguage, | |||
const QString & | testLanguage, | |||
bool | isAltShown = true | |||
) |
Definition at line 3 of file TermListItem.cpp.
TermListItem::~TermListItem | ( | ) |
Definition at line 9 of file TermListItem.cpp.
Term * TermListItem::getTerm | ( | ) |
Definition at line 39 of file TermListItem.cpp.
void TermListItem::updateUi | ( | ) |
Definition at line 12 of file TermListItem.cpp.
void TermListItem::setOn | ( | bool | isOn | ) | [virtual] |
Definition at line 34 of file TermListItem.cpp.
void TermListItem::setFont | ( | int | column, | |
const QFont & | font | |||
) |
Definition at line 43 of file TermListItem.cpp.
QFont TermListItem::font | ( | int | column | ) | const |
Definition at line 47 of file TermListItem.cpp.
void TermListItem::paintCell | ( | QPainter * | p, | |
const QColorGroup & | cg, | |||
int | column, | |||
int | width, | |||
int | align | |||
) | [virtual] |
Definition at line 54 of file TermListItem.cpp.