Identify one detail in all accumulator entries by record the entry object and its detail id.
Definition at line 342 of file fbxusernotification.h.
#include <fbxusernotification.h>
Public Member Functions | |
| AESequence (FbxAccumulatorEntry *pAE, int pDetailId) | |
| FbxAccumulatorEntry * | AE () |
| Return the entry object the detail belongs to. | |
| int | DetailId () |
| Return the detail id in the entry object. | |
| AESequence | ( | FbxAccumulatorEntry * | pAE, |
| int | pDetailId | ||
| ) | [inline] |
Definition at line 345 of file fbxusernotification.h.
:
mAE(pAE),
mDetailId(pDetailId)
{
};
| FbxAccumulatorEntry* AE | ( | ) | [inline] |
Return the entry object the detail belongs to.
Definition at line 352 of file fbxusernotification.h.
{ return mAE; }
| int DetailId | ( | ) | [inline] |
Return the detail id in the entry object.
Definition at line 354 of file fbxusernotification.h.
{ return mDetailId; }