KiCad PCB EDA Suite
Loading...
Searching...
No Matches
zones.h File Reference
#include <wx/translation.h>

Go to the source code of this file.

Macros

#define ZONE_THERMAL_RELIEF_GAP_MM   0.5
 
#define ZONE_THERMAL_RELIEF_COPPER_WIDTH_MM   0.5
 
#define ZONE_THICKNESS_MM   0.25
 
#define ZONE_THICKNESS_MIN_VALUE_MM   0.025
 
#define ZONE_CLEARANCE_MM   0.5
 
#define ZONE_CLEARANCE_MAX_VALUE_MM   100
 
#define ZONE_BORDER_HATCH_DIST_MM   0.5
 
#define ZONE_BORDER_HATCH_MINDIST_MM   0.1
 
#define ZONE_BORDER_HATCH_MAXDIST_MM   2.0
 
#define ZONE_MANAGER_REPOUR   1005
 

Enumerations

enum class  ZONE_CONNECTION {
  INHERITED = -1 , NONE , THERMAL , FULL ,
  THT_THERMAL
}
 How pads are covered by copper in zone. More...
 

Functions

wxString PrintZoneConnection (ZONE_CONNECTION aConnection)
 
int InvokeNonCopperZonesEditor (PCB_BASE_FRAME *aParent, ZONE_SETTINGS *aSettings, CONVERT_SETTINGS *aConvertSettings=nullptr)
 Function InvokeNonCopperZonesEditor invokes up a modal dialog window for non-copper zone editing.
 
int InvokeCopperZonesEditor (PCB_BASE_FRAME *aCaller, ZONE_SETTINGS *aSettings, CONVERT_SETTINGS *aConvertSettings=nullptr)
 Function InvokeCopperZonesEditor invokes up a modal dialog window for copper zone editing.
 
int InvokeRuleAreaEditor (PCB_BASE_FRAME *aCaller, ZONE_SETTINGS *aSettings, CONVERT_SETTINGS *aConvertSettings=nullptr)
 Function InvokeRuleAreaEditor invokes up a modal dialog window for copper zone editing.
 
int InvokeZonesManager (PCB_BASE_FRAME *aCall, ZONE_SETTINGS *aSettings)
 Function InvokeZonesManager invokes up a modal dialog window for zones manager.
 

Macro Definition Documentation

◆ ZONE_BORDER_HATCH_DIST_MM

#define ZONE_BORDER_HATCH_DIST_MM   0.5

Definition at line 39 of file zones.h.

◆ ZONE_BORDER_HATCH_MAXDIST_MM

#define ZONE_BORDER_HATCH_MAXDIST_MM   2.0

Definition at line 41 of file zones.h.

◆ ZONE_BORDER_HATCH_MINDIST_MM

#define ZONE_BORDER_HATCH_MINDIST_MM   0.1

Definition at line 40 of file zones.h.

◆ ZONE_CLEARANCE_MAX_VALUE_MM

#define ZONE_CLEARANCE_MAX_VALUE_MM   100

Definition at line 38 of file zones.h.

◆ ZONE_CLEARANCE_MM

#define ZONE_CLEARANCE_MM   0.5

Definition at line 37 of file zones.h.

◆ ZONE_MANAGER_REPOUR

#define ZONE_MANAGER_REPOUR   1005

Definition at line 44 of file zones.h.

◆ ZONE_THERMAL_RELIEF_COPPER_WIDTH_MM

#define ZONE_THERMAL_RELIEF_COPPER_WIDTH_MM   0.5

Definition at line 34 of file zones.h.

◆ ZONE_THERMAL_RELIEF_GAP_MM

#define ZONE_THERMAL_RELIEF_GAP_MM   0.5

Definition at line 33 of file zones.h.

◆ ZONE_THICKNESS_MIN_VALUE_MM

#define ZONE_THICKNESS_MIN_VALUE_MM   0.025

Definition at line 36 of file zones.h.

◆ ZONE_THICKNESS_MM

#define ZONE_THICKNESS_MM   0.25

Definition at line 35 of file zones.h.

Enumeration Type Documentation

◆ ZONE_CONNECTION

enum class ZONE_CONNECTION
strong

How pads are covered by copper in zone.

Enumerator
INHERITED 
NONE 

Pads are not covered.

THERMAL 

Use thermal relief for pads.

FULL 

pads are covered by copper

THT_THERMAL 

Thermal relief only for THT pads.

