#include<kfbxusernotification.h>
List of all members.
Detailed Description
This class defines one entry object held by the
KFbxUserNotificationclass.
Direct manipulation of this object should not be required. At most, access to its members can be granted for querying purposes.
Definition at line60of filekfbxusernotification.h.
Constructor&Destructor Documentation
Constructor.
- Parameters:
| pAEClass | Specify the category for this entry. |
| pName | Identifies this entry (more than one object can have the same name). |
| pDescr | The description of the entry. This is the common message. The details are added separately by theKFbxUserNotificationclasses. |
| pDetail | A list of detail string that will be copied into the local array. |
| pMuteState | Whether this entry is muted. |
Copy Constructor.
- Parameters:
| pAE | AnotherAccumulatorEntryobject to be copied. |
| pSkipDetails | Flag to skip details. |
Member Function Documentation
AEClass GetClass | ( | | ) | const |
Returns the class of this entry.
Returns the name of this entry.
Returns the description of this entry.
int GetDetailsCount | ( | | ) | const |
Returns the number of details stored.
constKString* GetDetail | ( | int | id | ) | const |
Returns a pointer to one specific detail string (or NULL if the id is invalid).
- Parameters:
- Returns:
- Pointer to the specific detail.
Returns True if this entry is muted.