KiCad PCB EDA Suite
|
#include <widgets/bitmap_button.h>
#include <widgets/font_choice.h>
#include <widgets/std_bitmap_button.h>
#include <widgets/color_swatch.h>
#include <settings/color_settings.h>
#include <sch_edit_frame.h>
#include <tool/tool_manager.h>
#include <gr_text.h>
#include <confirm.h>
#include <schematic.h>
#include <dialogs/html_message_box.h>
#include <dialog_label_properties.h>
#include <string_utils.h>
#include <kiface_base.h>
#include <sch_label.h>
#include <sch_commit.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 401 of file dialog_label_properties.cpp.
References EDA_TEXT::GetHorizJustify(), SCH_FIELD::GetPosition(), EDA_TEXT::GetTextAngle(), and EDA_TEXT::GetVertJustify().
Referenced by positioningChanged(), DIALOG_LABEL_PROPERTIES::TransferDataFromWindow(), and DIALOG_SHEET_PROPERTIES::TransferDataFromWindow().
|
static |
Definition at line 410 of file dialog_label_properties.cpp.
References positioningChanged().