kplato
KPlato::DoubleListViewBase::SlaveListItem Class Reference
List of all members.Detailed Description
Definition at line 88 of file kptdoublelistviewbase.h.
Public Member Functions | |
SlaveListItem (MasterListItem *master, QListView *parent, QListViewItem *after, bool highlight=false) | |
SlaveListItem (MasterListItem *master, QListViewItem *parent, QListViewItem *after, bool highlight=false) | |
~SlaveListItem () | |
void | masterItemDeleted () |
virtual void | setColumn (int col, double value) |
virtual void | clearColumn (int col) |
double | value (int col) const |
void | setLimit (int col, double limit) |
void | setHighlight (bool on) |
virtual void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align) |
void | setFormat (int fieldwidth=0, char fmt='f', int prec=0) |
Protected Attributes | |
MasterListItem * | m_masterItem |
double | m_value |
bool | m_highlight |
QMap< int, double > | m_valueMap |
QMap< int, double > | m_limitMap |
int | m_fieldwidth |
char | m_fmt |
int | m_prec |
The documentation for this class was generated from the following files: