KFbxQueryOperator
#include<kfbxquery.h>

Inheritance diagram for KFbxQueryOperator:

Inheritance graph
[legend]

List of all members.

Detailed Description

Class to manage query operator.

Definition at line117of 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.

virtual kFbxFilterId GetUniqueId( ) const[inline, virtual]

Get unique filter Id.

Reimplemented fromKFbxQuery.

Definition at line131of filekfbxquery.h.

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

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

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.

Reimplemented fromKFbxQuery.

virtual bool IsEqual(KFbxQuerypOtherQuery ) const[virtual]

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

Reimplemented fromKFbxQuery.