KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_field.cpp File Reference
#include <wx/log.h>
#include <wx/menu.h>
#include <advanced_config.h>
#include <base_units.h>
#include <common.h>
#include <sch_edit_frame.h>
#include <plotters/plotter.h>
#include <bitmaps.h>
#include <core/mirror.h>
#include <kiway.h>
#include <symbol_library.h>
#include <sch_symbol.h>
#include <sch_field.h>
#include <sch_label.h>
#include <schematic.h>
#include <settings/color_settings.h>
#include <string_utils.h>
#include <trace_helpers.h>
#include <tool/tool_manager.h>
#include <tools/sch_navigate_tool.h>
#include <font/outline_font.h>
#include "sim/sim_lib_mgr.h"

Go to the source code of this file.

Classes

struct  SCH_FIELD_DESC
 

Variables

static const std::vector< KICAD_TlabelTypes = { SCH_LABEL_LOCATE_ANY_T }
 
static struct SCH_FIELD_DESC _SCH_FIELD_DESC
 

Variable Documentation

◆ _SCH_FIELD_DESC

struct SCH_FIELD_DESC _SCH_FIELD_DESC
static

◆ labelTypes

const std::vector<KICAD_T> labelTypes = { SCH_LABEL_LOCATE_ANY_T }
static