#include <kfbxquery.h>

Definition at line 323 of file 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.
Referenced by KFbxCriteria::Property().
| virtual kFbxFilterId GetUniqueId | ( | ) | const [inline, virtual] |
| 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.