KiCad PCB EDA Suite
|
Public Member Functions | |
API_PLUGIN_CONFIG (API_PLUGIN &aParent, const wxFileName &aConfigFile) | |
Public Attributes | |
bool | valid |
wxString | identifier |
wxString | name |
wxString | description |
PLUGIN_RUNTIME | runtime |
std::vector< PLUGIN_ACTION > | actions |
API_PLUGIN & | parent |
Definition at line 54 of file api_plugin.cpp.
API_PLUGIN_CONFIG::API_PLUGIN_CONFIG | ( | API_PLUGIN & | aParent, |
const wxFileName & | aConfigFile | ||
) |
Definition at line 69 of file api_plugin.cpp.
References actions, API_PLUGIN::createActionFromJson(), description, PLUGIN_RUNTIME::FromJson(), identifier, name, parent, runtime, traceApi, and valid.
std::vector<PLUGIN_ACTION> API_PLUGIN_CONFIG::actions |
Definition at line 63 of file api_plugin.cpp.
Referenced by API_PLUGIN_CONFIG().
wxString API_PLUGIN_CONFIG::description |
Definition at line 61 of file api_plugin.cpp.
Referenced by API_PLUGIN_CONFIG().
wxString API_PLUGIN_CONFIG::identifier |
Definition at line 59 of file api_plugin.cpp.
Referenced by API_PLUGIN_CONFIG().
wxString API_PLUGIN_CONFIG::name |
Definition at line 60 of file api_plugin.cpp.
Referenced by API_PLUGIN_CONFIG().
API_PLUGIN& API_PLUGIN_CONFIG::parent |
Definition at line 65 of file api_plugin.cpp.
Referenced by API_PLUGIN_CONFIG().
PLUGIN_RUNTIME API_PLUGIN_CONFIG::runtime |
Definition at line 62 of file api_plugin.cpp.
Referenced by API_PLUGIN_CONFIG().
bool API_PLUGIN_CONFIG::valid |
Definition at line 58 of file api_plugin.cpp.
Referenced by API_PLUGIN_CONFIG().