Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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.

◆ synthetic()

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

Definition at line 86 of file qwindowsysteminterface_p.h.

Member Data Documentation

◆ eventAccepted

bool QWindowSystemInterfacePrivate::WindowSystemEvent::eventAccepted

◆ flags

int QWindowSystemInterfacePrivate::WindowSystemEvent::flags

◆ type

EventType QWindowSystemInterfacePrivate::WindowSystemEvent::type

Definition at line 89 of file qwindowsysteminterface_p.h.


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