#include <kfbxusernotification.h>
Direct manipulation of this object should not be required. At most, access to its members can be granted for querying purposes.
Definition at line 67 of file kfbxusernotification.h.
Public Types | |
enum | AEClass |
Public Member Functions | |
AccumulatorEntry (AEClass pAEClass, const KString &pName, const KString &pDescr, KString pDetail="", bool pMuteState=true) | |
Constructor. | |
AccumulatorEntry (const AccumulatorEntry &pAE, bool pSkipDetails) | |
Copy Constructor. | |
~AccumulatorEntry () | |
Destructor. | |
AEClass | GetClass () const |
Returns the class of this entry. | |
KString | GetName () const |
Returns the name of this entry. | |
KString | GetDescription () const |
Returns the description of this entry. | |
int | GetDetailsCount () const |
Returns the number of details stored. | |
const KString * | GetDetail (int id) const |
Returns a pointer to one specific detail string (or NULL if the id is invalid). | |
bool | IsMuted () const |
Returns True if this entry is muted. |
AccumulatorEntry | ( | AEClass | pAEClass, | |
const KString & | pName, | |||
const KString & | pDescr, | |||
KString | pDetail = "" , |
|||
bool | pMuteState = true | |||
) |
Constructor.
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 the KFbxUserNotification classes. | |
pDetails | A list of detail string that will be copied into the local array. |
AccumulatorEntry | ( | const AccumulatorEntry & | pAE, | |
bool | pSkipDetails | |||
) |
Copy Constructor.
~AccumulatorEntry | ( | ) |
Destructor.
AEClass GetClass | ( | ) | const |
Returns the class of this entry.
KString GetName | ( | ) | const |
Returns the name of this entry.
KString GetDescription | ( | ) | const |
Returns the description of this entry.
int GetDetailsCount | ( | ) | const |
Returns the number of details stored.
const KString* GetDetail | ( | int | id | ) | const |
Returns a pointer to one specific detail string (or NULL if the id is invalid).
bool IsMuted | ( | ) | const |
Returns True if this entry is muted.