| 
    KiCad PCB EDA Suite
    
   | 
 
#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 <kiway.h>#include <settings/color_settings.h>#include <string_utils.h>#include <geometry/geometry_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_T > | labelTypes = { SCH_LABEL_LOCATE_ANY_T } | 
| static struct SCH_FIELD_DESC | _SCH_FIELD_DESC | 
      
  | 
  static | 
      
  | 
  static | 
Definition at line 44 of file sch_field.cpp.
Referenced by SCH_FIELD::GetCanonicalName(), SCH_FIELD::GetName(), and SCH_FIELD::GetShownText().