All Frameworks Class Hierarchy This Framework Indexes
InteractiveInterfaces Interface CATIIniSearchCombinationCriterion
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIIniSearchCombinationCriterion
Interface to define a logical complex criterion.
Role: This interface defines a complex criterion
based on two simpler criteria. Only its derived interfaces can be used:
CATIIniSearchAndCriterion ,
CATIIniSearchOrCriterion ,
CATIIniSearchExceptCriterion .
Method Index
- o
SetParameters(CATIIniSearchCriterion*,CATIIniSearchCriterion*)
- Sets the two criteria used in the logical operation.
Methods
o SetParameters
| public virtual SetParameters( | const | iCriterion1, |
| const | iCriterion2) |
-
Sets the two criteria used in the logical operation.
Role: This method sets the 2 criteria that
will be used in the logical operation of the derived class.
- Parameters:
-
- iCriterion1
- The first criterion of the complex criterion.
- iCriterion2
- The second criterion of the complex criterion.
- Returns:
-
- E_FAIL if the criterion is not correctly set up.
- S_OK otherwise.
This object is included in the file: CATIIniSearchCombinationCriterion.h
If needed, your Imakefile.mk should include the module: CATInteractiveInterfaces