Class to manage query property.
It's used to create KFbxCriteria. Please see KFbxCriteria::Property() for more details.
Definition at line 334 of file kfbxquery.h.
#include <kfbxquery.h>
Public Member Functions |
|
virtual kFbxFilterId | GetUniqueId () const |
Get unique filter Id. |
|
virtual bool | IsValid (KFbxProperty const &pProperty) const |
Test if this query for given property is
valid. |
|
virtual bool | IsValid (KFbxProperty const &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 |
|
static
KFBXNEW_DECLARE_FRIEND KFbxQueryProperty * |
Create () |
Create new query property. |
|
Protected Member Functions |
|
KFbxQueryProperty () |
KFbxQueryProperty | ( | ) | [protected] |
static KFBXNEW_DECLARE_FRIEND KFbxQueryProperty* Create | ( | ) | [static] |
Create new query property.
virtual kFbxFilterId GetUniqueId | ( | ) | const [inline, virtual] |
Get unique filter Id.
Reimplemented from KFbxQuery.
Definition at line 348 of file kfbxquery.h.
{ return 0x9348203; }
virtual bool IsValid | ( | KFbxProperty const & | pProperty | ) | const [virtual] |
Test if this query for given property is valid.
pProperty | The given property. |
True
if valid, false
otherwise.Reimplemented from KFbxQuery.
virtual bool IsValid | ( | KFbxProperty const & | pProperty, |
kFbxConnectionType | pType | ||
) | const [virtual] |
Test if this query for given property is valid.
pProperty | The given property. |
pType |
True
if valid, false
otherwise.Reimplemented from KFbxQuery.
virtual bool IsEqual | ( | KFbxQuery * | pOtherQuery | ) | const [virtual] |