KiCad PCB EDA Suite
Loading...
Searching...
No Matches
LIB_STATUS Struct Reference

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_ERRORerror
 

Detailed Description

The overall status of a loaded or loading library.

Definition at line 60 of file library_manager.h.

Member Data Documentation

◆ error

std::optional<LIBRARY_ERROR> LIB_STATUS::error

Definition at line 63 of file library_manager.h.

Referenced by SYMBOL_LIBRARY_ADAPTER::LoadOne().

◆ load_status

LOAD_STATUS LIB_STATUS::load_status = LOAD_STATUS::INVALID

Definition at line 62 of file library_manager.h.

Referenced by SYMBOL_LIBRARY_ADAPTER::LoadOne().


The documentation for this struct was generated from the following file: