2024-11-17 06:21:37 +00:00
# pragma once
# ifndef MIQT_QT6_GEN_QEVENT_H
# define MIQT_QT6_GEN_QEVENT_H
2024-10-20 05:21:03 +00:00
# include <stdbool.h>
# include <stddef.h>
# include <stdint.h>
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
# include "../libmiqt/libmiqt.h"
# ifdef __cplusplus
extern " C " {
# endif
# ifdef __cplusplus
class QAction ;
class QActionEvent ;
class QApplicationStateChangeEvent ;
class QCloseEvent ;
class QContextMenuEvent ;
class QDragEnterEvent ;
class QDragLeaveEvent ;
class QDragMoveEvent ;
class QDropEvent ;
class QEnterEvent ;
2024-11-19 06:29:06 +00:00
class QEvent ;
2024-10-20 05:21:03 +00:00
class QEventPoint ;
class QExposeEvent ;
class QFile ;
class QFileOpenEvent ;
class QFocusEvent ;
class QHelpEvent ;
class QHideEvent ;
class QHoverEvent ;
class QIconDragEvent ;
class QInputDevice ;
class QInputEvent ;
class QInputMethodEvent ;
# if defined(WORKAROUND_INNER_CLASS_DEFINITION_QInputMethodEvent__Attribute)
typedef QInputMethodEvent : : Attribute QInputMethodEvent__Attribute ;
# else
class QInputMethodEvent__Attribute ;
# endif
class QInputMethodQueryEvent ;
class QKeyCombination ;
class QKeyEvent ;
class QKeySequence ;
class QMimeData ;
class QMouseEvent ;
class QMoveEvent ;
class QNativeGestureEvent ;
class QObject ;
class QPaintEvent ;
class QPlatformSurfaceEvent ;
class QPoint ;
class QPointF ;
class QPointerEvent ;
class QPointingDevice ;
class QRect ;
class QRectF ;
class QRegion ;
class QResizeEvent ;
class QScreen ;
class QScreenOrientationChangeEvent ;
class QScrollEvent ;
class QScrollPrepareEvent ;
class QShortcutEvent ;
class QShowEvent ;
class QSinglePointEvent ;
class QSize ;
class QSizeF ;
class QStatusTipEvent ;
class QTabletEvent ;
class QToolBarChangeEvent ;
class QTouchEvent ;
class QUrl ;
class QVariant ;
class QWhatsThisClickedEvent ;
class QWheelEvent ;
class QWindowStateChangeEvent ;
# else
typedef struct QAction QAction ;
typedef struct QActionEvent QActionEvent ;
typedef struct QApplicationStateChangeEvent QApplicationStateChangeEvent ;
typedef struct QCloseEvent QCloseEvent ;
typedef struct QContextMenuEvent QContextMenuEvent ;
typedef struct QDragEnterEvent QDragEnterEvent ;
typedef struct QDragLeaveEvent QDragLeaveEvent ;
typedef struct QDragMoveEvent QDragMoveEvent ;
typedef struct QDropEvent QDropEvent ;
typedef struct QEnterEvent QEnterEvent ;
2024-11-19 06:29:06 +00:00
typedef struct QEvent QEvent ;
2024-10-20 05:21:03 +00:00
typedef struct QEventPoint QEventPoint ;
typedef struct QExposeEvent QExposeEvent ;
typedef struct QFile QFile ;
typedef struct QFileOpenEvent QFileOpenEvent ;
typedef struct QFocusEvent QFocusEvent ;
typedef struct QHelpEvent QHelpEvent ;
typedef struct QHideEvent QHideEvent ;
typedef struct QHoverEvent QHoverEvent ;
typedef struct QIconDragEvent QIconDragEvent ;
typedef struct QInputDevice QInputDevice ;
typedef struct QInputEvent QInputEvent ;
typedef struct QInputMethodEvent QInputMethodEvent ;
typedef struct QInputMethodEvent__Attribute QInputMethodEvent__Attribute ;
typedef struct QInputMethodQueryEvent QInputMethodQueryEvent ;
typedef struct QKeyCombination QKeyCombination ;
typedef struct QKeyEvent QKeyEvent ;
typedef struct QKeySequence QKeySequence ;
typedef struct QMimeData QMimeData ;
typedef struct QMouseEvent QMouseEvent ;
typedef struct QMoveEvent QMoveEvent ;
typedef struct QNativeGestureEvent QNativeGestureEvent ;
typedef struct QObject QObject ;
typedef struct QPaintEvent QPaintEvent ;
typedef struct QPlatformSurfaceEvent QPlatformSurfaceEvent ;
typedef struct QPoint QPoint ;
typedef struct QPointF QPointF ;
typedef struct QPointerEvent QPointerEvent ;
typedef struct QPointingDevice QPointingDevice ;
typedef struct QRect QRect ;
typedef struct QRectF QRectF ;
typedef struct QRegion QRegion ;
typedef struct QResizeEvent QResizeEvent ;
typedef struct QScreen QScreen ;
typedef struct QScreenOrientationChangeEvent QScreenOrientationChangeEvent ;
typedef struct QScrollEvent QScrollEvent ;
typedef struct QScrollPrepareEvent QScrollPrepareEvent ;
typedef struct QShortcutEvent QShortcutEvent ;
typedef struct QShowEvent QShowEvent ;
typedef struct QSinglePointEvent QSinglePointEvent ;
typedef struct QSize QSize ;
typedef struct QSizeF QSizeF ;
typedef struct QStatusTipEvent QStatusTipEvent ;
typedef struct QTabletEvent QTabletEvent ;
typedef struct QToolBarChangeEvent QToolBarChangeEvent ;
typedef struct QTouchEvent QTouchEvent ;
typedef struct QUrl QUrl ;
typedef struct QVariant QVariant ;
typedef struct QWhatsThisClickedEvent QWhatsThisClickedEvent ;
typedef struct QWheelEvent QWheelEvent ;
typedef struct QWindowStateChangeEvent QWindowStateChangeEvent ;
# endif
2024-11-19 06:29:06 +00:00
void QInputEvent_new ( int typeVal , QInputDevice * m_dev , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QInputEvent_new2 ( int typeVal , QInputDevice * m_dev , int modifiers , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QInputEvent * QInputEvent_Clone ( const QInputEvent * self ) ;
QInputDevice * QInputEvent_Device ( const QInputEvent * self ) ;
int QInputEvent_DeviceType ( const QInputEvent * self ) ;
int QInputEvent_Modifiers ( const QInputEvent * self ) ;
void QInputEvent_SetModifiers ( QInputEvent * self , int modifiers ) ;
unsigned long long QInputEvent_Timestamp ( const QInputEvent * self ) ;
void QInputEvent_SetTimestamp ( QInputEvent * self , unsigned long long timestamp ) ;
2024-11-19 06:29:06 +00:00
void QInputEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QInputEvent * QInputEvent_virtualbase_Clone ( const void * self ) ;
void QInputEvent_override_virtual_SetTimestamp ( void * self , intptr_t slot ) ;
void QInputEvent_virtualbase_SetTimestamp ( void * self , unsigned long long timestamp ) ;
void QInputEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QInputEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QInputEvent_Delete ( QInputEvent * self , bool isSubclass ) ;
void QPointerEvent_new ( int typeVal , QPointingDevice * dev , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QPointerEvent_new2 ( int typeVal , QPointingDevice * dev , int modifiers , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QPointerEvent_new3 ( int typeVal , QPointingDevice * dev , int modifiers , struct miqt_array /* of QEventPoint* */ points , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QPointerEvent * QPointerEvent_Clone ( const QPointerEvent * self ) ;
QPointingDevice * QPointerEvent_PointingDevice ( const QPointerEvent * self ) ;
int QPointerEvent_PointerType ( const QPointerEvent * self ) ;
void QPointerEvent_SetTimestamp ( QPointerEvent * self , unsigned long long timestamp ) ;
ptrdiff_t QPointerEvent_PointCount ( const QPointerEvent * self ) ;
QEventPoint * QPointerEvent_Point ( QPointerEvent * self , ptrdiff_t i ) ;
2024-11-17 06:21:37 +00:00
struct miqt_array /* of QEventPoint* */ QPointerEvent_Points ( const QPointerEvent * self ) ;
2024-10-20 05:21:03 +00:00
QEventPoint * QPointerEvent_PointById ( QPointerEvent * self , int id ) ;
bool QPointerEvent_AllPointsGrabbed ( const QPointerEvent * self ) ;
bool QPointerEvent_IsBeginEvent ( const QPointerEvent * self ) ;
bool QPointerEvent_IsUpdateEvent ( const QPointerEvent * self ) ;
bool QPointerEvent_IsEndEvent ( const QPointerEvent * self ) ;
bool QPointerEvent_AllPointsAccepted ( const QPointerEvent * self ) ;
void QPointerEvent_SetAccepted ( QPointerEvent * self , bool accepted ) ;
QObject * QPointerEvent_ExclusiveGrabber ( const QPointerEvent * self , QEventPoint * point ) ;
void QPointerEvent_SetExclusiveGrabber ( QPointerEvent * self , QEventPoint * point , QObject * exclusiveGrabber ) ;
void QPointerEvent_ClearPassiveGrabbers ( QPointerEvent * self , QEventPoint * point ) ;
bool QPointerEvent_AddPassiveGrabber ( QPointerEvent * self , QEventPoint * point , QObject * grabber ) ;
bool QPointerEvent_RemovePassiveGrabber ( QPointerEvent * self , QEventPoint * point , QObject * grabber ) ;
2024-11-19 06:29:06 +00:00
void QPointerEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QPointerEvent * QPointerEvent_virtualbase_Clone ( const void * self ) ;
void QPointerEvent_override_virtual_SetTimestamp ( void * self , intptr_t slot ) ;
void QPointerEvent_virtualbase_SetTimestamp ( void * self , unsigned long long timestamp ) ;
void QPointerEvent_override_virtual_IsBeginEvent ( void * self , intptr_t slot ) ;
bool QPointerEvent_virtualbase_IsBeginEvent ( const void * self ) ;
void QPointerEvent_override_virtual_IsUpdateEvent ( void * self , intptr_t slot ) ;
bool QPointerEvent_virtualbase_IsUpdateEvent ( const void * self ) ;
void QPointerEvent_override_virtual_IsEndEvent ( void * self , intptr_t slot ) ;
bool QPointerEvent_virtualbase_IsEndEvent ( const void * self ) ;
void QPointerEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QPointerEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QPointerEvent_Delete ( QPointerEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
QSinglePointEvent * QSinglePointEvent_Clone ( const QSinglePointEvent * self ) ;
int QSinglePointEvent_Button ( const QSinglePointEvent * self ) ;
int QSinglePointEvent_Buttons ( const QSinglePointEvent * self ) ;
QPointF * QSinglePointEvent_Position ( const QSinglePointEvent * self ) ;
QPointF * QSinglePointEvent_ScenePosition ( const QSinglePointEvent * self ) ;
QPointF * QSinglePointEvent_GlobalPosition ( const QSinglePointEvent * self ) ;
bool QSinglePointEvent_IsBeginEvent ( const QSinglePointEvent * self ) ;
bool QSinglePointEvent_IsUpdateEvent ( const QSinglePointEvent * self ) ;
bool QSinglePointEvent_IsEndEvent ( const QSinglePointEvent * self ) ;
QObject * QSinglePointEvent_ExclusivePointGrabber ( const QSinglePointEvent * self ) ;
void QSinglePointEvent_SetExclusivePointGrabber ( QSinglePointEvent * self , QObject * exclusiveGrabber ) ;
2024-11-19 06:29:06 +00:00
void QSinglePointEvent_Delete ( QSinglePointEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QEnterEvent_new ( QPointF * localPos , QPointF * scenePos , QPointF * globalPos , QEnterEvent * * outptr_QEnterEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QEnterEvent_new2 ( QPointF * localPos , QPointF * scenePos , QPointF * globalPos , QPointingDevice * device , QEnterEvent * * outptr_QEnterEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QEnterEvent * QEnterEvent_Clone ( const QEnterEvent * self ) ;
QPoint * QEnterEvent_Pos ( const QEnterEvent * self ) ;
QPoint * QEnterEvent_GlobalPos ( const QEnterEvent * self ) ;
int QEnterEvent_X ( const QEnterEvent * self ) ;
int QEnterEvent_Y ( const QEnterEvent * self ) ;
int QEnterEvent_GlobalX ( const QEnterEvent * self ) ;
int QEnterEvent_GlobalY ( const QEnterEvent * self ) ;
QPointF * QEnterEvent_LocalPos ( const QEnterEvent * self ) ;
QPointF * QEnterEvent_WindowPos ( const QEnterEvent * self ) ;
QPointF * QEnterEvent_ScreenPos ( const QEnterEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QEnterEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QEnterEvent * QEnterEvent_virtualbase_Clone ( const void * self ) ;
void QEnterEvent_override_virtual_IsBeginEvent ( void * self , intptr_t slot ) ;
bool QEnterEvent_virtualbase_IsBeginEvent ( const void * self ) ;
void QEnterEvent_override_virtual_IsUpdateEvent ( void * self , intptr_t slot ) ;
bool QEnterEvent_virtualbase_IsUpdateEvent ( const void * self ) ;
void QEnterEvent_override_virtual_IsEndEvent ( void * self , intptr_t slot ) ;
bool QEnterEvent_virtualbase_IsEndEvent ( const void * self ) ;
void QEnterEvent_Delete ( QEnterEvent * self , bool isSubclass ) ;
void QMouseEvent_new ( int typeVal , QPointF * localPos , int button , int buttons , int modifiers , QMouseEvent * * outptr_QMouseEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QMouseEvent_new2 ( int typeVal , QPointF * localPos , QPointF * globalPos , int button , int buttons , int modifiers , QMouseEvent * * outptr_QMouseEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QMouseEvent_new3 ( int typeVal , QPointF * localPos , QPointF * scenePos , QPointF * globalPos , int button , int buttons , int modifiers , QMouseEvent * * outptr_QMouseEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QMouseEvent_new4 ( int typeVal , QPointF * localPos , QPointF * scenePos , QPointF * globalPos , int button , int buttons , int modifiers , int source , QMouseEvent * * outptr_QMouseEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QMouseEvent_new5 ( int typeVal , QPointF * localPos , int button , int buttons , int modifiers , QPointingDevice * device , QMouseEvent * * outptr_QMouseEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QMouseEvent_new6 ( int typeVal , QPointF * localPos , QPointF * globalPos , int button , int buttons , int modifiers , QPointingDevice * device , QMouseEvent * * outptr_QMouseEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QMouseEvent_new7 ( int typeVal , QPointF * localPos , QPointF * scenePos , QPointF * globalPos , int button , int buttons , int modifiers , QPointingDevice * device , QMouseEvent * * outptr_QMouseEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QMouseEvent_new8 ( int typeVal , QPointF * localPos , QPointF * scenePos , QPointF * globalPos , int button , int buttons , int modifiers , int source , QPointingDevice * device , QMouseEvent * * outptr_QMouseEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QMouseEvent * QMouseEvent_Clone ( const QMouseEvent * self ) ;
QPoint * QMouseEvent_Pos ( const QMouseEvent * self ) ;
QPoint * QMouseEvent_GlobalPos ( const QMouseEvent * self ) ;
int QMouseEvent_X ( const QMouseEvent * self ) ;
int QMouseEvent_Y ( const QMouseEvent * self ) ;
int QMouseEvent_GlobalX ( const QMouseEvent * self ) ;
int QMouseEvent_GlobalY ( const QMouseEvent * self ) ;
QPointF * QMouseEvent_LocalPos ( const QMouseEvent * self ) ;
QPointF * QMouseEvent_WindowPos ( const QMouseEvent * self ) ;
QPointF * QMouseEvent_ScreenPos ( const QMouseEvent * self ) ;
int QMouseEvent_Source ( const QMouseEvent * self ) ;
int QMouseEvent_Flags ( const QMouseEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QMouseEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QMouseEvent * QMouseEvent_virtualbase_Clone ( const void * self ) ;
void QMouseEvent_override_virtual_IsBeginEvent ( void * self , intptr_t slot ) ;
bool QMouseEvent_virtualbase_IsBeginEvent ( const void * self ) ;
void QMouseEvent_override_virtual_IsUpdateEvent ( void * self , intptr_t slot ) ;
bool QMouseEvent_virtualbase_IsUpdateEvent ( const void * self ) ;
void QMouseEvent_override_virtual_IsEndEvent ( void * self , intptr_t slot ) ;
bool QMouseEvent_virtualbase_IsEndEvent ( const void * self ) ;
void QMouseEvent_Delete ( QMouseEvent * self , bool isSubclass ) ;
void QHoverEvent_new ( int typeVal , QPointF * scenePos , QPointF * globalPos , QPointF * oldPos , QHoverEvent * * outptr_QHoverEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QHoverEvent_new2 ( int typeVal , QPointF * pos , QPointF * oldPos , QHoverEvent * * outptr_QHoverEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QHoverEvent_new3 ( int typeVal , QPointF * scenePos , QPointF * globalPos , QPointF * oldPos , int modifiers , QHoverEvent * * outptr_QHoverEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QHoverEvent_new4 ( int typeVal , QPointF * scenePos , QPointF * globalPos , QPointF * oldPos , int modifiers , QPointingDevice * device , QHoverEvent * * outptr_QHoverEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QHoverEvent_new5 ( int typeVal , QPointF * pos , QPointF * oldPos , int modifiers , QHoverEvent * * outptr_QHoverEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QHoverEvent_new6 ( int typeVal , QPointF * pos , QPointF * oldPos , int modifiers , QPointingDevice * device , QHoverEvent * * outptr_QHoverEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QHoverEvent * QHoverEvent_Clone ( const QHoverEvent * self ) ;
QPoint * QHoverEvent_Pos ( const QHoverEvent * self ) ;
QPointF * QHoverEvent_PosF ( const QHoverEvent * self ) ;
bool QHoverEvent_IsUpdateEvent ( const QHoverEvent * self ) ;
QPoint * QHoverEvent_OldPos ( const QHoverEvent * self ) ;
QPointF * QHoverEvent_OldPosF ( const QHoverEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QHoverEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QHoverEvent * QHoverEvent_virtualbase_Clone ( const void * self ) ;
void QHoverEvent_override_virtual_IsUpdateEvent ( void * self , intptr_t slot ) ;
bool QHoverEvent_virtualbase_IsUpdateEvent ( const void * self ) ;
void QHoverEvent_override_virtual_IsBeginEvent ( void * self , intptr_t slot ) ;
bool QHoverEvent_virtualbase_IsBeginEvent ( const void * self ) ;
void QHoverEvent_override_virtual_IsEndEvent ( void * self , intptr_t slot ) ;
bool QHoverEvent_virtualbase_IsEndEvent ( const void * self ) ;
void QHoverEvent_Delete ( QHoverEvent * self , bool isSubclass ) ;
void QWheelEvent_new ( QPointF * pos , QPointF * globalPos , QPoint * pixelDelta , QPoint * angleDelta , int buttons , int modifiers , int phase , bool inverted , QWheelEvent * * outptr_QWheelEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QWheelEvent_new2 ( QPointF * pos , QPointF * globalPos , QPoint * pixelDelta , QPoint * angleDelta , int buttons , int modifiers , int phase , bool inverted , int source , QWheelEvent * * outptr_QWheelEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QWheelEvent_new3 ( QPointF * pos , QPointF * globalPos , QPoint * pixelDelta , QPoint * angleDelta , int buttons , int modifiers , int phase , bool inverted , int source , QPointingDevice * device , QWheelEvent * * outptr_QWheelEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QWheelEvent * QWheelEvent_Clone ( const QWheelEvent * self ) ;
QPoint * QWheelEvent_PixelDelta ( const QWheelEvent * self ) ;
QPoint * QWheelEvent_AngleDelta ( const QWheelEvent * self ) ;
int QWheelEvent_Phase ( const QWheelEvent * self ) ;
bool QWheelEvent_Inverted ( const QWheelEvent * self ) ;
bool QWheelEvent_IsInverted ( const QWheelEvent * self ) ;
bool QWheelEvent_HasPixelDelta ( const QWheelEvent * self ) ;
bool QWheelEvent_IsBeginEvent ( const QWheelEvent * self ) ;
bool QWheelEvent_IsUpdateEvent ( const QWheelEvent * self ) ;
bool QWheelEvent_IsEndEvent ( const QWheelEvent * self ) ;
int QWheelEvent_Source ( const QWheelEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QWheelEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QWheelEvent * QWheelEvent_virtualbase_Clone ( const void * self ) ;
void QWheelEvent_override_virtual_IsBeginEvent ( void * self , intptr_t slot ) ;
bool QWheelEvent_virtualbase_IsBeginEvent ( const void * self ) ;
void QWheelEvent_override_virtual_IsUpdateEvent ( void * self , intptr_t slot ) ;
bool QWheelEvent_virtualbase_IsUpdateEvent ( const void * self ) ;
void QWheelEvent_override_virtual_IsEndEvent ( void * self , intptr_t slot ) ;
bool QWheelEvent_virtualbase_IsEndEvent ( const void * self ) ;
void QWheelEvent_Delete ( QWheelEvent * self , bool isSubclass ) ;
void QTabletEvent_new ( int t , QPointingDevice * device , QPointF * pos , QPointF * globalPos , double pressure , float xTilt , float yTilt , float tangentialPressure , double rotation , float z , int keyState , int button , int buttons , QTabletEvent * * outptr_QTabletEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QTabletEvent * QTabletEvent_Clone ( const QTabletEvent * self ) ;
QPoint * QTabletEvent_Pos ( const QTabletEvent * self ) ;
QPoint * QTabletEvent_GlobalPos ( const QTabletEvent * self ) ;
QPointF * QTabletEvent_PosF ( const QTabletEvent * self ) ;
QPointF * QTabletEvent_GlobalPosF ( const QTabletEvent * self ) ;
int QTabletEvent_X ( const QTabletEvent * self ) ;
int QTabletEvent_Y ( const QTabletEvent * self ) ;
int QTabletEvent_GlobalX ( const QTabletEvent * self ) ;
int QTabletEvent_GlobalY ( const QTabletEvent * self ) ;
double QTabletEvent_HiResGlobalX ( const QTabletEvent * self ) ;
double QTabletEvent_HiResGlobalY ( const QTabletEvent * self ) ;
long long QTabletEvent_UniqueId ( const QTabletEvent * self ) ;
double QTabletEvent_Pressure ( const QTabletEvent * self ) ;
double QTabletEvent_Rotation ( const QTabletEvent * self ) ;
double QTabletEvent_Z ( const QTabletEvent * self ) ;
double QTabletEvent_TangentialPressure ( const QTabletEvent * self ) ;
double QTabletEvent_XTilt ( const QTabletEvent * self ) ;
double QTabletEvent_YTilt ( const QTabletEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QTabletEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QTabletEvent * QTabletEvent_virtualbase_Clone ( const void * self ) ;
void QTabletEvent_override_virtual_IsBeginEvent ( void * self , intptr_t slot ) ;
bool QTabletEvent_virtualbase_IsBeginEvent ( const void * self ) ;
void QTabletEvent_override_virtual_IsUpdateEvent ( void * self , intptr_t slot ) ;
bool QTabletEvent_virtualbase_IsUpdateEvent ( const void * self ) ;
void QTabletEvent_override_virtual_IsEndEvent ( void * self , intptr_t slot ) ;
bool QTabletEvent_virtualbase_IsEndEvent ( const void * self ) ;
void QTabletEvent_Delete ( QTabletEvent * self , bool isSubclass ) ;
void QNativeGestureEvent_new ( int typeVal , QPointingDevice * dev , QPointF * localPos , QPointF * scenePos , QPointF * globalPos , double value , unsigned long long sequenceId , unsigned long long intArgument , QNativeGestureEvent * * outptr_QNativeGestureEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QNativeGestureEvent_new2 ( int typeVal , QPointingDevice * dev , int fingerCount , QPointF * localPos , QPointF * scenePos , QPointF * globalPos , double value , QPointF * delta , QNativeGestureEvent * * outptr_QNativeGestureEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QNativeGestureEvent_new3 ( int typeVal , QPointingDevice * dev , int fingerCount , QPointF * localPos , QPointF * scenePos , QPointF * globalPos , double value , QPointF * delta , unsigned long long sequenceId , QNativeGestureEvent * * outptr_QNativeGestureEvent , QSinglePointEvent * * outptr_QSinglePointEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QNativeGestureEvent * QNativeGestureEvent_Clone ( const QNativeGestureEvent * self ) ;
int QNativeGestureEvent_GestureType ( const QNativeGestureEvent * self ) ;
int QNativeGestureEvent_FingerCount ( const QNativeGestureEvent * self ) ;
double QNativeGestureEvent_Value ( const QNativeGestureEvent * self ) ;
QPointF * QNativeGestureEvent_Delta ( const QNativeGestureEvent * self ) ;
QPoint * QNativeGestureEvent_Pos ( const QNativeGestureEvent * self ) ;
QPoint * QNativeGestureEvent_GlobalPos ( const QNativeGestureEvent * self ) ;
QPointF * QNativeGestureEvent_LocalPos ( const QNativeGestureEvent * self ) ;
QPointF * QNativeGestureEvent_WindowPos ( const QNativeGestureEvent * self ) ;
QPointF * QNativeGestureEvent_ScreenPos ( const QNativeGestureEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QNativeGestureEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QNativeGestureEvent * QNativeGestureEvent_virtualbase_Clone ( const void * self ) ;
void QNativeGestureEvent_override_virtual_IsBeginEvent ( void * self , intptr_t slot ) ;
bool QNativeGestureEvent_virtualbase_IsBeginEvent ( const void * self ) ;
void QNativeGestureEvent_override_virtual_IsUpdateEvent ( void * self , intptr_t slot ) ;
bool QNativeGestureEvent_virtualbase_IsUpdateEvent ( const void * self ) ;
void QNativeGestureEvent_override_virtual_IsEndEvent ( void * self , intptr_t slot ) ;
bool QNativeGestureEvent_virtualbase_IsEndEvent ( const void * self ) ;
void QNativeGestureEvent_Delete ( QNativeGestureEvent * self , bool isSubclass ) ;
void QKeyEvent_new ( int typeVal , int key , int modifiers , QKeyEvent * * outptr_QKeyEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QKeyEvent_new2 ( int typeVal , int key , int modifiers , unsigned int nativeScanCode , unsigned int nativeVirtualKey , unsigned int nativeModifiers , QKeyEvent * * outptr_QKeyEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QKeyEvent_new3 ( int typeVal , int key , int modifiers , struct miqt_string text , QKeyEvent * * outptr_QKeyEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QKeyEvent_new4 ( int typeVal , int key , int modifiers , struct miqt_string text , bool autorep , QKeyEvent * * outptr_QKeyEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QKeyEvent_new5 ( int typeVal , int key , int modifiers , struct miqt_string text , bool autorep , uint16_t count , QKeyEvent * * outptr_QKeyEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QKeyEvent_new6 ( int typeVal , int key , int modifiers , unsigned int nativeScanCode , unsigned int nativeVirtualKey , unsigned int nativeModifiers , struct miqt_string text , QKeyEvent * * outptr_QKeyEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QKeyEvent_new7 ( int typeVal , int key , int modifiers , unsigned int nativeScanCode , unsigned int nativeVirtualKey , unsigned int nativeModifiers , struct miqt_string text , bool autorep , QKeyEvent * * outptr_QKeyEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QKeyEvent_new8 ( int typeVal , int key , int modifiers , unsigned int nativeScanCode , unsigned int nativeVirtualKey , unsigned int nativeModifiers , struct miqt_string text , bool autorep , uint16_t count , QKeyEvent * * outptr_QKeyEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QKeyEvent_new9 ( int typeVal , int key , int modifiers , unsigned int nativeScanCode , unsigned int nativeVirtualKey , unsigned int nativeModifiers , struct miqt_string text , bool autorep , uint16_t count , QInputDevice * device , QKeyEvent * * outptr_QKeyEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QKeyEvent * QKeyEvent_Clone ( const QKeyEvent * self ) ;
int QKeyEvent_Key ( const QKeyEvent * self ) ;
bool QKeyEvent_Matches ( const QKeyEvent * self , int key ) ;
int QKeyEvent_Modifiers ( const QKeyEvent * self ) ;
QKeyCombination * QKeyEvent_KeyCombination ( const QKeyEvent * self ) ;
struct miqt_string QKeyEvent_Text ( const QKeyEvent * self ) ;
bool QKeyEvent_IsAutoRepeat ( const QKeyEvent * self ) ;
int QKeyEvent_Count ( const QKeyEvent * self ) ;
unsigned int QKeyEvent_NativeScanCode ( const QKeyEvent * self ) ;
unsigned int QKeyEvent_NativeVirtualKey ( const QKeyEvent * self ) ;
unsigned int QKeyEvent_NativeModifiers ( const QKeyEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QKeyEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QKeyEvent * QKeyEvent_virtualbase_Clone ( const void * self ) ;
void QKeyEvent_override_virtual_SetTimestamp ( void * self , intptr_t slot ) ;
void QKeyEvent_virtualbase_SetTimestamp ( void * self , unsigned long long timestamp ) ;
void QKeyEvent_Delete ( QKeyEvent * self , bool isSubclass ) ;
void QFocusEvent_new ( int typeVal , QFocusEvent * * outptr_QFocusEvent , QEvent * * outptr_QEvent ) ;
void QFocusEvent_new2 ( int typeVal , int reason , QFocusEvent * * outptr_QFocusEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QFocusEvent * QFocusEvent_Clone ( const QFocusEvent * self ) ;
bool QFocusEvent_GotFocus ( const QFocusEvent * self ) ;
bool QFocusEvent_LostFocus ( const QFocusEvent * self ) ;
int QFocusEvent_Reason ( const QFocusEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QFocusEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QFocusEvent * QFocusEvent_virtualbase_Clone ( const void * self ) ;
void QFocusEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QFocusEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QFocusEvent_Delete ( QFocusEvent * self , bool isSubclass ) ;
void QPaintEvent_new ( QRegion * paintRegion , QPaintEvent * * outptr_QPaintEvent , QEvent * * outptr_QEvent ) ;
void QPaintEvent_new2 ( QRect * paintRect , QPaintEvent * * outptr_QPaintEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QPaintEvent * QPaintEvent_Clone ( const QPaintEvent * self ) ;
QRect * QPaintEvent_Rect ( const QPaintEvent * self ) ;
QRegion * QPaintEvent_Region ( const QPaintEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QPaintEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QPaintEvent * QPaintEvent_virtualbase_Clone ( const void * self ) ;
void QPaintEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QPaintEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QPaintEvent_Delete ( QPaintEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QMoveEvent_new ( QPoint * pos , QPoint * oldPos , QMoveEvent * * outptr_QMoveEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QMoveEvent * QMoveEvent_Clone ( const QMoveEvent * self ) ;
QPoint * QMoveEvent_Pos ( const QMoveEvent * self ) ;
QPoint * QMoveEvent_OldPos ( const QMoveEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QMoveEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QMoveEvent * QMoveEvent_virtualbase_Clone ( const void * self ) ;
void QMoveEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QMoveEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QMoveEvent_Delete ( QMoveEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QExposeEvent_new ( QRegion * m_region , QExposeEvent * * outptr_QExposeEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QExposeEvent * QExposeEvent_Clone ( const QExposeEvent * self ) ;
QRegion * QExposeEvent_Region ( const QExposeEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QExposeEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QExposeEvent * QExposeEvent_virtualbase_Clone ( const void * self ) ;
void QExposeEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QExposeEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QExposeEvent_Delete ( QExposeEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QPlatformSurfaceEvent_new ( int surfaceEventType , QPlatformSurfaceEvent * * outptr_QPlatformSurfaceEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QPlatformSurfaceEvent * QPlatformSurfaceEvent_Clone ( const QPlatformSurfaceEvent * self ) ;
int QPlatformSurfaceEvent_SurfaceEventType ( const QPlatformSurfaceEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QPlatformSurfaceEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QPlatformSurfaceEvent * QPlatformSurfaceEvent_virtualbase_Clone ( const void * self ) ;
void QPlatformSurfaceEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QPlatformSurfaceEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QPlatformSurfaceEvent_Delete ( QPlatformSurfaceEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QResizeEvent_new ( QSize * size , QSize * oldSize , QResizeEvent * * outptr_QResizeEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QResizeEvent * QResizeEvent_Clone ( const QResizeEvent * self ) ;
QSize * QResizeEvent_Size ( const QResizeEvent * self ) ;
QSize * QResizeEvent_OldSize ( const QResizeEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QResizeEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QResizeEvent * QResizeEvent_virtualbase_Clone ( const void * self ) ;
void QResizeEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QResizeEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QResizeEvent_Delete ( QResizeEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QCloseEvent_new ( QCloseEvent * * outptr_QCloseEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QCloseEvent * QCloseEvent_Clone ( const QCloseEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QCloseEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QCloseEvent * QCloseEvent_virtualbase_Clone ( const void * self ) ;
void QCloseEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QCloseEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QCloseEvent_Delete ( QCloseEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QIconDragEvent_new ( QIconDragEvent * * outptr_QIconDragEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QIconDragEvent * QIconDragEvent_Clone ( const QIconDragEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QIconDragEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QIconDragEvent * QIconDragEvent_virtualbase_Clone ( const void * self ) ;
void QIconDragEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QIconDragEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QIconDragEvent_Delete ( QIconDragEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QShowEvent_new ( QShowEvent * * outptr_QShowEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QShowEvent * QShowEvent_Clone ( const QShowEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QShowEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QShowEvent * QShowEvent_virtualbase_Clone ( const void * self ) ;
void QShowEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QShowEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QShowEvent_Delete ( QShowEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QHideEvent_new ( QHideEvent * * outptr_QHideEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QHideEvent * QHideEvent_Clone ( const QHideEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QHideEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QHideEvent * QHideEvent_virtualbase_Clone ( const void * self ) ;
void QHideEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QHideEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QHideEvent_Delete ( QHideEvent * self , bool isSubclass ) ;
void QContextMenuEvent_new ( int reason , QPoint * pos , QPoint * globalPos , QContextMenuEvent * * outptr_QContextMenuEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QContextMenuEvent_new2 ( int reason , QPoint * pos , QContextMenuEvent * * outptr_QContextMenuEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QContextMenuEvent_new3 ( int reason , QPoint * pos , QPoint * globalPos , int modifiers , QContextMenuEvent * * outptr_QContextMenuEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QContextMenuEvent * QContextMenuEvent_Clone ( const QContextMenuEvent * self ) ;
int QContextMenuEvent_X ( const QContextMenuEvent * self ) ;
int QContextMenuEvent_Y ( const QContextMenuEvent * self ) ;
int QContextMenuEvent_GlobalX ( const QContextMenuEvent * self ) ;
int QContextMenuEvent_GlobalY ( const QContextMenuEvent * self ) ;
QPoint * QContextMenuEvent_Pos ( const QContextMenuEvent * self ) ;
QPoint * QContextMenuEvent_GlobalPos ( const QContextMenuEvent * self ) ;
int QContextMenuEvent_Reason ( const QContextMenuEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QContextMenuEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QContextMenuEvent * QContextMenuEvent_virtualbase_Clone ( const void * self ) ;
void QContextMenuEvent_override_virtual_SetTimestamp ( void * self , intptr_t slot ) ;
void QContextMenuEvent_virtualbase_SetTimestamp ( void * self , unsigned long long timestamp ) ;
void QContextMenuEvent_Delete ( QContextMenuEvent * self , bool isSubclass ) ;
void QInputMethodEvent_new ( QInputMethodEvent * * outptr_QInputMethodEvent , QEvent * * outptr_QEvent ) ;
void QInputMethodEvent_new2 ( struct miqt_string preeditText , struct miqt_array /* of QInputMethodEvent__Attribute* */ attributes , QInputMethodEvent * * outptr_QInputMethodEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QInputMethodEvent * QInputMethodEvent_Clone ( const QInputMethodEvent * self ) ;
void QInputMethodEvent_SetCommitString ( QInputMethodEvent * self , struct miqt_string commitString ) ;
2024-11-17 06:21:37 +00:00
struct miqt_array /* of QInputMethodEvent__Attribute* */ QInputMethodEvent_Attributes ( const QInputMethodEvent * self ) ;
2024-10-20 05:21:03 +00:00
struct miqt_string QInputMethodEvent_PreeditString ( const QInputMethodEvent * self ) ;
struct miqt_string QInputMethodEvent_CommitString ( const QInputMethodEvent * self ) ;
int QInputMethodEvent_ReplacementStart ( const QInputMethodEvent * self ) ;
int QInputMethodEvent_ReplacementLength ( const QInputMethodEvent * self ) ;
void QInputMethodEvent_SetCommitString2 ( QInputMethodEvent * self , struct miqt_string commitString , int replaceFrom ) ;
void QInputMethodEvent_SetCommitString3 ( QInputMethodEvent * self , struct miqt_string commitString , int replaceFrom , int replaceLength ) ;
2024-11-19 06:29:06 +00:00
void QInputMethodEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QInputMethodEvent * QInputMethodEvent_virtualbase_Clone ( const void * self ) ;
void QInputMethodEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QInputMethodEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QInputMethodEvent_Delete ( QInputMethodEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QInputMethodQueryEvent_new ( int queries , QInputMethodQueryEvent * * outptr_QInputMethodQueryEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QInputMethodQueryEvent * QInputMethodQueryEvent_Clone ( const QInputMethodQueryEvent * self ) ;
int QInputMethodQueryEvent_Queries ( const QInputMethodQueryEvent * self ) ;
void QInputMethodQueryEvent_SetValue ( QInputMethodQueryEvent * self , int query , QVariant * value ) ;
QVariant * QInputMethodQueryEvent_Value ( const QInputMethodQueryEvent * self , int query ) ;
2024-11-19 06:29:06 +00:00
void QInputMethodQueryEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QInputMethodQueryEvent * QInputMethodQueryEvent_virtualbase_Clone ( const void * self ) ;
void QInputMethodQueryEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QInputMethodQueryEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QInputMethodQueryEvent_Delete ( QInputMethodQueryEvent * self , bool isSubclass ) ;
void QDropEvent_new ( QPointF * pos , int actions , QMimeData * data , int buttons , int modifiers , QDropEvent * * outptr_QDropEvent , QEvent * * outptr_QEvent ) ;
void QDropEvent_new2 ( QPointF * pos , int actions , QMimeData * data , int buttons , int modifiers , int typeVal , QDropEvent * * outptr_QDropEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QDropEvent * QDropEvent_Clone ( const QDropEvent * self ) ;
QPoint * QDropEvent_Pos ( const QDropEvent * self ) ;
QPointF * QDropEvent_PosF ( const QDropEvent * self ) ;
int QDropEvent_MouseButtons ( const QDropEvent * self ) ;
int QDropEvent_KeyboardModifiers ( const QDropEvent * self ) ;
QPointF * QDropEvent_Position ( const QDropEvent * self ) ;
int QDropEvent_Buttons ( const QDropEvent * self ) ;
int QDropEvent_Modifiers ( const QDropEvent * self ) ;
int QDropEvent_PossibleActions ( const QDropEvent * self ) ;
int QDropEvent_ProposedAction ( const QDropEvent * self ) ;
void QDropEvent_AcceptProposedAction ( QDropEvent * self ) ;
int QDropEvent_DropAction ( const QDropEvent * self ) ;
void QDropEvent_SetDropAction ( QDropEvent * self , int action ) ;
QObject * QDropEvent_Source ( const QDropEvent * self ) ;
QMimeData * QDropEvent_MimeData ( const QDropEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QDropEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QDropEvent * QDropEvent_virtualbase_Clone ( const void * self ) ;
void QDropEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QDropEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QDropEvent_Delete ( QDropEvent * self , bool isSubclass ) ;
void QDragMoveEvent_new ( QPoint * pos , int actions , QMimeData * data , int buttons , int modifiers , QDragMoveEvent * * outptr_QDragMoveEvent , QDropEvent * * outptr_QDropEvent , QEvent * * outptr_QEvent ) ;
void QDragMoveEvent_new2 ( QPoint * pos , int actions , QMimeData * data , int buttons , int modifiers , int typeVal , QDragMoveEvent * * outptr_QDragMoveEvent , QDropEvent * * outptr_QDropEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QDragMoveEvent * QDragMoveEvent_Clone ( const QDragMoveEvent * self ) ;
QRect * QDragMoveEvent_AnswerRect ( const QDragMoveEvent * self ) ;
void QDragMoveEvent_Accept ( QDragMoveEvent * self ) ;
void QDragMoveEvent_Ignore ( QDragMoveEvent * self ) ;
void QDragMoveEvent_AcceptWithQRect ( QDragMoveEvent * self , QRect * r ) ;
void QDragMoveEvent_IgnoreWithQRect ( QDragMoveEvent * self , QRect * r ) ;
2024-11-19 06:29:06 +00:00
void QDragMoveEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QDragMoveEvent * QDragMoveEvent_virtualbase_Clone ( const void * self ) ;
void QDragMoveEvent_Delete ( QDragMoveEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QDragEnterEvent_new ( QPoint * pos , int actions , QMimeData * data , int buttons , int modifiers , QDragEnterEvent * * outptr_QDragEnterEvent , QDragMoveEvent * * outptr_QDragMoveEvent , QDropEvent * * outptr_QDropEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QDragEnterEvent * QDragEnterEvent_Clone ( const QDragEnterEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QDragEnterEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QDragEnterEvent * QDragEnterEvent_virtualbase_Clone ( const void * self ) ;
void QDragEnterEvent_Delete ( QDragEnterEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QDragLeaveEvent_new ( QDragLeaveEvent * * outptr_QDragLeaveEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QDragLeaveEvent * QDragLeaveEvent_Clone ( const QDragLeaveEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QDragLeaveEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QDragLeaveEvent * QDragLeaveEvent_virtualbase_Clone ( const void * self ) ;
void QDragLeaveEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QDragLeaveEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QDragLeaveEvent_Delete ( QDragLeaveEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QHelpEvent_new ( int typeVal , QPoint * pos , QPoint * globalPos , QHelpEvent * * outptr_QHelpEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QHelpEvent * QHelpEvent_Clone ( const QHelpEvent * self ) ;
int QHelpEvent_X ( const QHelpEvent * self ) ;
int QHelpEvent_Y ( const QHelpEvent * self ) ;
int QHelpEvent_GlobalX ( const QHelpEvent * self ) ;
int QHelpEvent_GlobalY ( const QHelpEvent * self ) ;
QPoint * QHelpEvent_Pos ( const QHelpEvent * self ) ;
QPoint * QHelpEvent_GlobalPos ( const QHelpEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QHelpEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QHelpEvent * QHelpEvent_virtualbase_Clone ( const void * self ) ;
void QHelpEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QHelpEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QHelpEvent_Delete ( QHelpEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QStatusTipEvent_new ( struct miqt_string tip , QStatusTipEvent * * outptr_QStatusTipEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QStatusTipEvent * QStatusTipEvent_Clone ( const QStatusTipEvent * self ) ;
struct miqt_string QStatusTipEvent_Tip ( const QStatusTipEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QStatusTipEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QStatusTipEvent * QStatusTipEvent_virtualbase_Clone ( const void * self ) ;
void QStatusTipEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QStatusTipEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QStatusTipEvent_Delete ( QStatusTipEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QWhatsThisClickedEvent_new ( struct miqt_string href , QWhatsThisClickedEvent * * outptr_QWhatsThisClickedEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QWhatsThisClickedEvent * QWhatsThisClickedEvent_Clone ( const QWhatsThisClickedEvent * self ) ;
struct miqt_string QWhatsThisClickedEvent_Href ( const QWhatsThisClickedEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QWhatsThisClickedEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QWhatsThisClickedEvent * QWhatsThisClickedEvent_virtualbase_Clone ( const void * self ) ;
void QWhatsThisClickedEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QWhatsThisClickedEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QWhatsThisClickedEvent_Delete ( QWhatsThisClickedEvent * self , bool isSubclass ) ;
void QActionEvent_new ( int typeVal , QAction * action , QActionEvent * * outptr_QActionEvent , QEvent * * outptr_QEvent ) ;
void QActionEvent_new2 ( int typeVal , QAction * action , QAction * before , QActionEvent * * outptr_QActionEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QActionEvent * QActionEvent_Clone ( const QActionEvent * self ) ;
QAction * QActionEvent_Action ( const QActionEvent * self ) ;
QAction * QActionEvent_Before ( const QActionEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QActionEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QActionEvent * QActionEvent_virtualbase_Clone ( const void * self ) ;
void QActionEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QActionEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QActionEvent_Delete ( QActionEvent * self , bool isSubclass ) ;
void QFileOpenEvent_new ( struct miqt_string file , QFileOpenEvent * * outptr_QFileOpenEvent , QEvent * * outptr_QEvent ) ;
void QFileOpenEvent_new2 ( QUrl * url , QFileOpenEvent * * outptr_QFileOpenEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QFileOpenEvent * QFileOpenEvent_Clone ( const QFileOpenEvent * self ) ;
struct miqt_string QFileOpenEvent_File ( const QFileOpenEvent * self ) ;
QUrl * QFileOpenEvent_Url ( const QFileOpenEvent * self ) ;
bool QFileOpenEvent_OpenFile ( const QFileOpenEvent * self , QFile * file , int flags ) ;
2024-11-19 06:29:06 +00:00
void QFileOpenEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QFileOpenEvent * QFileOpenEvent_virtualbase_Clone ( const void * self ) ;
void QFileOpenEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QFileOpenEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QFileOpenEvent_Delete ( QFileOpenEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QToolBarChangeEvent_new ( bool t , QToolBarChangeEvent * * outptr_QToolBarChangeEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QToolBarChangeEvent * QToolBarChangeEvent_Clone ( const QToolBarChangeEvent * self ) ;
bool QToolBarChangeEvent_Toggle ( const QToolBarChangeEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QToolBarChangeEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QToolBarChangeEvent * QToolBarChangeEvent_virtualbase_Clone ( const void * self ) ;
void QToolBarChangeEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QToolBarChangeEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QToolBarChangeEvent_Delete ( QToolBarChangeEvent * self , bool isSubclass ) ;
void QShortcutEvent_new ( QKeySequence * key , int id , QShortcutEvent * * outptr_QShortcutEvent , QEvent * * outptr_QEvent ) ;
void QShortcutEvent_new2 ( QKeySequence * key , int id , bool ambiguous , QShortcutEvent * * outptr_QShortcutEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QShortcutEvent * QShortcutEvent_Clone ( const QShortcutEvent * self ) ;
QKeySequence * QShortcutEvent_Key ( const QShortcutEvent * self ) ;
int QShortcutEvent_ShortcutId ( const QShortcutEvent * self ) ;
bool QShortcutEvent_IsAmbiguous ( const QShortcutEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QShortcutEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QShortcutEvent * QShortcutEvent_virtualbase_Clone ( const void * self ) ;
void QShortcutEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QShortcutEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QShortcutEvent_Delete ( QShortcutEvent * self , bool isSubclass ) ;
void QWindowStateChangeEvent_new ( int oldState , QWindowStateChangeEvent * * outptr_QWindowStateChangeEvent , QEvent * * outptr_QEvent ) ;
void QWindowStateChangeEvent_new2 ( int oldState , bool isOverride , QWindowStateChangeEvent * * outptr_QWindowStateChangeEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QWindowStateChangeEvent * QWindowStateChangeEvent_Clone ( const QWindowStateChangeEvent * self ) ;
int QWindowStateChangeEvent_OldState ( const QWindowStateChangeEvent * self ) ;
bool QWindowStateChangeEvent_IsOverride ( const QWindowStateChangeEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QWindowStateChangeEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QWindowStateChangeEvent * QWindowStateChangeEvent_virtualbase_Clone ( const void * self ) ;
void QWindowStateChangeEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QWindowStateChangeEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QWindowStateChangeEvent_Delete ( QWindowStateChangeEvent * self , bool isSubclass ) ;
void QTouchEvent_new ( int eventType , QTouchEvent * * outptr_QTouchEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QTouchEvent_new2 ( int eventType , QPointingDevice * device , int modifiers , uint8_t touchPointStates , QTouchEvent * * outptr_QTouchEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QTouchEvent_new3 ( int eventType , QPointingDevice * device , QTouchEvent * * outptr_QTouchEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QTouchEvent_new4 ( int eventType , QPointingDevice * device , int modifiers , QTouchEvent * * outptr_QTouchEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QTouchEvent_new5 ( int eventType , QPointingDevice * device , int modifiers , struct miqt_array /* of QEventPoint* */ touchPoints , QTouchEvent * * outptr_QTouchEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
void QTouchEvent_new6 ( int eventType , QPointingDevice * device , int modifiers , uint8_t touchPointStates , struct miqt_array /* of QEventPoint* */ touchPoints , QTouchEvent * * outptr_QTouchEvent , QPointerEvent * * outptr_QPointerEvent , QInputEvent * * outptr_QInputEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QTouchEvent * QTouchEvent_Clone ( const QTouchEvent * self ) ;
QObject * QTouchEvent_Target ( const QTouchEvent * self ) ;
uint8_t QTouchEvent_TouchPointStates ( const QTouchEvent * self ) ;
2024-11-17 06:21:37 +00:00
struct miqt_array /* of QEventPoint* */ QTouchEvent_TouchPoints ( const QTouchEvent * self ) ;
2024-10-20 05:21:03 +00:00
bool QTouchEvent_IsBeginEvent ( const QTouchEvent * self ) ;
bool QTouchEvent_IsUpdateEvent ( const QTouchEvent * self ) ;
bool QTouchEvent_IsEndEvent ( const QTouchEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QTouchEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QTouchEvent * QTouchEvent_virtualbase_Clone ( const void * self ) ;
void QTouchEvent_override_virtual_IsBeginEvent ( void * self , intptr_t slot ) ;
bool QTouchEvent_virtualbase_IsBeginEvent ( const void * self ) ;
void QTouchEvent_override_virtual_IsUpdateEvent ( void * self , intptr_t slot ) ;
bool QTouchEvent_virtualbase_IsUpdateEvent ( const void * self ) ;
void QTouchEvent_override_virtual_IsEndEvent ( void * self , intptr_t slot ) ;
bool QTouchEvent_virtualbase_IsEndEvent ( const void * self ) ;
void QTouchEvent_override_virtual_SetTimestamp ( void * self , intptr_t slot ) ;
void QTouchEvent_virtualbase_SetTimestamp ( void * self , unsigned long long timestamp ) ;
void QTouchEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QTouchEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QTouchEvent_Delete ( QTouchEvent * self , bool isSubclass ) ;
void QScrollPrepareEvent_new ( QPointF * startPos , QScrollPrepareEvent * * outptr_QScrollPrepareEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QScrollPrepareEvent * QScrollPrepareEvent_Clone ( const QScrollPrepareEvent * self ) ;
QPointF * QScrollPrepareEvent_StartPos ( const QScrollPrepareEvent * self ) ;
QSizeF * QScrollPrepareEvent_ViewportSize ( const QScrollPrepareEvent * self ) ;
QRectF * QScrollPrepareEvent_ContentPosRange ( const QScrollPrepareEvent * self ) ;
QPointF * QScrollPrepareEvent_ContentPos ( const QScrollPrepareEvent * self ) ;
void QScrollPrepareEvent_SetViewportSize ( QScrollPrepareEvent * self , QSizeF * size ) ;
void QScrollPrepareEvent_SetContentPosRange ( QScrollPrepareEvent * self , QRectF * rect ) ;
void QScrollPrepareEvent_SetContentPos ( QScrollPrepareEvent * self , QPointF * pos ) ;
2024-11-19 06:29:06 +00:00
void QScrollPrepareEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QScrollPrepareEvent * QScrollPrepareEvent_virtualbase_Clone ( const void * self ) ;
void QScrollPrepareEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QScrollPrepareEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QScrollPrepareEvent_Delete ( QScrollPrepareEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QScrollEvent_new ( QPointF * contentPos , QPointF * overshoot , int scrollState , QScrollEvent * * outptr_QScrollEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QScrollEvent * QScrollEvent_Clone ( const QScrollEvent * self ) ;
QPointF * QScrollEvent_ContentPos ( const QScrollEvent * self ) ;
QPointF * QScrollEvent_OvershootDistance ( const QScrollEvent * self ) ;
int QScrollEvent_ScrollState ( const QScrollEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QScrollEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QScrollEvent * QScrollEvent_virtualbase_Clone ( const void * self ) ;
void QScrollEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QScrollEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QScrollEvent_Delete ( QScrollEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QScreenOrientationChangeEvent_new ( QScreen * screen , int orientation , QScreenOrientationChangeEvent * * outptr_QScreenOrientationChangeEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QScreenOrientationChangeEvent * QScreenOrientationChangeEvent_Clone ( const QScreenOrientationChangeEvent * self ) ;
QScreen * QScreenOrientationChangeEvent_Screen ( const QScreenOrientationChangeEvent * self ) ;
int QScreenOrientationChangeEvent_Orientation ( const QScreenOrientationChangeEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QScreenOrientationChangeEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QScreenOrientationChangeEvent * QScreenOrientationChangeEvent_virtualbase_Clone ( const void * self ) ;
void QScreenOrientationChangeEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QScreenOrientationChangeEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QScreenOrientationChangeEvent_Delete ( QScreenOrientationChangeEvent * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
2024-11-19 06:29:06 +00:00
void QApplicationStateChangeEvent_new ( int state , QApplicationStateChangeEvent * * outptr_QApplicationStateChangeEvent , QEvent * * outptr_QEvent ) ;
2024-10-20 05:21:03 +00:00
QApplicationStateChangeEvent * QApplicationStateChangeEvent_Clone ( const QApplicationStateChangeEvent * self ) ;
int QApplicationStateChangeEvent_ApplicationState ( const QApplicationStateChangeEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QApplicationStateChangeEvent_override_virtual_Clone ( void * self , intptr_t slot ) ;
QApplicationStateChangeEvent * QApplicationStateChangeEvent_virtualbase_Clone ( const void * self ) ;
void QApplicationStateChangeEvent_override_virtual_SetAccepted ( void * self , intptr_t slot ) ;
void QApplicationStateChangeEvent_virtualbase_SetAccepted ( void * self , bool accepted ) ;
void QApplicationStateChangeEvent_Delete ( QApplicationStateChangeEvent * self , bool isSubclass ) ;
void QInputMethodEvent__Attribute_new ( int typ , int s , int l , QVariant * val , QInputMethodEvent__Attribute * * outptr_QInputMethodEvent__Attribute ) ;
void QInputMethodEvent__Attribute_new2 ( int typ , int s , int l , QInputMethodEvent__Attribute * * outptr_QInputMethodEvent__Attribute ) ;
void QInputMethodEvent__Attribute_new3 ( QInputMethodEvent__Attribute * param1 , QInputMethodEvent__Attribute * * outptr_QInputMethodEvent__Attribute ) ;
2024-10-20 05:21:03 +00:00
void QInputMethodEvent__Attribute_OperatorAssign ( QInputMethodEvent__Attribute * self , QInputMethodEvent__Attribute * param1 ) ;
2024-11-19 06:29:06 +00:00
void QInputMethodEvent__Attribute_Delete ( QInputMethodEvent__Attribute * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
# ifdef __cplusplus
} /* extern C */
# endif
# endif