CLogViewEvent Class Reference
class CLogViewEvent : public CLogView
|
A view on the event log.
The events included in the view are defined using a filter that specifies the constraints that all events in the view must satisfy. Filters are specified using one or more
CLogFilter
objects.
CLogFilter
CLogFilterList
Constructor & Destructor Documentation
CLogViewEvent(CLogClient &, TInt)
~CLogViewEvent()
IMPORT_C
|
~CLogViewEvent
|
(
|
)
|
|
Frees all resources owned by the object prior to its destruction. In particular, any outstanding asynchronous request is cancelled
Member Functions Documentation
ConstructL(MLogViewChangeObserver *)
NewL(CLogClient &, MLogViewChangeObserver &, TInt)
SetFilterL(const CLogFilterList &, TRequestStatus &)
Initialises or refreshes the event view defined by the set of specified filters.
The view can only be used after the request completes successfully.
-
capability
-
Note None required.
Parameters
const
CLogFilterList
& aFilterList
|
The set of filters.
|
TRequestStatus
& aStatus
|
The request status. On request completion, contains:KErrNone, if the view has been successfully initialised or refreshed;one of the other system wide error codes, otherwise.
|
SetFilterL(const CLogFilter &, TRequestStatus &)
Initialises or refreshes the event view defined by the specified filter.
The view can only be used after the request completes successfully.
-
capability
-
Note None required.
Parameters
const
CLogFilter
& aFilter
|
The filter.
|
TRequestStatus
& aStatus
|
The request status. On request completion, contains:KErrNone, if the view has been successfully initialised or refreshed;one of the other system wide error codes, otherwise.
|
SetFilterParseFilterByFilterL(const CLogFilterList &, TRequestStatus &)
-
capability
-
Note None required.
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.