|
KiCad PCB EDA Suite
|
Information about a symbol available for import. More...
#include <symbol_import_manager.h>
Public Member Functions | |
| SYMBOL_IMPORT_INFO () | |
Public Attributes | |
| wxString | m_name |
| Symbol name. | |
| std::unique_ptr< LIB_SYMBOL > | m_symbol |
| Loaded symbol (may be null) | |
| wxString | m_parentName |
| Parent symbol name if derived. | |
| bool | m_isPower |
| True if power symbol. | |
| bool | m_existsInDest |
| True if symbol exists in destination library. | |
| bool | m_checked |
| User's manual selection state. | |
| bool | m_autoSelected |
| True if auto-selected as dependency. | |
Information about a symbol available for import.
Definition at line 35 of file symbol_import_manager.h.
|
inline |
Definition at line 45 of file symbol_import_manager.h.
References m_autoSelected, m_checked, m_existsInDest, and m_isPower.
| bool SYMBOL_IMPORT_INFO::m_autoSelected |
True if auto-selected as dependency.
Definition at line 43 of file symbol_import_manager.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), SYMBOL_IMPORT_MANAGER::DeselectWithDescendants(), SYMBOL_IMPORT_MANAGER::recalculateAutoSelections(), SYMBOL_IMPORT_MANAGER::SetSymbolSelected(), and SYMBOL_IMPORT_INFO().
| bool SYMBOL_IMPORT_INFO::m_checked |
User's manual selection state.
Definition at line 42 of file symbol_import_manager.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), SYMBOL_IMPORT_MANAGER::DeselectWithDescendants(), SYMBOL_IMPORT_MANAGER::recalculateAutoSelections(), SYMBOL_IMPORT_MANAGER::SetSymbolSelected(), and SYMBOL_IMPORT_INFO().
| bool SYMBOL_IMPORT_INFO::m_existsInDest |
True if symbol exists in destination library.
Definition at line 41 of file symbol_import_manager.h.
Referenced by BOOST_AUTO_TEST_CASE(), and SYMBOL_IMPORT_INFO().
| bool SYMBOL_IMPORT_INFO::m_isPower |
True if power symbol.
Definition at line 40 of file symbol_import_manager.h.
Referenced by SYMBOL_IMPORT_INFO().
| wxString SYMBOL_IMPORT_INFO::m_name |
Symbol name.
Definition at line 37 of file symbol_import_manager.h.
| wxString SYMBOL_IMPORT_INFO::m_parentName |
Parent symbol name if derived.
Definition at line 39 of file symbol_import_manager.h.
| std::unique_ptr<LIB_SYMBOL> SYMBOL_IMPORT_INFO::m_symbol |
Loaded symbol (may be null)
Definition at line 38 of file symbol_import_manager.h.