|
KiCad PCB EDA Suite
|
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. | |
Result of detecting related PADS project files.
Definition at line 72 of file pads_common.h.
|
inline |
Definition at line 79 of file pads_common.h.
References HasPcb(), and HasSchematic().
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 77 of file pads_common.h.
References pcbFile.
Referenced by BOOST_AUTO_TEST_CASE(), HasBoth(), and IMPORT_PROJ_HELPER::ImportPadsFiles().
|
inline |
Definition at line 78 of file pads_common.h.
References schematicFile.
Referenced by BOOST_AUTO_TEST_CASE(), HasBoth(), and IMPORT_PROJ_HELPER::ImportPadsFiles().
| 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().
| 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().