|
KiCad PCB EDA Suite
|
Public Member Functions | |
| NETCHAIN_SYNTHETIC_FILTER_FIXTURE () | |
| ~NETCHAIN_SYNTHETIC_FILTER_FIXTURE () | |
| wxString | PathInWorkDir (const wxString &aLeaf) |
Public Attributes | |
| SETTINGS_MANAGER | m_settingsManager |
| PROJECT * | m_project = nullptr |
| std::unique_ptr< SCHEMATIC > | m_schematic |
| wxFileName | m_workDir |
| std::vector< wxString > | m_tempFiles |
Definition at line 46 of file test_net_chain_synthetic_filter.cpp.
|
inline |
Definition at line 48 of file test_net_chain_synthetic_filter.cpp.
References m_project, m_settingsManager, m_tempFiles, and m_workDir.
|
inline |
Definition at line 65 of file test_net_chain_synthetic_filter.cpp.
References m_schematic, m_tempFiles, and m_workDir.
|
inline |
Definition at line 79 of file test_net_chain_synthetic_filter.cpp.
References m_tempFiles, and m_workDir.
| PROJECT* NETCHAIN_SYNTHETIC_FILTER_FIXTURE::m_project = nullptr |
Definition at line 87 of file test_net_chain_synthetic_filter.cpp.
Referenced by NETCHAIN_SYNTHETIC_FILTER_FIXTURE().
| std::unique_ptr<SCHEMATIC> NETCHAIN_SYNTHETIC_FILTER_FIXTURE::m_schematic |
Definition at line 88 of file test_net_chain_synthetic_filter.cpp.
Referenced by ~NETCHAIN_SYNTHETIC_FILTER_FIXTURE().
| SETTINGS_MANAGER NETCHAIN_SYNTHETIC_FILTER_FIXTURE::m_settingsManager |
Definition at line 86 of file test_net_chain_synthetic_filter.cpp.
Referenced by NETCHAIN_SYNTHETIC_FILTER_FIXTURE().
| std::vector<wxString> NETCHAIN_SYNTHETIC_FILTER_FIXTURE::m_tempFiles |
Definition at line 90 of file test_net_chain_synthetic_filter.cpp.
Referenced by NETCHAIN_SYNTHETIC_FILTER_FIXTURE(), PathInWorkDir(), and ~NETCHAIN_SYNTHETIC_FILTER_FIXTURE().
| wxFileName NETCHAIN_SYNTHETIC_FILTER_FIXTURE::m_workDir |
Definition at line 89 of file test_net_chain_synthetic_filter.cpp.
Referenced by NETCHAIN_SYNTHETIC_FILTER_FIXTURE(), PathInWorkDir(), and ~NETCHAIN_SYNTHETIC_FILTER_FIXTURE().