Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QWindowSystemInterfacePrivate::ApplicationStateChangedEvent Class Reference

#include <qwindowsysteminterface_p.h>

Inheritance diagram for QWindowSystemInterfacePrivate::ApplicationStateChangedEvent:
Collaboration diagram for QWindowSystemInterfacePrivate::ApplicationStateChangedEvent:

Public Member Functions

 ApplicationStateChangedEvent (Qt::ApplicationState newState, bool forcePropagate=false)
Public Member Functions inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
 WindowSystemEvent (EventType t)
virtual ~WindowSystemEvent ()
bool synthetic () const
bool nullWindow () const

Public Attributes

Qt::ApplicationState newState
bool forcePropagate
Public Attributes inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
EventType type
int flags
bool eventAccepted

Additional Inherited Members

Public Types inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
enum  { Synthetic = 0x1 , NullWindow = 0x2 }

Detailed Description

Definition at line 176 of file qwindowsysteminterface_p.h.

Constructor & Destructor Documentation

◆ ApplicationStateChangedEvent()

QWindowSystemInterfacePrivate::ApplicationStateChangedEvent::ApplicationStateChangedEvent ( Qt::ApplicationState newState,
bool forcePropagate = false )
inline

Definition at line 178 of file qwindowsysteminterface_p.h.

Member Data Documentation

◆ forcePropagate

bool QWindowSystemInterfacePrivate::ApplicationStateChangedEvent::forcePropagate

Definition at line 183 of file qwindowsysteminterface_p.h.

◆ newState

Qt::ApplicationState QWindowSystemInterfacePrivate::ApplicationStateChangedEvent::newState

Definition at line 182 of file qwindowsysteminterface_p.h.


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