KiCad PCB EDA Suite
|
#include <cstdlib>
#include <bitmaps.h>
#include <core/mirror.h>
#include <core/kicad_algo.h>
#include <sch_draw_panel.h>
#include <trigo.h>
#include <sch_edit_frame.h>
#include <plotters/plotter.h>
#include <sch_plotter.h>
#include <string_utils.h>
#include <widgets/msgpanel.h>
#include <math/util.h>
#include <sch_sheet.h>
#include <sch_sheet_path.h>
#include <sch_sheet_pin.h>
#include <sch_symbol.h>
#include <sch_painter.h>
#include <schematic.h>
#include <settings/color_settings.h>
#include <settings/settings_manager.h>
#include <trace_helpers.h>
#include <pgm_base.h>
#include <wx/log.h>
Go to the source code of this file.
Classes | |
struct | SCH_SHEET_DESC |
Functions | |
int | bumpToNextGrid (const int aVal, const int aDirection) |
Variables | |
static struct SCH_SHEET_DESC | _SCH_SHEET_DESC |
int bumpToNextGrid | ( | const int | aVal, |
const int | aDirection | ||
) |
Definition at line 497 of file sch_sheet.cpp.
References EDA_IU_SCALE::MilsToIU(), and schIUScale.
Referenced by SCH_SHEET::GetMinHeight(), and SCH_SHEET::GetMinWidth().
|
static |