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

Storage for an actual loaded library (including library content owned by the plugin) More...

#include <library_manager.h>

Public Attributes

std::unique_ptr< IO_BASEplugin
 
const LIBRARY_TABLE_ROWrow = nullptr
 
std::mutex mutex
 
LIB_STATUS status
 
int modify_hash
 
std::vector< wxString > available_fields_cache
 

Detailed Description

Storage for an actual loaded library (including library content owned by the plugin)

Definition at line 68 of file library_manager.h.

Member Data Documentation

◆ available_fields_cache

std::vector<wxString> LIB_DATA::available_fields_cache

Definition at line 76 of file library_manager.h.

Referenced by SYMBOL_LIBRARY_ADAPTER::GetAvailableExtraFields().

◆ modify_hash

int LIB_DATA::modify_hash

Definition at line 75 of file library_manager.h.

Referenced by SYMBOL_LIBRARY_ADAPTER::GetAvailableExtraFields().

◆ mutex

std::mutex LIB_DATA::mutex

Definition at line 72 of file library_manager.h.

Referenced by SYMBOL_LIBRARY_ADAPTER::LoadOne().

◆ plugin

◆ row

◆ status

LIB_STATUS LIB_DATA::status

Definition at line 73 of file library_manager.h.

Referenced by SYMBOL_LIBRARY_ADAPTER::LoadOne().


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