|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| IEDM_SearchCondition * | GetCondition () |
| void | SetCondition (IEDM_SearchCondition *AValue) |
| bool | GetExcludeACLEntries () |
| void | SetExcludeACLEntries (bool AValue) |
| bool | GetIncludeAllChildObjects () |
| void | SetIncludeAllChildObjects (bool AValue) |
| int | GetOffset () |
| void | SetOffset (int AValue) |
| int | GetPageSize () |
| void | SetPageSize (int AValue) |
| std::wstring | GetSearchOrder () |
| void | SetSearchOrder (std::wstring const AValue) |
| IEDM_SearchConditionBooleanQuery * | CreateBooleanCondition () |
| IEDM_SearchConditionStrictQuery * | CreateStrictCondition () |
| IEDM_SearchConditionWildcardQuery * | CreateWildcardCondition () |
| bool | GetIncludeHiddenRevisions () |
| void | SetIncludeHiddenRevisions (bool AValue) |
| IEDM_SearchConditionRangeQuery * | CreateRangeCondition () |
| Public Member Functions inherited from DXP::IEDM_Object | |
| IEDM_Object * | Replicate () |
| void | CopyTo (IEDM_Object *AObject) |
| IEDM_SearchConditionBooleanQuery * DXP::IEDM_RawSearchOptions::CreateBooleanCondition | ( | ) |
| IEDM_SearchConditionRangeQuery * DXP::IEDM_RawSearchOptions::CreateRangeCondition | ( | ) |
| IEDM_SearchConditionStrictQuery * DXP::IEDM_RawSearchOptions::CreateStrictCondition | ( | ) |
| IEDM_SearchConditionWildcardQuery * DXP::IEDM_RawSearchOptions::CreateWildcardCondition | ( | ) |
| IEDM_SearchCondition * DXP::IEDM_RawSearchOptions::GetCondition | ( | ) |
| bool DXP::IEDM_RawSearchOptions::GetExcludeACLEntries | ( | ) |
| bool DXP::IEDM_RawSearchOptions::GetIncludeAllChildObjects | ( | ) |
| bool DXP::IEDM_RawSearchOptions::GetIncludeHiddenRevisions | ( | ) |
| int DXP::IEDM_RawSearchOptions::GetOffset | ( | ) |
| int DXP::IEDM_RawSearchOptions::GetPageSize | ( | ) |
| std::wstring DXP::IEDM_RawSearchOptions::GetSearchOrder | ( | ) |
| void DXP::IEDM_RawSearchOptions::SetCondition | ( | IEDM_SearchCondition * | AValue | ) |
| void DXP::IEDM_RawSearchOptions::SetExcludeACLEntries | ( | bool | AValue | ) |
| void DXP::IEDM_RawSearchOptions::SetIncludeAllChildObjects | ( | bool | AValue | ) |
| void DXP::IEDM_RawSearchOptions::SetIncludeHiddenRevisions | ( | bool | AValue | ) |
| void DXP::IEDM_RawSearchOptions::SetOffset | ( | int | AValue | ) |
| void DXP::IEDM_RawSearchOptions::SetPageSize | ( | int | AValue | ) |
| void DXP::IEDM_RawSearchOptions::SetSearchOrder | ( | std::wstring const | AValue | ) |