FBX C++ API Reference
|
Base class to manage query. More...
#include <fbxquery.h>
Public Member Functions | |
virtual FbxInt | GetUniqueId () const |
Get unique filter Id. More... | |
virtual bool | IsValid (const FbxProperty &pProperty) const |
Judge if the given property is valid. More... | |
virtual bool | IsEqual (FbxQuery *pOtherQuery) const |
This compares whether two FbxQuery are the same, NOT whether the query matches or not. More... | |
void | Ref () |
Add one to ref count. More... | |
void | Unref () |
Minus one to ref count, if ref count is zero, delete this query object. More... | |
Base class to manage query.
A query contains a filter and reference ID, which will be used to search and retrieve objects. The derived query classes are used to create FbxCriteria.
Definition at line 32 of file fbxquery.h.
|
inlinevirtual |
|
virtual |
Judge if the given property is valid.
pProperty | The given property. |
true
always, not implemented.
|
virtual |
void Ref | ( | ) |
Add one to ref count.
void Unref | ( | ) |
Minus one to ref count, if ref count is zero, delete this query object.