Public Types | |
enum | OperationType { clipboardUndefined, clipboardCopy, clipboardCut } |
Available clipboard operations. More... | |
Public Member Functions | |
virtual bool | Copy (const CGrid &grid)=0 |
Copies a content of CGrid to the clipboard. | |
virtual bool | Cut (const CGrid &grid)=0 |
Cuts a content of CGrid to the clipboard. | |
virtual bool | Paste (CPasteTarget &pasteTarget)=0 |
Pastes the clipboard data to CGrid. |
enum OperationType |
bool Copy | ( | const CGrid & | grid | ) | [pure virtual] |
Copies a content of CGrid to the clipboard.
[in] | grid | Reference to the grid object which provides a content. |
Implemented in CCopyPaste.
bool Cut | ( | const CGrid & | grid | ) | [pure virtual] |
Cuts a content of CGrid to the clipboard.
[in] | grid | Reference to the grid object which provides a content. |
Implemented in CCopyPaste.
bool Paste | ( | CPasteTarget & | pasteTarget | ) | [pure virtual] |
Pastes the clipboard data to CGrid.
[in] | pasteTarget | Indicates the position in CGrid where a clipboard content should be inserted. |
Implemented in CCopyPaste.
Copyright Dapfor 2007-2009 | Generated on Wed Jul 7 03:24:43 2010 for MFCGrid by 1.5.5 |