KiCad PCB EDA Suite
|
The overall status of a loaded or loading library. More...
#include <library_manager.h>
Public Attributes | |
LOAD_STATUS | load_status = LOAD_STATUS::INVALID |
std::optional< LIBRARY_ERROR > | error |
The overall status of a loaded or loading library.
Definition at line 60 of file library_manager.h.
std::optional<LIBRARY_ERROR> LIB_STATUS::error |
Definition at line 63 of file library_manager.h.
Referenced by SYMBOL_LIBRARY_ADAPTER::LoadOne().
LOAD_STATUS LIB_STATUS::load_status = LOAD_STATUS::INVALID |
Definition at line 62 of file library_manager.h.
Referenced by SYMBOL_LIBRARY_ADAPTER::LoadOne().