| 
    KiCad PCB EDA Suite
    
   | 
 
#include "kicad_id.h"#include "pcm.h"#include "pgm_kicad.h"#include "project_tree_pane.h"#include "local_history_pane.h"#include "widgets/bitmap_button.h"#include <advanced_config.h>#include <background_jobs_monitor.h>#include <bitmaps.h>#include <build_version.h>#include <confirm.h>#include <dialogs/panel_kicad_launcher.h>#include <dialogs/panel_jobset.h>#include <dialogs/dialog_edit_cfg.h>#include <local_history.h>#include <wx/msgdlg.h>#include <eda_base_frame.h>#include <executable_names.h>#include <file_history.h>#include <policy_keys.h>#include <gestfich.h>#include <kiplatform/app.h>#include <kiplatform/environment.h>#include <kiplatform/policy.h>#include <kiway.h>#include <kiway_express.h>#include <launch_ext.h>#include <lockfile.h>#include <notifications_manager.h>#include <reporter.h>#include <project/project_local_settings.h>#include <sch_file_versions.h>#include <settings/settings_manager.h>#include <tool/action_manager.h>#include <tool/action_toolbar.h>#include <tool/common_control.h>#include <tool/tool_dispatcher.h>#include <tool/tool_manager.h>#include <tools/kicad_manager_actions.h>#include <tools/kicad_manager_control.h>#include <toolbars_kicad_manager.h>#include <wildcards_and_files_ext.h>#include <widgets/app_progress_dialog.h>#include <widgets/kistatusbar.h>#include <wx/ffile.h>#include <wx/filedlg.h>#include <wx/dnd.h>#include <wx/process.h>#include <wx/snglinst.h>#include <atomic>#include <update_manager.h>#include <jobs/jobset.h>#include <../pcbnew/pcb_io/kicad_sexpr/pcb_io_kicad_sexpr.h>#include "kicad_manager_frame.h"#include "settings/kicad_settings.h"#include <project/project_file.h>#include <wx/xml/xml.h>Go to the source code of this file.
Macros | |
| #define | EDITORS_CAPTION _( "Editors" ) | 
| #define | PROJECT_FILES_CAPTION _( "Project Files" ) | 
| #define | ID_INIT_WATCHED_PATHS 52913 | 
| #define | SEP() | 
| #define | ENABLE(x) | 
Functions | |
| EVT_MENU_RANGE (ID_LANGUAGE_CHOICE, ID_LANGUAGE_CHOICE_END, KICAD_MANAGER_FRAME::language_change) KICAD_MANAGER_FRAME | |
| #define EDITORS_CAPTION _( "Editors" ) | 
Definition at line 96 of file kicad_manager_frame.cpp.
Referenced by EVT_MENU_RANGE(), and KICAD_MANAGER_FRAME::ShowChangedLanguage().
| #define ENABLE | ( | x | ) | 
| #define ID_INIT_WATCHED_PATHS 52913 | 
Definition at line 99 of file kicad_manager_frame.cpp.
Referenced by EVT_MENU_RANGE(), and KICAD_MANAGER_FRAME::LoadProject().
| #define PROJECT_FILES_CAPTION _( "Project Files" ) | 
Definition at line 97 of file kicad_manager_frame.cpp.
Referenced by EVT_MENU_RANGE(), and KICAD_MANAGER_FRAME::ShowChangedLanguage().
| #define SEP | ( | ) | 
Definition at line 101 of file kicad_manager_frame.cpp.
Referenced by PROJECT_TEMPLATE::PROJECT_TEMPLATE().
| EVT_MENU_RANGE | ( | ID_LANGUAGE_CHOICE | , | 
| ID_LANGUAGE_CHOICE_END | , | ||
| KICAD_MANAGER_FRAME::language_change | ) | 
Definition at line 121 of file kicad_manager_frame.cpp.
References _, config, FILEEXT::DrillFileExtension, dummy, EDITORS_CAPTION, EVT_MENU_RANGE(), FILEEXT::GerberFileExtension, FILEEXT::GerberJobFileExtension, PGM_BASE::GetBackgroundJobMonitor(), ADVANCED_CFG::GetCfg(), GetMajorMinorVersion(), PGM_BASE::GetNotificationsManager(), KIUI::GetStatusFont(), GetToolbarSettings(), icon_kicad, icon_kicad_16, icon_kicad_32, icon_kicad_nightly, icon_kicad_nightly_16, icon_kicad_nightly_32, ID_FILE1, ID_FILE_LIST_CLEAR, ID_FILEMAX, ID_INIT_WATCHED_PATHS, ID_LANGUAGE_CHOICE, ID_LANGUAGE_CHOICE_END, IsNightlyVersion(), KiBitmap(), KICAD_DEFAULT_DRAWFRAME_STYLE, KICAD_MAIN_FRAME_T, KICAD_MANAGER_FRAME_NAME, Kiway, FILEEXT::LegacyProjectFileExtension, KICAD_MANAGER_ACTIONS::loadProject, KICAD_MANAGER_FRAME::onNotebookPageCloseRequest(), KICAD_MANAGER_FRAME::onNotebookPageCountChanged(), Pgm(), PROJECT_FILES_CAPTION, FILEEXT::ProjectFileExtension, BACKGROUND_JOBS_MONITOR::RegisterStatusBar(), NOTIFICATIONS_MANAGER::RegisterStatusBar(), unityScale, and KICAD_MANAGER_ACTIONS::viewDroppedGerbers.