CEikEdwin::CUndoBuffer Class Reference

class CEikEdwin::CUndoBuffer : public CBase

Inherits from

  • CEikEdwin::CUndoBuffer

Constructor & Destructor Documentation

~CUndoBuffer()

~CUndoBuffer()

Member Functions Documentation

ConstructL()

voidConstructL()[private]

Dictionary()

CStreamDictionary &Dictionary()const

NewL()

CUndoBuffer *NewL()[static]

NewText()

TCursorSelection NewText()const

OldCursorPos()

TInt OldCursorPos()const

SetNewText(const TCursorSelection &)

voidSetNewText(const TCursorSelection &aSelection)

Parameters

const TCursorSelection & aSelection

SetOldCursorPos(TInt)

voidSetOldCursorPos(TIntaPos)

Parameters

TInt aPos

Store()

CBufStore &Store()const

Member Data Documentation

CStreamDictionary * iDictionary

CStreamDictionary *iDictionary[private]

TCursorSelection iNewText

TCursorSelection iNewText[private]

TInt iOldCursorPos

TInt iOldCursorPos[private]

CBufStore * iStore

CBufStore *iStore[private]