KiCad Pcbnew Python Scripting
|
This is the complete list of members for pcbnew.MARKER_BASE, including all inherited members.
__init__(self, *args, **kwargs) | pcbnew.MARKER_BASE | |
GetBoundingBoxMarker(self) | pcbnew.MARKER_BASE | |
GetMarkerType(self) | pcbnew.MARKER_BASE | |
GetPos(self) | pcbnew.MARKER_BASE | |
GetRCItem(self) | pcbnew.MARKER_BASE | |
GetUUID(self) | pcbnew.MARKER_BASE | |
HitTestMarker(self, "wxPoint" aHitPosition, "int" aAccuracy) | pcbnew.MARKER_BASE | |
IsExcluded(self) | pcbnew.MARKER_BASE | |
m_Pos | pcbnew.MARKER_BASE | static |
MARKER_ERC | pcbnew.MARKER_BASE | static |
MARKER_PCB | pcbnew.MARKER_BASE | static |
MARKER_SIMUL | pcbnew.MARKER_BASE | static |
MARKER_UNSPEC | pcbnew.MARKER_BASE | static |
MarkerScale(self) | pcbnew.MARKER_BASE | |
PrintMarker(self, "RENDER_SETTINGS const *" aSettings, "wxPoint" aOffset) | pcbnew.MARKER_BASE | |
SetExcluded(self, "bool" aExcluded) | pcbnew.MARKER_BASE | |
SetMarkerScale(self, "int" aScale) | pcbnew.MARKER_BASE | |
SetMarkerType(self, "enum MARKER_BASE::TYPEMARKER" aMarkerType) | pcbnew.MARKER_BASE | |
ShapeToPolygon(self, "SHAPE_LINE_CHAIN" aPolygon, "int" aScale=-1) | pcbnew.MARKER_BASE | |
thisown | pcbnew.MARKER_BASE | static |