CClipboard Class Reference

class CClipboard : public CBase

Clipboard. A repository of copied data which is available for pasting. The clipboard storage drive is defined in the HAL layer, in HAL::EClipboardDrive.

Inherits from

Constructor & Destructor Documentation

CClipboard(RFs &)

CClipboard(RFs &aFs)[private, inline]

Parameters

RFs & aFs

~CClipboard()

IMPORT_C~CClipboard()

Member Functions Documentation

Clear(RFs &)

IMPORT_C TIntClear(RFs &aFs)[static]

Parameters

RFs & aFs

ClipboardFileDrive()

IMPORT_C TDriveNameClipboardFileDrive()[static]

CommitL()

IMPORT_C voidCommitL()

ConstructReadL()

voidConstructReadL()[private]

CopyToL(TReal)

IMPORT_C voidCopyToL(TRealaReal)

Parameters

TReal aReal

NewForReadingL(RFs &)

IMPORT_C CClipboard *NewForReadingL(RFs &aFs)[static]

Parameters

RFs & aFs

NewForReadingLC(RFs &)

IMPORT_C CClipboard *NewForReadingLC(RFs &aFs)[static]

Parameters

RFs & aFs

NewForWritingLC(RFs &)

IMPORT_C CClipboard *NewForWritingLC(RFs &aFs)[static]

Parameters

RFs & aFs

NewLC(RFs &)

CClipboard *NewLC(RFs &aFs)[private, static]

Parameters

RFs & aFs

PasteFromL(TReal &)

IMPORT_C TBoolPasteFromL(TReal &aReal)

Parameters

TReal & aReal

Store()

CStreamStore &Store()const [inline]

Returns a reference to the clipboard's file store.

A reference to the clipboard's store.

StreamDictionary()

CStreamDictionary &StreamDictionary()const [inline]

Returns a reference to the clipboard's stream dictionary.

A reference to the clipboard's stream dictionary.

Member Data Documentation

RFs & iFs

RFs &iFs[private]

CFileStore * iStore

CFileStore *iStore[private]

CStreamDictionary * iStreamDictionary

CStreamDictionary *iStreamDictionary[private]