#include<kfbxquery.h>
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 | |
| staticKFbxQueryOperator* | Create(KFbxQuery*pA, eFbxQueryOperator pOperator,KFbxQuery*pB) | 
| Create new query operator. | |
| staticKFbxQueryOperator* Create | ( | KFbxQuery* | pA, | |
| eFbxQueryOperator | pOperator, | |||
| KFbxQuery* | pB | |||
| ) | [static] | 
Create new query operator.
| virtual kFbxFilterId GetUniqueId | ( | ) | const[inline, virtual] | 
| 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.