20 std::shared_ptr<const Symbol> pool_symbol;
25 std::vector<uuid_ptr<Text>> texts;
27 enum class PinDisplayMode { SELECTED_ONLY, BOTH, ALL, CUSTOM_ONLY };
28 PinDisplayMode pin_display_mode = PinDisplayMode::SELECTED_ONLY;
29 bool display_directions =
false;
30 bool display_all_pads =
true;
31 unsigned int expand = 0;
33 void apply_pin_names();
35 std::string replace_text(
const std::string &t,
bool *replaced,
const class Schematic &sch,
37 std::string get_custom_value()
const;
39 std::string custom_value;
41 UUID get_uuid()
const;
42 json serialize()
const;