kspread
KSpread::PasteStrategy Class Reference
A strategy for pasting the global mouse selection. More...
#include <PasteStrategy.h>
Inheritance diagram for KSpread::PasteStrategy:

Public Member Functions | |
| PasteStrategy (KoToolBase *parent, Selection *selection, const QPointF position, Qt::KeyboardModifiers modifiers) | |
| virtual | ~PasteStrategy () |
| virtual QUndoCommand * | createCommand () |
Detailed Description
A strategy for pasting the global mouse selection.
On creation, the cell in which the mouse press occurred is selected.
- See also:
- QClipboard::Selection
Definition at line 37 of file PasteStrategy.h.
Constructor & Destructor Documentation
| PasteStrategy::PasteStrategy | ( | KoToolBase * | parent, | |
| Selection * | selection, | |||
| const QPointF | position, | |||
| Qt::KeyboardModifiers | modifiers | |||
| ) |
Constructor.
Definition at line 35 of file PasteStrategy.cpp.
| PasteStrategy::~PasteStrategy | ( | ) | [virtual] |
Destructor.
Definition at line 42 of file PasteStrategy.cpp.
Member Function Documentation
| QUndoCommand * PasteStrategy::createCommand | ( | ) | [virtual] |
Reimplemented from KSpread::AbstractSelectionStrategy.
Definition at line 47 of file PasteStrategy.cpp.
The documentation for this class was generated from the following files:
