![]() |
Provides a list of OMC::Cables attached to an OutPort.
The CableList provides a dynamic list of cables attached to an OutPort, that connect the port to an InPort of another Node.
This is provided from OutPort::cables
List Cables Attached to a Node's Port
Public Member Functions | |
bool | contains (OMC::Cable *) const |
Identifies if the list contains the cable. | |
virtual std::vector< OMC::Cable * > | list () const override |
Converts the dynamic list into a concrete list of cable objects. | |
virtual OMC::Cable * | operator() (const QString &searchString) const |
Search for an cable in the node with a specialized search string. Search string formatting to be discussed. More... | |
Public Attributes | |
OMC::Cable * | operator[int idx] |
The CableList object is is iterable and can provide values at given index with the list operator. More... | |
|
virtual |
Search for an cable in the node with a specialized search string. Search string formatting to be discussed.
OMC::Cable* OMC::CableList::operator[int idx] |
The CableList object is is iterable and can provide values at given index with the list operator.
Print Column Values