|
KiCad PCB EDA Suite
|
One persisted open editor tab, restored on the next session. More...
#include <symbol_editor_settings.h>
Public Attributes | |
| wxString | lib |
| wxString | name |
| int | unit = 1 |
| int | bodyStyle = 1 |
| bool | preview = false |
One persisted open editor tab, restored on the next session.
Definition at line 67 of file symbol_editor_settings.h.
| int SYMBOL_EDITOR_SETTINGS::OPEN_TAB::bodyStyle = 1 |
Definition at line 72 of file symbol_editor_settings.h.
Referenced by SYMBOL_EDIT_FRAME::restoreSymbolTabsFromSettings(), SYMBOL_EDIT_FRAME::storeSymbolTabsToSettings(), and SYMBOL_EDITOR_SETTINGS::SYMBOL_EDITOR_SETTINGS().
| wxString SYMBOL_EDITOR_SETTINGS::OPEN_TAB::lib |
Definition at line 69 of file symbol_editor_settings.h.
Referenced by SYMBOL_EDIT_FRAME::restoreSymbolTabsFromSettings(), SYMBOL_EDIT_FRAME::storeSymbolTabsToSettings(), and SYMBOL_EDITOR_SETTINGS::SYMBOL_EDITOR_SETTINGS().
| wxString SYMBOL_EDITOR_SETTINGS::OPEN_TAB::name |
Definition at line 70 of file symbol_editor_settings.h.
Referenced by SYMBOL_EDIT_FRAME::restoreSymbolTabsFromSettings(), SYMBOL_EDIT_FRAME::storeSymbolTabsToSettings(), and SYMBOL_EDITOR_SETTINGS::SYMBOL_EDITOR_SETTINGS().
| bool SYMBOL_EDITOR_SETTINGS::OPEN_TAB::preview = false |
Definition at line 73 of file symbol_editor_settings.h.
Referenced by SYMBOL_EDIT_FRAME::restoreSymbolTabsFromSettings(), SYMBOL_EDIT_FRAME::storeSymbolTabsToSettings(), and SYMBOL_EDITOR_SETTINGS::SYMBOL_EDITOR_SETTINGS().
| int SYMBOL_EDITOR_SETTINGS::OPEN_TAB::unit = 1 |
Definition at line 71 of file symbol_editor_settings.h.
Referenced by SYMBOL_EDIT_FRAME::restoreSymbolTabsFromSettings(), SYMBOL_EDIT_FRAME::storeSymbolTabsToSettings(), and SYMBOL_EDITOR_SETTINGS::SYMBOL_EDITOR_SETTINGS().