KFbxQueryConnectionType
#include<kfbxquery.h>

Inheritance diagram for KFbxQueryConnectionType:

Inheritance graph
[legend]

List of all members.

Detailed Description

Class to manage query connection type.

Definition at line288of filekfbxquery.h.


Public Member Functions

virtual kFbxFilterId GetUniqueId() const
 Get unique filter Id.
virtual bool IsValid(KFbxPropertyconst&pProperty) const
 Return true.
virtual bool IsValid(KFbxPropertyconst&pProperty, kFbxConnectionType pType) const
 Test if the given connection type is valid.
virtual bool IsEqual(KFbxQuery*pOtherQuery) const
 Test if this query connection type is equal with the given query connection type.

Static Public Member Functions

staticKFbxQueryConnectionTypeCreate(kFbxConnectionType pConnectionType)
 Create a new query connection type.

Member Function Documentation

staticKFbxQueryConnectionType* Create(kFbxConnectionType pConnectionType ) [static]

Create a new query connection type.

virtual kFbxFilterId GetUniqueId( ) const[inline, virtual]

Get unique filter Id.

Reimplemented fromKFbxQuery.

Definition at line302of filekfbxquery.h.

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

Return true.

Reimplemented fromKFbxQuery.

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

Test if the given connection type is valid.

Reimplemented fromKFbxQuery.

virtual bool IsEqual(KFbxQuerypOtherQuery ) const[virtual]

Test if this query connection type is equal with the given query connection type.

Reimplemented fromKFbxQuery.