VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Attributes | Private Member Functions
DtPortGroupConnection Class Reference

List of all members.

Public Member Functions

 DtPortGroupConnection (DtOutputPortGroup *sourceGroup, DtInputPortGroup *destGroup, int priority)
 Constructor.
virtual ~DtPortGroupConnection ()
 Destructor.
virtual bool init ()
 Initialization must be called after the constructor.
virtual const DtList * subConnections () const
 Returns a list of the sub connections.
virtual int priority () const
 Returns the priority of this group connection.
virtual void setPriority (int priority)
 Changes the priority of this group connection by changing the prioirt of all sub-connections.

Protected Attributes

DtInputPortGroupmyDestGroup
DtOutputPortGroupmySourceGroup
int myPriority
DtList myPortConnectionList

Private Member Functions

 DtPortGroupConnection (const DtPortGroupConnection &)
 Not implemented.
DtPortGroupConnectionoperator= (const DtPortGroupConnection &)
 Not implemented.

Constructor & Destructor Documentation

DtPortGroupConnection::DtPortGroupConnection ( DtOutputPortGroup sourceGroup,
DtInputPortGroup destGroup,
int  priority 
)

Constructor.

Destructor.

Deletes all the sub connections which were created in init().

Not implemented.


Member Function Documentation

DtPortGroupConnection& DtPortGroupConnection::operator= ( const DtPortGroupConnection ) [private]

Not implemented.

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


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)