|
KiCad PCB EDA Suite
|
#include <drc_test_provider.h>
Public Member Functions | |
| DRC_SHOWMATCHES_PROVIDER_REGISTRY () | |
| ~DRC_SHOWMATCHES_PROVIDER_REGISTRY () | |
| void | RegisterShowMatchesProvider (DRC_TEST_PROVIDER *provider) |
| std::vector< DRC_TEST_PROVIDER * > | GetShowMatchesProviders () const |
Static Public Member Functions | |
| static DRC_SHOWMATCHES_PROVIDER_REGISTRY & | Instance () |
Private Attributes | |
| std::vector< DRC_TEST_PROVIDER * > | m_providers |
Definition at line 71 of file drc_test_provider.h.
|
inline |
Definition at line 74 of file drc_test_provider.h.
Referenced by Instance().
| DRC_SHOWMATCHES_PROVIDER_REGISTRY::~DRC_SHOWMATCHES_PROVIDER_REGISTRY | ( | ) |
Definition at line 46 of file drc_test_provider.cpp.
References m_providers.
|
inline |
Definition at line 85 of file drc_test_provider.h.
References m_providers.
Referenced by DRC_ENGINE::InitEngine().
|
inlinestatic |
Definition at line 78 of file drc_test_provider.h.
References DRC_SHOWMATCHES_PROVIDER_REGISTRY().
Referenced by DRC_REGISTER_SHOWMATCHES_PROVIDER< T >::DRC_REGISTER_SHOWMATCHES_PROVIDER(), and DRC_ENGINE::InitEngine().
|
inline |
Definition at line 84 of file drc_test_provider.h.
References m_providers.
Referenced by DRC_REGISTER_SHOWMATCHES_PROVIDER< T >::DRC_REGISTER_SHOWMATCHES_PROVIDER().
|
private |
Definition at line 88 of file drc_test_provider.h.
Referenced by GetShowMatchesProviders(), RegisterShowMatchesProvider(), and ~DRC_SHOWMATCHES_PROVIDER_REGISTRY().