KiCad PCB EDA Suite
|
#include "dialog_sheet_properties.h"
#include <kiface_base.h>
#include <wx/string.h>
#include <wx/log.h>
#include <wx/tooltip.h>
#include <common.h>
#include <confirm.h>
#include <kidialog.h>
#include <validators.h>
#include <wx_filename.h>
#include <wildcards_and_files_ext.h>
#include <widgets/std_bitmap_button.h>
#include <kiplatform/ui.h>
#include <sch_commit.h>
#include <sch_edit_frame.h>
#include <sch_io/sch_io.h>
#include <sch_sheet.h>
#include <schematic.h>
#include <bitmaps.h>
#include <eeschema_settings.h>
#include <settings/color_settings.h>
#include <trace_helpers.h>
#include "panel_eeschema_color_settings.h"
#include "wx/dcclient.h"
#include "string_utils.h"
Go to the source code of this file.
Functions | |
static bool | positioningChanged (const SCH_FIELD &a, const SCH_FIELD &b) |
static bool | positioningChanged (FIELDS_GRID_TABLE *a, std::vector< SCH_FIELD > &b) |
Definition at line 227 of file dialog_sheet_properties.cpp.
References EDA_TEXT::GetHorizJustify(), SCH_FIELD::GetPosition(), EDA_TEXT::GetTextAngle(), and EDA_TEXT::GetVertJustify().
Referenced by positioningChanged().
|
static |
Definition at line 245 of file dialog_sheet_properties.cpp.
References positioningChanged(), and SHEET_MANDATORY_FIELDS.