|
KiCad PCB EDA Suite
|
#include <panel_global_lib_table_config.h>
Public Types | |
| enum class | TABLE_MODE { EMPTY , DEFAULT , CUSTOM } |
Public Attributes | |
| TABLE_MODE | m_tableMode |
| wxString | m_customTablePath |
| wxString | m_defaultTablePath |
Definition at line 30 of file panel_global_lib_table_config.h.
|
strong |
| Enumerator | |
|---|---|
| EMPTY | |
| DEFAULT | |
| CUSTOM | |
Definition at line 33 of file panel_global_lib_table_config.h.
| wxString PANEL_GLOBAL_LIB_TABLE_CONFIG_MODEL::m_customTablePath |
Definition at line 41 of file panel_global_lib_table_config.h.
| wxString PANEL_GLOBAL_LIB_TABLE_CONFIG_MODEL::m_defaultTablePath |
Definition at line 42 of file panel_global_lib_table_config.h.
| TABLE_MODE PANEL_GLOBAL_LIB_TABLE_CONFIG_MODEL::m_tableMode |
Definition at line 40 of file panel_global_lib_table_config.h.