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.
Public Member Functions | |
---|---|
~CClipboard() | |
IMPORT_C TInt | Clear(RFs &) |
IMPORT_C TDriveName | ClipboardFileDrive() |
IMPORT_C void | CommitL() |
IMPORT_C void | CopyToL(TReal) |
IMPORT_C CClipboard * | NewForReadingL(RFs &) |
IMPORT_C CClipboard * | NewForReadingLC(RFs &) |
IMPORT_C CClipboard * | NewForWritingLC(RFs &) |
IMPORT_C TBool | PasteFromL(TReal &) |
CStreamStore & | Store() |
CStreamDictionary & | StreamDictionary() |
Private Member Functions | |
---|---|
CClipboard(RFs &) | |
void | ConstructReadL() |
CClipboard * | NewLC(RFs &) |
Private Attributes | |
---|---|
RFs & | iFs |
CFileStore * | iStore |
CStreamDictionary * | iStreamDictionary |
CStreamStore & | Store | ( | ) | const [inline] |
Returns a reference to the clipboard's file store.
A reference to the clipboard's store.
CStreamDictionary & | StreamDictionary | ( | ) | const [inline] |
Returns a reference to the clipboard's stream dictionary.
A reference to the clipboard's stream dictionary.