Definition at line 1355 of file kfbxobject.h.
#include <kfbxobject.h>
Public Member Functions |
|
KFbxIteratorSrc (KFbxObject *pObject) | |
KFbxIteratorSrc (KFbxProperty &pProperty) | |
Type * | GetFirst () |
Type * | GetNext () |
Type * | GetSafeNext () |
Type * | GetLast () |
Type * | GetPrevious () |
Type * | GetSafePrevious () |
KFbxIteratorSrc | ( | KFbxObject * | pObject | ) | [inline] |
Definition at line 1358 of file kfbxobject.h.
: KFbxIteratorSrcBase(pObject,Type::ClassId) {}
KFbxIteratorSrc | ( | KFbxProperty & | pProperty | ) | [inline] |
Definition at line 1359 of file kfbxobject.h.
: KFbxIteratorSrcBase(pProperty,Type::ClassId) {}
Type* GetFirst | ( | ) | [inline] |
Reimplemented from KFbxIteratorSrcBase.
Definition at line 1360 of file kfbxobject.h.
{ return (Type *)KFbxIteratorSrcBase::GetFirst(); }
Type* GetNext | ( | ) | [inline] |
Reimplemented from KFbxIteratorSrcBase.
Definition at line 1361 of file kfbxobject.h.
{ return (Type *)KFbxIteratorSrcBase::GetNext(); }
Type* GetSafeNext | ( | ) | [inline] |
Reimplemented from KFbxIteratorSrcBase.
Definition at line 1362 of file kfbxobject.h.
{ return (Type *)KFbxIteratorSrcBase::GetSafeNext(); }
Type* GetLast | ( | ) | [inline] |
Reimplemented from KFbxIteratorSrcBase.
Definition at line 1363 of file kfbxobject.h.
{ return (Type *)KFbxIteratorSrcBase::GetLast(); }
Type* GetPrevious | ( | ) | [inline] |
Reimplemented from KFbxIteratorSrcBase.
Definition at line 1364 of file kfbxobject.h.
{ return (Type *)KFbxIteratorSrcBase::GetPrevious(); }
Type* GetSafePrevious | ( | ) | [inline] |
Reimplemented from KFbxIteratorSrcBase.
Definition at line 1365 of file kfbxobject.h.
{ return (Type *)KFbxIteratorSrcBase::GetSafePrevious(); }