Public Member Functions | |
def | __init__ (self) |
"ZONE_SETTINGS &" | __lshift__ (self, "ZONE" aSource) |
"void" | SetupLayersList (self, "wxDataViewListCtrl *" aList, "PCB_BASE_FRAME *" aFrame, "LSET" aLayers, "bool" aFpEditorMode) |
"void" | ExportSetting (self, "ZONE" aTarget, "bool" aFullExport=True) |
"void" | SetCornerSmoothingType (self, "int" aType) |
"int" | GetCornerSmoothingType (self) |
"void" | SetCornerRadius (self, "int" aRadius) |
"unsigned int" | GetCornerRadius (self) |
"ZONE_CONNECTION" | GetPadConnection (self) |
"void" | SetPadConnection (self, "ZONE_CONNECTION" aPadConnection) |
"bool const" | GetIsRuleArea (self) |
"bool const" | GetDoNotAllowCopperPour (self) |
"bool const" | GetDoNotAllowVias (self) |
"bool const" | GetDoNotAllowTracks (self) |
"bool const" | GetDoNotAllowPads (self) |
"bool const" | GetDoNotAllowFootprints (self) |
"void" | SetIsRuleArea (self, "bool" aEnable) |
"void" | SetDoNotAllowCopperPour (self, "bool" aEnable) |
"void" | SetDoNotAllowVias (self, "bool" aEnable) |
"void" | SetDoNotAllowTracks (self, "bool" aEnable) |
"void" | SetDoNotAllowPads (self, "bool" aEnable) |
"void" | SetDoNotAllowFootprints (self, "bool" aEnable) |
"ISLAND_REMOVAL_MODE const" | GetIslandRemovalMode (self) |
"void" | SetIslandRemovalMode (self, "ISLAND_REMOVAL_MODE" aRemove) |
"long long" | GetMinIslandArea (self) |
"void" | SetMinIslandArea (self, "long long" aArea) |
Static Public Attributes | |
SMOOTHING_UNDEFINED = _pcbnew.ZONE_SETTINGS_SMOOTHING_UNDEFINED | |
SMOOTHING_NONE = _pcbnew.ZONE_SETTINGS_SMOOTHING_NONE | |
SMOOTHING_CHAMFER = _pcbnew.ZONE_SETTINGS_SMOOTHING_CHAMFER | |
SMOOTHING_FILLET = _pcbnew.ZONE_SETTINGS_SMOOTHING_FILLET | |
SMOOTHING_LAST = _pcbnew.ZONE_SETTINGS_SMOOTHING_LAST | |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
m_ZonePriority = property(_pcbnew.ZONE_SETTINGS_m_ZonePriority_get, _pcbnew.ZONE_SETTINGS_m_ZonePriority_set, doc=) | |
m_FillMode = property(_pcbnew.ZONE_SETTINGS_m_FillMode_get, _pcbnew.ZONE_SETTINGS_m_FillMode_set, doc=) | |
m_ZoneClearance = property(_pcbnew.ZONE_SETTINGS_m_ZoneClearance_get, _pcbnew.ZONE_SETTINGS_m_ZoneClearance_set, doc=) | |
m_ZoneMinThickness = property(_pcbnew.ZONE_SETTINGS_m_ZoneMinThickness_get, _pcbnew.ZONE_SETTINGS_m_ZoneMinThickness_set, doc=) | |
m_HatchThickness = property(_pcbnew.ZONE_SETTINGS_m_HatchThickness_get, _pcbnew.ZONE_SETTINGS_m_HatchThickness_set, doc=) | |
m_HatchGap = property(_pcbnew.ZONE_SETTINGS_m_HatchGap_get, _pcbnew.ZONE_SETTINGS_m_HatchGap_set, doc=) | |
m_HatchOrientation = property(_pcbnew.ZONE_SETTINGS_m_HatchOrientation_get, _pcbnew.ZONE_SETTINGS_m_HatchOrientation_set, doc=) | |
m_HatchSmoothingLevel = property(_pcbnew.ZONE_SETTINGS_m_HatchSmoothingLevel_get, _pcbnew.ZONE_SETTINGS_m_HatchSmoothingLevel_set, doc=) | |
m_HatchSmoothingValue = property(_pcbnew.ZONE_SETTINGS_m_HatchSmoothingValue_get, _pcbnew.ZONE_SETTINGS_m_HatchSmoothingValue_set, doc=) | |
m_HatchHoleMinArea = property(_pcbnew.ZONE_SETTINGS_m_HatchHoleMinArea_get, _pcbnew.ZONE_SETTINGS_m_HatchHoleMinArea_set, doc=) | |
m_HatchBorderAlgorithm = property(_pcbnew.ZONE_SETTINGS_m_HatchBorderAlgorithm_get, _pcbnew.ZONE_SETTINGS_m_HatchBorderAlgorithm_set, doc=) | |
m_NetcodeSelection = property(_pcbnew.ZONE_SETTINGS_m_NetcodeSelection_get, _pcbnew.ZONE_SETTINGS_m_NetcodeSelection_set, doc=) | |
m_Name = property(_pcbnew.ZONE_SETTINGS_m_Name_get, _pcbnew.ZONE_SETTINGS_m_Name_set, doc=) | |
m_Layers = property(_pcbnew.ZONE_SETTINGS_m_Layers_get, _pcbnew.ZONE_SETTINGS_m_Layers_set, doc=) | |
m_ZoneBorderDisplayStyle = property(_pcbnew.ZONE_SETTINGS_m_ZoneBorderDisplayStyle_get, _pcbnew.ZONE_SETTINGS_m_ZoneBorderDisplayStyle_set, doc=) | |
m_ThermalReliefGap = property(_pcbnew.ZONE_SETTINGS_m_ThermalReliefGap_get, _pcbnew.ZONE_SETTINGS_m_ThermalReliefGap_set, doc=) | |
m_ThermalReliefSpokeWidth = property(_pcbnew.ZONE_SETTINGS_m_ThermalReliefSpokeWidth_get, _pcbnew.ZONE_SETTINGS_m_ThermalReliefSpokeWidth_set, doc=) | |
m_Zone_45_Only = property(_pcbnew.ZONE_SETTINGS_m_Zone_45_Only_get, _pcbnew.ZONE_SETTINGS_m_Zone_45_Only_set, doc=) | |
m_Locked = property(_pcbnew.ZONE_SETTINGS_m_Locked_get, _pcbnew.ZONE_SETTINGS_m_Locked_set, doc=) | |
def pcbnew.ZONE_SETTINGS.__init__ | ( | self | ) |
"ZONE_SETTINGS &" pcbnew.ZONE_SETTINGS.__lshift__ | ( | self, | |
"ZONE" | aSource | ||
) |
"void" pcbnew.ZONE_SETTINGS.ExportSetting | ( | self, | |
"ZONE" | aTarget, | ||
"bool" | aFullExport = True |
||
) |
"unsigned int" pcbnew.ZONE_SETTINGS.GetCornerRadius | ( | self | ) |
"int" pcbnew.ZONE_SETTINGS.GetCornerSmoothingType | ( | self | ) |
"bool const" pcbnew.ZONE_SETTINGS.GetDoNotAllowCopperPour | ( | self | ) |
"bool const" pcbnew.ZONE_SETTINGS.GetDoNotAllowFootprints | ( | self | ) |
"bool const" pcbnew.ZONE_SETTINGS.GetDoNotAllowPads | ( | self | ) |
"bool const" pcbnew.ZONE_SETTINGS.GetDoNotAllowTracks | ( | self | ) |
"bool const" pcbnew.ZONE_SETTINGS.GetDoNotAllowVias | ( | self | ) |
"ISLAND_REMOVAL_MODE const" pcbnew.ZONE_SETTINGS.GetIslandRemovalMode | ( | self | ) |
"bool const" pcbnew.ZONE_SETTINGS.GetIsRuleArea | ( | self | ) |
"long long" pcbnew.ZONE_SETTINGS.GetMinIslandArea | ( | self | ) |
"ZONE_CONNECTION" pcbnew.ZONE_SETTINGS.GetPadConnection | ( | self | ) |
"void" pcbnew.ZONE_SETTINGS.SetCornerRadius | ( | self, | |
"int" | aRadius | ||
) |
"void" pcbnew.ZONE_SETTINGS.SetCornerSmoothingType | ( | self, | |
"int" | aType | ||
) |
"void" pcbnew.ZONE_SETTINGS.SetDoNotAllowCopperPour | ( | self, | |
"bool" | aEnable | ||
) |
"void" pcbnew.ZONE_SETTINGS.SetDoNotAllowFootprints | ( | self, | |
"bool" | aEnable | ||
) |
"void" pcbnew.ZONE_SETTINGS.SetDoNotAllowPads | ( | self, | |
"bool" | aEnable | ||
) |
"void" pcbnew.ZONE_SETTINGS.SetDoNotAllowTracks | ( | self, | |
"bool" | aEnable | ||
) |
"void" pcbnew.ZONE_SETTINGS.SetDoNotAllowVias | ( | self, | |
"bool" | aEnable | ||
) |
"void" pcbnew.ZONE_SETTINGS.SetIslandRemovalMode | ( | self, | |
"ISLAND_REMOVAL_MODE" | aRemove | ||
) |
"void" pcbnew.ZONE_SETTINGS.SetIsRuleArea | ( | self, | |
"bool" | aEnable | ||
) |
"void" pcbnew.ZONE_SETTINGS.SetMinIslandArea | ( | self, | |
"long long" | aArea | ||
) |
"void" pcbnew.ZONE_SETTINGS.SetPadConnection | ( | self, | |
"ZONE_CONNECTION" | aPadConnection | ||
) |
"void" pcbnew.ZONE_SETTINGS.SetupLayersList | ( | self, | |
"wxDataViewListCtrl *" | aList, | ||
"PCB_BASE_FRAME *" | aFrame, | ||
"LSET" | aLayers, | ||
"bool" | aFpEditorMode | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |