KiCad PCB EDA Suite
|
#include <http_lib_settings.h>
Public Attributes | |
std::string | id |
id of category | |
std::string | name |
name of category | |
std::string | description |
description of category | |
std::time_t | lastCached = 0 |
std::vector< HTTP_LIB_PART > | cachedParts |
Definition at line 62 of file http_lib_settings.h.
std::vector<HTTP_LIB_PART> HTTP_LIB_CATEGORY::cachedParts |
Definition at line 70 of file http_lib_settings.h.
std::string HTTP_LIB_CATEGORY::description |
description of category
Definition at line 66 of file http_lib_settings.h.
Referenced by HTTP_LIB_CONNECTION::syncCategories().
std::string HTTP_LIB_CATEGORY::id |
id of category
Definition at line 64 of file http_lib_settings.h.
Referenced by SCH_IO_HTTP_LIB::LoadSymbol(), HTTP_LIB_CONNECTION::SelectAll(), SCH_IO_HTTP_LIB::syncCache(), and HTTP_LIB_CONNECTION::syncCategories().
std::time_t HTTP_LIB_CATEGORY::lastCached = 0 |
Definition at line 68 of file http_lib_settings.h.
std::string HTTP_LIB_CATEGORY::name |
name of category
Definition at line 65 of file http_lib_settings.h.
Referenced by SCH_IO_HTTP_LIB::LoadSymbol(), SCH_IO_HTTP_LIB::loadSymbolFromPart(), SCH_IO_HTTP_LIB::syncCache(), and HTTP_LIB_CONNECTION::syncCategories().