Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

ConnectionCheckTableItem Class Reference

#include <ConnectionCheckTableItem.h>

List of all members.

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


Detailed Description

Used to paint virtual connection table items grey to differentiate them from ordinary connections.

Definition at line 36 of file ConnectionCheckTableItem.h.


Constructor & Destructor Documentation

ConnectionCheckTableItem::ConnectionCheckTableItem QTable *  table,
const QString &  text
 

Constructor.

Definition at line 33 of file ConnectionCheckTableItem.cpp.

References parentTable.

ConnectionCheckTableItem::~ConnectionCheckTableItem  ) 
 

Destructor.

Definition at line 39 of file ConnectionCheckTableItem.cpp.

ConnectionCheckTableItem::ConnectionCheckTableItem const ConnectionCheckTableItem  )  [private]
 

Declare copy constructor private so it cannot be used inadvertently.


Member Function Documentation

ConnectionCheckTableItem ConnectionCheckTableItem::operator= const ConnectionCheckTableItem  )  [private]
 

Declare assignment private so it cannot be used inadvertently.

void ConnectionCheckTableItem::paint QPainter *  p,
const QColorGroup &  cg,
const QRect &  cr,
bool  selected
[protected]
 

Paints virtual connections a light grey to make them distinctive.

Definition at line 51 of file ConnectionCheckTableItem.cpp.

References parentTable.


Member Data Documentation

QTable* ConnectionCheckTableItem::parentTable [private]
 

Reference to the table that contains this widget.

Definition at line 50 of file ConnectionCheckTableItem.h.

Referenced by ConnectionCheckTableItem(), and paint().


The documentation for this class was generated from the following files:
Generated on Mon Sep 3 22:29:05 2007 for SpikeStream Application by  doxygen 1.4.4