Go to the source code of this file.
|
using | FootprintPadList = SerializableObjectList< FootprintPad, FootprintPadListNameProvider, FootprintPad::Event > |
|
using | CmdFootprintPadInsert = CmdListElementInsert< FootprintPad, FootprintPadListNameProvider, FootprintPad::Event > |
|
using | CmdFootprintPadRemove = CmdListElementRemove< FootprintPad, FootprintPadListNameProvider, FootprintPad::Event > |
|
using | CmdFootprintPadsSwap = CmdListElementsSwap< FootprintPad, FootprintPadListNameProvider, FootprintPad::Event > |
|
|
template<> |
SExpression | serialize (const library::FootprintPad::BoardSide &obj) |
|
template<> |
library::FootprintPad::BoardSide | deserialize (const SExpression &sexpr, const Version &fileFormat) |
|
template<> |
SExpression | serialize (const library::FootprintPad::Shape &obj) |
|
template<> |
library::FootprintPad::Shape | deserialize (const SExpression &sexpr, const Version &fileFormat) |
|