kword
FrameMovePolicy Class Reference
#include <KWCanvas.h>
Inheritance diagram for FrameMovePolicy:

Detailed Description
A policy that handles frame moves of any number of frames.Includes support for undo/redo and linear moves (moves constrained to one axis) plus various other usability features.
Definition at line 460 of file KWCanvas.h.
Public Member Functions | |
FrameMovePolicy (KWCanvas *parent, KoPoint &point) | |
void | handleMouseMove (Qt::ButtonState keyState, const KoPoint &point) |
KCommand * | createCommand () |
void | finishInteraction () |
Member Function Documentation
|
For interactions that are undo-able this method should be implemented to return such a command. Implementations should return 0 otherwise.
Implements InteractionPolicy. Definition at line 2408 of file KWCanvas.cpp. |
|
Override to make final changes to the data on the end of an interaction.
Implements InteractionPolicy. Definition at line 2418 of file KWCanvas.cpp. |
|
Extending classes should implement this method to alter the frames or other data based on the new mouse position.
Implements InteractionPolicy. Definition at line 2309 of file KWCanvas.cpp. |
The documentation for this class was generated from the following files: