(6e089a66a4d08a5d788c194560fccdec793e6337)
#include "qevent.h"
#include "qcursor.h"
#include "private/qguiapplication_p.h"
#include "private/qinputdevice_p.h"
#include "private/qpointingdevice_p.h"
#include "qpa/qplatformintegration.h"
#include "private/qevent_p.h"
#include "private/qeventpoint_p.h"
#include "qfile.h"
#include "qhashfunctions.h"
#include "qmetaobject.h"
#include "qmimedata.h"
#include "qevent_p.h"
#include "qmath.h"
#include "qloggingcategory.h"
#include "qpointer.h"
#include <private/qdebug_p.h>
#include "moc_qevent.cpp"
Go to the source code of this file.
◆ Q_IMPL_POINTER_EVENT
#define Q_IMPL_POINTER_EVENT |
( |
| Class | ) |
|
Value: Class::Class(const Class &) = default; \
Class::~Class() = default; \
Class* Class::clone() const \
{ \
auto c =
new Class(*
this); \
for (
auto &point :
c->m_points) \
QMutableEventPoint::detach(point); \
\
}
Definition at line 34 of file qevent.cpp.
◆ eventClassName()
◆ formatInputMethodEvent()
◆ formatInputMethodQueryEvent()
◆ formatTouchEvent()
◆ formatUnicodeString()
◆ operator<<() [1/4]
◆ operator<<() [2/4]
◆ operator<<() [3/4]
◆ operator<<() [4/4]
◆ Q_IMPL_POINTER_EVENT()
◆ QT_BEGIN_NAMESPACE