Class to manage query property.
It contains a class ID. The class is used to create KFbxCriteria. Please see KFbxCriteria::ObjectIsA() for more details.
Definition at line 282 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 the given property is valid for this
query IsA. |
|
| virtual bool | IsValid (KFbxProperty const &pProperty, kFbxConnectionType pType) const |
| Test if the given property is valid for this
query IsA. |
|
| virtual bool | IsEqual (KFbxQuery *pOtherQuery) const |
| Test if this query is equal with the given
query . |
|
Static Public Member Functions |
|
| static
KFBXNEW_DECLARE_FRIEND KFbxQueryIsA * |
Create (kFbxClassId pClassId) |
| Create a new query IsA object. |
|
Protected Member Functions |
|
| KFbxQueryIsA (kFbxClassId pClassId) | |
| Constructor! |
|
| KFbxQueryIsA | ( | kFbxClassId | pClassId | ) | [protected] |
Constructor!
| pClassId |
| static KFBXNEW_DECLARE_FRIEND KFbxQueryIsA* Create | ( | kFbxClassId | pClassId | ) | [static] |
| virtual kFbxFilterId GetUniqueId | ( | ) | const [inline, virtual] |
Get unique filter Id.
Reimplemented from KFbxQuery.
Definition at line 302 of file kfbxquery.h.
{ return 0x1457278F; }
| virtual bool IsValid | ( | KFbxProperty const & | pProperty | ) | const [virtual] |
Test if the given property is valid for this query IsA.
| pProperty | The given property. |
True if valid, false otherwise.Reimplemented from KFbxQuery.
| virtual bool IsValid | ( | KFbxProperty const & | pProperty, |
| kFbxConnectionType | pType | ||
| ) | const [virtual] |
Test if the given property is valid for this query IsA.
| pProperty | The given property. |
| pType |
True if valid, false otherwise.Reimplemented from KFbxQuery.
| virtual bool IsEqual | ( | KFbxQuery * | pOtherQuery | ) | const [virtual] |
Test if this query is equal with the given query .
| pOtherQuery |
True if equal, false otherwise.Reimplemented from KFbxQuery.