KiCad PCB EDA Suite
Loading...
Searching...
No Matches
LIB_OVERRIDE Struct Reference

Per-library override flags for libraries in read-only nested tables. More...

#include <kicad_settings.h>

Public Attributes

bool disabled = false
 
bool hidden = false
 

Detailed Description

Per-library override flags for libraries in read-only nested tables.

These are keyed by the table file path and library nickname so they survive table updates while preserving user choices.

Definition at line 35 of file kicad_settings.h.

Member Data Documentation

◆ disabled

bool LIB_OVERRIDE::disabled = false

Definition at line 37 of file kicad_settings.h.

Referenced by KICAD_SETTINGS::KICAD_SETTINGS().

◆ hidden

bool LIB_OVERRIDE::hidden = false

Definition at line 38 of file kicad_settings.h.

Referenced by KICAD_SETTINGS::KICAD_SETTINGS().


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