#include <logview.h>
Link against: logcli.lib
class CLogViewDuplicate : public CLogView |
Public Member Functions | |
---|---|
~CLogViewDuplicate() | |
IMPORT_C CLogViewDuplicate * | NewL(CLogClient &, TInt) |
IMPORT_C CLogViewDuplicate * | NewL(CLogClient &, MLogViewChangeObserver &, TInt) |
IMPORT_C void | RemoveL(TLogId) |
IMPORT_C TBool | RemoveL(TRequestStatus &) |
TBool | SetEventL(TLogId, TRequestStatus &) |
TBool | SetEventL(TLogId, const CLogFilter &, TRequestStatus &) |
TBool | SetEventL(TLogId, const CLogFilterList &, TRequestStatus &) |
TLogId | Source() |
Inherited Attributes | |
---|---|
CActive::iStatus | |
CLogView::iClient | |
CLogView::iData | |
CLogView::iMaintain | |
CLogView::iPackage | |
CLogView::iSpare2 | |
CLogView::iValid | |
CLogView::iViewId | |
CLogView::iWindow |
Inherited Enumerations | |
---|---|
CActive:TPriority |
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().
See also: CLogViewRecent::DuplicatesL() CLogViewRecent
IMPORT_C | ~CLogViewDuplicate | ( | ) |
IMPORT_C CLogViewDuplicate * | NewL | ( | CLogClient & | aClient, |
TInt | aPriority = CActive::EPriorityStandard | |||
) | [static] |
IMPORT_C CLogViewDuplicate * | NewL | ( | CLogClient & | aClient, |
MLogViewChangeObserver & | aObserver, | |||
TInt | aPriority = CActive::EPriorityStandard | |||
) | [static] |
IMPORT_C 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.
Parameters | |
---|---|
aId | The unique event ID. |
Capability | |
---|---|
WriteDeviceData |
IMPORT_C 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.
Parameters | |
---|---|
aStatus | The request status. On request completion, contains: KErrNone, if the view has been successfully initialised or refreshed; otherwise, one of the other system wide error codes. |
Capability | |
---|---|
WriteDeviceData |
TBool | SetEventL | ( | TLogId | aId, |
TRequestStatus & | aStatus | |||
) |
TBool | SetEventL | ( | TLogId | aId, |
const CLogFilter & | aFilter, | |||
TRequestStatus & | aStatus | |||
) |
TBool | SetEventL | ( | TLogId | aId, |
const CLogFilterList & | aFilterList, | |||
TRequestStatus & | aStatus | |||
) |
TLogId | Source | ( | ) | const [inline] |
Returns the unique ID of the event for which all the events in this view are duplicates.