|
KiCad PCB EDA Suite
|
A ranked candidate shown in column 2. A score of 0 means "keep existing". More...
Public Attributes | |
| wxString | m_absPath |
| Absolute path, or empty for the "keep existing" row. | |
| wxString | m_display |
| Label shown to the user. | |
| int | m_score |
| Higher = better match. | |
A ranked candidate shown in column 2. A score of 0 means "keep existing".
Definition at line 97 of file dialog_migrate_3d_models.h.
| wxString DIALOG_MIGRATE_3D_MODELS::MATCH_CANDIDATE::m_absPath |
Absolute path, or empty for the "keep existing" row.
Definition at line 99 of file dialog_migrate_3d_models.h.
Referenced by DIALOG_MIGRATE_3D_MODELS::OnCandidateSelected(), DIALOG_MIGRATE_3D_MODELS::OnOpenExternalFileClick(), DIALOG_MIGRATE_3D_MODELS::OnReplaceClick(), and DIALOG_MIGRATE_3D_MODELS::rankCandidatesFor().
| wxString DIALOG_MIGRATE_3D_MODELS::MATCH_CANDIDATE::m_display |
Label shown to the user.
Definition at line 100 of file dialog_migrate_3d_models.h.
Referenced by DIALOG_MIGRATE_3D_MODELS::OnOpenExternalFileClick(), and DIALOG_MIGRATE_3D_MODELS::rankCandidatesFor().
| int DIALOG_MIGRATE_3D_MODELS::MATCH_CANDIDATE::m_score |
Higher = better match.
Definition at line 101 of file dialog_migrate_3d_models.h.
Referenced by DIALOG_MIGRATE_3D_MODELS::OnOpenExternalFileClick(), and DIALOG_MIGRATE_3D_MODELS::rankCandidatesFor().