| 
    KiCad PCB EDA Suite
    
   | 
 
#include "tool/embed_tool.h"#include "tools/convert_tool.h"#include "tools/drawing_tool.h"#include "tools/edit_tool.h"#include "tools/pcb_edit_table_tool.h"#include "tools/footprint_editor_control.h"#include "tools/pad_tool.h"#include "tools/pcb_actions.h"#include "tools/pcb_control.h"#include "tools/pcb_picker_tool.h"#include <geometry/geometry_utils.h>#include "tools/align_distribute_tool.h"#include "tools/pcb_point_editor.h"#include "tools/pcb_selection_tool.h"#include <python/scripting/pcb_scripting_tool.h>#include <3d_viewer/eda_3d_viewer_frame.h>#include <bitmaps.h>#include <board.h>#include <footprint.h>#include <confirm.h>#include <footprint_edit_frame.h>#include <footprint_editor_settings.h>#include <footprint_info_impl.h>#include <fp_lib_table.h>#include <gal/graphics_abstraction_layer.h>#include <kiface_base.h>#include <kiplatform/app.h>#include <kiway.h>#include <macros.h>#include <pcbnew_id.h>#include <pgm_base.h>#include <project.h>#include <project_pcb.h>#include <settings/settings_manager.h>#include <tool/action_toolbar.h>#include <tool/common_control.h>#include <tool/common_tools.h>#include <tool/properties_tool.h>#include <tool/selection.h>#include <tool/library_editor_control.h>#include <tool/tool_dispatcher.h>#include <tool/tool_manager.h>#include <tool/zoom_tool.h>#include <tools/array_tool.h>#include <tools/pcb_grid_helper.h>#include <tools/pcb_editor_conditions.h>#include <tools/pcb_viewer_tools.h>#include <tools/pcb_group_tool.h>#include <tools/position_relative_tool.h>#include <widgets/appearance_controls.h>#include <widgets/lib_tree.h>#include <widgets/panel_selection_filter.h>#include <widgets/pcb_properties_panel.h>#include <widgets/wx_progress_reporters.h>#include <wildcards_and_files_ext.h>#include <widgets/wx_aui_utils.h>#include <toolbars_footprint_editor.h>#include <wx/filedlg.h>#include <wx/hyperlink.h>Go to the source code of this file.
Macros | |
| #define | ENABLE(x) | 
| #define | CHECK(x) | 
| #define | CURRENT_EDIT_TOOL(action) | 
| #define CHECK | ( | x | ) | 
| #define CURRENT_EDIT_TOOL | ( | action | ) | 
Referenced by FOOTPRINT_EDIT_FRAME::setupUIConditions(), and PCB_EDIT_FRAME::setupUIConditions().
| #define ENABLE | ( | x | ) |