FbxQuery Class Reference
 
 
 
FbxQuery Class Reference

#include <fbxquery.h>


Class Description

Base class to manage query.

A query contains a filter and reference ID, which will be used to search and retrieve objects. The derived query classes are used to create FbxCriteria.

Definition at line 32 of file fbxquery.h.

List of all members.

Public Member Functions

virtual FbxInt  GetUniqueId () const
  Get unique filter Id.
virtual bool  IsValid (const FbxProperty &pProperty) const
  Judge if the given property is valid.
virtual bool  IsEqual (FbxQuery *pOtherQuery) const
  This compares whether two FbxQuery are the same, NOT whether the query matches or not.
void  Ref ()
  Add one to ref count.
void  Unref ()
  Minus one to ref count, if ref count is zero, delete this query object.

Member Function Documentation

virtual FbxInt GetUniqueId ( ) const [inline, virtual]

Get unique filter Id.

Definition at line 36 of file fbxquery.h.

virtual bool IsValid ( const FbxProperty pProperty ) const [virtual]

Judge if the given property is valid.

Parameters:
pProperty The given property.
Returns:
true always, not implemented.
virtual bool IsEqual ( FbxQuery pOtherQuery ) const [virtual]

This compares whether two FbxQuery are the same, NOT whether the query matches or not.

It's strictly the equivalent of an operator==, but virtual.

Parameters:
pOtherQuery The given FbxQuery
void Ref ( )

Add one to ref count.

void Unref ( )

Minus one to ref count, if ref count is zero, delete this query object.


The documentation for this class was generated from the following file: