Altium C++ SDK 3.0
Loading...
Searching...
No Matches
DXP::IEDM_SearchItem Struct Reference

#include <DXP.Interfaces.h>

Inheritance diagram for DXP::IEDM_SearchItem:
DXP::IEDM_Record DXP::IEDM_Object

Public Member Functions

void SetObjectClass (TEDM_ObjectClass const AValue)
TEDM_ObjectClass GetObjectClass ()
int GetParameterCount ()
std::wstring GetParameterName (int Index)
std::wstring GetParameterValue (int Index)
std::wstring GetParameter (std::wstring const AName)
void ClearParameters ()
void AddParameter (std::wstring const AName, std::wstring const AValue)
bool ParameterExists (std::wstring const AName)
std::wstring ParameterByName (std::wstring const AName)
int GetTypedParameterCount ()
std::wstring GetTypedParameterName (int Index)
std::wstring GetTypedParameterValue (int Index)
std::wstring GetTypedParameterType (int Index)
double GetTypedParameterRealValue (int Index)
std::wstring GetTypedParameterValueByName (std::wstring const AName, std::wstring const AType)
double GetTypedParameterRealValueByName (std::wstring const AName, std::wstring const AType)
void AddTypedParameter (std::wstring const AName, std::wstring const AType, std::wstring const AValue, double const ARealValue)
bool TypedParameterExists (std::wstring const AName, std::wstring const AType)
Public Member Functions inherited from DXP::IEDM_Record
void SetLastModifiedDate (double const AValue)
void SetLastModifiedByName (std::wstring const AValue)
void SetLastModifiedByGUID (std::wstring const AValue)
void SetCreatedDate (double const AValue)
void SetCreatedByName (std::wstring const AValue)
void SetCreatedByGUID (std::wstring const AValue)
void SetGUID (std::wstring const AValue)
void SetHRID (std::wstring const AValue)
double GetLastModifiedDate ()
std::wstring GetLastModifiedByName ()
std::wstring GetLastModifiedByGUID ()
double GetCreatedDate ()
std::wstring GetCreatedByName ()
std::wstring GetCreatedByGUID ()
std::wstring GetGUID ()
std::wstring GetHRID ()
Public Member Functions inherited from DXP::IEDM_Object
IEDM_ObjectReplicate ()
void CopyTo (IEDM_Object *AObject)

Member Function Documentation

◆ AddParameter()

void DXP::IEDM_SearchItem::AddParameter ( std::wstring const AName,
std::wstring const AValue )

◆ AddTypedParameter()

void DXP::IEDM_SearchItem::AddTypedParameter ( std::wstring const AName,
std::wstring const AType,
std::wstring const AValue,
double const ARealValue )

◆ ClearParameters()

void DXP::IEDM_SearchItem::ClearParameters ( )

◆ GetObjectClass()

TEDM_ObjectClass DXP::IEDM_SearchItem::GetObjectClass ( )

◆ GetParameter()

std::wstring DXP::IEDM_SearchItem::GetParameter ( std::wstring const AName)

◆ GetParameterCount()

int DXP::IEDM_SearchItem::GetParameterCount ( )

◆ GetParameterName()

std::wstring DXP::IEDM_SearchItem::GetParameterName ( int Index)

◆ GetParameterValue()

std::wstring DXP::IEDM_SearchItem::GetParameterValue ( int Index)

◆ GetTypedParameterCount()

int DXP::IEDM_SearchItem::GetTypedParameterCount ( )

◆ GetTypedParameterName()

std::wstring DXP::IEDM_SearchItem::GetTypedParameterName ( int Index)

◆ GetTypedParameterRealValue()

double DXP::IEDM_SearchItem::GetTypedParameterRealValue ( int Index)

◆ GetTypedParameterRealValueByName()

double DXP::IEDM_SearchItem::GetTypedParameterRealValueByName ( std::wstring const AName,
std::wstring const AType )

◆ GetTypedParameterType()

std::wstring DXP::IEDM_SearchItem::GetTypedParameterType ( int Index)

◆ GetTypedParameterValue()

std::wstring DXP::IEDM_SearchItem::GetTypedParameterValue ( int Index)

◆ GetTypedParameterValueByName()

std::wstring DXP::IEDM_SearchItem::GetTypedParameterValueByName ( std::wstring const AName,
std::wstring const AType )

◆ ParameterByName()

std::wstring DXP::IEDM_SearchItem::ParameterByName ( std::wstring const AName)

◆ ParameterExists()

bool DXP::IEDM_SearchItem::ParameterExists ( std::wstring const AName)

◆ SetObjectClass()

void DXP::IEDM_SearchItem::SetObjectClass ( TEDM_ObjectClass const AValue)

◆ TypedParameterExists()

bool DXP::IEDM_SearchItem::TypedParameterExists ( std::wstring const AName,
std::wstring const AType )

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