|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| int | GetParameterCount () |
| std::wstring | GetParameterNameAtIndex (int AIndex) |
| std::wstring | GetParameterValueAtIndex (int AIndex) |
| IDispatch * | GetParameterIntfAtIndex (int AIndex) |
| std::wstring | GetParameter (std::wstring const AName, std::wstring const ADefaultValue) |
| void | SetParameter (std::wstring const AName, std::wstring const AValue) |
| IDispatch * | GetParameterIntf (std::wstring const AName) |
| void | SetParameterIntf (std::wstring const AName, IDispatch *AIntf) |
| void | RemoveParameter (std::wstring const AName) |
| void | Clear () |
| void DXP::IEDM_AsyncContext::Clear | ( | ) |
| std::wstring DXP::IEDM_AsyncContext::GetParameter | ( | std::wstring const | AName, |
| std::wstring const | ADefaultValue ) |
| int DXP::IEDM_AsyncContext::GetParameterCount | ( | ) |
| IDispatch * DXP::IEDM_AsyncContext::GetParameterIntf | ( | std::wstring const | AName | ) |
| IDispatch * DXP::IEDM_AsyncContext::GetParameterIntfAtIndex | ( | int | AIndex | ) |
| std::wstring DXP::IEDM_AsyncContext::GetParameterNameAtIndex | ( | int | AIndex | ) |
| std::wstring DXP::IEDM_AsyncContext::GetParameterValueAtIndex | ( | int | AIndex | ) |
| void DXP::IEDM_AsyncContext::RemoveParameter | ( | std::wstring const | AName | ) |
| void DXP::IEDM_AsyncContext::SetParameter | ( | std::wstring const | AName, |
| std::wstring const | AValue ) |
| void DXP::IEDM_AsyncContext::SetParameterIntf | ( | std::wstring const | AName, |
| IDispatch * | AIntf ) |