KiCad PCB EDA Suite
|
This file contains data structures that are saved in the project file or project local settings file that are specific to PcbNew. More...
#include <board_project_settings.h>
Public Member Functions | |
PCB_SELECTION_FILTER_OPTIONS () | |
bool | Any () |
bool | All () |
void | SetAll (bool aState) |
Public Attributes | |
bool | lockedItems |
Allow selecting locked items. | |
bool | footprints |
Allow selecting entire footprints. | |
bool | text |
Text (free or attached to a footprint) | |
bool | tracks |
Copper tracks. | |
bool | vias |
Vias (all types> | |
bool | pads |
Footprint pads. | |
bool | graphics |
Graphic lines, shapes, polygons. | |
bool | zones |
Copper zones. | |
bool | keepouts |
Keepout zones. | |
bool | dimensions |
Dimension items. | |
bool | points |
Points. | |
bool | otherItems |
Anything not fitting one of the above categories. | |
This file contains data structures that are saved in the project file or project local settings file that are specific to PcbNew.
This is done so that these structures are available in common. Selection filtering that applies all the time (not the "filter selection" dialog that modifies the current selection)
Definition at line 43 of file board_project_settings.h.
|
inline |
Definition at line 58 of file board_project_settings.h.
References dimensions, footprints, graphics, keepouts, lockedItems, otherItems, pads, points, text, tracks, vias, and zones.
|
inline |
Definition at line 86 of file board_project_settings.h.
References dimensions, footprints, graphics, keepouts, otherItems, pads, points, text, tracks, vias, and zones.
Referenced by PANEL_SELECTION_FILTER::SetCheckboxesFromFilter(), and PANEL_SELECTION_FILTER::setFilterFromCheckboxes().
|
inline |
Definition at line 77 of file board_project_settings.h.
References dimensions, footprints, graphics, keepouts, otherItems, pads, points, text, tracks, vias, and zones.
|
inline |
Definition at line 92 of file board_project_settings.h.
References dimensions, footprints, graphics, keepouts, lockedItems, otherItems, pads, points, text, tracks, vias, and zones.
Referenced by PCB_SELECTION_TOOL::selectPoint().
bool PCB_SELECTION_FILTER_OPTIONS::dimensions |
Dimension items.
Definition at line 54 of file board_project_settings.h.
Referenced by All(), Any(), PCB_GRID_HELPER::computeAnchors(), PCB_SELECTION_TOOL::itemPassesFilter(), PANEL_SELECTION_FILTER::OnFlashEvent(), PCB_SELECTION_FILTER_OPTIONS(), SetAll(), PANEL_SELECTION_FILTER::SetCheckboxesFromFilter(), and PANEL_SELECTION_FILTER::setFilterFromCheckboxes().
bool PCB_SELECTION_FILTER_OPTIONS::footprints |
Allow selecting entire footprints.
Definition at line 46 of file board_project_settings.h.
Referenced by All(), Any(), PCB_GRID_HELPER::computeAnchors(), PCB_SELECTION_TOOL::itemPassesFilter(), PANEL_SELECTION_FILTER::OnFlashEvent(), PCB_SELECTION_FILTER_OPTIONS(), SetAll(), PANEL_SELECTION_FILTER::SetCheckboxesFromFilter(), and PANEL_SELECTION_FILTER::setFilterFromCheckboxes().
bool PCB_SELECTION_FILTER_OPTIONS::graphics |
Graphic lines, shapes, polygons.
Definition at line 51 of file board_project_settings.h.
Referenced by All(), Any(), PCB_GRID_HELPER::computeAnchors(), PCB_GRID_HELPER::computeAnchors(), PCB_SELECTION_TOOL::itemPassesFilter(), PANEL_SELECTION_FILTER::OnFlashEvent(), PCB_SELECTION_FILTER_OPTIONS(), SetAll(), PANEL_SELECTION_FILTER::SetCheckboxesFromFilter(), and PANEL_SELECTION_FILTER::setFilterFromCheckboxes().
bool PCB_SELECTION_FILTER_OPTIONS::keepouts |
Keepout zones.
Definition at line 53 of file board_project_settings.h.
Referenced by All(), Any(), PCB_SELECTION_TOOL::itemPassesFilter(), PANEL_SELECTION_FILTER::OnFlashEvent(), PCB_SELECTION_FILTER_OPTIONS(), SetAll(), PANEL_SELECTION_FILTER::SetCheckboxesFromFilter(), and PANEL_SELECTION_FILTER::setFilterFromCheckboxes().
bool PCB_SELECTION_FILTER_OPTIONS::lockedItems |
Allow selecting locked items.
Definition at line 45 of file board_project_settings.h.
Referenced by PCB_SELECTION_TOOL::itemPassesFilter(), PANEL_SELECTION_FILTER::OnFlashEvent(), PCB_SELECTION_FILTER_OPTIONS(), SetAll(), PANEL_SELECTION_FILTER::SetCheckboxesFromFilter(), and PANEL_SELECTION_FILTER::setFilterFromCheckboxes().
bool PCB_SELECTION_FILTER_OPTIONS::otherItems |
Anything not fitting one of the above categories.
Definition at line 56 of file board_project_settings.h.
Referenced by All(), Any(), PCB_SELECTION_TOOL::itemPassesFilter(), PANEL_SELECTION_FILTER::OnFlashEvent(), PCB_SELECTION_FILTER_OPTIONS(), SetAll(), PANEL_SELECTION_FILTER::SetCheckboxesFromFilter(), and PANEL_SELECTION_FILTER::setFilterFromCheckboxes().
bool PCB_SELECTION_FILTER_OPTIONS::pads |
Footprint pads.
Definition at line 50 of file board_project_settings.h.
Referenced by All(), Any(), PCB_GRID_HELPER::computeAnchors(), PCB_SELECTION_TOOL::itemPassesFilter(), PANEL_SELECTION_FILTER::OnFlashEvent(), PCB_SELECTION_FILTER_OPTIONS(), SetAll(), PANEL_SELECTION_FILTER::SetCheckboxesFromFilter(), and PANEL_SELECTION_FILTER::setFilterFromCheckboxes().
bool PCB_SELECTION_FILTER_OPTIONS::points |
Points.
Definition at line 55 of file board_project_settings.h.
Referenced by All(), Any(), PCB_GRID_HELPER::computeAnchors(), PCB_SELECTION_TOOL::itemPassesFilter(), PANEL_SELECTION_FILTER::OnFlashEvent(), PCB_SELECTION_FILTER_OPTIONS(), SetAll(), PANEL_SELECTION_FILTER::SetCheckboxesFromFilter(), and PANEL_SELECTION_FILTER::setFilterFromCheckboxes().
bool PCB_SELECTION_FILTER_OPTIONS::text |
Text (free or attached to a footprint)
Definition at line 47 of file board_project_settings.h.
Referenced by All(), Any(), PCB_GRID_HELPER::computeAnchors(), PCB_SELECTION_TOOL::itemPassesFilter(), PANEL_SELECTION_FILTER::OnFlashEvent(), PCB_SELECTION_FILTER_OPTIONS(), SetAll(), PANEL_SELECTION_FILTER::SetCheckboxesFromFilter(), and PANEL_SELECTION_FILTER::setFilterFromCheckboxes().
bool PCB_SELECTION_FILTER_OPTIONS::tracks |
Copper tracks.
Definition at line 48 of file board_project_settings.h.
Referenced by All(), Any(), PCB_GRID_HELPER::computeAnchors(), PCB_GRID_HELPER::computeAnchors(), PCB_SELECTION_TOOL::itemPassesFilter(), PANEL_SELECTION_FILTER::OnFlashEvent(), PCB_SELECTION_FILTER_OPTIONS(), SetAll(), PANEL_SELECTION_FILTER::SetCheckboxesFromFilter(), and PANEL_SELECTION_FILTER::setFilterFromCheckboxes().
bool PCB_SELECTION_FILTER_OPTIONS::vias |
Vias (all types>
Definition at line 49 of file board_project_settings.h.
Referenced by All(), Any(), PCB_GRID_HELPER::computeAnchors(), PCB_SELECTION_TOOL::itemPassesFilter(), PANEL_SELECTION_FILTER::OnFlashEvent(), PCB_SELECTION_FILTER_OPTIONS(), SetAll(), PANEL_SELECTION_FILTER::SetCheckboxesFromFilter(), and PANEL_SELECTION_FILTER::setFilterFromCheckboxes().
bool PCB_SELECTION_FILTER_OPTIONS::zones |
Copper zones.
Definition at line 52 of file board_project_settings.h.
Referenced by All(), Any(), PCB_GRID_HELPER::computeAnchors(), PCB_SELECTION_TOOL::itemPassesFilter(), PANEL_SELECTION_FILTER::OnFlashEvent(), PCB_SELECTION_FILTER_OPTIONS(), SetAll(), PANEL_SELECTION_FILTER::SetCheckboxesFromFilter(), and PANEL_SELECTION_FILTER::setFilterFromCheckboxes().