|
KiCad PCB EDA Suite
|
Installs a wxTranslations instance that actually translates "KiCad". More...
Public Member Functions | |
| TRANSLATED_KICAD_FIXTURE () | |
| ~TRANSLATED_KICAD_FIXTURE () | |
Public Attributes | |
| bool | m_active = false |
Installs a wxTranslations instance that actually translates "KiCad".
wxTranslations::Set both takes ownership of the new object and deletes the previous one. Teardown restores a fresh catalog-less wxTranslations rather than a saved pointer, which both reproduces qa_common's default no-translation state for subsequent tests and avoids double-freeing a saved pointer.
Definition at line 117 of file test_design_block_io.cpp.
|
inline |
Definition at line 119 of file test_design_block_io.cpp.
References m_active.
|
inline |
Definition at line 129 of file test_design_block_io.cpp.
| bool TRANSLATED_KICAD_FIXTURE::m_active = false |
Definition at line 131 of file test_design_block_io.cpp.
Referenced by TRANSLATED_KICAD_FIXTURE().