KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PLUGIN_RUNTIME Struct Reference

#include <api_plugin.h>

Public Member Functions

tl::expected< bool, wxString > FromJson (const nlohmann::json &aJson)
 

Public Attributes

PLUGIN_RUNTIME_TYPE type
 
wxString min_version
 
std::vector< PLUGIN_DEPENDENCYdependencies
 

Detailed Description

Definition at line 58 of file api_plugin.h.

Member Function Documentation

◆ FromJson()

tl::expected< bool, wxString > PLUGIN_RUNTIME::FromJson ( const nlohmann::json & aJson)

Definition at line 63 of file api_plugin.cpp.

References _, INVALID, and type.

Member Data Documentation

◆ dependencies

std::vector<PLUGIN_DEPENDENCY> PLUGIN_RUNTIME::dependencies

Definition at line 64 of file api_plugin.h.

◆ min_version

wxString PLUGIN_RUNTIME::min_version

Definition at line 63 of file api_plugin.h.

◆ type


The documentation for this struct was generated from the following files: