|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| std::wstring | GetDescription () |
| std::wstring | GetModelName () |
| std::wstring | GetModelType () |
| std::wstring | GetModelFilename () |
| std::wstring | GetReleaseVaultGUID () |
| std::wstring | GetReleaseItemGUID () |
| std::wstring | GetItemRevisionGUID () |
| int | GetParameterCount () |
| std::wstring | GetParameterName (int Index) |
| std::wstring | GetParameterValue (int Index) |
| void | SetDescription (std::wstring AValue) |
| void | SetModelName (std::wstring AValue) |
| void | SetModelType (std::wstring AValue) |
| void | SetModelFilename (std::wstring AValue) |
| void | SetReleaseVaultGUID (std::wstring Value) |
| void | SetReleaseItemGUID (std::wstring Value) |
| void | SetItemRevisionGUID (std::wstring Value) |
| EDP::IItemParameter * | GetParameterByName (std::wstring AName) |
| std::wstring | GetParameterValueByName (std::wstring AName) |
| void | SetParameterValueByName (std::wstring AName, std::wstring AValue) |
| void | ClearParameters () |
| void | DeleteParameter (int Index) |
| void | DeleteParameterByName (std::wstring AName) |
| bool | SaveToFile (std::wstring AFileName) |
| void SCH::IImplementationFile::ClearParameters | ( | ) |
| void SCH::IImplementationFile::DeleteParameter | ( | int | Index | ) |
| void SCH::IImplementationFile::DeleteParameterByName | ( | std::wstring | AName | ) |
| std::wstring SCH::IImplementationFile::GetDescription | ( | ) |
| std::wstring SCH::IImplementationFile::GetItemRevisionGUID | ( | ) |
| std::wstring SCH::IImplementationFile::GetModelFilename | ( | ) |
| std::wstring SCH::IImplementationFile::GetModelName | ( | ) |
| std::wstring SCH::IImplementationFile::GetModelType | ( | ) |
| EDP::IItemParameter * SCH::IImplementationFile::GetParameterByName | ( | std::wstring | AName | ) |
| int SCH::IImplementationFile::GetParameterCount | ( | ) |
| std::wstring SCH::IImplementationFile::GetParameterName | ( | int | Index | ) |
| std::wstring SCH::IImplementationFile::GetParameterValue | ( | int | Index | ) |
| std::wstring SCH::IImplementationFile::GetParameterValueByName | ( | std::wstring | AName | ) |
| std::wstring SCH::IImplementationFile::GetReleaseItemGUID | ( | ) |
| std::wstring SCH::IImplementationFile::GetReleaseVaultGUID | ( | ) |
| bool SCH::IImplementationFile::SaveToFile | ( | std::wstring | AFileName | ) |
| void SCH::IImplementationFile::SetDescription | ( | std::wstring | AValue | ) |
| void SCH::IImplementationFile::SetItemRevisionGUID | ( | std::wstring | Value | ) |
| void SCH::IImplementationFile::SetModelFilename | ( | std::wstring | AValue | ) |
| void SCH::IImplementationFile::SetModelName | ( | std::wstring | AValue | ) |
| void SCH::IImplementationFile::SetModelType | ( | std::wstring | AValue | ) |
| void SCH::IImplementationFile::SetParameterValueByName | ( | std::wstring | AName, |
| std::wstring | AValue ) |
| void SCH::IImplementationFile::SetReleaseItemGUID | ( | std::wstring | Value | ) |
| void SCH::IImplementationFile::SetReleaseVaultGUID | ( | std::wstring | Value | ) |