KiCad PCB EDA Suite
|
Struct that will be set with the result of the user choices in the dialog. More...
#include <dialog_filter_selection.h>
Public Attributes | |
wxCheckBoxState | allItems = wxCHK_UNDETERMINED |
bool | includeModules = true |
bool | includeLockedModules = true |
bool | includeTracks = true |
bool | includeVias = true |
bool | includeZones = true |
bool | includeItemsOnTechLayers = true |
bool | includeBoardOutlineLayer = true |
bool | includePcbTexts = true |
Struct that will be set with the result of the user choices in the dialog.
Definition at line 38 of file dialog_filter_selection.h.
wxCheckBoxState DIALOG_FILTER_SELECTION::OPTIONS::allItems = wxCHK_UNDETERMINED |
Definition at line 40 of file dialog_filter_selection.h.
Referenced by DIALOG_FILTER_SELECTION::TransferDataFromWindow().
bool DIALOG_FILTER_SELECTION::OPTIONS::includeBoardOutlineLayer = true |
Definition at line 47 of file dialog_filter_selection.h.
Referenced by itemIsIncludedByFilter(), DIALOG_FILTER_SELECTION::setCheckboxStatesFromOptions(), and DIALOG_FILTER_SELECTION::TransferDataFromWindow().
bool DIALOG_FILTER_SELECTION::OPTIONS::includeItemsOnTechLayers = true |
Definition at line 46 of file dialog_filter_selection.h.
Referenced by itemIsIncludedByFilter(), DIALOG_FILTER_SELECTION::setCheckboxStatesFromOptions(), and DIALOG_FILTER_SELECTION::TransferDataFromWindow().
bool DIALOG_FILTER_SELECTION::OPTIONS::includeLockedModules = true |
Definition at line 42 of file dialog_filter_selection.h.
Referenced by itemIsIncludedByFilter(), DIALOG_FILTER_SELECTION::setCheckboxStatesFromOptions(), and DIALOG_FILTER_SELECTION::TransferDataFromWindow().
bool DIALOG_FILTER_SELECTION::OPTIONS::includeModules = true |
Definition at line 41 of file dialog_filter_selection.h.
Referenced by itemIsIncludedByFilter(), DIALOG_FILTER_SELECTION::setCheckboxStatesFromOptions(), and DIALOG_FILTER_SELECTION::TransferDataFromWindow().
bool DIALOG_FILTER_SELECTION::OPTIONS::includePcbTexts = true |
Definition at line 48 of file dialog_filter_selection.h.
Referenced by itemIsIncludedByFilter(), DIALOG_FILTER_SELECTION::setCheckboxStatesFromOptions(), and DIALOG_FILTER_SELECTION::TransferDataFromWindow().
bool DIALOG_FILTER_SELECTION::OPTIONS::includeTracks = true |
Definition at line 43 of file dialog_filter_selection.h.
Referenced by itemIsIncludedByFilter(), DIALOG_FILTER_SELECTION::setCheckboxStatesFromOptions(), and DIALOG_FILTER_SELECTION::TransferDataFromWindow().
bool DIALOG_FILTER_SELECTION::OPTIONS::includeVias = true |
Definition at line 44 of file dialog_filter_selection.h.
Referenced by itemIsIncludedByFilter(), DIALOG_FILTER_SELECTION::setCheckboxStatesFromOptions(), and DIALOG_FILTER_SELECTION::TransferDataFromWindow().
bool DIALOG_FILTER_SELECTION::OPTIONS::includeZones = true |
Definition at line 45 of file dialog_filter_selection.h.
Referenced by itemIsIncludedByFilter(), DIALOG_FILTER_SELECTION::setCheckboxStatesFromOptions(), and DIALOG_FILTER_SELECTION::TransferDataFromWindow().