#include<kfbxquery.h>
List of all members.
Detailed Description
Class to manage query class Id.
Definition at line220of 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 class Id.
|
virtual bool | IsValid(KFbxPropertyconst&pProperty, kFbxConnectionType pType) const |
| Test if the given property is valid for this query class Id.
|
virtual bool | IsEqual(KFbxQuery*pOtherQuery) const |
| Test if this query class Id is equal with the given query class Id.
|
Static Public Member Functions |
staticKFbxQueryClassId* | Create(kFbxClassIdpClassId) |
| Creat a new query class Id.
|
Member Function Documentation
Creat a new query class Id.
- Parameters:
| pClassId | Used to creat a new query class Id. |
virtual kFbxFilterId GetUniqueId | ( | | ) | const[inline, virtual] |
virtual bool IsValid | ( | KFbxPropertyconst& | pProperty | ) | const[virtual] |
Test if the given property is valid for this query class Id.
- Parameters:
| pProperty | The given property. |
- Returns:
True
if valid,false
if unvalid.
Reimplemented fromKFbxQuery.
virtual bool IsValid | ( | KFbxPropertyconst& | pProperty, |
| | kFbxConnectionType | pType | |
| ) | | | const[virtual] |
Test if the given property is valid for this query class Id.
- Parameters:
| pProperty | The given property. |
| pType | |
- Returns:
True
if valid,false
if unvalid.
Reimplemented fromKFbxQuery.
virtual bool IsEqual | ( | KFbxQuery* | pOtherQuery | ) | const[virtual] |
Test if this query class Id is equal with the given query class Id.
- Parameters:
| pOtherQuery | The given query class Id. |
- Returns:
True
if equal,false
otherwise.
Reimplemented fromKFbxQuery.