Pin class representing component connection points.
More...
#include <component.hpp>
Pin class representing component connection points.
Definition at line 91 of file component.hpp.
◆ Pin()
◆ connectToNet()
void zlayout::components::Pin::connectToNet |
( |
std::shared_ptr< Net > | net | ) |
|
◆ disconnect()
void zlayout::components::Pin::disconnect |
( |
| ) |
|
◆ getName()
const std::string & zlayout::components::Pin::getName |
( |
| ) |
const |
|
inline |
◆ getNet()
std::shared_ptr< Net > zlayout::components::Pin::getNet |
( |
| ) |
const |
|
inline |
◆ getPosition()
◆ getSignalState()
SignalState zlayout::components::Pin::getSignalState |
( |
| ) |
const |
|
inline |
◆ getType()
PinType zlayout::components::Pin::getType |
( |
| ) |
const |
|
inline |
◆ isConnected()
bool zlayout::components::Pin::isConnected |
( |
| ) |
const |
|
inline |
◆ setPosition()
◆ setSignalState()
void zlayout::components::Pin::setSignalState |
( |
SignalState | state | ) |
|
|
inline |
The documentation for this class was generated from the following file: