CLogViewDuplicate Class Reference
class CLogViewDuplicate : public CLogView |
Constructor & Destructor Documentation
~CLogViewDuplicate ( )
IMPORT_C | ~CLogViewDuplicate | ( | ) | |
Member Function Documentation
NewL ( CLogClient &, TInt )
NewL ( CLogClient &, MLogViewChangeObserver &, TInt )
RemoveL ( TLogId )
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.
-
capability
- WriteDeviceData
Parameter | Description | aId | The unique event ID. |
RemoveL ( TRequestStatus & )
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.
-
capability
- WriteDeviceData
Parameter | Description | 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. |
Returns: ETrue, if the function has successfully issued the asynchronous request. EFalse, if there are no events in the view.
SetEventL ( TLogId, TRequestStatus & )
SetEventL ( TLogId, const CLogFilter &, TRequestStatus & )
SetEventL ( TLogId, const CLogFilterList &, TRequestStatus & )
Source ( )
Returns the unique ID of the event for which all the events in this view are duplicates.
Returns: The unique event ID.