KiCad PCB EDA Suite
Loading...
Searching...
No Matches
remote_provider_settings.h File Reference
#include <vector>
#include <json_conversions.h>
#include <kicommon.h>
#include <wx/string.h>
#include <nlohmann/json_fwd.hpp>

Go to the source code of this file.

Classes

struct  REMOTE_PROVIDER_ENTRY
 
struct  REMOTE_PROVIDER_SETTINGS
 

Functions

KICOMMON_API void to_json (nlohmann::json &aJson, const REMOTE_PROVIDER_ENTRY &aEntry)
 
KICOMMON_API void from_json (const nlohmann::json &aJson, REMOTE_PROVIDER_ENTRY &aEntry)
 
KICOMMON_API void to_json (nlohmann::json &aJson, const REMOTE_PROVIDER_SETTINGS &aSettings)
 
KICOMMON_API void from_json (const nlohmann::json &aJson, REMOTE_PROVIDER_SETTINGS &aSettings)
 

Function Documentation

◆ from_json() [1/2]

◆ from_json() [2/2]

◆ to_json() [1/2]

◆ to_json() [2/2]