|
KiCad PCB EDA Suite
|
#include <optional>#include <vector>#include <kicommon.h>#include <json_common.h>#include <wx/filename.h>#include <wx/string.h>Go to the source code of this file.
Classes | |
| struct | REMOTE_PROVIDER_ERROR |
| struct | REMOTE_PROVIDER_OAUTH_SERVER_METADATA |
| struct | REMOTE_PROVIDER_PART_ASSET |
| struct | REMOTE_PROVIDER_PART_MANIFEST |
Enumerations | |
| enum class | REMOTE_PROVIDER_ERROR_TYPE { NONE , NETWORK , AUTH_REQUIRED , ACCESS_DENIED , NOT_FOUND , SERVER , INVALID_RESPONSE } |
| enum class | REMOTE_PROVIDER_SIGNIN_STATE { NOT_REQUIRED , REQUIRED , AVAILABLE } |
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| NETWORK | |
| AUTH_REQUIRED | |
| ACCESS_DENIED | |
| NOT_FOUND | |
| SERVER | |
| INVALID_RESPONSE | |
Definition at line 32 of file remote_provider_models.h.
|
strong |
| Enumerator | |
|---|---|
| NOT_REQUIRED | |
| REQUIRED | |
| AVAILABLE | |
Definition at line 59 of file remote_provider_models.h.