|
Altium C++ SDK 3.0
|
#include <EDP.ComponentLib.Interfaces.h>
Public Member Functions | |
| std::wstring | GetParameterName () |
| void | SetParameterName (std::wstring Value) |
| std::wstring | GetParameterUnit () |
| void | SetParameterUnit (std::wstring Value) |
| bool | GetVisible () |
| void | SetVisible (bool Value) |
| bool | GetIsRequired () |
| void | SetIsRequired (bool Value) |
| bool ComponentLib::IRequiredParameter::GetIsRequired | ( | ) |
| std::wstring ComponentLib::IRequiredParameter::GetParameterName | ( | ) |
| std::wstring ComponentLib::IRequiredParameter::GetParameterUnit | ( | ) |
| bool ComponentLib::IRequiredParameter::GetVisible | ( | ) |
| void ComponentLib::IRequiredParameter::SetIsRequired | ( | bool | Value | ) |
| void ComponentLib::IRequiredParameter::SetParameterName | ( | std::wstring | Value | ) |
| void ComponentLib::IRequiredParameter::SetParameterUnit | ( | std::wstring | Value | ) |
| void ComponentLib::IRequiredParameter::SetVisible | ( | bool | Value | ) |