![]() |
KiCad PCB EDA Suite
|
#include <confirm.h>
#include <trigo.h>
#include <kicad_string.h>
#include <gestfich.h>
#include <pcb_edit_frame.h>
#include <dialog_helpers.h>
#include <locale_io.h>
#include <richio.h>
#include <filter_reader.h>
#include <base_units.h>
#include <validators.h>
#include <dialogs/dialog_text_entry.h>
#include <board.h>
#include <footprint.h>
#include <fp_shape.h>
#include <microwave/microwave_tool.h>
#include <pcbnew.h>
#include <math/util.h>
Go to the source code of this file.
Classes | |
class | MWAVE_POLYGONAL_SHAPE_DLG |
Enumerations | |
enum | id_mw_cmd { ID_READ_SHAPE_FILE = 1000 } |
Variables | |
static std::vector< wxRealPoint > | PolyEdges |
static double | ShapeScaleX |
static double | ShapeScaleY |
static wxSize | ShapeSize |
static int | PolyShapeType |
enum id_mw_cmd |
Enumerator | |
---|---|
ID_READ_SHAPE_FILE |
Definition at line 55 of file microwave_polygon.cpp.
|
static |
Definition at line 46 of file microwave_polygon.cpp.
Referenced by MICROWAVE_TOOL::createPolygonShape(), MWAVE_POLYGONAL_SHAPE_DLG::MWAVE_POLYGONAL_SHAPE_DLG(), MWAVE_POLYGONAL_SHAPE_DLG::OnCancelClick(), and MWAVE_POLYGONAL_SHAPE_DLG::ReadDataShapeDescr().
|
static |
Definition at line 49 of file microwave_polygon.cpp.
Referenced by MICROWAVE_TOOL::createPolygonShape(), and MWAVE_POLYGONAL_SHAPE_DLG::OnOkClick().
|
static |
Definition at line 47 of file microwave_polygon.cpp.
Referenced by MICROWAVE_TOOL::createPolygonShape(), and MWAVE_POLYGONAL_SHAPE_DLG::ReadDataShapeDescr().
|
static |
Definition at line 47 of file microwave_polygon.cpp.
Referenced by MICROWAVE_TOOL::createPolygonShape(), and MWAVE_POLYGONAL_SHAPE_DLG::ReadDataShapeDescr().
|
static |
Definition at line 48 of file microwave_polygon.cpp.
Referenced by MICROWAVE_TOOL::createPolygonShape(), MWAVE_POLYGONAL_SHAPE_DLG::MWAVE_POLYGONAL_SHAPE_DLG(), and MWAVE_POLYGONAL_SHAPE_DLG::OnOkClick().