|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| std::wstring | GetModelName () |
| std::wstring | GetDescription () |
| std::wstring | GetDataFileLocation () |
| bool | GetUseComponentLibrary () |
| IModelSelectorChoiceList * | GetModelSelectorChoices () |
| TModelDriveStrength | GetModelDriveStrength () |
| void | SetModelName (std::wstring AValue) |
| void | SetDescription (std::wstring AValue) |
| void | SetDataFileLocation (std::wstring AValue) |
| void | SetUseComponentLibrary (bool AValue) |
| void | SetModelDriveStrength (TModelDriveStrength AValue) |
| void | Import_FromImplementation (ISch_Implementation *ASchImpl) |
| void | Export_ToImplementation (ISch_Implementation *ASchImpl) |
| IModelSelectorChoice * | GetSelectedModelByModelSelectorName (std::wstring AModelSelectorName) |
| void | SetSelectedModelByModelSelectorName (std::wstring AModelSelectorName, std::wstring ASelectedModel) |
| void SCH::IIbisModelImplementation::Export_ToImplementation | ( | ISch_Implementation * | ASchImpl | ) |
| std::wstring SCH::IIbisModelImplementation::GetDataFileLocation | ( | ) |
| std::wstring SCH::IIbisModelImplementation::GetDescription | ( | ) |
| TModelDriveStrength SCH::IIbisModelImplementation::GetModelDriveStrength | ( | ) |
| std::wstring SCH::IIbisModelImplementation::GetModelName | ( | ) |
| IModelSelectorChoiceList * SCH::IIbisModelImplementation::GetModelSelectorChoices | ( | ) |
| IModelSelectorChoice * SCH::IIbisModelImplementation::GetSelectedModelByModelSelectorName | ( | std::wstring | AModelSelectorName | ) |
| bool SCH::IIbisModelImplementation::GetUseComponentLibrary | ( | ) |
| void SCH::IIbisModelImplementation::Import_FromImplementation | ( | ISch_Implementation * | ASchImpl | ) |
| void SCH::IIbisModelImplementation::SetDataFileLocation | ( | std::wstring | AValue | ) |
| void SCH::IIbisModelImplementation::SetDescription | ( | std::wstring | AValue | ) |
| void SCH::IIbisModelImplementation::SetModelDriveStrength | ( | TModelDriveStrength | AValue | ) |
| void SCH::IIbisModelImplementation::SetModelName | ( | std::wstring | AValue | ) |
| void SCH::IIbisModelImplementation::SetSelectedModelByModelSelectorName | ( | std::wstring | AModelSelectorName, |
| std::wstring | ASelectedModel ) |
| void SCH::IIbisModelImplementation::SetUseComponentLibrary | ( | bool | AValue | ) |