|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | SetObjectClassSet (TEDM_ObjectClassSet const AValue) |
| TEDM_ObjectClassSet | GetObjectClassSet () |
| void | SetSearchFilter (std::wstring const AValue) |
| std::wstring | GetSearchFilter () |
| void | SetSearchOrder (std::wstring const AValue) |
| std::wstring | GetSearchOrder () |
| void | SetPageSize (int const AValue) |
| int | GetPageSize () |
| void | SetPageIndex (int const AValue) |
| int | GetPageIndex () |
| void | SetCatOnly (bool const AValue) |
| bool | GetCatOnly () |
| void | SetNoFacetRecalc (bool const AValue) |
| bool | GetNoFacetRecalc () |
| Public Member Functions inherited from DXP::IEDM_Object | |
| IEDM_Object * | Replicate () |
| void | CopyTo (IEDM_Object *AObject) |
| bool DXP::IEDM_SearchOptions::GetCatOnly | ( | ) |
| bool DXP::IEDM_SearchOptions::GetNoFacetRecalc | ( | ) |
| TEDM_ObjectClassSet DXP::IEDM_SearchOptions::GetObjectClassSet | ( | ) |
| int DXP::IEDM_SearchOptions::GetPageIndex | ( | ) |
| int DXP::IEDM_SearchOptions::GetPageSize | ( | ) |
| std::wstring DXP::IEDM_SearchOptions::GetSearchFilter | ( | ) |
| std::wstring DXP::IEDM_SearchOptions::GetSearchOrder | ( | ) |
| void DXP::IEDM_SearchOptions::SetCatOnly | ( | bool const | AValue | ) |
| void DXP::IEDM_SearchOptions::SetNoFacetRecalc | ( | bool const | AValue | ) |
| void DXP::IEDM_SearchOptions::SetObjectClassSet | ( | TEDM_ObjectClassSet const | AValue | ) |
| void DXP::IEDM_SearchOptions::SetPageIndex | ( | int const | AValue | ) |
| void DXP::IEDM_SearchOptions::SetPageSize | ( | int const | AValue | ) |
| void DXP::IEDM_SearchOptions::SetSearchFilter | ( | std::wstring const | AValue | ) |
| void DXP::IEDM_SearchOptions::SetSearchOrder | ( | std::wstring const | AValue | ) |