KiCad PCB EDA Suite
Loading...
Searching...
No Matches
microwave_polygon.cpp File Reference
#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
 

Enumeration Type Documentation

◆ id_mw_cmd

enum id_mw_cmd
Enumerator
ID_READ_SHAPE_FILE 

Definition at line 54 of file microwave_polygon.cpp.

Variable Documentation

◆ g_PolyEdges

◆ g_PolyShapeType

int g_PolyShapeType
static

◆ g_ShapeScaleX

double g_ShapeScaleX
static

◆ g_ShapeScaleY

double g_ShapeScaleY
static

◆ g_ShapeSize

wxSize g_ShapeSize
static