KiCad PCB EDA Suite
|
#include <filename_resolver.h>
Public Attributes | |
wxString | m_Alias |
wxString | m_Pathvar |
wxString | m_Pathexp |
wxString | m_Description |
Definition at line 41 of file filename_resolver.h.
wxString SEARCH_PATH::m_Alias |
Definition at line 43 of file filename_resolver.h.
Referenced by FILENAME_RESOLVER::addPath(), FILENAME_RESOLVER::checkEnvVarPath(), FILENAME_RESOLVER::createPathList(), and FILENAME_RESOLVER::SetProject().
wxString SEARCH_PATH::m_Description |
Definition at line 46 of file filename_resolver.h.
wxString SEARCH_PATH::m_Pathexp |
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 |
Definition at line 44 of file filename_resolver.h.
Referenced by FILENAME_RESOLVER::addPath(), FILENAME_RESOLVER::checkEnvVarPath(), FILENAME_RESOLVER::createPathList(), and FILENAME_RESOLVER::SetProject().