|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| int | GetSearchItemCount () |
| IEDM_SearchItem * | GetSearchItem (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_Object * | Replicate () |
| void | CopyTo (IEDM_Object *AObject) |
| void DXP::IEDM_SearchResult::AddSearchItem | ( | IEDM_SearchItem * | ARecord | ) |
| void DXP::IEDM_SearchResult::ClearSearchItems | ( | ) |
| void DXP::IEDM_SearchResult::DeleteSearchItem | ( | int | AIndex | ) |
| bool DXP::IEDM_SearchResult::GetCatOnly | ( | ) |
| bool DXP::IEDM_SearchResult::GetNoFacetRecalc | ( | ) |
| IEDM_SearchItem * DXP::IEDM_SearchResult::GetSearchItem | ( | int | AIndex | ) |
| int DXP::IEDM_SearchResult::GetSearchItemCount | ( | ) |
| int DXP::IEDM_SearchResult::GetTotalHits | ( | ) |
| void DXP::IEDM_SearchResult::SetCatOnly | ( | bool | AValue | ) |
| void DXP::IEDM_SearchResult::SetNoFacetRecalc | ( | bool | AValue | ) |
| void DXP::IEDM_SearchResult::SetSearchItem | ( | int | AIndex, |
| IEDM_SearchItem * | ARecord ) |
| void DXP::IEDM_SearchResult::SetTotalHits | ( | int | AValue | ) |