Constructor & Destructor Documentation
| virtual DtPortGroupConnection::~DtPortGroupConnection |
( |
| ) |
|
|
virtual |
Destructor.
Deletes all the sub connections which were created in init().
Member Function Documentation
| virtual bool DtPortGroupConnection::init |
( |
| ) |
|
|
virtual |
Initialization must be called after the constructor.
Creates a connection object for each matching port set in the source and destination groups with the specified priority. It returns true if at least one connection was created.
| virtual const DtList* DtPortGroupConnection::subConnections |
( |
| ) |
const |
|
virtual |
Returns a list of the sub connections.
| virtual int DtPortGroupConnection::priority |
( |
| ) |
const |
|
virtual |
Returns the priority of this group connection.
| virtual void DtPortGroupConnection::setPriority |
( |
int |
priority | ) |
|
|
virtual |
Changes the priority of this group connection by changing the prioirt of all sub-connections.
Member Data Documentation
| int DtPortGroupConnection::myPriority |
|
protected |
| DtList DtPortGroupConnection::myPortConnectionList |
|
protected |
The documentation for this class was generated from the following file: