KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_item.cpp File Reference
#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 <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
 

Macro Definition Documentation

◆ BITMAP_FONT_SIZE_THRESHOLD

#define BITMAP_FONT_SIZE_THRESHOLD   3

Definition at line 48 of file sch_item.cpp.

Function Documentation

◆ lessType()

static bool lessType ( const DANGLING_END_ITEM a,
const DANGLING_END_ITEM b 
)
static

◆ lessYX()

static bool lessYX ( const DANGLING_END_ITEM a,
const DANGLING_END_ITEM b 
)
static

Variable Documentation

◆ _SCH_ITEM_DESC

struct SCH_ITEM_DESC _SCH_ITEM_DESC
static