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

(447a82ebe4ff494b175ed574fd2d07492873e691)

#include "quiview.h"
#include "qiosglobal.h"
#include "qiosintegration.h"
#include "qiosviewcontroller.h"
#include "qiostextresponder.h"
#include "qiosscreen.h"
#include "qioswindow.h"
#include "qiosinputcontext.h"
#include "quiwindow.h"
#include "qiosmenu.h"
#include <QtCore/qmath.h>
#include <QtGui/qpointingdevice.h>
#include <QtGui/private/qguiapplication_p.h>
#include <QtGui/private/qwindow_p.h>
#include <QtGui/private/qapplekeymapper_p.h>
#include <qpa/qwindowsysteminterface_p.h>
+ Include dependency graph for quiview.mm:

Go to the source code of this file.

Macros

#define colorWithBrightness(br)    [UIColor colorWithHue:hue saturation:0.5 brightness:br alpha:1.0].CGColor
 

Variables

UITouch * m_activePencilTouch
 
NSMutableArray< UIAccessibilityElement * > * m_accessibleElements
 
UIPanGestureRecognizer * m_scrollGestureRecognizer
 
CGPoint m_lastScrollCursorPos
 
CGPoint m_lastScrollDelta
 

Macro Definition Documentation

◆ colorWithBrightness

#define colorWithBrightness ( br)     [UIColor colorWithHue:hue saturation:0.5 brightness:br alpha:1.0].CGColor

Variable Documentation

◆ m_accessibleElements

NSMutableArray<UIAccessibilityElement *>* m_accessibleElements

Definition at line 57 of file quiview.mm.

◆ m_activePencilTouch

UITouch* m_activePencilTouch
Initial value:
{
QHash<NSUInteger, QWindowSystemInterface::TouchPoint> m_activeTouches

Definition at line 56 of file quiview.mm.

◆ m_lastScrollCursorPos

CGPoint m_lastScrollCursorPos

Definition at line 59 of file quiview.mm.

◆ m_lastScrollDelta

CGPoint m_lastScrollDelta

Definition at line 60 of file quiview.mm.

◆ m_scrollGestureRecognizer

UIPanGestureRecognizer* m_scrollGestureRecognizer

Definition at line 58 of file quiview.mm.