CLogViewEvent Class Reference
class CLogViewEvent : public CLogView |
Detailed Description
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.
See also: CLogFilter CLogFilterList
Constructor & Destructor Documentation
~CLogViewEvent ( )
Frees all resources owned by the object prior to its destruction. In particular, any outstanding asynchronous request is cancelled
Member Function Documentation
NewL ( CLogClient &, TInt )
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.
Parameter | Description | aFilterList | The set of filters. |
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. |
Returns: ETrue, if the function has successfully issued the asynchronous request. EFalse, if there are no events in the view.
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.
Parameter | Description | aFilter | The filter. |
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. |
Returns: ETrue, if the function has successfully issued the asynchronous request. EFalse, if there are no events in the view.
SetFilterParseFilterByFilterL ( const CLogFilterList &, TRequestStatus & )
-
capability
- Note None required.