|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| TVendorCategory | GetCategory () |
| std::wstring | GetName () |
| TSynthesizerCategory | GetSynthCategory () |
| std::wstring | GetTargetName () |
| int | GetTargetIndex () |
| void | SetSynthCategory (TSynthesizerCategory const AValue) |
| void | SetTargetName (std::wstring const AValue) |
| void | SetTargetIndex (int const AValue) |
| void | Export_ToFile (DXP::IStrings *const AFile) |
| void | Export_ToSdcFile (DXP::IStrings *const AFile) |
| void SCH::IVendorConstraint::Export_ToFile | ( | DXP::IStrings *const | AFile | ) |
| void SCH::IVendorConstraint::Export_ToSdcFile | ( | DXP::IStrings *const | AFile | ) |
| TVendorCategory SCH::IVendorConstraint::GetCategory | ( | ) |
| std::wstring SCH::IVendorConstraint::GetName | ( | ) |
| TSynthesizerCategory SCH::IVendorConstraint::GetSynthCategory | ( | ) |
| int SCH::IVendorConstraint::GetTargetIndex | ( | ) |
| std::wstring SCH::IVendorConstraint::GetTargetName | ( | ) |
| void SCH::IVendorConstraint::SetSynthCategory | ( | TSynthesizerCategory const | AValue | ) |
| void SCH::IVendorConstraint::SetTargetIndex | ( | int const | AValue | ) |
| void SCH::IVendorConstraint::SetTargetName | ( | std::wstring const | AValue | ) |