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

#include <pads_common.h>

Public Member Functions

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

Public Attributes

wxString pcbFile
 
wxString schematicFile
 

Detailed Description

Definition at line 57 of file pads_common.h.

Member Function Documentation

◆ HasBoth()

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

Definition at line 64 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 62 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 63 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

Definition at line 59 of file pads_common.h.

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

◆ schematicFile

wxString PADS_COMMON::RELATED_FILES::schematicFile

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