![]() |
VR-Forces 4.0.4 Class Documentation
|
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 | |
| DtInputPortGroup * | myDestGroup |
| DtOutputPortGroup * | mySourceGroup |
| int | myPriority |
| DtList | myPortConnectionList |
Private Member Functions | |
| DtPortGroupConnection (const DtPortGroupConnection &) | |
| Not implemented. | |
| DtPortGroupConnection & | operator= (const DtPortGroupConnection &) |
| Not implemented. | |
| DtPortGroupConnection::DtPortGroupConnection | ( | DtOutputPortGroup * | sourceGroup, |
| DtInputPortGroup * | destGroup, | ||
| int | priority | ||
| ) |
Constructor.
| virtual DtPortGroupConnection::~DtPortGroupConnection | ( | ) | [virtual] |
Destructor.
Deletes all the sub connections which were created in init().
| DtPortGroupConnection::DtPortGroupConnection | ( | const DtPortGroupConnection & | ) | [private] |
Not implemented.
| 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.
DtInputPortGroup* DtPortGroupConnection::myDestGroup [protected] |
DtOutputPortGroup* DtPortGroupConnection::mySourceGroup [protected] |
int DtPortGroupConnection::myPriority [protected] |
DtList DtPortGroupConnection::myPortConnectionList [protected] |