Location:
logview.h
Link against: logcli.lib
CLogViewDuplicate
Supported from 6.0
A view of events that are duplicates of an event in a view of recent events.
The view is populated through a call to
CLogViewRecent::DuplicatesL()
.
|
Defined in CLogViewDuplicate
:
NewL()
, RemoveL()
, Source()
Inherited from CActive
:
Cancel()
,
Deque()
,
DoCancel()
,
EPriorityHigh
,
EPriorityIdle
,
EPriorityLow
,
EPriorityStandard
,
EPriorityUserInput
,
IsActive()
,
IsAdded()
,
Priority()
,
RunError()
,
RunL()
,
SetActive()
,
SetPriority()
,
TPriority
,
iStatus
Inherited from CBase
:
operator new()
Inherited from CLogView
:
CountL()
,
Event()
,
FirstL()
,
LastL()
,
NextL()
,
PreviousL()
static CLogViewDuplicate* NewL(CLogClient& aClient, TInt aPriority = CActive::EPriorityStandard);
Creates a new duplicate event view.
|
|
TLogId Source() const;
Returns the unique ID of the event for which all the events in this view are duplicates.
|
void RemoveL(TLogId aId);
Removes the event with the specified unique event ID from the view. This does not delete the event from the main event log.
|
TBool RemoveL(TRequestStatus& aStatus);
Removes the current event from the duplicate list. This is an asynchronous request.
This does not delete the event from the main event log.
The function moves the current position in the view to the first, i.e. most recent, event.
|
|