![]() |
Kactus2
Kactus2 reference guide
|
This is the complete list of members for PortMapInterface, including all inherited members.
addPortMap(int const &row) | PortMapInterface | |
CommonInterface()=default | CommonInterface | |
CommonInterface(const CommonInterface &other)=delete | CommonInterface | |
connectedPortsHaveSameRange(int const &portMapIndex) const | PortMapInterface | |
connectedPortsHaveValidDirections(int const &portMapIndex) const | PortMapInterface | |
connectedPortsHaveValidInitiatives(int const &portMapIndex) const | PortMapInterface | |
connectedPortsHaveValidPortTypes(int const &portMapIndex) const | PortMapInterface | |
connectPorts(std::string const &logicalPortName, std::string const &physicalPortName) | PortMapInterface | |
createAllSignals() | PortMapInterface | |
createOptionalSignals() | PortMapInterface | |
createRequiredSignals() | PortMapInterface | |
formattedValueFor(QString const &expression) const | ParameterizableInterface | protected |
getAllReferencesToIdInItem(const std::string &itemName, std::string const &valueID) const override final | PortMapInterface | virtual |
getExpressionsInSelectedPortMap(int const &portMapIndex) const | PortMapInterface | |
getIndexedItemName(int const &itemIndex) const | PortMapInterface | virtual |
getInterfaceMode() const | PortMapInterface | |
getInvertBool(int const &portMapIndex) const | PortMapInterface | |
getInvertString(int const &portMapIndex) const | PortMapInterface | |
getInvertValue(int const &portMapIndex) const | PortMapInterface | |
getIsInformativeString(int const &portMapIndex) const | PortMapInterface | |
getIsInformativeValue(int const &portMapIndex) const | PortMapInterface | |
getItemNames() const override final | PortMapInterface | virtual |
getLogicalLeftBoundExpression(int const &portMapIndex) const | PortMapInterface | |
getLogicalLeftBoundFormattedExpression(int const &portMapIndex) const | PortMapInterface | |
getLogicalLeftBoundValue(int const &portMapIndex, int const &baseNumber=0) const | PortMapInterface | |
getLogicalPortIconPath(int const &portMapIndex) const | PortMapInterface | |
getLogicalPortInterface() const | PortMapInterface | |
getLogicalPortName(int const &portMapIndex) const | PortMapInterface | |
getLogicalPresence(int const &portMapIndex) | PortMapInterface | |
getLogicalPresenceWithLogicalPort(std::string const &logicalName) | PortMapInterface | |
getLogicalRightBoundExpression(int const &portMapIndex) const | PortMapInterface | |
getLogicalRightBoundFormattedExpression(int const &portMapIndex) const | PortMapInterface | |
getLogicalRightBoundValue(int const &portMapIndex, int const &baseNumber=0) const | PortMapInterface | |
getLogicalTieOffExpression(int const &portMapIndex) const | PortMapInterface | |
getLogicalTieOffFormattedExpression(int const &portMapIndex) const | PortMapInterface | |
getLogicalTieOffValue(int const &portMapIndex, int const &baseNumber=0) const | PortMapInterface | |
getPhysicalLeftBoundExpression(int const &portMapIndex) const | PortMapInterface | |
getPhysicalLeftBoundFormattedExpression(int const &portMapIndex) const | PortMapInterface | |
getPhysicalLeftBoundValue(int const &portMapIndex, int const &baseNumber=0) const | PortMapInterface | |
getPhysicalPortIconPath(int const &portMapIndex) const | PortMapInterface | |
getPhysicalPortInterface() const | PortMapInterface | |
getPhysicalPortName(int const &portMapIndex) const | PortMapInterface | |
getPhysicalRightBoundExpression(int const &portMapIndex) const | PortMapInterface | |
getPhysicalRightBoundFormattedExpression(int const &portMapIndex) const | PortMapInterface | |
getPhysicalRightBoundValue(int const &portMapIndex, int const &baseNumber=0) const | PortMapInterface | |
getPortMapPointer(int const &portMapIndex) const | PortMapInterface | |
getSystemGroup() const | PortMapInterface | |
getUniqueName(std::string const &newName, std::string const &itemTypeName) const | CommonInterface | protected |
hasPhysicalPort(int const &portMapIndex) const | PortMapInterface | |
itemCount() const override final | PortMapInterface | virtual |
logicalPortExists(int const &portMapIndex) const | PortMapInterface | |
logicalPortHasValidRange(int const &portMapIndex) const | PortMapInterface | |
logicalPortIsValid(int const &portMapIndex) const | PortMapInterface | |
nameHasChanged(std::string const &newName, std::string const &oldName) const | CommonInterface | protected |
ParameterizableInterface::operator=(const ParameterizableInterface &other)=delete | ParameterizableInterface | |
CommonInterface::operator=(const CommonInterface &other)=delete | CommonInterface | |
ParameterizableInterface(QSharedPointer< ExpressionParser > expressionParser, QSharedPointer< ExpressionFormatter > expressionFormatter) | ParameterizableInterface | |
ParameterizableInterface(const ParameterizableInterface &other)=delete | ParameterizableInterface | |
parseExpressionToBaseNumber(QString const &expression, unsigned int const &baseNumber, bool *expressionIsValid=nullptr) const | ParameterizableInterface | protected |
parseExpressionToDecimal(QString const &expression, bool *expressionIsValid=nullptr) const | ParameterizableInterface | protected |
physicalMappingIsValid(int const &portMapIndex) const | PortMapInterface | |
physicalPortIsValid(int const &portMapIndex) const | PortMapInterface | |
PortMapInterface(QSharedPointer< PortMapValidator > validator, QSharedPointer< ExpressionParser > expressionParser, QSharedPointer< ExpressionFormatter > expressionFormatter, PortsInterface *physicalPortInterface, PortAbstractionInterface *logicalPortInterface) | PortMapInterface | |
removeAllPortMapsFromLogicalPort(std::string const &logicalPortName) | PortMapInterface | |
removePortMap(int const &portMapIndex) | PortMapInterface | |
setInvertValue(int const &portMapIndex, bool newInvertValue) const | PortMapInterface | |
setIsInformativeValue(int const &portMapIndex, bool newIsInformativeValue) const | PortMapInterface | |
setLogicalLeftBound(int const &portMapIndex, std::string const &newLogicalLeft) | PortMapInterface | |
setLogicalPort(int const &portMapIndex, std::string const &newName) | PortMapInterface | |
setLogicalRightBound(int const &portMapIndex, std::string const &newLogicalRight) | PortMapInterface | |
setLogicalTieOff(int const &portMapIndex, std::string const &newTieOff) | PortMapInterface | |
setPhysicalLeftBound(int const &portMapIndex, std::string const &newPhysicalLeft) | PortMapInterface | |
setPhysicalPort(int const &portMapIndex, std::string const &newPhysicalName) | PortMapInterface | |
setPhysicalRightBound(int const &portMapIndex, std::string const &newPhysicalRight) | PortMapInterface | |
setupAbstractionDefinition(QSharedPointer< AbstractionDefinition const > absDef) | PortMapInterface | |
setupBusMode(General::InterfaceMode busMode) | PortMapInterface | |
setupPhysicalPorts(Port::List ports) | PortMapInterface | |
setupPortMaps(QSharedPointer< AbstractionType > abstractionType) | PortMapInterface | virtual |
setupSystemGroup(QString const &systemGroup) | PortMapInterface | |
tieOffIsValid(int const &portMapIndex) const | PortMapInterface | |
validateItems() const override final | PortMapInterface | virtual |
~CommonInterface()=default | CommonInterface | virtual |
~ParameterizableInterface()=default | ParameterizableInterface | virtual |
~PortMapInterface()=default | PortMapInterface | virtual |