|
RuleID | get_id () const override |
|
| RuleLayerPair (const UUID &uu) |
|
| RuleLayerPair (const UUID &uu, const json &j, const RuleImportMap &import_map) |
|
json | serialize () const override |
|
std::string | get_brief (const class Block *block=nullptr, class IPool *pool=nullptr) const override |
|
bool | can_export () const override |
|
| Rule (const UUID &uu) |
|
| Rule (const json &j) |
|
| Rule (const json &j, const RuleImportMap &import_map) |
|
| Rule (const UUID &uu, const json &j) |
|
| Rule (const UUID &uu, const json &j, const RuleImportMap &import_map) |
|
virtual RuleID | get_id () const =0 |
|
int | get_order () const |
|
virtual json | serialize () const |
|
virtual std::string | get_brief (const class Block *block=nullptr, class IPool *pool=nullptr) const =0 |
|
virtual bool | is_match_all () const |
|
virtual bool | can_export () const |
|
|
RuleMatch | match |
|
std::pair< int, int > | layers |
|
UUID | uuid |
|
bool | enabled = true |
|
bool | imported = false |
|
|
static const auto | id = RuleID::LAYER_PAIR |
|
|
enum class | SerializeMode { SERIALIZE
, EXPORT
} |
|
static std::string | layer_to_string (int layer) |
|
◆ can_export()
bool horizon::RuleLayerPair::can_export |
( |
| ) |
const |
|
overridevirtual |
◆ get_brief()
std::string horizon::RuleLayerPair::get_brief |
( |
const class Block * |
block = nullptr , |
|
|
class IPool * |
pool = nullptr |
|
) |
| const |
|
overridevirtual |
◆ get_id()
RuleID horizon::RuleLayerPair::get_id |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ serialize()
json horizon::RuleLayerPair::serialize |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: