KiCad PCB EDA Suite
|
#include <api_plugin.h>
Public Member Functions | |
bool | FromJson (const nlohmann::json &aJson) |
Public Attributes | |
PLUGIN_RUNTIME_TYPE | type |
wxString | min_version |
std::vector< PLUGIN_DEPENDENCY > | dependencies |
Definition at line 65 of file api_plugin.h.
bool PLUGIN_RUNTIME::FromJson | ( | const nlohmann::json & | aJson | ) |
Definition at line 33 of file api_plugin.cpp.
References type.
Referenced by API_PLUGIN_CONFIG::API_PLUGIN_CONFIG().
std::vector<PLUGIN_DEPENDENCY> PLUGIN_RUNTIME::dependencies |
Definition at line 71 of file api_plugin.h.
wxString PLUGIN_RUNTIME::min_version |
Definition at line 70 of file api_plugin.h.
PLUGIN_RUNTIME_TYPE PLUGIN_RUNTIME::type |
Definition at line 69 of file api_plugin.h.
Referenced by FromJson(), and API_PLUGIN_MANAGER::InvokeAction().