24 #ifndef DIALOG_FILTER_SELECTION_H 25 #define DIALOG_FILTER_SELECTION_H 59 void OnCancel( wxCommandEvent& event )
override 61 EndModal( wxID_CANCEL );
70 #endif // DIALOG_FILTER_SELECTION_H void checkBoxClicked(wxCommandEvent &aEvent) override
Reference to the options struct to fill.
~DIALOG_FILTER_SELECTION()
Struct that will be set with the result of the user choices in the dialog.
bool includeLockedModules
Class DIALOG_FILTER_SELECTION_BASE.
void OnCancel(wxCommandEvent &event) override
DIALOG_FILTER_SELECTION(PCB_BASE_FRAME *aParent, OPTIONS &aOptions)
bool includeItemsOnTechLayers
bool includeBoardOutlineLayer
void ExecuteCommand(wxCommandEvent &event) override
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.