| 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.
| Public Member Functions | |
|---|---|
| ~CLogViewEvent() | |
| IMPORT_C CLogViewEvent * | NewL(CLogClient &, TInt) |
| IMPORT_C CLogViewEvent * | NewL(CLogClient &, MLogViewChangeObserver &, TInt) |
| IMPORT_C TBool | SetFilterL(const CLogFilterList &, TRequestStatus &) |
| IMPORT_C TBool | SetFilterL(const CLogFilter &, TRequestStatus &) |
| IMPORT_C TBool | SetFilterParseFilterByFilterL(const CLogFilterList &, TRequestStatus &) |
| Private Member Functions | |
|---|---|
| CLogViewEvent(CLogClient &, TInt) | |
| void | ConstructL(MLogViewChangeObserver *) |
| Inherited Enumerations | |
|---|---|
| CActive:TPriority | |
| Inherited Attributes | |
|---|---|
| CActive::iStatus | |
| CLogView::iClient | |
| CLogView::iData | |
| CLogView::iMaintain | |
| CLogView::iPackage | |
| CLogView::iSpare2 | |
| CLogView::iValid | |
| CLogView::iViewId | |
| CLogView::iWindow | |
| CLogViewEvent | ( | CLogClient & | aClient, |
| TInt | aPriority | ||
| ) | [private] | ||
| CLogClient & aClient | |
| TInt aPriority |
| void | ConstructL | ( | MLogViewChangeObserver * | aObserver = NULL | ) | [private] |
| MLogViewChangeObserver * aObserver = NULL |
| IMPORT_C CLogViewEvent * | NewL | ( | CLogClient & | aClient, |
| TInt | aPriority = CActive::EPriorityStandard | |||
| ) | [static] | |||
| CLogClient & aClient | |
| TInt aPriority = CActive::EPriorityStandard |
| IMPORT_C CLogViewEvent * | NewL | ( | CLogClient & | aClient, |
| MLogViewChangeObserver & | aObserver, | |||
| TInt | aPriority = CActive::EPriorityStandard | |||
| ) | [static] | |||
| CLogClient & aClient | |
| MLogViewChangeObserver & aObserver | |
| TInt aPriority = CActive::EPriorityStandard |
| IMPORT_C TBool | SetFilterL | ( | const CLogFilterList & | aFilterList, |
| TRequestStatus & | aStatus | |||
| ) | ||||
| const CLogFilterList & aFilterList | |
| TRequestStatus & aStatus |
| IMPORT_C TBool | SetFilterL | ( | const CLogFilter & | aFilter, |
| TRequestStatus & | aStatus | |||
| ) | ||||
| const CLogFilter & aFilter | |
| TRequestStatus & aStatus |
| IMPORT_C TBool | SetFilterParseFilterByFilterL | ( | const CLogFilterList & | aFilterList, |
| TRequestStatus & | aStatus | |||
| ) | ||||
| const CLogFilterList & aFilterList | |
| TRequestStatus & aStatus |