Public Member Functions | |
| NodeItemPrivate (Task *n, QTreeWidget *parent) | |
| NodeItemPrivate (QString name, QTreeWidget *parent) | |
| void | setPriority (int col, int prio) |
| int | priority (int col) |
| virtual void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align) |
Public Attributes | |
| Task * | node |
Private Member Functions | |
| void | init () |
Private Attributes | |
| QMap< int, QColor > | prioColors |
| QMap< int, int > | columnPrio |
Definition at line 326 of file kptresourceview.cc.
| KPlato::NodeItemPrivate::NodeItemPrivate | ( | Task * | n, | |
| QTreeWidget * | parent | |||
| ) | [inline] |
| KPlato::NodeItemPrivate::NodeItemPrivate | ( | QString | name, | |
| QTreeWidget * | parent | |||
| ) | [inline] |
| void KPlato::NodeItemPrivate::setPriority | ( | int | col, | |
| int | prio | |||
| ) | [inline] |
| int KPlato::NodeItemPrivate::priority | ( | int | col | ) | [inline] |
| virtual void KPlato::NodeItemPrivate::paintCell | ( | QPainter * | p, | |
| const QColorGroup & | cg, | |||
| int | column, | |||
| int | width, | |||
| int | align | |||
| ) | [inline, virtual] |
| void KPlato::NodeItemPrivate::init | ( | ) | [inline, private] |
Definition at line 373 of file kptresourceview.cc.
References prioColors.
Referenced by NodeItemPrivate().
Definition at line 371 of file kptresourceview.cc.
QMap<int, QColor> KPlato::NodeItemPrivate::prioColors [private] |
Definition at line 380 of file kptresourceview.cc.
Referenced by init(), paintCell(), and setPriority().
QMap<int, int> KPlato::NodeItemPrivate::columnPrio [private] |
Definition at line 381 of file kptresourceview.cc.
Referenced by paintCell(), priority(), and setPriority().
1.5.1-p1