|
KiCad PCB EDA Suite
|
#include <confirm.h>#include <widgets/unit_binder.h>#include <pcb_edit_frame.h>#include <dialog_shim.h>#include <locale_io.h>#include <filter_reader.h>#include <dialogs/dialog_text_entry.h>#include <board.h>#include <footprint.h>#include <pcb_shape.h>#include <microwave/microwave_tool.h>#include <pad.h>#include <math/util.h>#include <wx/button.h>#include <wx/dialog.h>#include <wx/filedlg.h>#include <wx/radiobox.h>#include <wx/sizer.h>#include <wx/statbox.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 > | g_PolyEdges |
| static double | g_ShapeScaleX |
| static double | g_ShapeScaleY |
| static wxSize | g_ShapeSize |
| static int | g_PolyShapeType |
| enum id_mw_cmd |
| Enumerator | |
|---|---|
| ID_READ_SHAPE_FILE | |
Definition at line 54 of file microwave_polygon.cpp.
|
static |
Definition at line 48 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 51 of file microwave_polygon.cpp.
Referenced by MICROWAVE_TOOL::createPolygonShape(), and MWAVE_POLYGONAL_SHAPE_DLG::TransferDataFromWindow().
|
static |
Definition at line 49 of file microwave_polygon.cpp.
Referenced by MICROWAVE_TOOL::createPolygonShape(), 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::ReadDataShapeDescr().
|
static |
Definition at line 50 of file microwave_polygon.cpp.
Referenced by MICROWAVE_TOOL::createPolygonShape(), and MWAVE_POLYGONAL_SHAPE_DLG::TransferDataFromWindow().