| 
    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 66 of file api_plugin.h.
| bool PLUGIN_RUNTIME::FromJson | ( | const nlohmann::json & | aJson | ) | 
Definition at line 56 of file api_plugin.cpp.
| std::vector<PLUGIN_DEPENDENCY> PLUGIN_RUNTIME::dependencies | 
Definition at line 72 of file api_plugin.h.
| wxString PLUGIN_RUNTIME::min_version | 
Definition at line 71 of file api_plugin.h.
| PLUGIN_RUNTIME_TYPE PLUGIN_RUNTIME::type | 
Definition at line 70 of file api_plugin.h.
Referenced by FromJson(), and API_PLUGIN_MANAGER::InvokeAction().