|
Altium C++ SDK 3.0
|
#include <EDP.ComponentLib.Interfaces.h>
Public Member Functions | |
| std::wstring | GetName () |
| void | SetName (std::wstring Value) |
| std::wstring | GetDataType () |
| void | SetDataType (std::wstring Value) |
| bool | GetIsReadOnly () |
| void | SetIsReadOnly (bool Value) |
| bool | GetIsHidden () |
| void | SetIsHidden (bool Value) |
| bool | GetIsRequired () |
| void | SetIsRequired (bool Value) |
| std::wstring | GetDescription () |
| void | SetDescription (std::wstring Value) |
| IComponentTemplateParameterValue * | GetDefaultValue () |
| void | SetDefaultValue (IComponentTemplateParameterValue *Value) |
| std::wstring | GetParamType () |
| void | SetParamType (std::wstring Value) |
| std::wstring ComponentLib::IComponentTemplateParameter::GetDataType | ( | ) |
| IComponentTemplateParameterValue * ComponentLib::IComponentTemplateParameter::GetDefaultValue | ( | ) |
| std::wstring ComponentLib::IComponentTemplateParameter::GetDescription | ( | ) |
| bool ComponentLib::IComponentTemplateParameter::GetIsHidden | ( | ) |
| bool ComponentLib::IComponentTemplateParameter::GetIsReadOnly | ( | ) |
| bool ComponentLib::IComponentTemplateParameter::GetIsRequired | ( | ) |
| std::wstring ComponentLib::IComponentTemplateParameter::GetName | ( | ) |
| std::wstring ComponentLib::IComponentTemplateParameter::GetParamType | ( | ) |
| void ComponentLib::IComponentTemplateParameter::SetDataType | ( | std::wstring | Value | ) |
| void ComponentLib::IComponentTemplateParameter::SetDefaultValue | ( | IComponentTemplateParameterValue * | Value | ) |
| void ComponentLib::IComponentTemplateParameter::SetDescription | ( | std::wstring | Value | ) |
| void ComponentLib::IComponentTemplateParameter::SetIsHidden | ( | bool | Value | ) |
| void ComponentLib::IComponentTemplateParameter::SetIsReadOnly | ( | bool | Value | ) |
| void ComponentLib::IComponentTemplateParameter::SetIsRequired | ( | bool | Value | ) |
| void ComponentLib::IComponentTemplateParameter::SetName | ( | std::wstring | Value | ) |
| void ComponentLib::IComponentTemplateParameter::SetParamType | ( | std::wstring | Value | ) |