|
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/ui.h>#include <kiplatform/policy.h>#include <kiway.h>#include <kiway_mail.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/common_settings.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 <widgets/wx_aui_art_providers.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) |
| #define EDITORS_CAPTION _( "Editors" ) |
Definition at line 99 of file kicad_manager_frame.cpp.
Referenced by KICAD_MANAGER_FRAME::KICAD_MANAGER_FRAME(), and KICAD_MANAGER_FRAME::ShowChangedLanguage().
| #define ENABLE | ( | x | ) |
| #define ID_INIT_WATCHED_PATHS 52913 |
Definition at line 102 of file kicad_manager_frame.cpp.
Referenced by KICAD_MANAGER_FRAME::LoadProject().
| #define PROJECT_FILES_CAPTION _( "Project Files" ) |
Definition at line 100 of file kicad_manager_frame.cpp.
Referenced by KICAD_MANAGER_FRAME::KICAD_MANAGER_FRAME(), and KICAD_MANAGER_FRAME::ShowChangedLanguage().
| #define SEP | ( | ) |
Definition at line 104 of file kicad_manager_frame.cpp.
Referenced by PROJECT_TEMPLATE::CreateProject(), PROJECT_TEMPLATE::GetDestinationFiles(), and PROJECT_TEMPLATE::PROJECT_TEMPLATE().