KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_screen.h File Reference
#include <memory>
#include <stddef.h>
#include <unordered_set>
#include <vector>
#include <wx/arrstr.h>
#include <wx/chartype.h>
#include <wx/gdicmn.h>
#include <wx/string.h>
#include <base_screen.h>
#include <core/typeinfo.h>
#include <kiid.h>
#include <kiway_holder.h>
#include <layer_ids.h>
#include <marker_base.h>
#include <page_info.h>
#include <template_fieldnames.h>
#include <title_block.h>
#include <lib_id.h>
#include <sch_symbol.h>
#include <sch_reference_list.h>
#include <sch_rtree.h>
#include <sch_sheet.h>
#include <sch_label.h>
#include <sch_sheet_path.h>

Go to the source code of this file.

Classes

struct  PICKED_SYMBOL
 
class  SCH_SCREEN
 
struct  SCH_SCREEN::BusAliasCmp
 Compare two BUS_ALIAS objects by name. More...
 
class  SCH_SCREENS
 Container class that holds multiple SCH_SCREEN objects in a hierarchy. More...
 

Enumerations

enum  SCH_LINE_TEST_T { ENTIRE_LENGTH_T , END_POINTS_ONLY_T , EXCLUDE_END_POINTS_T }
 

Enumeration Type Documentation

◆ SCH_LINE_TEST_T

Enumerator
ENTIRE_LENGTH_T 
END_POINTS_ONLY_T 
EXCLUDE_END_POINTS_T 

Definition at line 70 of file sch_screen.h.