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
qiosviewcontroller.mm File Reference

(76ebf51bc08f6af624a8540e7af88b9129b22ae1)

#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 <QtCore/qpointer.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 225 of file qiosviewcontroller.mm.

◆ m_focusWindowChangeConnection

QMetaObject::Connection m_focusWindowChangeConnection
Initial value:
{
BOOL m_updatingProperties

Definition at line 224 of file qiosviewcontroller.mm.