|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| std::wstring | GetFamilyName () |
| std::wstring | GetStringValueByKey (std::wstring Key) |
| bool | GetBooleanValueByKey (std::wstring Key) |
| int | GetIntegerValueByKey (std::wstring Key) |
| int | GetIntegerKeyCount () |
| int | GetBooleanKeyCount () |
| int | GetStringKeyCount () |
| std::wstring | GetIntegerKey (int Index) |
| std::wstring | GetBooleanKey (int Index) |
| std::wstring | GetStringKey (int Index) |
| bool | IsKeyValidForString (std::wstring Key) |
| bool | IsKeyValidForBoolean (std::wstring Key) |
| bool | IsKeyValidForInteger (std::wstring Key) |
| std::wstring SCH::IDeviceFamily::GetBooleanKey | ( | int | Index | ) |
| int SCH::IDeviceFamily::GetBooleanKeyCount | ( | ) |
| bool SCH::IDeviceFamily::GetBooleanValueByKey | ( | std::wstring | Key | ) |
| std::wstring SCH::IDeviceFamily::GetFamilyName | ( | ) |
| std::wstring SCH::IDeviceFamily::GetIntegerKey | ( | int | Index | ) |
| int SCH::IDeviceFamily::GetIntegerKeyCount | ( | ) |
| int SCH::IDeviceFamily::GetIntegerValueByKey | ( | std::wstring | Key | ) |
| std::wstring SCH::IDeviceFamily::GetStringKey | ( | int | Index | ) |
| int SCH::IDeviceFamily::GetStringKeyCount | ( | ) |
| std::wstring SCH::IDeviceFamily::GetStringValueByKey | ( | std::wstring | Key | ) |
| bool SCH::IDeviceFamily::IsKeyValidForBoolean | ( | std::wstring | Key | ) |
| bool SCH::IDeviceFamily::IsKeyValidForInteger | ( | std::wstring | Key | ) |
| bool SCH::IDeviceFamily::IsKeyValidForString | ( | std::wstring | Key | ) |