Horizon
Public Member Functions | Public Attributes | List of all members
horizon::Sheet Class Reference
Inheritance diagram for horizon::Sheet:
horizon::ObjectProvider horizon::LayerProvider

Public Member Functions

 Sheet (const UUID &uu, const json &, Block &Block, class Pool &pool)
 
 Sheet (const UUID &uu)
 
LineNet * split_line_net (LineNet *it, Junction *ju)
 
void merge_net_lines (LineNet *a, LineNet *b, Junction *ju)
 
void expand_symbols ()
 
void simplify_net_lines (bool simplify)
 
void fix_junctions ()
 
void delete_duplicate_net_lines ()
 
void vacuum_junctions ()
 
void delete_dependants ()
 
void propagate_net_segments ()
 
std::map< UUID, NetSegmentInfo > analyze_net_segments (bool place_warnings=false)
 
std::set< UUIDPath< 3 > > get_pins_connected_to_net_segment (const UUID &uu_segment)
 
void replace_junction (Junction *j, SchematicSymbol *sym, SymbolPin *pin)
 
Junction * replace_bus_ripper (BusRipper *rip)
 
void merge_junction (Junction *j, Junction *into)
 
Junction * get_junction (const UUID &uu) override
 
json serialize () const
 
- Public Member Functions inherited from horizon::ObjectProvider
virtual class Polygon * get_polygon (const UUID &uu)
 
- Public Member Functions inherited from horizon::LayerProvider
virtual const std::map< int, Layer > & get_layers () const
 

Public Attributes

UUID uuid
 
std::string name
 
unsigned int index
 
std::map< UUID, Junction > junctions
 
std::map< UUID, SchematicSymbol > symbols
 
std::map< UUID, class LineNet > net_lines
 
std::map< UUID, class Text > texts
 
std::map< UUID, NetLabel > net_labels
 
std::map< UUID, PowerSymbol > power_symbols
 
std::map< UUID, BusLabel > bus_labels
 
std::map< UUID, BusRipper > bus_rippers
 
std::map< UUID, Line > lines
 
std::map< UUID, Arc > arcs
 
std::map< std::string, std::string > title_block_values
 
std::vector< Warning > warnings
 
uuid_ptr< const Frame > pool_frame
 
Frame frame
 

The documentation for this class was generated from the following files: