ContainerHandler Class Reference
This class can handle moving and resizing of embedded documents in your class derived from KoView. More...
#include <handler.h>
Inheritance diagram for ContainerHandler:


Signals | |
void | popupMenu (KoChild *, const QPoint &global_pos) |
Public Member Functions | |
ContainerHandler (KoView *view, QWidget *widget) | |
Protected Member Functions | |
bool | eventFilter (QObject *, QEvent *) |
Detailed Description
This class can handle moving and resizing of embedded documents in your class derived from KoView.Just create one instance per view of this class and parts will megically be moved around on your document.
This class acts like an event filter on your view, so the mouse events which are used for parts moving and resizing will never show up in your view.
- See also:
- PartMoveHandlerPrivate
PartResizeHandlerPrivate
Definition at line 109 of file handler.h.
Member Function Documentation
|
Emitted if the user wants to open the popup menu for some child object.
|
The documentation for this class was generated from the following files: