| 
    KiCad PCB EDA Suite
    
   | 
 
#include <wildcards_and_files_ext.h>#include <env_vars.h>#include <executable_names.h>#include <pgm_base.h>#include <pgm_kicad.h>#include <policy_keys.h>#include <kiway.h>#include <kicad_manager_frame.h>#include <kiplatform/policy.h>#include <kiplatform/secrets.h>#include <confirm.h>#include <kidialog.h>#include <project/project_file.h>#include <project/project_local_settings.h>#include <settings/settings_manager.h>#include <settings/kicad_settings.h>#include <tool/selection.h>#include <tool/tool_event.h>#include <tool/tool_manager.h>#include <tool/common_control.h>#include <tools/kicad_manager_actions.h>#include <tools/kicad_manager_control.h>#include <dialogs/panel_design_block_lib_table.h>#include <dialogs/dialog_template_selector.h>#include <dialogs/git/dialog_git_repository.h>#include <git/git_clone_handler.h>#include <gestfich.h>#include <paths.h>#include <wx/dir.h>#include <wx/filedlg.h>#include <wx/ffile.h>#include "dialog_pcm.h"#include <project/project_archiver.h>#include <project_tree_pane.h>#include <project_tree.h>#include <project_tree_traverser.h>#include <launch_ext.h>#include "widgets/filedlg_new_project.h"Go to the source code of this file.
Functions | |
| static wxFileName | ensureDefaultProjectTemplate () | 
      
  | 
  static | 
Definition at line 142 of file kicad_manager_control.cpp.
References end, PGM_BASE::GetLocalEnvVariables(), info, METADIR, METAFILE_INFO_HTML, and Pgm().
Referenced by KICAD_MANAGER_CONTROL::NewProject().