|
KiCad PCB EDA Suite
|
#include <pgm_base.h>#include <settings/settings_manager.h>#include <eeschema_settings.h>#include <eda_item.h>#include <sch_connection.h>#include <sch_group.h>#include <sch_rule_area.h>#include <sch_draw_panel.h>#include <sch_edit_frame.h>#include <connection_graph.h>#include <netclass.h>#include <project/project_file.h>#include <project/net_settings.h>#include <font/kicad_font_name.h>Go to the source code of this file.
Classes | |
| struct | SCH_ITEM_DESC |
Macros | |
| #define | BITMAP_FONT_SIZE_THRESHOLD 3 |
Functions | |
| static bool | lessYX (const DANGLING_END_ITEM &a, const DANGLING_END_ITEM &b) |
| static bool | lessType (const DANGLING_END_ITEM &a, const DANGLING_END_ITEM &b) |
Variables | |
| static struct SCH_ITEM_DESC | _SCH_ITEM_DESC |
| #define BITMAP_FONT_SIZE_THRESHOLD 3 |
Definition at line 45 of file sch_item.cpp.
Referenced by KIGFX::SCH_PAINTER::draw(), and SCH_ITEM::RenderAsBitmap().
|
static |
Definition at line 813 of file sch_item.cpp.
References DANGLING_END_ITEM::GetType().
Referenced by DANGLING_END_ITEM_HELPER::get_lower_type(), and DANGLING_END_ITEM_HELPER::sort_dangling_end_items().
|
static |
Definition at line 805 of file sch_item.cpp.
References lessYX().
Referenced by DANGLING_END_ITEM_HELPER::get_lower_pos(), lessYX(), and DANGLING_END_ITEM_HELPER::sort_dangling_end_items().
|
static |