Definition at line 66 of file qwsmanager_qws.h.
#include <qwsmanager_qws.h>

Public Member Functions |
|
| QWSManager (QWidget *) | |
| ~QWSManager () | |
| QWidget * | widget () |
| void | maximize () |
| void | startMove () |
| void | startResize () |
| QRegion | region () |
| QRegion & | cachedRegion () |
Static Public Member Functions |
|
| static QDecoration * | newDefaultDecoration () |
| static QWidget * | grabbedMouse () |
Protected Slots |
|
| void | menuTriggered (QAction *action) |
Protected Member Functions |
|
| void | handleMove (QPoint g) |
| virtual bool | event (QEvent *e) |
| virtual void | mouseMoveEvent (QMouseEvent *) |
| virtual void | mousePressEvent (QMouseEvent *) |
| virtual void | mouseReleaseEvent (QMouseEvent *) |
| virtual void | mouseDoubleClickEvent (QMouseEvent *) |
| virtual void | paintEvent (QPaintEvent *) |
| bool | repaintRegion (int region, QDecoration::DecorationState state) |
| void | menu (const QPoint &) |
Friends |
|
| class | QWidget |
| class | QETWidget |
| class | QWidgetPrivate |
| class | QApplication |
| class | QApplicationPrivate |
| class | QWidgetBackingStore |
| class | QWSWindowSurface |
| class | QGLDrawable |
| QWSManager | ( | QWidget * | ) | [explicit] |
| ~QWSManager | ( | ) |
| static QDecoration* newDefaultDecoration | ( | ) | [static] |
| QWidget* widget | ( | ) |
| static QWidget* grabbedMouse | ( | ) | [static] |
| void maximize | ( | ) |
| void startMove | ( | ) |
| void startResize | ( | ) |
| QRegion region | ( | ) |
| QRegion& cachedRegion | ( | ) |
| void menuTriggered | ( | QAction * | action | ) | [protected, slot] |
| void handleMove | ( | QPoint | g | ) | [protected] |
| virtual void mouseMoveEvent | ( | QMouseEvent * | ) | [protected, virtual] |
| virtual void mousePressEvent | ( | QMouseEvent * | ) | [protected, virtual] |
| virtual void mouseReleaseEvent | ( | QMouseEvent * | ) | [protected, virtual] |
| virtual void mouseDoubleClickEvent | ( | QMouseEvent * | ) | [protected, virtual] |
| virtual void paintEvent | ( | QPaintEvent * | ) | [protected, virtual] |
| bool repaintRegion | ( | int | region, |
| QDecoration::DecorationState | state | ||
| ) | [protected] |
| void menu | ( | const QPoint & | ) | [protected] |
friend class QWidget [friend] |
Reimplemented from QObject.
Definition at line 102 of file qwsmanager_qws.h.
friend class QETWidget
[friend] |
Definition at line 103 of file qwsmanager_qws.h.
friend class QWidgetPrivate
[friend] |
Definition at line 104 of file qwsmanager_qws.h.
friend class QApplication
[friend] |
Reimplemented from QObject.
Definition at line 105 of file qwsmanager_qws.h.
friend class QApplicationPrivate
[friend] |
Reimplemented from QObject.
Definition at line 106 of file qwsmanager_qws.h.
friend class QWidgetBackingStore
[friend] |
Definition at line 107 of file qwsmanager_qws.h.
friend class QWSWindowSurface
[friend] |
Definition at line 108 of file qwsmanager_qws.h.
friend class QGLDrawable
[friend] |
Definition at line 109 of file qwsmanager_qws.h.