QInputEvent Class

The QInputEvent class is the base class for events that describe user input. More...

Header: #include <QInputEvent>
qmake: QT += gui
Inherits: QEvent
Inherited By:

QContextMenuEvent, QHoverEvent, QKeyEvent, QMouseEvent, QNativeGestureEvent, QTabletEvent, QTouchEvent, and QWheelEvent

Public Functions

Qt::KeyboardModifiers modifiers() const
ulong timestamp() const
  • 6 public functions inherited from QEvent

Protected Variables

Qt::KeyboardModifiers modState
ulong ts
  • 2 protected variables inherited from QEvent

Additional Inherited Members

  • 1 property inherited from QEvent
  • 1 public variable inherited from QEvent
  • 1 static public member inherited from QEvent

Detailed Description

The QInputEvent class is the base class for events that describe user input.

Member Type Documentation

Property Documentation

Member Function Documentation

Qt::KeyboardModifiers QInputEvent::modifiers() const

Returns the keyboard modifier flags that existed immediately before the event occurred.

See also QGuiApplication::keyboardModifiers().

ulong QInputEvent::timestamp() const

Returns the window system's timestamp for this event. It will normally be in milliseconds since some arbitrary point in time, such as the time when the system was started.

Member Variable Documentation

Related Non-Members

Macro Documentation