24#ifndef DIALOG_SWAP_LAYERS_H
25#define DIALOG_SWAP_LAYERS_H
37 std::map<PCB_LAYER_ID, PCB_LAYER_ID>& aArray );
44 void OnSize( wxSizeEvent& event )
override;
DIALOG_SWAP_LAYERS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Swap Layers"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
bool TransferDataToWindow() override
bool TransferDataFromWindow() override
std::map< PCB_LAYER_ID, PCB_LAYER_ID > & m_layerMap
PCB_BASE_EDIT_FRAME * m_parent
DIALOG_SWAP_LAYERS(PCB_BASE_EDIT_FRAME *aParent, std::map< PCB_LAYER_ID, PCB_LAYER_ID > &aArray)
void OnSize(wxSizeEvent &event) override
LAYER_GRID_TABLE * m_gridTable
~DIALOG_SWAP_LAYERS() override
Common, abstract interface for edit frames.
The main frame for Pcbnew.