KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_painter.cpp File Reference
#include <trigo.h>
#include <connection_graph.h>
#include <gal/graphics_abstraction_layer.h>
#include <callback_gal.h>
#include <geometry/shape_segment.h>
#include <geometry/shape_rect.h>
#include <gr_text.h>
#include <sch_pin.h>
#include <math/util.h>
#include <pgm_base.h>
#include <sch_bitmap.h>
#include <sch_bus_entry.h>
#include <sch_symbol.h>
#include <sch_edit_frame.h>
#include <sch_field.h>
#include <sch_junction.h>
#include <sch_line.h>
#include <sch_shape.h>
#include <sch_marker.h>
#include <sch_no_connect.h>
#include <sch_sheet.h>
#include <sch_sheet_pin.h>
#include <sch_text.h>
#include <sch_textbox.h>
#include <sch_table.h>
#include <schematic.h>
#include <settings/color_settings.h>
#include <view/view.h>
#include <kiface_base.h>
#include <default_values.h>
#include <advanced_config.h>
#include <settings/settings_manager.h>
#include <stroke_params.h>
#include "sch_painter.h"
#include "common.h"

Go to the source code of this file.

Namespaces

namespace  KIGFX
 The Cairo implementation of the graphics abstraction layer.
 

Macros

#define MAP_COORDS(aCoord)   VECTOR2D( aCoord.x, invertY ? -aCoord.y : aCoord.y )
 
#define BITMAP_FONT_SIZE_THRESHOLD   3.5
 

Functions

EESCHEMA_SETTINGSKIGFX::eeconfig ()
 
static LIB_SYMBOLKIGFX::dummy ()
 Used when a LIB_SYMBOL is not found in library to draw a dummy shape.
 
static bool KIGFX::isFieldsLayer (int aLayer)
 
static void KIGFX::orientSymbol (LIB_SYMBOL *symbol, int orientation)
 

Macro Definition Documentation

◆ BITMAP_FONT_SIZE_THRESHOLD

#define BITMAP_FONT_SIZE_THRESHOLD   3.5

◆ MAP_COORDS

#define MAP_COORDS (   aCoord)    VECTOR2D( aCoord.x, invertY ? -aCoord.y : aCoord.y )

Definition at line 519 of file sch_painter.cpp.