KiCad PCB EDA Suite
|
#include "kicad_id.h"
#include "pcm.h"
#include "pgm_kicad.h"
#include "project_tree_pane.h"
#include "widgets/bitmap_button.h"
#include <advanced_config.h>
#include <background_jobs_monitor.h>
#include <bitmaps.h>
#include <build_version.h>
#include <dialogs/panel_kicad_launcher.h>
#include <dialogs/dialog_update_check_prompt.h>
#include <dialogs/panel_jobs.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/policy.h>
#include <kiway.h>
#include <kiway_express.h>
#include <launch_ext.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 <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 <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 <wx/xml/xml.h>
Go to the source code of this file.
Macros | |
#define | SEP() wxFileName::GetPathSeparator() |
#define | ENABLE(x) ACTION_CONDITIONS().Enable( x ) |
Functions | |
EVT_MENU_RANGE (ID_LANGUAGE_CHOICE, ID_LANGUAGE_CHOICE_END, KICAD_MANAGER_FRAME::language_change) static JOBSET *test | |
#define ENABLE | ( | x | ) | ACTION_CONDITIONS().Enable( x ) |
#define SEP | ( | ) | wxFileName::GetPathSeparator() |
Definition at line 85 of file kicad_manager_frame.cpp.
EVT_MENU_RANGE | ( | ID_LANGUAGE_CHOICE | , |
ID_LANGUAGE_CHOICE_END | , | ||
KICAD_MANAGER_FRAME::language_change | |||
) |