KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SYMBOL_EMBEDDED_FILES_TEST_FIXTURE Class Reference

Public Member Functions

 SYMBOL_EMBEDDED_FILES_TEST_FIXTURE ()
 
 ~SYMBOL_EMBEDDED_FILES_TEST_FIXTURE ()
 
wxString GetTempDir () const
 
wxString GetLibPath () const
 
EMBEDDED_FILES::EMBEDDED_FILECreateTestEmbeddedFile (const wxString &aName, const std::string &aContent)
 Create a test embedded file with the given name and content.
 

Private Attributes

wxString m_tempDir
 
wxString m_libPath
 

Detailed Description

Definition at line 43 of file test_symbol_embedded_files.cpp.

Constructor & Destructor Documentation

◆ SYMBOL_EMBEDDED_FILES_TEST_FIXTURE()

SYMBOL_EMBEDDED_FILES_TEST_FIXTURE::SYMBOL_EMBEDDED_FILES_TEST_FIXTURE ( )
inline

Definition at line 46 of file test_symbol_embedded_files.cpp.

References m_libPath, and m_tempDir.

◆ ~SYMBOL_EMBEDDED_FILES_TEST_FIXTURE()

SYMBOL_EMBEDDED_FILES_TEST_FIXTURE::~SYMBOL_EMBEDDED_FILES_TEST_FIXTURE ( )
inline

Definition at line 55 of file test_symbol_embedded_files.cpp.

References m_tempDir.

Member Function Documentation

◆ CreateTestEmbeddedFile()

EMBEDDED_FILES::EMBEDDED_FILE * SYMBOL_EMBEDDED_FILES_TEST_FIXTURE::CreateTestEmbeddedFile ( const wxString & aName,
const std::string & aContent )
inline

◆ GetLibPath()

wxString SYMBOL_EMBEDDED_FILES_TEST_FIXTURE::GetLibPath ( ) const
inline

Definition at line 65 of file test_symbol_embedded_files.cpp.

References m_libPath.

◆ GetTempDir()

wxString SYMBOL_EMBEDDED_FILES_TEST_FIXTURE::GetTempDir ( ) const
inline

Definition at line 64 of file test_symbol_embedded_files.cpp.

References m_tempDir.

Member Data Documentation

◆ m_libPath

wxString SYMBOL_EMBEDDED_FILES_TEST_FIXTURE::m_libPath
private

◆ m_tempDir

wxString SYMBOL_EMBEDDED_FILES_TEST_FIXTURE::m_tempDir
private

The documentation for this class was generated from the following file: