#include
<kfbxpropertydef.h>
Inherited by KFbxQuery::KFbxInternalFilter.
Definition at line 120 of file kfbxpropertydef.h.
Constructor and Destructor |
|
| KFbxConnectionPointFilter () | |
| Constructor. |
|
| virtual | ~KFbxConnectionPointFilter () |
| Destructor. |
|
ConnectFilter management |
|
| virtual KFbxConnectionPointFilter * | Ref () |
| Return reference ConnectionPoint filter.
|
|
| virtual void | Unref () |
| Cancel reference. |
|
| virtual kFbxFilterId | GetUniqueId () const |
| Get unique filter ID. |
|
| virtual bool | IsValid (KFbxConnectionPoint *pConnect) const |
| Judge if the given Connection Point is
valid. |
|
| virtual bool | IsValidConnection (KFbxConnectionPoint *pConnect, kFbxConnectionType pType) const |
| Judge if the given Connection Point is a
valid connection. |
|
| virtual bool | IsEqual (KFbxConnectionPointFilter *pConnectFilter) const |
| Judge if it is equal with the given
ConnectionPoint filter. |
|
| KFbxConnectionPointFilter | ( | ) | [inline] |
Constructor.
Definition at line 129 of file kfbxpropertydef.h.
| virtual ~KFbxConnectionPointFilter | ( | ) | [virtual] |
Destructor.
| virtual KFbxConnectionPointFilter* Ref | ( | ) | [virtual] |
Return reference ConnectionPoint filter.
| virtual void Unref | ( | ) | [virtual] |
Cancel reference.
| virtual kFbxFilterId GetUniqueId | ( | ) | const [inline, virtual] |
Get unique filter ID.
Definition at line 145 of file kfbxpropertydef.h.
| virtual bool IsValid | ( | KFbxConnectionPoint * | pConnect | ) | const [virtual] |
Judge if the given Connection Point is valid.
| pConnect | The given Connection Point. |
True if valid, false if not
valid.| virtual bool IsValidConnection | ( | KFbxConnectionPoint * | pConnect, | |
| kFbxConnectionType | pType | |||
| ) | const [virtual] |
Judge if the given Connection Point is a valid connection.
| pConnect | The given Connection Point. | |
| pType | Connection type. |
True if valid, false if not
valid.| virtual bool IsEqual | ( | KFbxConnectionPointFilter * | pConnectFilter | ) | const [virtual] |
Judge if it is equal with the given ConnectionPoint filter.
| pConnectFilter | The given ConnectionPoint filter. |
True if equal, false if unequal.