mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-04 22:35:30 +00:00
Split out arrayDim and MIRROR templates from macros.h
These were not macros
This commit is contained in:
parent
024812e5dd
commit
16e3e59495
3d-viewer
common
dialogs
eda_draw_frame.cppgestfich.cppkiway.cpplset.cppmarker_base.cpppgm_base.cppproject.cppproject
tool
eeschema
autoplace_fields.cpppin_type.cppsch_bitmap.cppsch_bus_entry.cppsch_component.cppsch_field.cppsch_junction.cppsch_line.cppsch_no_connect.cpp
sch_plugins/cadstar
sch_sheet.cppsch_text.cppgerbview
include
pagelayout_editor
pcbnew
@ -45,6 +45,7 @@
|
||||
#include <trigo.h>
|
||||
#include <vector>
|
||||
#include <thread>
|
||||
#include <core/arraydim.h>
|
||||
#include <algorithm>
|
||||
#include <atomic>
|
||||
|
||||
|
@ -39,6 +39,7 @@
|
||||
#include <board_stackup_manager/class_board_stackup.h>
|
||||
#include <board_stackup_manager/stackup_predefined_prms.h>
|
||||
#include <board.h>
|
||||
#include <core/arraydim.h>
|
||||
#include <layers_id_colors_and_visibility.h>
|
||||
#include <gal/dpi_scaling.h>
|
||||
#include <pgm_base.h>
|
||||
|
@ -28,9 +28,9 @@
|
||||
*/
|
||||
|
||||
#include "cogl_att_list.h"
|
||||
#include <macros.h>
|
||||
#include <wx/glcanvas.h>
|
||||
#include <wx/debug.h>
|
||||
#include <core/arraydim.h>
|
||||
|
||||
/**
|
||||
* Attributes list to be passed to a wxGLCanvas creation.
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include <base_screen.h>
|
||||
#include <confirm.h>
|
||||
#include <core/arraydim.h>
|
||||
#include <dialog_page_settings.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <eda_item.h>
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <base_screen.h>
|
||||
#include <bitmaps.h>
|
||||
#include <confirm.h>
|
||||
#include <core/arraydim.h>
|
||||
#include <dialog_shim.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <filehistory.h>
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include <pgm_base.h>
|
||||
#include <common.h>
|
||||
#include <confirm.h>
|
||||
#include <core/arraydim.h>
|
||||
#include <gestfich.h>
|
||||
|
||||
void AddDelimiterString( wxString& string )
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <kiway_express.h>
|
||||
#include <pgm_base.h>
|
||||
#include <config.h>
|
||||
#include <core/arraydim.h>
|
||||
#include <id.h>
|
||||
#include <settings/settings_manager.h>
|
||||
#include <logging.h>
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include <iostream> // for string, endl, basic_ost...
|
||||
#include <stddef.h> // for size_t
|
||||
|
||||
#include <core/arraydim.h>
|
||||
#include <math/util.h> // for Clamp
|
||||
#include <layers_id_colors_and_visibility.h> // for LSET, PCB_LAYER_ID, LSEQ
|
||||
#include <macros.h> // for arrayDim
|
||||
|
@ -32,6 +32,7 @@
|
||||
|
||||
#include "base_screen.h"
|
||||
#include "marker_base.h"
|
||||
#include <core/arraydim.h>
|
||||
#include <geometry/shape_line_chain.h>
|
||||
#include <render_settings.h>
|
||||
#include "dialog_display_info_HTML_base.h"
|
||||
|
@ -43,6 +43,7 @@
|
||||
#include <build_version.h>
|
||||
#include <config_params.h>
|
||||
#include <confirm.h>
|
||||
#include <core/arraydim.h>
|
||||
#include <dialogs/dialog_configure_paths.h>
|
||||
#include <eda_base_frame.h>
|
||||
#include <eda_draw_frame.h>
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#include <config_params.h>
|
||||
#include <confirm.h>
|
||||
#include <core/arraydim.h>
|
||||
#include <fp_lib_table.h>
|
||||
#include <kicad_string.h>
|
||||
#include <kiface_ids.h>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <wx/wfstream.h>
|
||||
#include <wx/zipstrm.h>
|
||||
|
||||
#include <core/arraydim.h>
|
||||
#include <macros.h>
|
||||
#include <project/project_archiver.h>
|
||||
#include <reporter.h>
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include <class_draw_panel_gal.h>
|
||||
#include <eda_draw_frame.h>
|
||||
|
||||
#include <core/arraydim.h>
|
||||
#include <core/optional.h>
|
||||
#include <wx/stc/stc.h>
|
||||
#include <kiplatform/app.h>
|
||||
|
@ -66,6 +66,7 @@
|
||||
#include <tool/tool_manager.h>
|
||||
#include <tools/ee_selection_tool.h>
|
||||
#include <eeschema_settings.h>
|
||||
#include <core/arraydim.h>
|
||||
|
||||
#define FIELD_PADDING Mils2iu( 10 ) // arbitrarily chosen for aesthetics
|
||||
#define FIELD_PADDING_ALIGNED Mils2iu( 18 ) // aligns 50 mil text to a 100 mil grid
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <pin_type.h>
|
||||
#include <lib_pin.h>
|
||||
#include <base_units.h>
|
||||
#include <macros.h>
|
||||
#include <core/arraydim.h>
|
||||
|
||||
|
||||
// These are true singletons so it's OK for them to be globals.
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <base_units.h>
|
||||
#include <common.h>
|
||||
#include <eda_draw_frame.h>
|
||||
#include <macros.h>
|
||||
#include <core/mirror.h>
|
||||
#include <sch_bitmap.h>
|
||||
#include <trigo.h>
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
|
||||
#include <sch_draw_panel.h>
|
||||
#include <bitmaps.h>
|
||||
#include <core/mirror.h>
|
||||
#include <schematic.h>
|
||||
#include <sch_bus_entry.h>
|
||||
#include <sch_edit_frame.h>
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <sch_edit_frame.h>
|
||||
#include <widgets/msgpanel.h>
|
||||
#include <bitmaps.h>
|
||||
#include <core/mirror.h>
|
||||
#include <lib_rectangle.h>
|
||||
#include <lib_pin.h>
|
||||
#include <lib_text.h>
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include <sch_edit_frame.h>
|
||||
#include <plotter.h>
|
||||
#include <bitmaps.h>
|
||||
#include <core/mirror.h>
|
||||
#include <kiway.h>
|
||||
#include <general.h>
|
||||
#include <class_library.h>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <common.h>
|
||||
#include <plotter.h>
|
||||
#include <bitmaps.h>
|
||||
#include <macros.h>
|
||||
#include <core/mirror.h>
|
||||
#include <geometry/shape_rect.h>
|
||||
#include <sch_painter.h>
|
||||
#include <sch_junction.h>
|
||||
|
@ -22,6 +22,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <core/mirror.h>
|
||||
#include <sch_painter.h>
|
||||
#include <plotter.h>
|
||||
#include <sch_line.h>
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <sch_no_connect.h>
|
||||
#include <settings/color_settings.h>
|
||||
#include <default_values.h> // For some default values
|
||||
#include <macros.h>
|
||||
#include <core/mirror.h>
|
||||
#include <trigo.h>
|
||||
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#include <sch_plugins/cadstar/cadstar_sch_archive_loader.h>
|
||||
|
||||
#include <core/mirror.h>
|
||||
#include <eda_text.h>
|
||||
#include <lib_arc.h>
|
||||
#include <lib_polyline.h>
|
||||
|
@ -22,6 +22,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <core/mirror.h>
|
||||
#include <sch_draw_panel.h>
|
||||
#include <gr_text.h>
|
||||
#include <trigo.h>
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include <dialogs/html_messagebox.h>
|
||||
#include <project/project_file.h>
|
||||
#include <project/net_settings.h>
|
||||
#include <core/mirror.h>
|
||||
#include <dialog_helpers.h>
|
||||
#include <trigo.h>
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user