class CLogViewDuplicate : public CLogView |
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() .
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 () |
Private Member Functions | |
---|---|
CLogViewDuplicate ( CLogClient &, TInt ) | |
void | ConstructL ( MLogViewChangeObserver *) |
TBool | DoRemoveL ( TRequestStatus &) |
Inherited Enumerations | |
---|---|
CActive:TPriority |
Private Attributes | |
---|---|
CLogViewRemoveEventClientOp * | iRemove |
TLogId | iSourceId |
Inherited Attributes | |
---|---|
CActive::iStatus | |
CLogView::iClient | |
CLogView::iData | |
CLogView::iMaintain | |
CLogView::iPackage | |
CLogView::iSpare2 | |
CLogView::iValid | |
CLogView::iViewId | |
CLogView::iWindow |
CLogViewDuplicate | ( | CLogClient & | aClient, |
TInt | aPriority | ||
) | [private] |
CLogClient & aClient | |
TInt aPriority |
void | ConstructL | ( | MLogViewChangeObserver * | aObserver = NULL | ) | [private] |
MLogViewChangeObserver * aObserver = NULL |
TBool | DoRemoveL | ( | TRequestStatus & | aStatus | ) | [private] |
TRequestStatus & aStatus |
IMPORT_C CLogViewDuplicate * | NewL | ( | CLogClient & | aClient, |
TInt | aPriority = CActive::EPriorityStandard | |||
) | [static] |
CLogClient & aClient | |
TInt aPriority = CActive::EPriorityStandard |
IMPORT_C CLogViewDuplicate * | NewL | ( | CLogClient & | aClient, |
MLogViewChangeObserver & | aObserver, | |||
TInt | aPriority = CActive::EPriorityStandard | |||
) | [static] |
CLogClient & aClient | |
MLogViewChangeObserver & aObserver | |
TInt aPriority = CActive::EPriorityStandard |
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.
TLogId aId | The unique event ID. |
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.
TRequestStatus & 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. |
TBool | SetEventL | ( | TLogId | aId, |
TRequestStatus & | aStatus | |||
) |
TLogId aId | |
TRequestStatus & aStatus |
TBool | SetEventL | ( | TLogId | aId, |
const CLogFilter & | aFilter, | |||
TRequestStatus & | aStatus | |||
) |
TLogId aId | |
const CLogFilter & aFilter | |
TRequestStatus & aStatus |
TBool | SetEventL | ( | TLogId | aId, |
const CLogFilterList & | aFilterList, | |||
TRequestStatus & | aStatus | |||
) |
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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.