| 
    KiCad PCB EDA Suite
    
   | 
 
#include <filename_resolver.h>
Public Attributes | |
| wxString | m_Alias | 
| Alias to the base path.   | |
| wxString | m_Pathvar | 
| Base path as stored in the configuration file.   | |
| wxString | m_Pathexp | 
| Expanded base path.   | |
| wxString | m_Description | 
| Description of the aliased path.   | |
Definition at line 41 of file filename_resolver.h.
| wxString SEARCH_PATH::m_Alias | 
Alias to the base path.
Definition at line 43 of file filename_resolver.h.
Referenced by FILENAME_RESOLVER::addPath(), BOOST_AUTO_TEST_CASE(), FILENAME_RESOLVER::checkEnvVarPath(), FILENAME_RESOLVER::createPathList(), and FILENAME_RESOLVER::SetProject().
| wxString SEARCH_PATH::m_Description | 
Description of the aliased path.
Definition at line 46 of file filename_resolver.h.
| wxString SEARCH_PATH::m_Pathexp | 
Expanded base path.
Definition at line 45 of file filename_resolver.h.
Referenced by FILENAME_RESOLVER::addPath(), FILENAME_RESOLVER::checkEnvVarPath(), FILENAME_RESOLVER::createPathList(), and FILENAME_RESOLVER::SetProject().
| wxString SEARCH_PATH::m_Pathvar | 
Base path as stored in the configuration file.
Definition at line 44 of file filename_resolver.h.
Referenced by FILENAME_RESOLVER::addPath(), BOOST_AUTO_TEST_CASE(), FILENAME_RESOLVER::checkEnvVarPath(), FILENAME_RESOLVER::createPathList(), and FILENAME_RESOLVER::SetProject().