Master interface for editing component ports and port abstractions.
More...
#include <MasterPortInterface.h>
|
QString | getUniqueName (std::string const &newName, std::string const &itemTypeName) const |
|
bool | nameHasChanged (std::string const &newName, std::string const &oldName) const |
|
Master interface for editing component ports and port abstractions.
Definition at line 24 of file MasterPortInterface.h.
◆ MasterPortInterface() [1/2]
MasterPortInterface::MasterPortInterface |
( |
| ) |
|
◆ ~MasterPortInterface()
virtual MasterPortInterface::~MasterPortInterface |
( |
| ) |
|
|
virtualdefault |
◆ MasterPortInterface() [2/2]
No copying. No assignment.
◆ addTransactionalPort()
virtual void MasterPortInterface::addTransactionalPort |
( |
std::string const & | newPortName = std::string() | ) |
|
|
pure virtual |
◆ addWirePort()
virtual void MasterPortInterface::addWirePort |
( |
std::string const & | newPortName = std::string() | ) |
|
|
pure virtual |
◆ getIconPathForDirection()
std::string MasterPortInterface::getIconPathForDirection |
( |
DirectionTypes::Direction | direction | ) |
const |
Get the icon path of the selected direction.
- Parameters
-
[in] | direction | Direction of the selected port. |
- Returns
- Icon path for the selected direction.
◆ getIconPathForInitiative()
std::string MasterPortInterface::getIconPathForInitiative |
( |
QString const & | initiative | ) |
const |
Get the icon path of the selected initiative.
- Parameters
-
[in] | initiative | The selected initiative. |
- Returns
- Icon path for the selected initiative.
◆ getIconPathForMissingPort()
std::string MasterPortInterface::getIconPathForMissingPort |
( |
| ) |
const |
Get the icon path of a missing port.
- Returns
- Icon path for the selected port.
◆ operator=()
◆ portIsTransactional()
virtual bool MasterPortInterface::portIsTransactional |
( |
std::string const & | portName | ) |
const |
|
pure virtual |
Check if the selected port is transactional.
- Parameters
-
[in] | portName | Name of the selected port. |
- Returns
- True, if the selected port is transactional, false otherwise.
Implemented in PortAbstractionInterface, and PortsInterface.
◆ portIsWire()
virtual bool MasterPortInterface::portIsWire |
( |
std::string const & | portName | ) |
const |
|
pure virtual |
Check if the selected port is a wire.
- Parameters
-
[in] | portName | Name of the selected port. |
- Returns
- True, if the selected port is a wire, false otherwise.
Implemented in PortAbstractionInterface, and PortsInterface.
The documentation for this class was generated from the following file: