MCPcopy Create free account
hub / github.com/Robotips/uConfig / directionString

Method directionString

src/kicad/model/pin.cpp:104–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104QString Pin::directionString() const
105{
106 switch (_direction)
107 {
108 case Pin::Down:
109 return "D";
110 case Pin::Left:
111 return "L";
112 case Pin::Up:
113 return "U";
114 case Pin::Right:
115 return "R";
116 }
117 return "R";
118}
119
120void Pin::setDirection(const Pin::Direction &direction)
121{

Callers 1

writePinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected