42 #ifndef QWIDGETRESIZEHANDLER_P_H 43 #define QWIDGETRESIZEHANDLER_P_H 56 #include "QtCore/qobject.h" 57 #include "QtCore/qpoint.h" 59 #ifndef QT_NO_RESIZEHANDLER 79 void setActive(
Action ac,
bool b);
81 bool isActive(
Action ac)
const;
130 return moveResizeMode && mode ==
Center;
133 return moveResizeMode && !isMove();
139 #endif // QT_NO_RESIZEHANDLER 141 #endif // QWIDGETRESIZEHANDLER_P_H The QKeyEvent class describes a key event.
#define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual bool eventFilter(QObject *, QEvent *)
Filters events if this object has been installed as an event filter for the watched object...
The QMouseEvent class contains parameters that describe a mouse event.
The QPoint class defines a point in the plane using integer precision.
The QEvent class is the base class of all event classes.