|
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 89 of file http_lib_settings.h.
| std::vector<HTTP_LIB_PART> HTTP_LIB_CATEGORY::cachedParts |
Definition at line 97 of file http_lib_settings.h.
Referenced by SCH_IO_HTTP_LIB::backgroundRefreshWorker(), and SCH_IO_HTTP_LIB::cacheLib().
| std::string HTTP_LIB_CATEGORY::description |
description of category
Definition at line 93 of file http_lib_settings.h.
Referenced by HTTP_LIB_CONNECTION::syncCategories().
| std::string HTTP_LIB_CATEGORY::id |
id of category
Definition at line 91 of file http_lib_settings.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), HTTP_LIB_CONNECTION::SelectAll(), and HTTP_LIB_CONNECTION::syncCategories().
| std::time_t HTTP_LIB_CATEGORY::lastCached = 0 |
Definition at line 95 of file http_lib_settings.h.
| std::string HTTP_LIB_CATEGORY::name |
name of category
Definition at line 92 of file http_lib_settings.h.
Referenced by SCH_IO_HTTP_LIB::LoadSymbol(), SCH_IO_HTTP_LIB::loadSymbolFromPart(), and HTTP_LIB_CONNECTION::syncCategories().