#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 "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>
Go to the source code of this file.
|
#define | colorWithBrightness(br) [UIColor colorWithHue:hue saturation:0.5 brightness:br alpha:1.0].CGColor |
|
◆ colorWithBrightness
#define colorWithBrightness |
( |
|
br | ) |
[UIColor colorWithHue:hue saturation:0.5 brightness:br alpha:1.0].CGColor |
◆ m_accessibleElements
NSMutableArray<UIAccessibilityElement *>* m_accessibleElements |
◆ m_activePencilTouch
UITouch* m_activePencilTouch |
◆ m_lastScrollCursorPos
CGPoint m_lastScrollCursorPos |
◆ m_lastScrollDelta
CGPoint m_lastScrollDelta |
◆ m_nextTouchId
◆ m_scrollGestureRecognizer
UIPanGestureRecognizer* m_scrollGestureRecognizer |