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

#include <DXP.Interfaces.h>

Inheritance diagram for DXP::IEDM_SearchResult:
DXP::IEDM_Result DXP::IEDM_Object

Public Member Functions

int GetSearchItemCount ()
IEDM_SearchItemGetSearchItem (int AIndex)
void SetSearchItem (int AIndex, IEDM_SearchItem *ARecord)
void DeleteSearchItem (int AIndex)
void AddSearchItem (IEDM_SearchItem *ARecord)
void ClearSearchItems ()
int GetTotalHits ()
void SetTotalHits (int AValue)
bool GetCatOnly ()
void SetCatOnly (bool AValue)
bool GetNoFacetRecalc ()
void SetNoFacetRecalc (bool AValue)
Public Member Functions inherited from DXP::IEDM_Result
void SetMessage (std::wstring const AValue)
void SetSuccess (bool const AValue)
std::wstring GetMessage ()
bool GetSuccess ()
void SetError (std::wstring const AMessage)
Public Member Functions inherited from DXP::IEDM_Object
IEDM_ObjectReplicate ()
void CopyTo (IEDM_Object *AObject)

Member Function Documentation

◆ AddSearchItem()

void DXP::IEDM_SearchResult::AddSearchItem ( IEDM_SearchItem * ARecord)

◆ ClearSearchItems()

void DXP::IEDM_SearchResult::ClearSearchItems ( )

◆ DeleteSearchItem()

void DXP::IEDM_SearchResult::DeleteSearchItem ( int AIndex)

◆ GetCatOnly()

bool DXP::IEDM_SearchResult::GetCatOnly ( )

◆ GetNoFacetRecalc()

bool DXP::IEDM_SearchResult::GetNoFacetRecalc ( )

◆ GetSearchItem()

IEDM_SearchItem * DXP::IEDM_SearchResult::GetSearchItem ( int AIndex)

◆ GetSearchItemCount()

int DXP::IEDM_SearchResult::GetSearchItemCount ( )

◆ GetTotalHits()

int DXP::IEDM_SearchResult::GetTotalHits ( )

◆ SetCatOnly()

void DXP::IEDM_SearchResult::SetCatOnly ( bool AValue)

◆ SetNoFacetRecalc()

void DXP::IEDM_SearchResult::SetNoFacetRecalc ( bool AValue)

◆ SetSearchItem()

void DXP::IEDM_SearchResult::SetSearchItem ( int AIndex,
IEDM_SearchItem * ARecord )

◆ SetTotalHits()

void DXP::IEDM_SearchResult::SetTotalHits ( int AValue)

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