Definition at line 46 of file zones.h.

Function Documentation

◆ InvokeCopperZonesEditor()

int InvokeCopperZonesEditor ( PCB_BASE_FRAME aCaller,
ZONE_SETTINGS aSettings,
CONVERT_SETTINGS aConvertSettings = nullptr 
)

Function InvokeCopperZonesEditor invokes up a modal dialog window for copper zone editing.

Parameters
aCalleris the PCB_BASE_FRAME calling parent window for the modal dialog, and it gives access to the BOARD through PCB_BASE_FRAME::GetBoard().
aSettingspoints to the ZONE_SETTINGS to edit.
Returns
int - tells if user aborted, changed only one zone, or all of them.

Definition at line 127 of file dialog_copper_zones.cpp.

References DIALOG_SHIM::ShowQuasiModal().

Referenced by ZONE_CREATE_HELPER::createNewZone(), CONVERT_TOOL::CreatePolys(), PCB_EDIT_FRAME::Edit_Zone_Params(), FOOTPRINT_EDIT_FRAME::OnEditItemRequest(), and BOARD_EDITOR_CONTROL::ZoneDuplicate().

◆ InvokeNonCopperZonesEditor()

int InvokeNonCopperZonesEditor ( PCB_BASE_FRAME aParent,
ZONE_SETTINGS aSettings,
CONVERT_SETTINGS aConvertSettings = nullptr 
)

Function InvokeNonCopperZonesEditor invokes up a modal dialog window for non-copper zone editing.

Parameters
aParentis the PCB_BASE_FRAME calling parent window for the modal dialog, and it gives access to the BOARD through PCB_BASE_FRAME::GetBoard().
aSettingspoints to the ZONE_SETTINGS to edit.
Returns
int - tells if user aborted, changed only one zone, or all of them.

Definition at line 72 of file dialog_non_copper_zones_properties.cpp.

References DIALOG_SHIM::ShowQuasiModal().

Referenced by ZONE_CREATE_HELPER::createNewZone(), CONVERT_TOOL::CreatePolys(), PCB_EDIT_FRAME::Edit_Zone_Params(), FOOTPRINT_EDIT_FRAME::OnEditItemRequest(), and BOARD_EDITOR_CONTROL::ZoneDuplicate().

◆ InvokeRuleAreaEditor()

int InvokeRuleAreaEditor ( PCB_BASE_FRAME aCaller,
ZONE_SETTINGS aSettings,
CONVERT_SETTINGS aConvertSettings = nullptr 
)

Function InvokeRuleAreaEditor invokes up a modal dialog window for copper zone editing.

Parameters
aCalleris the PCB_BASE_FRAME calling parent window for the modal dialog, and it gives access to the BOARD through PCB_BASE_FRAME::GetBoard().
aSettingspoints to the ZONE_SETTINGS to edit.
Returns
int - tells if user aborted, changed only one zone, or all of them.

Definition at line 73 of file dialog_rule_area_properties.cpp.

Referenced by ZONE_CREATE_HELPER::createNewZone(), CONVERT_TOOL::CreatePolys(), PCB_EDIT_FRAME::Edit_Zone_Params(), FOOTPRINT_EDIT_FRAME::OnEditItemRequest(), and BOARD_EDITOR_CONTROL::ZoneDuplicate().

◆ InvokeZonesManager()

int InvokeZonesManager ( PCB_BASE_FRAME aCall,
ZONE_SETTINGS aSettings 
)

Function InvokeZonesManager invokes up a modal dialog window for zones manager.

Parameters
aCalleris the PCB_BASE_FRAME calling parent window for the modal dialog, and it gives access to the BOARD through PCB_BASE_FRAME::GetBoard().
Returns
int - tells if user aborted, or edited the zones

Definition at line 216 of file dialog_zone_manager.cpp.

References ZONE_MANAGER_PREFERENCE::GetRepourOnClose(), res, DIALOG_SHIM::ShowQuasiModal(), and ZONE_MANAGER_REPOUR.

Referenced by GLOBAL_EDIT_TOOL::ZonesManager().

◆ PrintZoneConnection()

wxString PrintZoneConnection ( ZONE_CONNECTION  aConnection)
inline

Definition at line 56 of file zones.h.

References _, FULL, INHERITED, NONE, THERMAL, and THT_THERMAL.

Referenced by DRC_ENGINE::EvalRules(), and DRC_ENGINE::EvalZoneConnection().