Qt 4.8
|
#include <QtGui/qwindowdefs.h>
#include <QtCore/qobject.h>
#include <QtGui/qregion.h>
#include <QtCore/qnamespace.h>
#include <QtCore/qstring.h>
#include <QtGui/qkeysequence.h>
#include <QtCore/qcoreevent.h>
#include <QtGui/qmime.h>
#include <QtGui/qdrag.h>
#include <QtCore/qvariant.h>
#include <QtCore/qmap.h>
#include <QtCore/qset.h>
#include <QtCore/qfile.h>
Go to the source code of this file.
Classes | |
class | QActionEvent |
The QActionEvent class provides an event that is generated when a QAction is added, removed, or changed. More... | |
class | QClipboardEvent |
The QClipboardEvent class provides the parameters used in a clipboard event. More... | |
class | QCloseEvent |
The QCloseEvent class contains parameters that describe a close event. More... | |
class | QContextMenuEvent |
The QContextMenuEvent class contains parameters that describe a context menu event. More... | |
class | QDragEnterEvent |
The QDragEnterEvent class provides an event which is sent to a widget when a drag and drop action enters it. More... | |
class | QDragLeaveEvent |
The QDragLeaveEvent class provides an event that is sent to a widget when a drag and drop action leaves it. More... | |
class | QDragMoveEvent |
The QDragMoveEvent class provides an event which is sent while a drag and drop action is in progress. More... | |
class | QDragResponseEvent |
class | QDropEvent |
The QDropEvent class provides an event which is sent when a drag and drop action is completed. More... | |
class | QFileOpenEvent |
The QFileOpenEvent class provides an event that will be sent when there is a request to open a file or a URL. More... | |
class | QFocusEvent |
The QFocusEvent class contains event parameters for widget focus events. More... | |
class | QGestureEvent |
The QGestureEvent class provides the description of triggered gestures. More... | |
class | QHelpEvent |
The QHelpEvent class provides an event that is used to request helpful information about a particular point in a widget. More... | |
class | QHideEvent |
The QHideEvent class provides an event which is sent after a widget is hidden. More... | |
class | QHoverEvent |
The QHoverEvent class contains parameters that describe a mouse event. More... | |
class | QIconDragEvent |
The QIconDragEvent class indicates that a main icon drag has begun. More... | |
class | QInputEvent |
The QInputEvent class is the base class for events that describe user input. More... | |
class | QInputMethodEvent |
The QInputMethodEvent class provides parameters for input method events. More... | |
class | QInputMethodEvent::Attribute |
The QInputMethodEvent::Attribute class stores an input method attribute. More... | |
class | QKeyEvent |
The QKeyEvent class describes a key event. More... | |
class | QMouseEvent |
The QMouseEvent class contains parameters that describe a mouse event. More... | |
class | QMoveEvent |
The QMoveEvent class contains event parameters for move events. More... | |
class | QPaintEvent |
The QPaintEvent class contains event parameters for paint events. More... | |
class | QResizeEvent |
The QResizeEvent class contains event parameters for resize events. More... | |
class | QShortcutEvent |
The QShortcutEvent class provides an event which is generated when the user presses a key combination. More... | |
class | QShowEvent |
The QShowEvent class provides an event that is sent when a widget is shown. More... | |
class | QStatusTipEvent |
The QStatusTipEvent class provides an event that is used to show messages in a status bar. More... | |
class | QTabletEvent |
The QTabletEvent class contains parameters that describe a Tablet event. More... | |
class | QToolBarChangeEvent |
The QToolBarChangeEvent class provides an event that is sent whenever a the toolbar button is clicked on Mac OS X. More... | |
class | QTouchEvent |
The QTouchEvent class contains parameters that describe a touch event. More... | |
class | QTouchEvent::TouchPoint |
The TouchPoint class provides information about a touch point in a QTouchEvent. More... | |
class | QUpdateLaterEvent |
class | QWhatsThisClickedEvent |
The QWhatsThisClickedEvent class provides an event that can be used to handle hyperlinks in a "What's This?" text. More... | |
class | QWheelEvent |
The QWheelEvent class contains parameters that describe a wheel event. More... | |
class | QWindowStateChangeEvent |
The QWindowStateChangeEvent class provides the window state before a window state change. More... | |
Functions | |
Q_GUI_EXPORT QDebug | operator<< (QDebug, const QEvent *) |
bool | operator== (QKeyEvent *e, QKeySequence::StandardKey key) |
bool | operator== (QKeySequence::StandardKey key, QKeyEvent *e) |
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | , |
const QEvent * | |||
) |
Definition at line 3639 of file qevent.cpp.
|
inline |
Definition at line 736 of file qevent.h.
|
inline |
Definition at line 737 of file qevent.h.