Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
PortsInterface Member List

This is the complete list of members for PortsInterface, including all inherited members.

addTransactionalPort(std::string const &newPortName=std::string()) finalPortsInterfacevirtual
addWirePort(std::string const &newPortName=std::string()) finalPortsInterfacevirtual
clearTypeDefinitions(std::string const &portName)PortsInterface
CommonInterface()=defaultCommonInterface
CommonInterface(const CommonInterface &other)=deleteCommonInterface
formattedValueFor(QString const &expression) constParameterizableInterfaceprotected
getAllReferencesToIdInItem(const std::string &itemName, std::string const &valueID) const finalPortsInterfacevirtual
getArrayLeftExpression(std::string const &portName) constPortsInterface
getArrayLeftFormattedExpression(std::string const &portName) constPortsInterface
getArrayLeftValue(std::string const &portName, unsigned int baseNumber=0) constPortsInterface
getArrayRightExpression(std::string const &portName) constPortsInterface
getArrayRightFormattedExpression(std::string const &portName) constPortsInterface
getArrayRightValue(std::string const &portName, unsigned int baseNumber=0) constPortsInterface
getBusWidthExpression(std::string const &portName) constPortsInterface
getBusWidthFormattedExpression(std::string const &portName) constPortsInterface
getBusWidthValue(std::string const &portName, unsigned int baseNumber=0) constPortsInterface
getDefaultValue(std::string const &portName, unsigned int baseNumber=0) constPortsInterface
getDefaultValueExpression(std::string const &portName) constPortsInterface
getDefaultValueFormattedExpression(std::string const &portName) constPortsInterface
getDescription(std::string const &itemName) constNameGroupInterfacevirtual
getDirection(std::string const &portName) constPortsInterface
getDirectionType(std::string const &portName) constPortsInterface
getDisplayName(std::string const &itemName) constNameGroupInterfacevirtual
getIconPathForDirection(DirectionTypes::Direction direction) constMasterPortInterface
getIconPathForInitiative(QString const &initiative) constMasterPortInterface
getIconPathForMissingPort() constMasterPortInterface
getIconPathForPort(std::string const &portName) constPortsInterface
getIndexedItemName(int itemIndex) const finalPortsInterfacevirtual
getInitiative(std::string const &portName) constPortsInterface
getItem(std::string const &portName) const finalPortsInterfacevirtual
getItemIndex(std::string const &itemName) const finalPortsInterfacevirtual
getItemNames() const finalPortsInterfacevirtual
getKind(std::string const &portName) constPortsInterface
getLeftBoundExpression(std::string const &portName) constPortsInterface
getLeftBoundFormattedExpression(std::string const &portName) constPortsInterface
getLeftBoundValue(std::string const &portName, unsigned int baseNumber=0) constPortsInterface
getMaxConnectionsExpression(std::string const &portName) constPortsInterface
getMaxConnectionsFormattedExpression(std::string const &portName) constPortsInterface
getMaxConnectionsValue(std::string const &portName, unsigned int baseNumber=0) constPortsInterface
getMinConnectionsExpression(std::string const &portName) constPortsInterface
getMinConnectionsFormattedExpression(std::string const &portName) constPortsInterface
getMinConnectionsValue(std::string const &portName, unsigned int baseNumber=0) constPortsInterface
getPort(std::string const &portName) constPortsInterface
getProtocolType(std::string const &portName) constPortsInterface
getRightBoundExpression(std::string const &portName) constPortsInterface
getRightBoundFormattedExpression(std::string const &portName) constPortsInterface
getRightBoundValue(std::string const &portName, unsigned int baseNumber=0) constPortsInterface
getShortDescription(std::string const &itemName) constNameGroupInterfacevirtual
getTags(std::string const &portName) constPortsInterface
getTypeDefinitions(std::string const &portName) constPortsInterface
getTypeName(std::string const &portName) constPortsInterface
getTypeNameViews(std::string const &portName) constPortsInterface
getUniqueName(std::string const &newName, std::string const &itemTypeName) constCommonInterfaceprotected
getWidth(std::string const &portName) constPortsInterface
hasExpressionInLeftOrRightBound(std::string const &portName) constPortsInterface
hasPorts() constPortsInterface
isAdHoc(std::string const &portName) constPortsInterface
itemCount() const finalPortsInterfacevirtual
itemHasValidName(std::string const &itemName) const finalPortsInterfacevirtual
MasterPortInterface()MasterPortInterface
MasterPortInterface(const MasterPortInterface &other)=deleteMasterPortInterface
NameGroupInterface()NameGroupInterface
NameGroupInterface(const NameGroupInterface &other)=deleteNameGroupInterface
nameHasChanged(std::string const &newName, std::string const &oldName) constCommonInterfaceprotected
operator=(const PortsInterface &other)=deletePortsInterface
ParameterizableInterface::operator=(const ParameterizableInterface &other)=deleteParameterizableInterface
MasterPortInterface::operator=(const MasterPortInterface &other)=deleteMasterPortInterface
NameGroupInterface::operator=(const NameGroupInterface &other)=deleteNameGroupInterface
CommonInterface::operator=(const CommonInterface &other)=deleteCommonInterface
ParameterizableInterface(QSharedPointer< ExpressionParser > expressionParser, QSharedPointer< ExpressionFormatter > expressionFormatter)ParameterizableInterface
ParameterizableInterface(const ParameterizableInterface &other)=deleteParameterizableInterface
parseExpressionToBaseNumber(QString const &expression, unsigned int const &baseNumber, bool *expressionIsValid=nullptr) constParameterizableInterfaceprotected
parseExpressionToDecimal(QString const &expression, bool *expressionIsValid=nullptr) constParameterizableInterfaceprotected
portExists(std::string const &portName) constPortsInterface
portHasValidBusWidth(std::string const &portName) constPortsInterface
portHasValidDefaultValue(std::string const &portName) constPortsInterface
portHasValidInitiative(std::string const &portName) constPortsInterface
portHasValidKind(std::string const &portName) constPortsInterface
portHasValidLeftBound(std::string const &portName) constPortsInterface
portHasValidMaxConnections(std::string const &portName) constPortsInterface
portHasValidMinConnections(std::string const &portName) constPortsInterface
portHasValidProtocol(std::string const &portName) constPortsInterface
portHasValidRightBound(std::string const &portName) constPortsInterface
portHasValidTypes(std::string const &portName) constPortsInterface
portIsTransactional(std::string const &portName) const finalPortsInterfacevirtual
portIsTransactional(QSharedPointer< Port > port) constPortsInterface
portIsWire(std::string const &portName) const finalPortsInterfacevirtual
portIsWire(QSharedPointer< Port > port) constPortsInterface
portLeftArrayValueIsValid(std::string const &portName) constPortsInterface
portRightArrayValueIsValid(std::string const &portName) constPortsInterface
PortsInterface(QSharedPointer< PortValidator > validator, QSharedPointer< ExpressionParser > expressionParser, QSharedPointer< ExpressionFormatter > expressionFormatter)PortsInterface
PortsInterface(const PortsInterface &other)=deletePortsInterface
removePort(std::string const &portName) constPortsInterface
setAdHoc(std::string const &portName, bool newAdHocVisibility) constPortsInterface
setArrayLeft(std::string const &portName, std::string const &newArrayLeft) constPortsInterface
setArrayRight(std::string const &portName, std::string const &newArrayRight) constPortsInterface
setBusWidth(std::string const &portName, std::string const &newBusWidth) constPortsInterface
setDefaultValue(std::string const &portName, std::string const &newDefaultValue) constPortsInterface
setDescription(std::string const &itemName, std::string const &newDescription)NameGroupInterfacevirtual
setDirection(std::string const &portName, std::string const &newDirection) constPortsInterface
setDisplayName(std::string const &itemName, std::string const &newDisplayName) constNameGroupInterfacevirtual
setInitiative(std::string const &portName, std::string const &newInitiative) constPortsInterface
setKind(std::string const &portName, std::string const &newKind) constPortsInterface
setLeftBound(std::string const &portName, std::string const &newLeftBound) constPortsInterface
setMaxConnections(std::string const &portName, std::string const &newMaxConnections) constPortsInterface
setMinConnections(std::string const &portName, std::string const &newMinConnections) constPortsInterface
setName(std::string const &currentName, std::string const &newName) finalPortsInterfacevirtual
setPorts(Port::List ports)PortsInterface
setProtocolType(std::string const &portName, std::string const &newProtocolType) constPortsInterface
setRightBound(std::string const &portName, std::string const &newRightBound) constPortsInterface
setShortDescription(std::string const &itemName, std::string const &newShortDescription) constNameGroupInterface
setTags(std::string const &portName, std::string const &tagList) constPortsInterface
setTypeDefDefinitions(std::string const &portName, std::vector< std::pair< std::string, std::vector< std::string > > > const &typeDefinitions)PortsInterface
setTypeDefViewRefs(std::string const &portName, std::vector< std::pair< std::string, std::vector< std::string > > > const &typeNameViews)PortsInterface
setTypeName(std::string const &portName, std::string const &newType) constPortsInterface
setWidth(std::string const &portName, std::string const &newWidth) constPortsInterface
validateItems() const finalPortsInterfacevirtual
~CommonInterface()=defaultCommonInterfacevirtual
~MasterPortInterface()=defaultMasterPortInterfacevirtual
~NameGroupInterface()=defaultNameGroupInterfacevirtual
~ParameterizableInterface()=defaultParameterizableInterfacevirtual
~PortsInterface()=defaultPortsInterfacevirtual