#include<kfbxquery.h>
List of all members.
Detailed Description
Class to manage unary query operator.
Definition at line172of 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.
|
Member Function Documentation
Create new unary query operator.
- Parameters:
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.
- Parameters:
- Returns:
True
if valid,false
otherwise.
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.
- Parameters:
| pProperty | The given property. |
| pType | The given connection type. |
- Returns:
True
if valid,false
otherwise.
Reimplemented fromKFbxQuery.
virtual bool IsEqual | ( | KFbxQuery* | pOtherQuery | ) | const[virtual] |
Test if this unary query operator is equal with the given unary query operator.
- Parameters:
| pOtherQuery | The given unary query operator. |
- Returns:
True
if equal,false
otherwise.
Reimplemented fromKFbxQuery.