#include<kfbxquery.h>
Definition at line222of 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 IsA. | |
virtual bool | IsValid(KFbxPropertyconst&pProperty, kFbxConnectionType pType) const |
Test if the given property is valid for this query IsA. | |
virtual bool | IsEqual(KFbxQuery*pOtherQuery) const |
Test if this query is equal with the given query . | |
Static Public Member Functions | |
staticKFbxQueryIsA* | Create(kFbxClassIdpClassId) |
Create a new query IsA object. |
staticKFbxQueryIsA* Create | ( | kFbxClassId | pClassId | ) | [static] |
Create a new query IsA object.
virtual kFbxFilterId GetUniqueId | ( | ) | const[inline, virtual] |
virtual bool IsValid | ( | KFbxPropertyconst& | pProperty | ) | const[virtual] |
Test if the given property is valid for this query IsA.
Reimplemented fromKFbxQuery.
virtual bool IsValid | ( | KFbxPropertyconst& | pProperty, | |
kFbxConnectionType | pType | |||
) | const[virtual] |
Test if the given property is valid for this query IsA.
Reimplemented fromKFbxQuery.