Location:
LOGVIEW.H
Link against: logcli.lib
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()
.
CBase
- Base class for all classes to be instantiated on the heap
CActive
- The core class of the active object abstraction
CLogActive
- Common active object behaviour
CLogView
- Navigates a view on the log database
CLogViewDuplicate
- A view of events that are duplicates of an event in a view of recent events
Defined in CLogViewDuplicate
:
NewL()
, NewL()
, RemoveL()
, RemoveL()
, Source()
, ~CLogViewDuplicate()
Inherited from CActive
:
Cancel()
,
Deque()
,
EPriorityHigh
,
EPriorityIdle
,
EPriorityLow
,
EPriorityStandard
,
EPriorityUserInput
,
Extension_()
,
IsActive()
,
IsAdded()
,
Priority()
,
RunError()
,
SetActive()
,
SetPriority()
,
TPriority
,
iStatus
Inherited from CBase
:
Delete()
,
operator new()
Inherited from CLogActive
:
Complete()
,
DoComplete()
,
Queue()
,
RunL()
Inherited from CLogView
:
CountL()
,
DoCancel()
,
DoRunL()
,
Event()
,
FirstL()
,
IsValid()
,
LastL()
,
NextL()
,
PreviousL()
,
SetFlagsL()
,
iClient
,
iData
,
iMaintain
,
iPackage
,
iSpare2
,
iValid
,
iViewId
,
iWindow
static IMPORT_C CLogViewDuplicate *NewL(CLogClient &aClient, TInt aPriority=CActive::EPriorityStandard);
|
|
static IMPORT_C CLogViewDuplicate *NewL(CLogClient &aClient, MLogViewChangeObserver &aObserver, TInt aPriority=CActive::EPriorityStandard);
|
|
Capability: | WriteDeviceData |
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 |
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.
|
|
inline TLogId Source() const;
Returns the unique ID of the event for which all the events in this view are duplicates.
|