Internal object used to resize dock widgets. More...

Public Member Functions | |
| Resizer (const QPoint &, const Qt::Orientation, QtxMainWindow *) | |
| Constructor. More... | |
| virtual | ~Resizer () |
| Destructor. More... | |
| QMouseEvent * | finalEvent () const |
| void | setFinalEvent (QMouseEvent *) |
| void | setPosition (const QPoint &) |
| virtual bool | eventFilter (QObject *, QEvent *) |
| Event filter. More... | |
Private Member Functions | |
| void | setFilters (bool) |
Private Attributes | |
| QPoint | myPos |
| QMainWindow * | myMain |
| QRubberBand * | myRubber |
| Qt::Orientation | myOrient |
| QMouseEvent * | myFinEvent |
Internal object used to resize dock widgets.
| QtxMainWindow::Resizer::Resizer | ( | const QPoint & | p, |
| const Qt::Orientation | o, | ||
| QtxMainWindow * | mw | ||
| ) |
|
virtual |
Destructor.
Event filter.
| o | recevier object |
| e | event |
| QMouseEvent * QtxMainWindow::Resizer::finalEvent | ( | ) | const |
|
private |
| void QtxMainWindow::Resizer::setFinalEvent | ( | QMouseEvent * | e | ) |
| void QtxMainWindow::Resizer::setPosition | ( | const QPoint & | pos | ) |
References Horizontal.
|
private |
|
private |
|
private |
|
private |
|
private |