kivio
KoToolDockMoveManager Class Reference
#include <stencilbardockmanager.h>
Detailed Description
The move manager handles moving tooldocks or other widgets that it can manage, such as the Kivio stencil bar.
Definition at line 89 of file stencilbardockmanager.h.
Signals | |
| void | positionChanged () |
| void | sizeChanged () |
| void | fixPosition (int &x, int &y, int &w, int &h) |
| void | fixSize (int &x, int &y, int &w, int &h) |
Public Member Functions | |
| KoToolDockMoveManager () | |
| ~KoToolDockMoveManager () | |
| bool | isWorking () const |
| void | doXResize (QWidget *, bool mirror) |
| void | doYResize (QWidget *, bool mirror) |
| void | doXYResize (QWidget *, bool _mirrorX, bool _mirrorY) |
| void | doMove (QWidget *) |
| void | movePause (bool horizontal=true, bool vertical=true) |
| void | moveContinue () |
| void | setGeometry (const QRect &r) |
| void | setGeometry (int x, int y, int w, int h) |
| QRect | geometry () |
| void | resize (const QSize &s) |
| void | resize (int rw, int rh) |
| void | move (int rx, int ry) |
| void | move (const QPoint &p) |
| int | x () const |
| int | y () const |
| int | width () const |
| int | height () const |
| bool | isXMirror () const |
| bool | isYMirror () const |
| void | stop () |
| QWidget * | getWidget () const |
Protected Member Functions | |
| void | doResize (QWidget *) |
| void | setWidget (QWidget *) |
| void | drawRectangle (int x, int y, int w, int h) |
| void | paintProcess (bool onlyDeelete=true, int _x=0, int _y=0, int _w=0, int _h=0) |
| bool | check (int &x, int &y, int &w, int &h, bool change=false) |
The documentation for this class was generated from the following files:

