#include <ConnectionCheckTableItem.h>
Public Member Functions | |
| ConnectionCheckTableItem (QTable *table, const QString &text) | |
| ~ConnectionCheckTableItem () | |
Protected Member Functions | |
| void | paint (QPainter *p, const QColorGroup &cg, const QRect &cr, bool selected) |
Private Member Functions | |
| ConnectionCheckTableItem (const ConnectionCheckTableItem &) | |
| ConnectionCheckTableItem | operator= (const ConnectionCheckTableItem &) |
Private Attributes | |
| QTable * | parentTable |
Definition at line 36 of file ConnectionCheckTableItem.h.
|
||||||||||||
|
Constructor. Definition at line 33 of file ConnectionCheckTableItem.cpp. References parentTable. |
|
|
Destructor. Definition at line 39 of file ConnectionCheckTableItem.cpp. |
|
|
Declare copy constructor private so it cannot be used inadvertently. |
|
|
Declare assignment private so it cannot be used inadvertently. |
|
||||||||||||||||||||
|
Paints virtual connections a light grey to make them distinctive. Definition at line 51 of file ConnectionCheckTableItem.cpp. References parentTable. |
|
|
Reference to the table that contains this widget. Definition at line 50 of file ConnectionCheckTableItem.h. Referenced by ConnectionCheckTableItem(), and paint(). |
1.4.4