KiCad PCB EDA Suite
|
All information about a layer pair as stored in the layer pair store. More...
#include <board_project_settings.h>
Public Member Functions | |
LAYER_PAIR_INFO (LAYER_PAIR aPair, bool aEnabled, std::optional< wxString > aName) | |
const LAYER_PAIR & | GetLayerPair () const |
const std::optional< wxString > & | GetName () const |
void | SetName (const wxString &aNewName) |
void | UnsetName () |
bool | IsEnabled () const |
void | SetEnabled (bool aNewEnabled) |
Private Attributes | |
LAYER_PAIR | m_pair |
bool | m_enabled = true |
std::optional< wxString > | m_name |
All information about a layer pair as stored in the layer pair store.
Definition at line 301 of file board_project_settings.h.
|
inline |
Definition at line 304 of file board_project_settings.h.
|
inline |
|
inline |
Definition at line 311 of file board_project_settings.h.
Referenced by COPPER_LAYERS_PAIR_PRESETS_UI::fillRowFromLayerPair().
|
inline |
Definition at line 316 of file board_project_settings.h.
Referenced by COPPER_LAYERS_PAIR_PRESETS_UI::fillRowFromLayerPair().
|
inline |
Definition at line 317 of file board_project_settings.h.
Referenced by COPPER_LAYERS_PAIR_PRESETS_UI::onEnableChanged().
|
inline |
Definition at line 313 of file board_project_settings.h.
Referenced by COPPER_LAYERS_PAIR_PRESETS_UI::onUserNameChanged().
|
inline |
Definition at line 314 of file board_project_settings.h.
|
private |
Definition at line 321 of file board_project_settings.h.
|
private |
Definition at line 322 of file board_project_settings.h.
|
private |
Definition at line 320 of file board_project_settings.h.