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