#include<kfbxquery.h>
List of all members.
Detailed Description
Class to manage query property .
Definition at line316of 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.
|
Member Function Documentation
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.
- Parameters:
| pProperty | The given property. |
- Returns:
True
if valid,false
otherwise.
Reimplemented fromKFbxQuery.
virtual bool IsValid | ( | KFbxPropertyconst& | pProperty, |
| | kFbxConnectionType | pType | |
| ) | | | const[virtual] |
Test if this query for given property is valid.
- Parameters:
| pProperty | The given property. |
| pType | |
- Returns:
True
if valid,false
otherwise.
Reimplemented fromKFbxQuery.
virtual bool IsEqual | ( | KFbxQuery* | pOtherQuery | ) | const[virtual] |
Return true.
- Parameters:
Reimplemented fromKFbxQuery.