|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| std::wstring | GetField () |
| void | SetField (std::wstring const AValue) |
| TEDM_SearchConditionFieldType | GetFieldType () |
| void | SetFieldType (TEDM_SearchConditionFieldType const AValue) |
| double | GetMin () |
| void | SetMin (double const AValue) |
| double | GetMax () |
| void | SetMax (double const AValue) |
| int | GetPrecisionStep () |
| void | SetPrecisionStep (int const AValue) |
| bool | GetMinInclusive () |
| void | SetMinInclusive (bool const AValue) |
| bool | GetMaxInclusive () |
| void | SetMaxInclusive (bool const AValue) |
| Public Member Functions inherited from DXP::IEDM_Object | |
| IEDM_Object * | Replicate () |
| void | CopyTo (IEDM_Object *AObject) |
| std::wstring DXP::IEDM_SearchConditionRangeQuery::GetField | ( | ) |
| TEDM_SearchConditionFieldType DXP::IEDM_SearchConditionRangeQuery::GetFieldType | ( | ) |
| double DXP::IEDM_SearchConditionRangeQuery::GetMax | ( | ) |
| bool DXP::IEDM_SearchConditionRangeQuery::GetMaxInclusive | ( | ) |
| double DXP::IEDM_SearchConditionRangeQuery::GetMin | ( | ) |
| bool DXP::IEDM_SearchConditionRangeQuery::GetMinInclusive | ( | ) |
| int DXP::IEDM_SearchConditionRangeQuery::GetPrecisionStep | ( | ) |
| void DXP::IEDM_SearchConditionRangeQuery::SetField | ( | std::wstring const | AValue | ) |
| void DXP::IEDM_SearchConditionRangeQuery::SetFieldType | ( | TEDM_SearchConditionFieldType const | AValue | ) |
| void DXP::IEDM_SearchConditionRangeQuery::SetMax | ( | double const | AValue | ) |
| void DXP::IEDM_SearchConditionRangeQuery::SetMaxInclusive | ( | bool const | AValue | ) |
| void DXP::IEDM_SearchConditionRangeQuery::SetMin | ( | double const | AValue | ) |
| void DXP::IEDM_SearchConditionRangeQuery::SetMinInclusive | ( | bool const | AValue | ) |
| void DXP::IEDM_SearchConditionRangeQuery::SetPrecisionStep | ( | int const | AValue | ) |