Identify one detail in all accumulator entries by record the entry object and its detail id.
Definition at line 343 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 346 of file fbxusernotification.h.
:
mAE(pAE),
mDetailId(pDetailId)
{
};
| FbxAccumulatorEntry* AE | ( | ) | [inline] |
Return the entry object the detail belongs to.
Definition at line 353 of file fbxusernotification.h.
{ return mAE; }
| int DetailId | ( | ) | [inline] |
Return the detail id in the entry object.
Definition at line 355 of file fbxusernotification.h.
{ return mDetailId; }