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 54 of file library_manager.h.

Member Data Documentation

◆ available_fields_cache

std::vector<wxString> LIB_DATA::available_fields_cache

Definition at line 62 of file library_manager.h.

Referenced by SYMBOL_LIBRARY_ADAPTER::GetAvailableExtraFields().

◆ modify_hash

int LIB_DATA::modify_hash

Definition at line 61 of file library_manager.h.

Referenced by SYMBOL_LIBRARY_ADAPTER::GetAvailableExtraFields().

◆ mutex

std::mutex LIB_DATA::mutex

◆ plugin

◆ row

◆ status

LIB_STATUS LIB_DATA::status

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