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_item.h>
#include <sch_screen.h>
#include <sch_sheet_path.h>
#include <sch_draw_panel.h>
#include <sch_edit_frame.h>
#include <schematic.h>
#include <symbol.h>
#include <connection_graph.h>
#include <trace_helpers.h>
#include <general.h>
#include <netclass.h>
#include <project/project_file.h>
#include <project/net_settings.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 49 of file sch_item.cpp.
|
static |
Definition at line 587 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 579 of file sch_item.cpp.
Referenced by DANGLING_END_ITEM_HELPER::get_lower_pos(), and DANGLING_END_ITEM_HELPER::sort_dangling_end_items().
|
static |