24 #ifndef DIALOG_BLOCK_OPTIONS_H_ 25 #define DIALOG_BLOCK_OPTIONS_H_ 54 bool aShowLegacyOptions,
55 const wxString& aTitle );
64 void OnCancel( wxCommandEvent& event )
override 66 EndModal( wxID_CANCEL );
75 #endif // DIALOG_EXCHANGE_MODULES_H_
void checkBoxClicked(wxCommandEvent &aEvent) override
Reference to the options struct to fill.
void ExecuteCommand(wxCommandEvent &event) override
Struct that will be set with the result of the user choices in the dialog.
Class DIALOG_BLOCK_OPTIONS_BASE.
DIALOG_BLOCK_OPTIONS(PCB_BASE_FRAME *aParent, OPTIONS &aOptions, bool aShowLegacyOptions, const wxString &aTitle)
bool includeBoardOutlineLayer
bool includeItemsOnInvisibleLayers
bool includeItemsOnTechLayers
bool includeLockedModules
class PCB_BASE_FRAME basic PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer...
void OnCancel(wxCommandEvent &event) override