Definition at line 112 of file fbxconnectionpoint.h.
#include <fbxconnectionpoint.h>
Public Member Functions |
|
| ConnectionList () | |
| ~ConnectionList () | |
| void | Clear () |
| void | InsertSrcAt (int pIndex, FbxConnectionPoint *pConnect, FbxConnection::EType pType) |
| void | AddSrc (FbxConnectionPoint *pConnect, FbxConnection::EType pType) |
| void | RemoveSrcAt (int pIndex) |
| int | FindSrc (FbxConnectionPoint *pConnect) const |
| int | GetSrcCount () const |
| FbxConnectionPoint * | GetSrc (int pIndex) const |
| FbxConnection::EType | GetSrcType (int pIndex) const |
| void | InsertDstAt (int pIndex, FbxConnectionPoint *pConnect, FbxConnection::EType pType) |
| void | AddDst (FbxConnectionPoint *pConnect, FbxConnection::EType pType) |
| void | RemoveDstAt (int pIndex) |
| int | FindDst (FbxConnectionPoint *pConnect) const |
| int | GetDstCount () const |
| FbxConnectionPoint * | GetDst (int pIndex) const |
| FbxConnection::EType | GetDstType (int pIndex) const |
Protected Attributes |
|
| FbxArray< FbxConnectionPoint * > | mList |
| FbxArray< char > | mType |
| int | mSrcCount |
| int | mDstCount |
| ConnectionList | ( | ) |
| ~ConnectionList | ( | ) |
| void Clear | ( | ) |
| void InsertSrcAt | ( | int | pIndex, |
| FbxConnectionPoint * | pConnect, | ||
| FbxConnection::EType | pType | ||
| ) |
| void AddSrc | ( | FbxConnectionPoint * | pConnect, |
| FbxConnection::EType | pType | ||
| ) |
| void RemoveSrcAt | ( | int | pIndex | ) |
| int FindSrc | ( | FbxConnectionPoint * | pConnect | ) | const |
| int GetSrcCount | ( | ) | const |
| FbxConnectionPoint* GetSrc | ( | int | pIndex | ) | const |
| FbxConnection::EType GetSrcType | ( | int | pIndex | ) | const |
| void InsertDstAt | ( | int | pIndex, |
| FbxConnectionPoint * | pConnect, | ||
| FbxConnection::EType | pType | ||
| ) |
| void AddDst | ( | FbxConnectionPoint * | pConnect, |
| FbxConnection::EType | pType | ||
| ) |
| void RemoveDstAt | ( | int | pIndex | ) |
| int FindDst | ( | FbxConnectionPoint * | pConnect | ) | const |
| int GetDstCount | ( | ) | const |
| FbxConnectionPoint* GetDst | ( | int | pIndex | ) | const |
| FbxConnection::EType GetDstType | ( | int | pIndex | ) | const |
FbxArray<FbxConnectionPoint*>
mList [protected] |
Definition at line 139 of file fbxconnectionpoint.h.
Definition at line 140 of file fbxconnectionpoint.h.
int
mSrcCount [protected] |
Definition at line 141 of file fbxconnectionpoint.h.
int
mDstCount [protected] |
Definition at line 141 of file fbxconnectionpoint.h.