KiCad PCB EDA Suite
|
#include <sch_item.h>
#include <trigo.h>
#include <symbol_library.h>
#include <connection_graph.h>
#include <gal/graphics_abstraction_layer.h>
#include <callback_gal.h>
#include <geometry/shape_segment.h>
#include <geometry/shape_simple.h>
#include <gr_text.h>
#include <lib_shape.h>
#include <lib_field.h>
#include <lib_item.h>
#include <lib_pin.h>
#include <lib_text.h>
#include <lib_textbox.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_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 <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 <string_utils.h>
#include <stroke_params.h>
#include "sch_painter.h"
#include "sch_shape.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 | BITMAP_FONT_SIZE_THRESHOLD 3.5 |
Functions | |
EESCHEMA_SETTINGS * | KIGFX::eeconfig () |
static LIB_SYMBOL * | KIGFX::dummy () |
Used when a LIB_SYMBOL is not found in library to draw a dummy shape. More... | |
static VECTOR2D | KIGFX::mapCoords (const VECTOR2D &aCoord) |
static bool | KIGFX::isFieldsLayer (int aLayer) |
static void | KIGFX::orientSymbol (LIB_SYMBOL *symbol, int orientation) |
#define BITMAP_FONT_SIZE_THRESHOLD 3.5 |