|
KiCad PCB EDA Suite
|
#include <eeschema_settings.h>
Public Member Functions | |
| REMOTE_SYMBOL_CONFIG () | |
| void | ResetToDefaults () |
Static Public Member Functions | |
| static wxString | DefaultDestinationDir () |
| static wxString | DefaultLibraryPrefix () |
Public Attributes | |
| wxString | destination_dir |
| wxString | library_prefix |
| bool | add_to_global_table |
| std::map< wxString, wxString > | user_ids |
Definition at line 116 of file eeschema_settings.h.
|
inline |
Definition at line 118 of file eeschema_settings.h.
References ResetToDefaults().
|
static |
Definition at line 174 of file eeschema_settings.cpp.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), PANEL_REMOTE_SYMBOL::ensureDestinationRoot(), and ResetToDefaults().
|
static |
Definition at line 180 of file eeschema_settings.cpp.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), ResetToDefaults(), and PANEL_REMOTE_SYMBOL::sanitizedPrefix().
| void EESCHEMA_SETTINGS::REMOTE_SYMBOL_CONFIG::ResetToDefaults | ( | ) |
Definition at line 186 of file eeschema_settings.cpp.
References add_to_global_table, DefaultDestinationDir(), DefaultLibraryPrefix(), destination_dir, library_prefix, and user_ids.
Referenced by REMOTE_SYMBOL_CONFIG().
| bool EESCHEMA_SETTINGS::REMOTE_SYMBOL_CONFIG::add_to_global_table |
Definition at line 125 of file eeschema_settings.h.
Referenced by DIALOG_REMOTE_SYMBOL_CONFIG::applyRemoteSettings(), PANEL_REMOTE_SYMBOL::receiveComponent(), PANEL_REMOTE_SYMBOL::receiveFootprint(), PANEL_REMOTE_SYMBOL::receiveSymbol(), and ResetToDefaults().
| wxString EESCHEMA_SETTINGS::REMOTE_SYMBOL_CONFIG::destination_dir |
Definition at line 123 of file eeschema_settings.h.
Referenced by DIALOG_REMOTE_SYMBOL_CONFIG::applyRemoteSettings(), PANEL_REMOTE_SYMBOL::ensureDestinationRoot(), and ResetToDefaults().
| wxString EESCHEMA_SETTINGS::REMOTE_SYMBOL_CONFIG::library_prefix |
Definition at line 124 of file eeschema_settings.h.
Referenced by DIALOG_REMOTE_SYMBOL_CONFIG::applyRemoteSettings(), and ResetToDefaults().
| std::map<wxString, wxString> EESCHEMA_SETTINGS::REMOTE_SYMBOL_CONFIG::user_ids |
Definition at line 126 of file eeschema_settings.h.
Referenced by ResetToDefaults().