KFbxUnaryQueryOperator
#include<kfbxquery.h>

Inheritance diagram for KFbxUnaryQueryOperator:

Inheritance graph
[legend]

List of all members.

Detailed Description

Class to manage unary query operator.

Definition at line154of 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 unary query operator.
virtual bool IsValid(KFbxPropertyconst&pProperty, kFbxConnectionType pType) const
 Test if the given property and connection type are valid for this unary query operator.
virtual bool IsEqual(KFbxQuery*pOtherQuery) const
 Test if this unary query operator is equal with the given unary query operator.

Static Public Member Functions

staticKFbxUnaryQueryOperatorCreate(KFbxQuery*pA, eFbxUnaryQueryOperator pOperator)
 Create new unary query operator.

Member Function Documentation

staticKFbxUnaryQueryOperator* Create(KFbxQuerypA,
eFbxUnaryQueryOperator pOperator 
)[static]

Create new unary query operator.

virtual kFbxFilterId GetUniqueId( ) const[inline, virtual]

Get unique filter Id.

Reimplemented fromKFbxQuery.

Definition at line168of filekfbxquery.h.

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

Test if the given property is valid for this unary 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 unary query operator.

Reimplemented fromKFbxQuery.

virtual bool IsEqual(KFbxQuerypOtherQuery ) const[virtual]

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

Reimplemented fromKFbxQuery.