#include<kfbxquery.h>
Definition at line256of filekfbxquery.h.
Public Member Functions | |
virtual kFbxFilterId | GetUniqueId() const |
Get unique filter Id. | |
virtual bool | IsValid(KFbxPropertyconst&pProperty) const |
Test if this query for given property is valid. | |
virtual bool | IsValid(KFbxPropertyconst&pProperty, kFbxConnectionType pType) const |
Test if this query for given property is valid. | |
virtual bool | IsEqual(KFbxQuery*pOtherQuery) const |
Return true. | |
Static Public Member Functions | |
staticKFbxQueryProperty* | Create() |
Create new query property. |
staticKFbxQueryProperty* Create | ( | ) | [static] |
Create new query property.
virtual kFbxFilterId GetUniqueId | ( | ) | const[inline, virtual] |
virtual bool IsValid | ( | KFbxPropertyconst& | pProperty | ) | const[virtual] |
Test if this query for given property is valid.
Reimplemented fromKFbxQuery.
virtual bool IsValid | ( | KFbxPropertyconst& | pProperty, | |
kFbxConnectionType | pType | |||
) | const[virtual] |
Test if this query for given property is valid.
Reimplemented fromKFbxQuery.