Home
last modified time | relevance | path

Searched refs:get_brief (Results 1 – 25 of 43) sorted by relevance

12

/dports/cad/horizon-eda/horizon-2.1.0/src/board/
H A Drule_clearance_copper_keepout.cpp64 std::string RuleClearanceCopperKeepout::get_brief(const class Block *block) const in get_brief() function in horizon::RuleClearanceCopperKeepout
67 ss << "Match " << match.get_brief(block) << "\n"; in get_brief()
68 ss << match_keepout.get_brief(block); in get_brief()
H A Drule_layer_pair.cpp27 std::string RuleLayerPair::get_brief(const class Block *block) const in get_brief() function in horizon::RuleLayerPair
29 return "Match " + match.get_brief(block); in get_brief()
H A Drule_hole_size.cpp28 std::string RuleHoleSize::get_brief(const class Block *block) const in get_brief() function in horizon::RuleHoleSize
30 return "Match " + match.get_brief(block); in get_brief()
H A Drule_plane.cpp27 std::string RulePlane::get_brief(const class Block *block) const in get_brief() function in horizon::RulePlane
29 return "Match " + match.get_brief(block) + "\nLayer " + std::to_string(layer); in get_brief()
H A Drule_via.cpp30 std::string RuleVia::get_brief(const class Block *block) const in get_brief() function in horizon::RuleVia
32 return "Match " + match.get_brief(block); in get_brief()
H A Drule_clearance_copper.cpp95 std::string RuleClearanceCopper::get_brief(const class Block *block) const in get_brief() function in horizon::RuleClearanceCopper
98 ss << "1<sup>st</sup> Match " << match_1.get_brief(block) << "\n"; in get_brief()
99 ss << "2<sup>nd</sup> Match " << match_2.get_brief(block) << "\n"; in get_brief()
H A Drule_track_width.cpp53 std::string RuleTrackWidth::get_brief(const class Block *block) const in get_brief() function in horizon::RuleTrackWidth
55 return "Match " + match.get_brief(block); in get_brief()
H A Drule_clearance_same_net.cpp71 std::string RuleClearanceSameNet::get_brief(const class Block *block) const in get_brief() function in horizon::RuleClearanceSameNet
74 ss << "Match " << match.get_brief(block) << "\n"; in get_brief()
H A Drule_clearance_copper_other.cpp73 std::string RuleClearanceCopperOther::get_brief(const class Block *block) const in get_brief() function in horizon::RuleClearanceCopperOther
76 ss << "Match " << match.get_brief(block) << "\n"; in get_brief()
H A Drule_preflight_checks.hpp12 std::string get_brief(const class Block *block = nullptr) const override;
H A Drule_clearance_silk_exp_copper.hpp12 std::string get_brief(const class Block *block = nullptr) const override;
H A Drule_preflight_checks.cpp23 std::string RulePreflightChecks::get_brief(const class Block *block) const in get_brief() function in horizon::RulePreflightChecks
H A Drule_layer_pair.hpp12 std::string get_brief(const class Block *block = nullptr) const override;
H A Drule_plane.hpp14 std::string get_brief(const class Block *block = nullptr) const override;
H A Drule_via.hpp14 std::string get_brief(const class Block *block = nullptr) const override;
H A Drule_hole_size.hpp12 std::string get_brief(const class Block *block = nullptr) const override;
H A Drule_parameters.hpp12 std::string get_brief(const class Block *block = nullptr) const override;
/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/pools_window/
H A Dpool_status_provider.hpp19 virtual std::string get_brief() const in get_brief() function in horizon::PoolStatusBase
62 std::string get_brief() const override;
/dports/cad/horizon-eda/horizon-2.1.0/src/schematic/
H A Drule_single_pin_net.hpp11 std::string get_brief(const class Block *block = nullptr) const override;
H A Drule_single_pin_net.cpp25 std::string RuleSinglePinNet::get_brief(const class Block *block) const in get_brief() function in horizon::RuleSinglePinNet
/dports/cad/horizon-eda/horizon-2.1.0/src/package/
H A Drule_package_checks.hpp12 std::string get_brief(const class Block *block = nullptr) const override;
H A Drule_clearance_package.hpp12 std::string get_brief(const class Block *block = nullptr) const override;
H A Drule_package_checks.cpp23 std::string RulePackageChecks::get_brief(const class Block *block) const in get_brief() function in horizon::RulePackageChecks
/dports/cad/horizon-eda/horizon-2.1.0/src/symbol/
H A Drule_symbol_checks.hpp12 std::string get_brief(const class Block *block = nullptr) const override;
H A Drule_symbol_checks.cpp23 std::string RuleSymbolChecks::get_brief(const class Block *block) const in get_brief() function in horizon::RuleSymbolChecks

12