Definition at line 273 of file fbxquery.h.
#include <fbxquery.h>

Public Member Functions |
|
| FBXSDK_FRIEND_NEW () | |
| virtual FbxInt | GetUniqueId () const |
| Get unique filter Id. |
|
| virtual bool | IsValid (const FbxProperty &pProperty) const |
| Judge if the given property is valid.
|
|
| virtual bool | IsEqual (FbxQuery *pOtherQuery) const |
| This compares whether two FbxQuery are the same, NOT
whether the query matches or not. |
|
Static Public Member Functions |
|
| static FbxQueryClassId * | Create (FbxClassId pClassId) |
Protected Member Functions |
|
| FbxQueryClassId (FbxClassId pClassId) | |
| FbxQueryClassId | ( | FbxClassId | pClassId | ) | [protected] |
| FBXSDK_FRIEND_NEW | ( | ) |
Reimplemented from FbxQuery.
| static FbxQueryClassId* Create | ( | FbxClassId | pClassId | ) | [static] |
| virtual FbxInt GetUniqueId | ( | ) | const [inline, virtual] |
Get unique filter Id.
Reimplemented from FbxQuery.
Definition at line 279 of file fbxquery.h.
{ return FBXSDK_QUERY_UNIQUE_ID+3; }
| virtual bool IsValid | ( | const FbxProperty & | pProperty | ) | const [virtual] |
Judge if the given property is valid.
| pProperty | The given property. |
True always, not implemented.Reimplemented from FbxQuery.
| virtual bool IsEqual | ( | FbxQuery * | pOtherQuery | ) | const [virtual] |