KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DIALOG_MIGRATE_3D_MODELS::CATALOG_ENTRY Struct Reference

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")
 

Detailed Description

An entry in the STEP catalog. m_absPath is the deduplication key.

Definition at line 89 of file dialog_migrate_3d_models.h.

Member Data Documentation

◆ m_absPath

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().

◆ m_parent

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().

◆ m_stem

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().


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