|
KiCad PCB EDA Suite
|
An entry in the STEP catalog. m_absPath is the deduplication key. More...
Public Attributes | |
| wxString | m_absPath |
| Absolute on-disk path. | |
| wxString | m_stem |
| Filename without directory or extension. | |
| wxString | m_parent |
| Parent directory basename (e.g. "Resistor_SMD.3dshapes") | |
An entry in the STEP catalog. m_absPath is the deduplication key.
Definition at line 89 of file dialog_migrate_3d_models.h.
| wxString DIALOG_MIGRATE_3D_MODELS::CATALOG_ENTRY::m_absPath |
Absolute on-disk path.
Definition at line 91 of file dialog_migrate_3d_models.h.
Referenced by DIALOG_MIGRATE_3D_MODELS::scanDirectory().
| wxString DIALOG_MIGRATE_3D_MODELS::CATALOG_ENTRY::m_parent |
Parent directory basename (e.g. "Resistor_SMD.3dshapes")
Definition at line 93 of file dialog_migrate_3d_models.h.
Referenced by DIALOG_MIGRATE_3D_MODELS::scanDirectory().
| wxString DIALOG_MIGRATE_3D_MODELS::CATALOG_ENTRY::m_stem |
Filename without directory or extension.
Definition at line 92 of file dialog_migrate_3d_models.h.
Referenced by DIALOG_MIGRATE_3D_MODELS::scanDirectory().