|
KiCad PCB EDA Suite
|
Set of schema sections. More...
#include <ipc2581_function_mode.h>
Public Types | |
| using | BASE = std::bitset<static_cast<size_t>( SECTION::COUNT )> |
Public Member Functions | |
| SECTION_SET ()=default | |
| SECTION_SET (const BASE &aBits) | |
| SECTION_SET (std::initializer_list< SECTION > aSections) | |
| bool | Contains (SECTION aSection) const |
| SECTION_SET & | Set (SECTION aSection, bool aOn=true) |
Set of schema sections.
Definition at line 113 of file ipc2581_function_mode.h.
| using IPC2581::SECTION_SET::BASE = std::bitset<static_cast<size_t>( SECTION::COUNT )> |
Definition at line 116 of file ipc2581_function_mode.h.
|
default |
Referenced by Set().
|
inline |
Definition at line 121 of file ipc2581_function_mode.h.
|
inline |
Definition at line 123 of file ipc2581_function_mode.h.
References Set().
|
inline |
Definition at line 129 of file ipc2581_function_mode.h.
Referenced by DIALOG_EXPORT_2581::onCustomizeClick(), and DIALOG_EXPORT_2581::updateContentSummary().
|
inline |
Definition at line 131 of file ipc2581_function_mode.h.
References SECTION_SET().
Referenced by PCB_IO_IPC2581::emittedSections(), IPC2581::LegacySections(), IPC2581::NeedsCadData(), DIALOG_EXPORT_2581::onCustomizeClick(), SECTION_SET(), and IPC2581::SectionSetFromKeyString().