class CImQueuedList : public CBase |
Public Member Functions | |
---|---|
~CImQueuedList() | |
IMPORT_C void | AppendL(TQueuedOperation &) |
IMPORT_C void | AppendOperationL(const CImOffLineOperation &) |
IMPORT_C TInt | CountOperations() |
IMPORT_C void | Delete(TInt) |
IMPORT_C CImQueuedList * | NewL() |
IMPORT_C const CImOffLineOperation & | Operation(TInt) |
IMPORT_C void | Reset() |
IMPORT_C void | ResetLineCounter() |
IMPORT_C void | SetFolder(TMsvId) |
IMPORT_C TQueuedOperation & | operator[](TInt) |
Private Member Functions | |
---|---|
CImQueuedList() |
Private Attributes | |
---|---|
CArrayFixFlat< TQueuedOperation > * | iArray |
TMsvId | iFolderId |
TInt | iLine |
IMPORT_C void | AppendL | ( | TQueuedOperation & | aOperation | ) |
TQueuedOperation & aOperation |
IMPORT_C void | AppendOperationL | ( | const CImOffLineOperation & | aOperation | ) | [virtual] |
const CImOffLineOperation & aOperation |
IMPORT_C const CImOffLineOperation & | Operation | ( | TInt | aIndex | ) | const [virtual] |
TInt aIndex |