KiCad PCB EDA Suite
|
#include <advanced_config.h>
#include <bitmaps.h>
#include <geometry/geometry_utils.h>
#include <geometry/shape_null.h>
#include <pcb_edit_frame.h>
#include <pcb_screen.h>
#include <board.h>
#include <board_design_settings.h>
#include <lset.h>
#include <pad.h>
#include <zone.h>
#include <footprint.h>
#include <string_utils.h>
#include <math_for_graphics.h>
#include <properties/property_validators.h>
#include <settings/color_settings.h>
#include <settings/settings_manager.h>
#include <trigo.h>
#include <i18n_utility.h>
#include <mutex>
Go to the source code of this file.
Classes | |
struct | ZONE_DESC |
Functions | |
bool | sortEndsByDescendingX (const VECTOR2I &ref, const VECTOR2I &tst) |
Variables | |
static SHAPE_POLY_SET | g_nullPoly |
static struct ZONE_DESC | _ZONE_DESC |
Definition at line 948 of file zone.cpp.
References VECTOR2< T >::x.
Referenced by ZONE::HatchBorder().
|
static |
|
static |
Definition at line 442 of file zone.cpp.
Referenced by ZONE::BuildHashValue(), and ZONE::GetHashValue().