KFbxQueryProperty
#include<kfbxquery.h>

Inheritance diagram for KFbxQueryProperty:

Inheritance graph
[legend]

List of all members.

Detailed Description

Class to manage query property .

Definition at line256of filekfbxquery.h.


Public Member Functions

virtual kFbxFilterId GetUniqueId() const
 Get unique filter Id.
virtual bool IsValid(KFbxPropertyconst&pProperty) const
 Test if this query for given property is valid.
virtual bool IsValid(KFbxPropertyconst&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

staticKFbxQueryPropertyCreate()
 Create new query property.

Member Function Documentation

staticKFbxQueryProperty* Create( ) [static]

Create new query property.

virtual kFbxFilterId GetUniqueId( ) const[inline, virtual]

Get unique filter Id.

Reimplemented fromKFbxQuery.

Definition at line269of filekfbxquery.h.

virtual bool IsValid(KFbxPropertyconst& pProperty ) const[virtual]

Test if this query for given property is valid.

Reimplemented fromKFbxQuery.

virtual bool IsValid(KFbxPropertyconst& pProperty,
kFbxConnectionType pType 
)const[virtual]

Test if this query for given property is valid.

Reimplemented fromKFbxQuery.

virtual bool IsEqual(KFbxQuerypOtherQuery ) const[virtual]

Return true.

Reimplemented fromKFbxQuery.