Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QWindowSystemInterfacePrivate::WindowSystemEvent Class Reference

#include <qwindowsysteminterface_p.h>

+ Inheritance diagram for QWindowSystemInterfacePrivate::WindowSystemEvent:
+ Collaboration diagram for QWindowSystemInterfacePrivate::WindowSystemEvent:

Public Types

enum  { Synthetic = 0x1 , NullWindow = 0x2 }
 

Public Member Functions

 WindowSystemEvent (EventType t)
 
virtual ~WindowSystemEvent ()
 
bool synthetic () const
 
bool nullWindow () const
 

Public Attributes

EventType type
 
int flags
 
bool eventAccepted
 

Detailed Description

Definition at line 75 of file qwindowsysteminterface_p.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Synthetic 
NullWindow 

Definition at line 77 of file qwindowsysteminterface_p.h.

Constructor & Destructor Documentation

◆ WindowSystemEvent()

QWindowSystemInterfacePrivate::WindowSystemEvent::WindowSystemEvent ( EventType t)
inlineexplicit

Definition at line 82 of file qwindowsysteminterface_p.h.

◆ ~WindowSystemEvent()

virtual QWindowSystemInterfacePrivate::WindowSystemEvent::~WindowSystemEvent ( )
inlinevirtual

Definition at line 84 of file qwindowsysteminterface_p.h.

Member Function Documentation

◆ nullWindow()

bool QWindowSystemInterfacePrivate::WindowSystemEvent::nullWindow ( ) const
inline

Definition at line 87 of file qwindowsysteminterface_p.h.

Referenced by QGuiApplicationPrivate::processKeyEvent(), QGuiApplicationPrivate::processMouseEvent(), QGuiApplicationPrivate::processTabletEvent(), and QGuiApplicationPrivate::processWheelEvent().

+ Here is the caller graph for this function:

◆ synthetic()

bool QWindowSystemInterfacePrivate::WindowSystemEvent::synthetic ( ) const
inline

Definition at line 86 of file qwindowsysteminterface_p.h.

Referenced by QGuiApplicationPrivate::processMouseEvent(), and QGuiApplicationPrivate::processTouchEvent().

+ Here is the caller graph for this function:

Member Data Documentation

◆ eventAccepted

◆ flags

int QWindowSystemInterfacePrivate::WindowSystemEvent::flags

◆ type

EventType QWindowSystemInterfacePrivate::WindowSystemEvent::type

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