Qt 4.8
Public Functions | Public Variables | List of all members
QWindowSystemInterfacePrivate::UserEvent Class Reference

#include <qwindowsysteminterface_qpa_p.h>

Inheritance diagram for QWindowSystemInterfacePrivate::UserEvent:
QWindowSystemInterfacePrivate::WindowSystemEvent QWindowSystemInterfacePrivate::KeyEvent QWindowSystemInterfacePrivate::MouseEvent QWindowSystemInterfacePrivate::TouchEvent QWindowSystemInterfacePrivate::WheelEvent

Public Functions

 UserEvent (QWidget *w, ulong time, EventType t)
 
- Public Functions inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
 WindowSystemEvent (EventType t)
 
virtual ~WindowSystemEvent ()
 

Public Variables

unsigned long timestamp
 
QWeakPointer< QWidgetwidget
 
- Public Variables inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
EventType type
 

Detailed Description

Definition at line 128 of file qwindowsysteminterface_qpa_p.h.

Constructors and Destructors

◆ UserEvent()

QWindowSystemInterfacePrivate::UserEvent::UserEvent ( QWidget w,
ulong  time,
EventType  t 
)
inline

Properties

◆ timestamp

unsigned long QWindowSystemInterfacePrivate::UserEvent::timestamp

Definition at line 133 of file qwindowsysteminterface_qpa_p.h.

Referenced by qt_cleanup().

◆ widget

QWeakPointer<QWidget> QWindowSystemInterfacePrivate::UserEvent::widget

Definition at line 132 of file qwindowsysteminterface_qpa_p.h.

Referenced by qt_cleanup().


The documentation for this class was generated from the following file: