KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SEARCH_PATH Struct Reference

#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.
 

Detailed Description

Definition at line 41 of file filename_resolver.h.

Member Data Documentation

◆ m_Alias

wxString SEARCH_PATH::m_Alias

◆ m_Description

wxString SEARCH_PATH::m_Description

Description of the aliased path.

Definition at line 46 of file filename_resolver.h.

◆ m_Pathexp

wxString SEARCH_PATH::m_Pathexp

◆ m_Pathvar

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(), FILENAME_RESOLVER::checkEnvVarPath(), FILENAME_RESOLVER::createPathList(), and FILENAME_RESOLVER::SetProject().


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