| 
    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 122 of file dialog_pcm.h.
      
  | 
  inline | 
Definition at line 128 of file dialog_pcm.h.
References action, package, repository_id, and version.
| PCM_PACKAGE_ACTION DIALOG_PCM::PENDING_ACTION::action | 
Definition at line 124 of file dialog_pcm.h.
Referenced by PENDING_ACTION().
| PCM_PACKAGE DIALOG_PCM::PENDING_ACTION::package | 
Definition at line 126 of file dialog_pcm.h.
Referenced by DIALOG_PCM::discardAction(), and PENDING_ACTION().
| wxString DIALOG_PCM::PENDING_ACTION::repository_id | 
Definition at line 125 of file dialog_pcm.h.
Referenced by DIALOG_PCM::discardAction(), and PENDING_ACTION().
| wxString DIALOG_PCM::PENDING_ACTION::version | 
Definition at line 127 of file dialog_pcm.h.
Referenced by PENDING_ACTION().