This is the complete list of members for pcbnew.BOARD_ITEM, including all inherited members.
__init__(self, *args, **kwargs) | pcbnew.BOARD_ITEM | |
Cast(self) | pcbnew.BOARD_ITEM | |
DeleteStructure(self) | pcbnew.BOARD_ITEM | |
Duplicate(self) | pcbnew.BOARD_ITEM | |
Duplicate(self) | pcbnew.BOARD_ITEM | |
Flip(self, aCentre, aFlipLeftRight) | pcbnew.BOARD_ITEM | |
GetBoard(self, *args) | pcbnew.BOARD_ITEM | |
GetCenter(self) | pcbnew.BOARD_ITEM | |
GetEffectiveHoleShape(self) | pcbnew.BOARD_ITEM | |
GetEffectiveShape(self, *args) | pcbnew.BOARD_ITEM | |
GetLayer(self) | pcbnew.BOARD_ITEM | |
GetLayerName(self) | pcbnew.BOARD_ITEM | |
GetLayerSet(self) | pcbnew.BOARD_ITEM | |
GetParent(self) | pcbnew.BOARD_ITEM | |
GetParentFootprint(self) | pcbnew.BOARD_ITEM | |
GetParentGroup(self) | pcbnew.BOARD_ITEM | |
GetStroke(self) | pcbnew.BOARD_ITEM | |
GetX(self) | pcbnew.BOARD_ITEM | |
GetY(self) | pcbnew.BOARD_ITEM | |
HasHole(self) | pcbnew.BOARD_ITEM | |
HasLineStroke(self) | pcbnew.BOARD_ITEM | |
IsConnected(self) | pcbnew.BOARD_ITEM | |
IsKnockout(self) | pcbnew.BOARD_ITEM | |
IsLocked(self) | pcbnew.BOARD_ITEM | |
IsOnCopperLayer(self) | pcbnew.BOARD_ITEM | |
IsOnLayer(self, aLayer) | pcbnew.BOARD_ITEM | |
IsTented(self) | pcbnew.BOARD_ITEM | |
Move(self, aMoveVector) | pcbnew.BOARD_ITEM | |
Rotate(self, aRotCentre, aAngle) | pcbnew.BOARD_ITEM | |
SetIsKnockout(self, aKnockout) | pcbnew.BOARD_ITEM | |
SetLayer(self, aLayer) | pcbnew.BOARD_ITEM | |
SetLayerSet(self, aLayers) | pcbnew.BOARD_ITEM | |
SetLocked(self, aLocked) | pcbnew.BOARD_ITEM | |
SetParentGroup(self, aGroup) | pcbnew.BOARD_ITEM | |
SetPos(self, p) | pcbnew.BOARD_ITEM | |
SetStartEnd(self, start, end) | pcbnew.BOARD_ITEM | |
SetStroke(self, aStroke) | pcbnew.BOARD_ITEM | |
SetX(self, aX) | pcbnew.BOARD_ITEM | |
SetY(self, aY) | pcbnew.BOARD_ITEM | |
SwapItemData(self, aImage) | pcbnew.BOARD_ITEM | |
thisown | pcbnew.BOARD_ITEM | static |
TransformShapeToPolygon(self, aBuffer, aLayer, aClearance, aError, aErrorLoc, ignoreLineWidth=False) | pcbnew.BOARD_ITEM | |