2 #include "util/uuid.hpp"
3 #include "nlohmann/json_fwd.hpp"
4 #include "common/common.hpp"
5 #include "util/uuid_ptr.hpp"
6 #include "util/uuid_provider.hpp"
7 #include "common/junction.hpp"
8 #include "block/bus.hpp"
25 virtual UUID get_uuid()
const;
30 Orientation orientation = Orientation::UP;
34 unsigned int connection_count = 0;
36 void update_refs(
class Sheet &sheet,
class Block &block);
37 Coordi get_connector_pos()
const;
40 json serialize()
const;
Definition: uuid_ptr.hpp:9
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61
A block is one level of hierarchy in the netlist.
Definition: block.hpp:26
a class to store JSON values
Definition: json.hpp:161
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
Interface for objects that have a UUID.
Definition: uuid_provider.hpp:9
Make a Bus member's Net available on the schematic.
Definition: bus_ripper.hpp:21