| 
    KiCad PCB EDA Suite
    
   | 
 
#include <job_registry.h>
Public Types | |
| typedef std::unordered_map< wxString, JOB_REGISTRY_ENTRY > | REGISTRY_MAP_T | 
Static Public Member Functions | |
| static bool | Add (const wxString &aName, JOB_REGISTRY_ENTRY entry, bool aDeprecated=false) | 
| static KIWAY::FACE_T | GetKifaceType (const wxString &aName) | 
| template<typename T> | |
| static T * | CreateInstance (const wxString &aName) | 
| static const REGISTRY_MAP_T & | GetRegistry () | 
Static Private Member Functions | |
| static REGISTRY_MAP_T & | getRegistry () | 
Definition at line 35 of file job_registry.h.
| typedef std::unordered_map<wxString, JOB_REGISTRY_ENTRY> JOB_REGISTRY::REGISTRY_MAP_T | 
Definition at line 38 of file job_registry.h.
      
  | 
  static | 
Definition at line 23 of file job_registry.cpp.
References JOB_REGISTRY_ENTRY::deprecated, and getRegistry().
Definition at line 45 of file job_registry.h.
References getRegistry(), and T.
Referenced by from_json(), and PANEL_JOBSET::OnAddJobClick().
      
  | 
  static | 
Definition at line 37 of file job_registry.cpp.
References getRegistry(), and KIWAY::KIWAY_FACE_COUNT.
Referenced by DIALOG_JOBSET_RUN_LOG::DIALOG_JOBSET_RUN_LOG(), PANEL_JOBSET::OpenJobOptionsForListItem(), PANEL_JOBSET::rebuildJobList(), and JOBS_RUNNER::RunJobsForDestination().
      
  | 
  inlinestatic | 
Definition at line 55 of file job_registry.h.
References getRegistry().
Referenced by PANEL_JOBSET::OnAddJobClick().
      
  | 
  staticprivate | 
Definition at line 49 of file job_registry.cpp.
Referenced by Add(), CreateInstance(), GetKifaceType(), and GetRegistry().