| 
    KiCad PCB EDA Suite
    
   | 
 
#include <http_lib_settings.h>
Public Attributes | |
| std::string | id | 
| std::string | name | 
| std::string | symbolIdStr | 
| bool | exclude_from_bom = false | 
| bool | exclude_from_board = false | 
| bool | exclude_from_sim = false | 
| std::time_t | lastCached = 0 | 
| std::string | desc | 
| std::string | keywords | 
| std::vector< std::string > | fp_filters | 
| std::vector< std::pair< std::string, std::tuple< std::string, bool > > > | fields | 
Definition at line 45 of file http_lib_settings.h.
| std::string HTTP_LIB_PART::desc | 
Definition at line 57 of file http_lib_settings.h.
Referenced by SCH_IO_HTTP_LIB::loadSymbolFromPart(), and setPartIdNameAndMetadata().
| bool HTTP_LIB_PART::exclude_from_board = false | 
Definition at line 52 of file http_lib_settings.h.
Referenced by SCH_IO_HTTP_LIB::loadSymbolFromPart(), and HTTP_LIB_CONNECTION::SelectOne().
| bool HTTP_LIB_PART::exclude_from_bom = false | 
Definition at line 51 of file http_lib_settings.h.
Referenced by SCH_IO_HTTP_LIB::loadSymbolFromPart(), and HTTP_LIB_CONNECTION::SelectOne().
| bool HTTP_LIB_PART::exclude_from_sim = false | 
Definition at line 53 of file http_lib_settings.h.
Referenced by SCH_IO_HTTP_LIB::loadSymbolFromPart(), and HTTP_LIB_CONNECTION::SelectOne().
| std::vector<std::pair<std::string, std::tuple<std::string, bool> > > HTTP_LIB_PART::fields | 
Definition at line 61 of file http_lib_settings.h.
Referenced by SCH_IO_HTTP_LIB::loadSymbolFromPart(), and HTTP_LIB_CONNECTION::SelectOne().
| std::vector<std::string> HTTP_LIB_PART::fp_filters | 
Definition at line 59 of file http_lib_settings.h.
Referenced by SCH_IO_HTTP_LIB::loadSymbolFromPart(), and setPartIdNameAndMetadata().
| std::string HTTP_LIB_PART::id | 
Definition at line 47 of file http_lib_settings.h.
Referenced by HTTP_LIB_CONNECTION::SelectAll(), HTTP_LIB_CONNECTION::SelectOne(), and setPartIdNameAndMetadata().
| std::string HTTP_LIB_PART::keywords | 
Definition at line 58 of file http_lib_settings.h.
Referenced by SCH_IO_HTTP_LIB::loadSymbolFromPart(), and setPartIdNameAndMetadata().
| std::time_t HTTP_LIB_PART::lastCached = 0 | 
Definition at line 55 of file http_lib_settings.h.
Referenced by HTTP_LIB_CONNECTION::SelectOne().
| std::string HTTP_LIB_PART::name | 
Definition at line 48 of file http_lib_settings.h.
Referenced by HTTP_LIB_CONNECTION::SelectAll(), and setPartIdNameAndMetadata().
| std::string HTTP_LIB_PART::symbolIdStr | 
Definition at line 49 of file http_lib_settings.h.
Referenced by SCH_IO_HTTP_LIB::loadSymbolFromPart(), and HTTP_LIB_CONNECTION::SelectOne().