| 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().
| Public Member Functions | |
|---|---|
| ~CLogViewDuplicate() | |
| IMPORT_C CLogViewDuplicate * | NewL(CLogClient &, TInt) |
| IMPORT_C CLogViewDuplicate * | NewL(CLogClient &, MLogViewChangeObserver &, TInt) |
| IMPORT_C void | RemoveL(TLogId) |
| IMPORT_C TBool | RemoveL(TRequestStatus &) |
| TBool | SetEventL(TLogId, TRequestStatus &) |
| TBool | SetEventL(TLogId, const CLogFilter &, TRequestStatus &) |
| TBool | SetEventL(TLogId, const CLogFilterList &, TRequestStatus &) |
| TLogId | Source() |
| Private Member Functions | |
|---|---|
| CLogViewDuplicate(CLogClient &, TInt) | |
| void | ConstructL(MLogViewChangeObserver *) |
| TBool | DoRemoveL(TRequestStatus &) |
| Inherited Enumerations | |
|---|---|
| CActive:TPriority | |
| Private Attributes | |
|---|---|
| CLogViewRemoveEventClientOp * | iRemove |
| TLogId | iSourceId |
| Inherited Attributes | |
|---|---|
| CActive::iStatus | |
| CLogView::iClient | |
| CLogView::iData | |
| CLogView::iMaintain | |
| CLogView::iPackage | |
| CLogView::iSpare2 | |
| CLogView::iValid | |
| CLogView::iViewId | |
| CLogView::iWindow | |
| CLogViewDuplicate | ( | CLogClient & | aClient, |
| TInt | aPriority | ||
| ) | [private] | ||
| CLogClient & aClient | |
| TInt aPriority |
| void | ConstructL | ( | MLogViewChangeObserver * | aObserver = NULL | ) | [private] |
| MLogViewChangeObserver * aObserver = NULL |
| TBool | DoRemoveL | ( | TRequestStatus & | aStatus | ) | [private] |
| TRequestStatus & aStatus |
| IMPORT_C CLogViewDuplicate * | NewL | ( | CLogClient & | aClient, |
| TInt | aPriority = CActive::EPriorityStandard | |||
| ) | [static] | |||
| CLogClient & aClient | |
| TInt aPriority = CActive::EPriorityStandard |
| IMPORT_C CLogViewDuplicate * | NewL | ( | CLogClient & | aClient, |
| MLogViewChangeObserver & | aObserver, | |||
| TInt | aPriority = CActive::EPriorityStandard | |||
| ) | [static] | |||
| CLogClient & aClient | |
| MLogViewChangeObserver & aObserver | |
| TInt aPriority = CActive::EPriorityStandard |
| IMPORT_C TBool | RemoveL | ( | TRequestStatus & | aStatus | ) |
| TRequestStatus & aStatus |
| TBool | SetEventL | ( | TLogId | aId, |
| TRequestStatus & | aStatus | |||
| ) | ||||
| TLogId aId | |
| TRequestStatus & aStatus |
| TBool | SetEventL | ( | TLogId | aId, |
| const CLogFilter & | aFilter, | |||
| TRequestStatus & | aStatus | |||
| ) | ||||
| TLogId aId | |
| const CLogFilter & aFilter | |
| TRequestStatus & aStatus |
| TBool | SetEventL | ( | TLogId | aId, |
| const CLogFilterList & | aFilterList, | |||
| TRequestStatus & | aStatus | |||
| ) | ||||
| TLogId aId | |
| const CLogFilterList & aFilterList | |
| TRequestStatus & aStatus |
| TLogId | Source | ( | ) | const [inline] |
Returns the unique ID of the event for which all the events in this view are duplicates.
The unique event ID.