|
KiCad PCB EDA Suite
|
A temporary symbol library that is removed when it goes out of scope. More...
Public Member Functions | |
| SCOPED_TEMP_LIB () | |
| ~SCOPED_TEMP_LIB () | |
| const wxString & | GetPath () const |
Private Attributes | |
| wxString | m_dir |
| wxString | m_path |
A temporary symbol library that is removed when it goes out of scope.
Definition at line 58 of file test_lib_part.cpp.
|
inline |
Definition at line 61 of file test_lib_part.cpp.
|
inline |
Definition at line 70 of file test_lib_part.cpp.
References m_dir.
|
inline |
Definition at line 76 of file test_lib_part.cpp.
References m_path.
Referenced by BOOST_AUTO_TEST_CASE().
|
private |
Definition at line 79 of file test_lib_part.cpp.
Referenced by SCOPED_TEMP_LIB(), and ~SCOPED_TEMP_LIB().
|
private |
Definition at line 80 of file test_lib_part.cpp.
Referenced by GetPath(), and SCOPED_TEMP_LIB().