KiCad PCB EDA Suite
|
Public Member Functions | |
PENDING_ACTION (const PCM_PACKAGE_ACTION &aAction, const wxString &aRepositoryId, const PCM_PACKAGE &aPackage, const wxString &aVersion) | |
Public Attributes | |
PCM_PACKAGE_ACTION | action |
wxString | repository_id |
PCM_PACKAGE | package |
wxString | version |
Definition at line 116 of file dialog_pcm.h.
|
inline |
Definition at line 122 of file dialog_pcm.h.
PCM_PACKAGE_ACTION DIALOG_PCM::PENDING_ACTION::action |
Definition at line 118 of file dialog_pcm.h.
PCM_PACKAGE DIALOG_PCM::PENDING_ACTION::package |
Definition at line 120 of file dialog_pcm.h.
Referenced by DIALOG_PCM::discardAction().
wxString DIALOG_PCM::PENDING_ACTION::repository_id |
Definition at line 119 of file dialog_pcm.h.
Referenced by DIALOG_PCM::discardAction().
wxString DIALOG_PCM::PENDING_ACTION::version |
Definition at line 121 of file dialog_pcm.h.