20#ifndef COMPONENT_CLASS_ASSIGNMENT_RULE_H
21#define COMPONENT_CLASS_ASSIGNMENT_RULE_H
40 std::shared_ptr<DRC_RULE_CONDITION>&& aCondition );
Class which represents a component class assignment rule.
wxString GetComponentClass() const
The component class to assign to matching footprints.
void SetComponentClass(const wxString &aComponentClass)
wxString m_componentClass
The component class to assign to matching footprints.
bool Matches(const FOOTPRINT *aFootprint) const
Tests whether this rules matches the given footprint.
std::shared_ptr< DRC_RULE_CONDITION > m_condition
The DRC condition which specifies footprint matches for this component class.