#include "core/wx_stl_compat.h"
#include "pcm_data.h"
#include <json_schema_validator.h>
#include "widgets/wx_progress_reporters.h"
#include <functional>
#include <iostream>
#include <map>
#include <thread>
#include <tuple>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include <wx/wx.h>
 
Go to the source code of this file.
 | 
| const std::unordered_set< wxString >  | PCM_PACKAGE_DIRECTORIES ({ "plugins", "footprints", "3dmodels", "symbols", "resources", "colors", "templates", "scripts" }) | 
|   | < Contains list of all valid directories that get extracted from a package archive  
  | 
|   | 
◆ STRING_PAIR_LIST
Definition at line 78 of file pcm.h.
 
 
◆ STRING_TUPLE_LIST
Definition at line 79 of file pcm.h.
 
 
◆ PCM_PACKAGE_ACTION
| Enumerator | 
|---|
| PPA_INSTALL  |  | 
| PPA_UNINSTALL  |  | 
| PPA_UPDATE  |  | 
Definition at line 70 of file pcm.h.
 
 
◆ PCM_PACKAGE_STATE
| Enumerator | 
|---|
| PPS_AVAILABLE  |  | 
| PPS_UNAVAILABLE  |  | 
| PPS_INSTALLED  |  | 
| PPS_PENDING_INSTALL  |  | 
| PPS_PENDING_UNINSTALL  |  | 
| PPS_UPDATE_AVAILABLE  |  | 
| PPS_PENDING_UPDATE  |  | 
Definition at line 57 of file pcm.h.
 
 
◆ PCM_PACKAGE_DIRECTORIES()
      
        
          | const std::unordered_set< wxString > PCM_PACKAGE_DIRECTORIES  | 
          ( | 
          { "plugins", "footprints", "3dmodels", "symbols", "resources", "colors", "templates", "scripts" } |            | ) | 
           |