Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qiosviewcontroller.mm File Reference
#include "qiosglobal.h"
#import "qiosviewcontroller.h"
#include <QtCore/qscopedvaluerollback.h>
#include <QtCore/private/qcore_mac_p.h>
#include <QtGui/private/qapplekeymapper_p.h>
#include <QtGui/QGuiApplication>
#include <QtGui/QWindow>
#include <QtGui/QScreen>
#include <QtGui/private/qwindow_p.h>
#include <QtGui/private/qguiapplication_p.h>
#include "qiosintegration.h"
#include "qiosscreen.h"
#include "qioswindow.h"
#include "quiview.h"
+ Include dependency graph for qiosviewcontroller.mm:

Go to the source code of this file.

Classes

class  QIOSDesktopManagerView
 

Macros

#define gridColorWithBrightness(br)    [UIColor colorWithHue:0.6 saturation:0.0 brightness:br alpha:1.0].CGColor
 

Variables

QMetaObject::Connection m_focusWindowChangeConnection
 
QMetaObject::Connection m_appStateChangedConnection
 

Macro Definition Documentation

◆ gridColorWithBrightness

#define gridColorWithBrightness (   br)     [UIColor colorWithHue:0.6 saturation:0.0 brightness:br alpha:1.0].CGColor

Variable Documentation

◆ m_appStateChangedConnection

QMetaObject::Connection m_appStateChangedConnection

Definition at line 219 of file qiosviewcontroller.mm.

◆ m_focusWindowChangeConnection

QMetaObject::Connection m_focusWindowChangeConnection
Initial value:
{
BOOL m_updatingProperties

Definition at line 218 of file qiosviewcontroller.mm.