KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DIALOG_FILTER_SELECTION::OPTIONS Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ allItems

wxCheckBoxState DIALOG_FILTER_SELECTION::OPTIONS::allItems = wxCHK_UNDETERMINED

◆ includeBoardOutlineLayer

bool DIALOG_FILTER_SELECTION::OPTIONS::includeBoardOutlineLayer = true

◆ includeItemsOnTechLayers

bool DIALOG_FILTER_SELECTION::OPTIONS::includeItemsOnTechLayers = true

◆ includeLockedModules

bool DIALOG_FILTER_SELECTION::OPTIONS::includeLockedModules = true

◆ includeModules

bool DIALOG_FILTER_SELECTION::OPTIONS::includeModules = true

◆ includePcbTexts

bool DIALOG_FILTER_SELECTION::OPTIONS::includePcbTexts = true

◆ includeTracks

bool DIALOG_FILTER_SELECTION::OPTIONS::includeTracks = true

◆ includeVias

bool DIALOG_FILTER_SELECTION::OPTIONS::includeVias = true

◆ includeZones

bool DIALOG_FILTER_SELECTION::OPTIONS::includeZones = true

The documentation for this struct was generated from the following file: