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::vector< std::pair< std::string, std::tuple< std::string, bool > > > | fields |
additional generic fields | |
Definition at line 45 of file http_lib_settings.h.
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 |
additional generic fields
Definition at line 58 of file http_lib_settings.h.
Referenced by SCH_IO_HTTP_LIB::loadSymbolFromPart(), HTTP_LIB_CONNECTION::SelectAll(), and HTTP_LIB_CONNECTION::SelectOne().
std::string HTTP_LIB_PART::id |
Definition at line 47 of file http_lib_settings.h.
Referenced by HTTP_LIB_CONNECTION::SelectAll(), and HTTP_LIB_CONNECTION::SelectOne().
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 HTTP_LIB_CONNECTION::SelectOne().
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().