KFbxQueryOperator
#include<kfbxquery.h>

Inheritance diagram for KFbxQueryOperator:

Inheritance graph
[legend]

List of all members.

Detailed Description

Class to manage query operator.

Definition at line121of filekfbxquery.h.


Public Member Functions

virtual kFbxFilterId GetUniqueId() const
 Get unique filter Id.
virtual bool IsValid(KFbxPropertyconst&pProperty) const
 Test if the given property is valid for this query operator.
virtual bool IsValid(KFbxPropertyconst&pProperty, kFbxConnectionType pType) const
 Test if the given property and connection type are valid for this query operator.
virtual bool IsEqual(KFbxQuery*pOtherQuery) const
 Test if this query operator is equal with the given query operator.

Static Public Member Functions

staticKFbxQueryOperatorCreate(KFbxQuery*pA, eFbxQueryOperator pOperator,KFbxQuery*pB)
 Create new query operator.

Member Function Documentation

staticKFbxQueryOperator* Create(KFbxQuerypA,
eFbxQueryOperator pOperator,
KFbxQuerypB 
)[static]

Create new query operator.

Parameters:
pA 
pOperator 
pB 

virtual kFbxFilterId GetUniqueId( ) const[inline, virtual]

Get unique filter Id.

Reimplemented fromKFbxQuery.

Definition at line139of filekfbxquery.h.

virtual bool IsValid(KFbxPropertyconst& pProperty ) const[virtual]

Test if the given property is valid for this query operator.

Parameters:
pProperty The given property.
Returns:
Trueif valid,falseotherwise.

Reimplemented fromKFbxQuery.

virtual bool IsValid(KFbxPropertyconst& pProperty,
kFbxConnectionType pType 
)const[virtual]

Test if the given property and connection type are valid for this query operator.

Parameters:
pProperty The given property.
pType The given connection type.
Returns:
Trueif valid,falseotherwise.

Reimplemented fromKFbxQuery.

virtual bool IsEqual(KFbxQuerypOtherQuery ) const[virtual]

Test if this query operator is equal with the given query operator.

Parameters:
pOtherQuery The given query operator
Returns:
Trueif equal,falseotherwise.

Reimplemented fromKFbxQuery.