KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_COMMON::RELATED_FILES Struct Reference

Result of detecting related PADS project files. More...

#include <pads_common.h>

Public Member Functions

bool HasPcb () const
 
bool HasSchematic () const
 
bool HasBoth () const
 

Public Attributes

wxString pcbFile
 Path to PCB file if found.
 
wxString schematicFile
 Path to schematic file if found.
 

Detailed Description

Result of detecting related PADS project files.

Definition at line 72 of file pads_common.h.

Member Function Documentation

◆ HasBoth()

bool PADS_COMMON::RELATED_FILES::HasBoth ( ) const
inline

Definition at line 79 of file pads_common.h.

References HasPcb(), and HasSchematic().

Referenced by BOOST_AUTO_TEST_CASE().

◆ HasPcb()

bool PADS_COMMON::RELATED_FILES::HasPcb ( ) const
inline

Definition at line 77 of file pads_common.h.

References pcbFile.

Referenced by BOOST_AUTO_TEST_CASE(), HasBoth(), and IMPORT_PROJ_HELPER::ImportPadsFiles().

◆ HasSchematic()

bool PADS_COMMON::RELATED_FILES::HasSchematic ( ) const
inline

Definition at line 78 of file pads_common.h.

References schematicFile.

Referenced by BOOST_AUTO_TEST_CASE(), HasBoth(), and IMPORT_PROJ_HELPER::ImportPadsFiles().

Member Data Documentation

◆ pcbFile

wxString PADS_COMMON::RELATED_FILES::pcbFile

Path to PCB file if found.

Definition at line 74 of file pads_common.h.

Referenced by BOOST_AUTO_TEST_CASE(), HasPcb(), and IMPORT_PROJ_HELPER::ImportPadsFiles().

◆ schematicFile

wxString PADS_COMMON::RELATED_FILES::schematicFile

Path to schematic file if found.

Definition at line 75 of file pads_common.h.

Referenced by BOOST_AUTO_TEST_CASE(), HasSchematic(), and IMPORT_PROJ_HELPER::ImportPadsFiles().


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