76    void OnSize( wxSizeEvent& aEvent );
 
   86    std::vector<SHAPE_POLY_SET::VERTEX_INDEX> 
m_rows;
 
 
A base class for any item which can be embedded within the BOARD container class, and therefore insta...
 
Common, abstract interface for edit frames.
 
void SetItem(BOARD_ITEM *aItem)
 
PCB_BASE_EDIT_FRAME * m_frame
 
SHAPE_POLY_SET * getPoly()
 
bool IsEditingItem(BOARD_ITEM *aItem) const
Check if the pane is currently editing the given item.
 
void OnGridSelectCell(wxGridEvent &aEvent)
 
void OnSize(wxSizeEvent &aEvent)
 
std::vector< SHAPE_POLY_SET::VERTEX_INDEX > m_rows
 
~PCB_VERTEX_EDITOR_PANE() override
 
void updateHighlight(int aRow)
 
wxString formatCoord(int aValue, ORIGIN_TRANSFORMS::COORD_TYPES_T aCoordType) const
 
void OnSelectionChanged(BOARD_ITEM *aNewItem)
Update the pane in response to external selection changes.
 
PCB_VERTEX_EDITOR_PANE(PCB_BASE_EDIT_FRAME *aFrame)
 
bool parseCellValue(const wxString &aText, ORIGIN_TRANSFORMS::COORD_TYPES_T aCoordType, int &aResult) const
 
void OnGridCellChange(wxGridEvent &aEvent)
 
Represent a set of closed polygons.
 
Handle a list of polygons defining a copper zone.