Altium C++ SDK 3.0
Loading...
Searching...
No Matches
ComponentLib::IComponentTemplateParameter Struct Reference

#include <EDP.ComponentLib.Interfaces.h>

Inheritance diagram for ComponentLib::IComponentTemplateParameter:
ComponentLib::IAbstractObject

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)
IComponentTemplateParameterValueGetDefaultValue ()
void SetDefaultValue (IComponentTemplateParameterValue *Value)
std::wstring GetParamType ()
void SetParamType (std::wstring Value)

Member Function Documentation

◆ GetDataType()

std::wstring ComponentLib::IComponentTemplateParameter::GetDataType ( )

◆ GetDefaultValue()

IComponentTemplateParameterValue * ComponentLib::IComponentTemplateParameter::GetDefaultValue ( )

◆ GetDescription()

std::wstring ComponentLib::IComponentTemplateParameter::GetDescription ( )

◆ GetIsHidden()

bool ComponentLib::IComponentTemplateParameter::GetIsHidden ( )

◆ GetIsReadOnly()

bool ComponentLib::IComponentTemplateParameter::GetIsReadOnly ( )

◆ GetIsRequired()

bool ComponentLib::IComponentTemplateParameter::GetIsRequired ( )

◆ GetName()

std::wstring ComponentLib::IComponentTemplateParameter::GetName ( )

◆ GetParamType()

std::wstring ComponentLib::IComponentTemplateParameter::GetParamType ( )

◆ SetDataType()

void ComponentLib::IComponentTemplateParameter::SetDataType ( std::wstring Value)

◆ SetDefaultValue()

void ComponentLib::IComponentTemplateParameter::SetDefaultValue ( IComponentTemplateParameterValue * Value)

◆ SetDescription()

void ComponentLib::IComponentTemplateParameter::SetDescription ( std::wstring Value)

◆ SetIsHidden()

void ComponentLib::IComponentTemplateParameter::SetIsHidden ( bool Value)

◆ SetIsReadOnly()

void ComponentLib::IComponentTemplateParameter::SetIsReadOnly ( bool Value)

◆ SetIsRequired()

void ComponentLib::IComponentTemplateParameter::SetIsRequired ( bool Value)

◆ SetName()

void ComponentLib::IComponentTemplateParameter::SetName ( std::wstring Value)

◆ SetParamType()

void ComponentLib::IComponentTemplateParameter::SetParamType ( std::wstring Value)

The documentation for this struct was generated from the following file: