2024-11-17 06:21:37 +00:00
# pragma once
# ifndef MIQT_QT_GEN_QEVENT_H
# define MIQT_QT_GEN_QEVENT_H
2024-08-25 04:08:24 +00:00
# include <stdbool.h>
# include <stddef.h>
# include <stdint.h>
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
2024-10-16 05:07:56 +00:00
# include "../libmiqt/libmiqt.h"
2024-09-14 22:29:05 +00:00
2024-08-25 04:08:24 +00:00
# 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-08-25 04:08:24 +00:00
class QExposeEvent ;
2024-08-29 07:01:51 +00:00
class QFile ;
2024-08-25 04:08:24 +00:00
class QFileOpenEvent ;
class QFocusEvent ;
class QHelpEvent ;
class QHideEvent ;
class QHoverEvent ;
class QIconDragEvent ;
class QInputEvent ;
class QInputMethodEvent ;
2024-08-29 07:01:51 +00:00
# if defined(WORKAROUND_INNER_CLASS_DEFINITION_QInputMethodEvent__Attribute)
typedef QInputMethodEvent : : Attribute QInputMethodEvent__Attribute ;
# else
class QInputMethodEvent__Attribute ;
# endif
2024-08-25 04:08:24 +00:00
class QInputMethodQueryEvent ;
class QKeyEvent ;
class QKeySequence ;
class QMimeData ;
class QMouseEvent ;
class QMoveEvent ;
class QNativeGestureEvent ;
class QObject ;
class QPaintEvent ;
class QPlatformSurfaceEvent ;
class QPoint ;
class QPointF ;
class QPointingDeviceUniqueId ;
class QRect ;
class QRectF ;
class QRegion ;
class QResizeEvent ;
class QScreen ;
class QScreenOrientationChangeEvent ;
class QScrollEvent ;
class QScrollPrepareEvent ;
class QShortcutEvent ;
class QShowEvent ;
class QSize ;
class QSizeF ;
class QStatusTipEvent ;
class QTabletEvent ;
class QToolBarChangeEvent ;
class QTouchDevice ;
class QTouchEvent ;
2024-08-29 07:01:51 +00:00
# if defined(WORKAROUND_INNER_CLASS_DEFINITION_QTouchEvent__TouchPoint)
typedef QTouchEvent : : TouchPoint QTouchEvent__TouchPoint ;
# else
class QTouchEvent__TouchPoint ;
# endif
2024-08-25 04:08:24 +00:00
class QUrl ;
2024-08-29 07:01:51 +00:00
class QVariant ;
class QVector2D ;
2024-08-25 04:08:24 +00:00
class QWhatsThisClickedEvent ;
class QWheelEvent ;
class QWindow ;
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-08-25 04:08:24 +00:00
typedef struct QExposeEvent QExposeEvent ;
2024-08-29 07:01:51 +00:00
typedef struct QFile QFile ;
2024-08-25 04:08:24 +00:00
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 QInputEvent QInputEvent ;
typedef struct QInputMethodEvent QInputMethodEvent ;
2024-08-29 07:01:51 +00:00
typedef struct QInputMethodEvent__Attribute QInputMethodEvent__Attribute ;
2024-08-25 04:08:24 +00:00
typedef struct QInputMethodQueryEvent QInputMethodQueryEvent ;
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 QPointingDeviceUniqueId QPointingDeviceUniqueId ;
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 QSize QSize ;
typedef struct QSizeF QSizeF ;
typedef struct QStatusTipEvent QStatusTipEvent ;
typedef struct QTabletEvent QTabletEvent ;
typedef struct QToolBarChangeEvent QToolBarChangeEvent ;
typedef struct QTouchDevice QTouchDevice ;
typedef struct QTouchEvent QTouchEvent ;
2024-08-29 07:01:51 +00:00
typedef struct QTouchEvent__TouchPoint QTouchEvent__TouchPoint ;
2024-08-25 04:08:24 +00:00
typedef struct QUrl QUrl ;
2024-08-29 07:01:51 +00:00
typedef struct QVariant QVariant ;
typedef struct QVector2D QVector2D ;
2024-08-25 04:08:24 +00:00
typedef struct QWhatsThisClickedEvent QWhatsThisClickedEvent ;
typedef struct QWheelEvent QWheelEvent ;
typedef struct QWindow QWindow ;
typedef struct QWindowStateChangeEvent QWindowStateChangeEvent ;
# endif
2024-12-07 04:15:57 +00:00
QInputEvent * QInputEvent_new ( int typeVal ) ;
QInputEvent * QInputEvent_new2 ( QInputEvent * param1 ) ;
QInputEvent * QInputEvent_new3 ( int typeVal , int modifiers ) ;
void QInputEvent_virtbase ( QInputEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
int QInputEvent_Modifiers ( const QInputEvent * self ) ;
2024-08-29 07:01:51 +00:00
void QInputEvent_SetModifiers ( QInputEvent * self , int amodifiers ) ;
2024-09-11 05:41:09 +00:00
unsigned long QInputEvent_Timestamp ( const QInputEvent * self ) ;
2024-08-25 04:08:24 +00:00
void QInputEvent_SetTimestamp ( QInputEvent * self , unsigned long atimestamp ) ;
2024-11-19 06:29:06 +00:00
void QInputEvent_Delete ( QInputEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QEnterEvent * QEnterEvent_new ( QPointF * localPos , QPointF * windowPos , QPointF * screenPos ) ;
QEnterEvent * QEnterEvent_new2 ( QEnterEvent * param1 ) ;
void QEnterEvent_virtbase ( QEnterEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
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_Delete ( QEnterEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QMouseEvent * QMouseEvent_new ( int typeVal , QPointF * localPos , int button , int buttons , int modifiers ) ;
QMouseEvent * QMouseEvent_new2 ( int typeVal , QPointF * localPos , QPointF * screenPos , int button , int buttons , int modifiers ) ;
QMouseEvent * QMouseEvent_new3 ( int typeVal , QPointF * localPos , QPointF * windowPos , QPointF * screenPos , int button , int buttons , int modifiers ) ;
QMouseEvent * QMouseEvent_new4 ( int typeVal , QPointF * localPos , QPointF * windowPos , QPointF * screenPos , int button , int buttons , int modifiers , int source ) ;
QMouseEvent * QMouseEvent_new5 ( QMouseEvent * param1 ) ;
void QMouseEvent_virtbase ( QMouseEvent * src , QInputEvent * * outptr_QInputEvent ) ;
2024-09-11 05:41:09 +00:00
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 ) ;
2024-09-18 00:12:02 +00:00
int QMouseEvent_Button ( const QMouseEvent * self ) ;
2024-09-11 05:41:09 +00:00
int QMouseEvent_Buttons ( const QMouseEvent * self ) ;
2024-08-25 04:08:24 +00:00
void QMouseEvent_SetLocalPos ( QMouseEvent * self , QPointF * localPosition ) ;
2024-09-18 00:12:02 +00:00
int QMouseEvent_Source ( const QMouseEvent * self ) ;
2024-09-11 05:41:09 +00:00
int QMouseEvent_Flags ( const QMouseEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QMouseEvent_Delete ( QMouseEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QHoverEvent * QHoverEvent_new ( int typeVal , QPointF * pos , QPointF * oldPos ) ;
QHoverEvent * QHoverEvent_new2 ( QHoverEvent * param1 ) ;
QHoverEvent * QHoverEvent_new3 ( int typeVal , QPointF * pos , QPointF * oldPos , int modifiers ) ;
void QHoverEvent_virtbase ( QHoverEvent * src , QInputEvent * * outptr_QInputEvent ) ;
2024-09-11 05:41:09 +00:00
QPoint * QHoverEvent_Pos ( const QHoverEvent * self ) ;
QPoint * QHoverEvent_OldPos ( const QHoverEvent * self ) ;
QPointF * QHoverEvent_PosF ( const QHoverEvent * self ) ;
QPointF * QHoverEvent_OldPosF ( const QHoverEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QHoverEvent_Delete ( QHoverEvent * self , bool isSubclass ) ;
2024-12-07 04:15:57 +00:00
QWheelEvent * QWheelEvent_new ( QPointF * pos , int delta , int buttons , int modifiers ) ;
QWheelEvent * QWheelEvent_new2 ( QPointF * pos , QPointF * globalPos , int delta , int buttons , int modifiers ) ;
QWheelEvent * QWheelEvent_new3 ( QPointF * pos , QPointF * globalPos , QPoint * pixelDelta , QPoint * angleDelta , int qt4Delta , int qt4Orientation , int buttons , int modifiers ) ;
QWheelEvent * QWheelEvent_new4 ( QPointF * pos , QPointF * globalPos , QPoint * pixelDelta , QPoint * angleDelta , int qt4Delta , int qt4Orientation , int buttons , int modifiers , int phase ) ;
QWheelEvent * QWheelEvent_new5 ( QPointF * pos , QPointF * globalPos , QPoint * pixelDelta , QPoint * angleDelta , int qt4Delta , int qt4Orientation , int buttons , int modifiers , int phase , int source ) ;
QWheelEvent * QWheelEvent_new6 ( QPointF * pos , QPointF * globalPos , QPoint * pixelDelta , QPoint * angleDelta , int qt4Delta , int qt4Orientation , int buttons , int modifiers , int phase , int source , bool inverted ) ;
QWheelEvent * QWheelEvent_new7 ( QPointF * pos , QPointF * globalPos , QPoint * pixelDelta , QPoint * angleDelta , int buttons , int modifiers , int phase , bool inverted ) ;
QWheelEvent * QWheelEvent_new8 ( QWheelEvent * param1 ) ;
QWheelEvent * QWheelEvent_new9 ( QPointF * pos , int delta , int buttons , int modifiers , int orient ) ;
QWheelEvent * QWheelEvent_new10 ( QPointF * pos , QPointF * globalPos , int delta , int buttons , int modifiers , int orient ) ;
QWheelEvent * QWheelEvent_new11 ( QPointF * pos , QPointF * globalPos , QPoint * pixelDelta , QPoint * angleDelta , int buttons , int modifiers , int phase , bool inverted , int source ) ;
void QWheelEvent_virtbase ( QWheelEvent * src , QInputEvent * * outptr_QInputEvent ) ;
2024-09-11 05:41:09 +00:00
QPoint * QWheelEvent_PixelDelta ( const QWheelEvent * self ) ;
QPoint * QWheelEvent_AngleDelta ( const QWheelEvent * self ) ;
int QWheelEvent_Delta ( const QWheelEvent * self ) ;
2024-09-18 00:12:02 +00:00
int QWheelEvent_Orientation ( const QWheelEvent * self ) ;
2024-09-11 05:41:09 +00:00
QPoint * QWheelEvent_Pos ( const QWheelEvent * self ) ;
QPoint * QWheelEvent_GlobalPos ( const QWheelEvent * self ) ;
int QWheelEvent_X ( const QWheelEvent * self ) ;
int QWheelEvent_Y ( const QWheelEvent * self ) ;
int QWheelEvent_GlobalX ( const QWheelEvent * self ) ;
int QWheelEvent_GlobalY ( const QWheelEvent * self ) ;
QPointF * QWheelEvent_PosF ( const QWheelEvent * self ) ;
QPointF * QWheelEvent_GlobalPosF ( const QWheelEvent * self ) ;
QPointF * QWheelEvent_Position ( const QWheelEvent * self ) ;
QPointF * QWheelEvent_GlobalPosition ( const QWheelEvent * self ) ;
int QWheelEvent_Buttons ( const QWheelEvent * self ) ;
2024-09-18 00:12:02 +00:00
int QWheelEvent_Phase ( const QWheelEvent * self ) ;
2024-09-11 05:41:09 +00:00
bool QWheelEvent_Inverted ( const QWheelEvent * self ) ;
2024-09-18 00:12:02 +00:00
int QWheelEvent_Source ( const QWheelEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QWheelEvent_Delete ( QWheelEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QTabletEvent * QTabletEvent_new ( int t , QPointF * pos , QPointF * globalPos , int device , int pointerType , double pressure , int xTilt , int yTilt , double tangentialPressure , double rotation , int z , int keyState , long long uniqueID ) ;
QTabletEvent * QTabletEvent_new2 ( int t , QPointF * pos , QPointF * globalPos , int device , int pointerType , double pressure , int xTilt , int yTilt , double tangentialPressure , double rotation , int z , int keyState , long long uniqueID , int button , int buttons ) ;
QTabletEvent * QTabletEvent_new3 ( QTabletEvent * param1 ) ;
void QTabletEvent_virtbase ( QTabletEvent * src , QInputEvent * * outptr_QInputEvent ) ;
2024-09-11 05:41:09 +00:00
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 ) ;
2024-09-18 00:12:02 +00:00
int QTabletEvent_Device ( const QTabletEvent * self ) ;
int QTabletEvent_DeviceType ( const QTabletEvent * self ) ;
int QTabletEvent_PointerType ( const QTabletEvent * self ) ;
2024-09-11 05:41:09 +00:00
long long QTabletEvent_UniqueId ( const QTabletEvent * self ) ;
double QTabletEvent_Pressure ( const QTabletEvent * self ) ;
int QTabletEvent_Z ( const QTabletEvent * self ) ;
double QTabletEvent_TangentialPressure ( const QTabletEvent * self ) ;
double QTabletEvent_Rotation ( const QTabletEvent * self ) ;
int QTabletEvent_XTilt ( const QTabletEvent * self ) ;
int QTabletEvent_YTilt ( const QTabletEvent * self ) ;
2024-09-18 00:12:02 +00:00
int QTabletEvent_Button ( const QTabletEvent * self ) ;
2024-09-11 05:41:09 +00:00
int QTabletEvent_Buttons ( const QTabletEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QTabletEvent_Delete ( QTabletEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QNativeGestureEvent * QNativeGestureEvent_new ( int typeVal , QPointF * localPos , QPointF * windowPos , QPointF * screenPos , double value , unsigned long sequenceId , unsigned long long intArgument ) ;
QNativeGestureEvent * QNativeGestureEvent_new2 ( int typeVal , QTouchDevice * dev , QPointF * localPos , QPointF * windowPos , QPointF * screenPos , double value , unsigned long sequenceId , unsigned long long intArgument ) ;
QNativeGestureEvent * QNativeGestureEvent_new3 ( QNativeGestureEvent * param1 ) ;
void QNativeGestureEvent_virtbase ( QNativeGestureEvent * src , QInputEvent * * outptr_QInputEvent ) ;
2024-09-18 00:12:02 +00:00
int QNativeGestureEvent_GestureType ( const QNativeGestureEvent * self ) ;
2024-09-11 05:41:09 +00:00
double QNativeGestureEvent_Value ( 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 ) ;
QTouchDevice * QNativeGestureEvent_Device ( const QNativeGestureEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QNativeGestureEvent_Delete ( QNativeGestureEvent * self , bool isSubclass ) ;
2024-12-07 04:15:57 +00:00
QKeyEvent * QKeyEvent_new ( int typeVal , int key , int modifiers ) ;
QKeyEvent * QKeyEvent_new2 ( int typeVal , int key , int modifiers , unsigned int nativeScanCode , unsigned int nativeVirtualKey , unsigned int nativeModifiers ) ;
QKeyEvent * QKeyEvent_new3 ( QKeyEvent * param1 ) ;
QKeyEvent * QKeyEvent_new4 ( int typeVal , int key , int modifiers , struct miqt_string text ) ;
QKeyEvent * QKeyEvent_new5 ( int typeVal , int key , int modifiers , struct miqt_string text , bool autorep ) ;
QKeyEvent * QKeyEvent_new6 ( int typeVal , int key , int modifiers , struct miqt_string text , bool autorep , uint16_t count ) ;
QKeyEvent * QKeyEvent_new7 ( int typeVal , int key , int modifiers , unsigned int nativeScanCode , unsigned int nativeVirtualKey , unsigned int nativeModifiers , struct miqt_string text ) ;
QKeyEvent * QKeyEvent_new8 ( int typeVal , int key , int modifiers , unsigned int nativeScanCode , unsigned int nativeVirtualKey , unsigned int nativeModifiers , struct miqt_string text , bool autorep ) ;
QKeyEvent * 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 ) ;
void QKeyEvent_virtbase ( QKeyEvent * src , QInputEvent * * outptr_QInputEvent ) ;
2024-09-11 05:41:09 +00:00
int QKeyEvent_Key ( const QKeyEvent * self ) ;
2024-09-18 00:12:02 +00:00
bool QKeyEvent_Matches ( const QKeyEvent * self , int key ) ;
2024-09-11 05:41:09 +00:00
int QKeyEvent_Modifiers ( const QKeyEvent * self ) ;
2024-10-18 23:53:33 +00:00
struct miqt_string QKeyEvent_Text ( const QKeyEvent * self ) ;
2024-09-11 05:41:09 +00:00
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_Delete ( QKeyEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QFocusEvent * QFocusEvent_new ( int typeVal ) ;
QFocusEvent * QFocusEvent_new2 ( QFocusEvent * param1 ) ;
QFocusEvent * QFocusEvent_new3 ( int typeVal , int reason ) ;
void QFocusEvent_virtbase ( QFocusEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
bool QFocusEvent_GotFocus ( const QFocusEvent * self ) ;
bool QFocusEvent_LostFocus ( const QFocusEvent * self ) ;
2024-09-18 00:12:02 +00:00
int QFocusEvent_Reason ( const QFocusEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QFocusEvent_Delete ( QFocusEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QPaintEvent * QPaintEvent_new ( QRegion * paintRegion ) ;
QPaintEvent * QPaintEvent_new2 ( QRect * paintRect ) ;
QPaintEvent * QPaintEvent_new3 ( QPaintEvent * param1 ) ;
void QPaintEvent_virtbase ( QPaintEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
QRect * QPaintEvent_Rect ( const QPaintEvent * self ) ;
QRegion * QPaintEvent_Region ( const QPaintEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QPaintEvent_Delete ( QPaintEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QMoveEvent * QMoveEvent_new ( QPoint * pos , QPoint * oldPos ) ;
QMoveEvent * QMoveEvent_new2 ( QMoveEvent * param1 ) ;
void QMoveEvent_virtbase ( QMoveEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
QPoint * QMoveEvent_Pos ( const QMoveEvent * self ) ;
QPoint * QMoveEvent_OldPos ( const QMoveEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QMoveEvent_Delete ( QMoveEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QExposeEvent * QExposeEvent_new ( QRegion * rgn ) ;
QExposeEvent * QExposeEvent_new2 ( QExposeEvent * param1 ) ;
void QExposeEvent_virtbase ( QExposeEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
QRegion * QExposeEvent_Region ( const QExposeEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QExposeEvent_Delete ( QExposeEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QPlatformSurfaceEvent * QPlatformSurfaceEvent_new ( int surfaceEventType ) ;
QPlatformSurfaceEvent * QPlatformSurfaceEvent_new2 ( QPlatformSurfaceEvent * param1 ) ;
void QPlatformSurfaceEvent_virtbase ( QPlatformSurfaceEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-18 00:12:02 +00:00
int QPlatformSurfaceEvent_SurfaceEventType ( const QPlatformSurfaceEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QPlatformSurfaceEvent_Delete ( QPlatformSurfaceEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QResizeEvent * QResizeEvent_new ( QSize * size , QSize * oldSize ) ;
QResizeEvent * QResizeEvent_new2 ( QResizeEvent * param1 ) ;
void QResizeEvent_virtbase ( QResizeEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
QSize * QResizeEvent_Size ( const QResizeEvent * self ) ;
QSize * QResizeEvent_OldSize ( const QResizeEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QResizeEvent_Delete ( QResizeEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QCloseEvent * QCloseEvent_new ( ) ;
QCloseEvent * QCloseEvent_new2 ( QCloseEvent * param1 ) ;
void QCloseEvent_virtbase ( QCloseEvent * src , QEvent * * outptr_QEvent ) ;
2024-08-25 04:08:24 +00:00
void QCloseEvent_OperatorAssign ( QCloseEvent * self , QCloseEvent * param1 ) ;
2024-11-19 06:29:06 +00:00
void QCloseEvent_Delete ( QCloseEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QIconDragEvent * QIconDragEvent_new ( ) ;
QIconDragEvent * QIconDragEvent_new2 ( QIconDragEvent * param1 ) ;
void QIconDragEvent_virtbase ( QIconDragEvent * src , QEvent * * outptr_QEvent ) ;
2024-08-25 04:08:24 +00:00
void QIconDragEvent_OperatorAssign ( QIconDragEvent * self , QIconDragEvent * param1 ) ;
2024-11-19 06:29:06 +00:00
void QIconDragEvent_Delete ( QIconDragEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QShowEvent * QShowEvent_new ( ) ;
QShowEvent * QShowEvent_new2 ( QShowEvent * param1 ) ;
void QShowEvent_virtbase ( QShowEvent * src , QEvent * * outptr_QEvent ) ;
2024-08-25 04:08:24 +00:00
void QShowEvent_OperatorAssign ( QShowEvent * self , QShowEvent * param1 ) ;
2024-11-19 06:29:06 +00:00
void QShowEvent_Delete ( QShowEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QHideEvent * QHideEvent_new ( ) ;
QHideEvent * QHideEvent_new2 ( QHideEvent * param1 ) ;
void QHideEvent_virtbase ( QHideEvent * src , QEvent * * outptr_QEvent ) ;
2024-08-25 04:08:24 +00:00
void QHideEvent_OperatorAssign ( QHideEvent * self , QHideEvent * param1 ) ;
2024-11-19 06:29:06 +00:00
void QHideEvent_Delete ( QHideEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QContextMenuEvent * QContextMenuEvent_new ( int reason , QPoint * pos , QPoint * globalPos , int modifiers ) ;
QContextMenuEvent * QContextMenuEvent_new2 ( int reason , QPoint * pos , QPoint * globalPos ) ;
QContextMenuEvent * QContextMenuEvent_new3 ( int reason , QPoint * pos ) ;
QContextMenuEvent * QContextMenuEvent_new4 ( QContextMenuEvent * param1 ) ;
void QContextMenuEvent_virtbase ( QContextMenuEvent * src , QInputEvent * * outptr_QInputEvent ) ;
2024-09-11 05:41:09 +00:00
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 ) ;
2024-09-18 00:12:02 +00:00
int QContextMenuEvent_Reason ( const QContextMenuEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QContextMenuEvent_Delete ( QContextMenuEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QInputMethodEvent * QInputMethodEvent_new ( ) ;
QInputMethodEvent * QInputMethodEvent_new2 ( struct miqt_string preeditText , struct miqt_array /* of QInputMethodEvent__Attribute* */ attributes ) ;
QInputMethodEvent * QInputMethodEvent_new3 ( QInputMethodEvent * other ) ;
void QInputMethodEvent_virtbase ( QInputMethodEvent * src , QEvent * * outptr_QEvent ) ;
2024-10-18 23:53:33 +00:00
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-18 23:53:33 +00:00
struct miqt_string QInputMethodEvent_PreeditString ( const QInputMethodEvent * self ) ;
struct miqt_string QInputMethodEvent_CommitString ( const QInputMethodEvent * self ) ;
2024-09-11 05:41:09 +00:00
int QInputMethodEvent_ReplacementStart ( const QInputMethodEvent * self ) ;
int QInputMethodEvent_ReplacementLength ( const QInputMethodEvent * self ) ;
2024-10-18 23:53:33 +00:00
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_Delete ( QInputMethodEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QInputMethodQueryEvent * QInputMethodQueryEvent_new ( int queries ) ;
QInputMethodQueryEvent * QInputMethodQueryEvent_new2 ( QInputMethodQueryEvent * param1 ) ;
void QInputMethodQueryEvent_virtbase ( QInputMethodQueryEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
int QInputMethodQueryEvent_Queries ( const QInputMethodQueryEvent * self ) ;
2024-09-18 00:12:02 +00:00
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_Delete ( QInputMethodQueryEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QDropEvent * QDropEvent_new ( QPointF * pos , int actions , QMimeData * data , int buttons , int modifiers ) ;
QDropEvent * QDropEvent_new2 ( QDropEvent * param1 ) ;
QDropEvent * QDropEvent_new3 ( QPointF * pos , int actions , QMimeData * data , int buttons , int modifiers , int typeVal ) ;
void QDropEvent_virtbase ( QDropEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
QPoint * QDropEvent_Pos ( const QDropEvent * self ) ;
QPointF * QDropEvent_PosF ( const QDropEvent * self ) ;
int QDropEvent_MouseButtons ( const QDropEvent * self ) ;
int QDropEvent_KeyboardModifiers ( const QDropEvent * self ) ;
int QDropEvent_PossibleActions ( const QDropEvent * self ) ;
2024-09-18 00:12:02 +00:00
int QDropEvent_ProposedAction ( const QDropEvent * self ) ;
2024-08-25 04:08:24 +00:00
void QDropEvent_AcceptProposedAction ( QDropEvent * self ) ;
2024-09-18 00:12:02 +00:00
int QDropEvent_DropAction ( const QDropEvent * self ) ;
void QDropEvent_SetDropAction ( QDropEvent * self , int action ) ;
2024-09-11 05:41:09 +00:00
QObject * QDropEvent_Source ( const QDropEvent * self ) ;
QMimeData * QDropEvent_MimeData ( const QDropEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QDropEvent_Delete ( QDropEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QDragMoveEvent * QDragMoveEvent_new ( QPoint * pos , int actions , QMimeData * data , int buttons , int modifiers ) ;
QDragMoveEvent * QDragMoveEvent_new2 ( QDragMoveEvent * param1 ) ;
QDragMoveEvent * QDragMoveEvent_new3 ( QPoint * pos , int actions , QMimeData * data , int buttons , int modifiers , int typeVal ) ;
void QDragMoveEvent_virtbase ( QDragMoveEvent * src , QDropEvent * * outptr_QDropEvent ) ;
2024-09-11 05:41:09 +00:00
QRect * QDragMoveEvent_AnswerRect ( const QDragMoveEvent * self ) ;
2024-08-25 04:08:24 +00:00
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_Delete ( QDragMoveEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QDragEnterEvent * QDragEnterEvent_new ( QPoint * pos , int actions , QMimeData * data , int buttons , int modifiers ) ;
QDragEnterEvent * QDragEnterEvent_new2 ( QDragEnterEvent * param1 ) ;
void QDragEnterEvent_virtbase ( QDragEnterEvent * src , QDragMoveEvent * * outptr_QDragMoveEvent ) ;
2024-08-25 04:08:24 +00:00
void QDragEnterEvent_OperatorAssign ( QDragEnterEvent * self , QDragEnterEvent * param1 ) ;
2024-11-19 06:29:06 +00:00
void QDragEnterEvent_Delete ( QDragEnterEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QDragLeaveEvent * QDragLeaveEvent_new ( ) ;
QDragLeaveEvent * QDragLeaveEvent_new2 ( QDragLeaveEvent * param1 ) ;
void QDragLeaveEvent_virtbase ( QDragLeaveEvent * src , QEvent * * outptr_QEvent ) ;
2024-08-25 04:08:24 +00:00
void QDragLeaveEvent_OperatorAssign ( QDragLeaveEvent * self , QDragLeaveEvent * param1 ) ;
2024-11-19 06:29:06 +00:00
void QDragLeaveEvent_Delete ( QDragLeaveEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QHelpEvent * QHelpEvent_new ( int typeVal , QPoint * pos , QPoint * globalPos ) ;
QHelpEvent * QHelpEvent_new2 ( QHelpEvent * param1 ) ;
void QHelpEvent_virtbase ( QHelpEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
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_Delete ( QHelpEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QStatusTipEvent * QStatusTipEvent_new ( struct miqt_string tip ) ;
QStatusTipEvent * QStatusTipEvent_new2 ( QStatusTipEvent * param1 ) ;
void QStatusTipEvent_virtbase ( QStatusTipEvent * src , QEvent * * outptr_QEvent ) ;
2024-10-18 23:53:33 +00:00
struct miqt_string QStatusTipEvent_Tip ( const QStatusTipEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QStatusTipEvent_Delete ( QStatusTipEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QWhatsThisClickedEvent * QWhatsThisClickedEvent_new ( struct miqt_string href ) ;
QWhatsThisClickedEvent * QWhatsThisClickedEvent_new2 ( QWhatsThisClickedEvent * param1 ) ;
void QWhatsThisClickedEvent_virtbase ( QWhatsThisClickedEvent * src , QEvent * * outptr_QEvent ) ;
2024-10-18 23:53:33 +00:00
struct miqt_string QWhatsThisClickedEvent_Href ( const QWhatsThisClickedEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QWhatsThisClickedEvent_Delete ( QWhatsThisClickedEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QActionEvent * QActionEvent_new ( int typeVal , QAction * action ) ;
QActionEvent * QActionEvent_new2 ( QActionEvent * param1 ) ;
QActionEvent * QActionEvent_new3 ( int typeVal , QAction * action , QAction * before ) ;
void QActionEvent_virtbase ( QActionEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
QAction * QActionEvent_Action ( const QActionEvent * self ) ;
QAction * QActionEvent_Before ( const QActionEvent * self ) ;
2024-08-25 04:08:24 +00:00
void QActionEvent_OperatorAssign ( QActionEvent * self , QActionEvent * param1 ) ;
2024-11-19 06:29:06 +00:00
void QActionEvent_Delete ( QActionEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QFileOpenEvent * QFileOpenEvent_new ( struct miqt_string file ) ;
QFileOpenEvent * QFileOpenEvent_new2 ( QUrl * url ) ;
QFileOpenEvent * QFileOpenEvent_new3 ( QFileOpenEvent * param1 ) ;
void QFileOpenEvent_virtbase ( QFileOpenEvent * src , QEvent * * outptr_QEvent ) ;
2024-10-18 23:53:33 +00:00
struct miqt_string QFileOpenEvent_File ( const QFileOpenEvent * self ) ;
2024-09-11 05:41:09 +00:00
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_Delete ( QFileOpenEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QToolBarChangeEvent * QToolBarChangeEvent_new ( bool t ) ;
QToolBarChangeEvent * QToolBarChangeEvent_new2 ( QToolBarChangeEvent * param1 ) ;
void QToolBarChangeEvent_virtbase ( QToolBarChangeEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
bool QToolBarChangeEvent_Toggle ( const QToolBarChangeEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QToolBarChangeEvent_Delete ( QToolBarChangeEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QShortcutEvent * QShortcutEvent_new ( QKeySequence * key , int id ) ;
QShortcutEvent * QShortcutEvent_new2 ( QShortcutEvent * param1 ) ;
QShortcutEvent * QShortcutEvent_new3 ( QKeySequence * key , int id , bool ambiguous ) ;
void QShortcutEvent_virtbase ( QShortcutEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
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_Delete ( QShortcutEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QWindowStateChangeEvent * QWindowStateChangeEvent_new ( int aOldState ) ;
QWindowStateChangeEvent * QWindowStateChangeEvent_new2 ( QWindowStateChangeEvent * param1 ) ;
QWindowStateChangeEvent * QWindowStateChangeEvent_new3 ( int aOldState , bool isOverride ) ;
void QWindowStateChangeEvent_virtbase ( QWindowStateChangeEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
int QWindowStateChangeEvent_OldState ( const QWindowStateChangeEvent * self ) ;
bool QWindowStateChangeEvent_IsOverride ( const QWindowStateChangeEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QWindowStateChangeEvent_Delete ( QWindowStateChangeEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QPointingDeviceUniqueId * QPointingDeviceUniqueId_new ( ) ;
QPointingDeviceUniqueId * QPointingDeviceUniqueId_new2 ( QPointingDeviceUniqueId * param1 ) ;
2024-08-29 07:01:51 +00:00
QPointingDeviceUniqueId * QPointingDeviceUniqueId_FromNumericId ( long long id ) ;
2024-09-11 05:41:09 +00:00
bool QPointingDeviceUniqueId_IsValid ( const QPointingDeviceUniqueId * self ) ;
long long QPointingDeviceUniqueId_NumericId ( const QPointingDeviceUniqueId * self ) ;
2024-11-19 06:29:06 +00:00
void QPointingDeviceUniqueId_Delete ( QPointingDeviceUniqueId * self , bool isSubclass ) ;
2024-12-07 04:15:57 +00:00
QTouchEvent * QTouchEvent_new ( int eventType ) ;
QTouchEvent * QTouchEvent_new2 ( QTouchEvent * param1 ) ;
QTouchEvent * QTouchEvent_new3 ( int eventType , QTouchDevice * device ) ;
QTouchEvent * QTouchEvent_new4 ( int eventType , QTouchDevice * device , int modifiers ) ;
QTouchEvent * QTouchEvent_new5 ( int eventType , QTouchDevice * device , int modifiers , int touchPointStates ) ;
QTouchEvent * QTouchEvent_new6 ( int eventType , QTouchDevice * device , int modifiers , int touchPointStates , struct miqt_array /* of QTouchEvent__TouchPoint* */ touchPoints ) ;
void QTouchEvent_virtbase ( QTouchEvent * src , QInputEvent * * outptr_QInputEvent ) ;
2024-09-11 05:41:09 +00:00
QWindow * QTouchEvent_Window ( const QTouchEvent * self ) ;
QObject * QTouchEvent_Target ( const QTouchEvent * self ) ;
int QTouchEvent_TouchPointStates ( const QTouchEvent * self ) ;
2024-11-17 06:21:37 +00:00
struct miqt_array /* of QTouchEvent__TouchPoint* */ QTouchEvent_TouchPoints ( const QTouchEvent * self ) ;
2024-09-11 05:41:09 +00:00
QTouchDevice * QTouchEvent_Device ( const QTouchEvent * self ) ;
2024-08-25 04:08:24 +00:00
void QTouchEvent_SetWindow ( QTouchEvent * self , QWindow * awindow ) ;
void QTouchEvent_SetTarget ( QTouchEvent * self , QObject * atarget ) ;
2024-08-29 07:01:51 +00:00
void QTouchEvent_SetTouchPointStates ( QTouchEvent * self , int aTouchPointStates ) ;
2024-11-17 06:21:37 +00:00
void QTouchEvent_SetTouchPoints ( QTouchEvent * self , struct miqt_array /* of QTouchEvent__TouchPoint* */ atouchPoints ) ;
2024-08-25 04:08:24 +00:00
void QTouchEvent_SetDevice ( QTouchEvent * self , QTouchDevice * adevice ) ;
2024-11-19 06:29:06 +00:00
void QTouchEvent_Delete ( QTouchEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QScrollPrepareEvent * QScrollPrepareEvent_new ( QPointF * startPos ) ;
QScrollPrepareEvent * QScrollPrepareEvent_new2 ( QScrollPrepareEvent * param1 ) ;
void QScrollPrepareEvent_virtbase ( QScrollPrepareEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
QPointF * QScrollPrepareEvent_StartPos ( const QScrollPrepareEvent * self ) ;
QSizeF * QScrollPrepareEvent_ViewportSize ( const QScrollPrepareEvent * self ) ;
QRectF * QScrollPrepareEvent_ContentPosRange ( const QScrollPrepareEvent * self ) ;
QPointF * QScrollPrepareEvent_ContentPos ( const QScrollPrepareEvent * self ) ;
2024-08-25 04:08:24 +00:00
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_Delete ( QScrollPrepareEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QScrollEvent * QScrollEvent_new ( QPointF * contentPos , QPointF * overshoot , int scrollState ) ;
QScrollEvent * QScrollEvent_new2 ( QScrollEvent * param1 ) ;
void QScrollEvent_virtbase ( QScrollEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
QPointF * QScrollEvent_ContentPos ( const QScrollEvent * self ) ;
QPointF * QScrollEvent_OvershootDistance ( const QScrollEvent * self ) ;
2024-09-18 00:12:02 +00:00
int QScrollEvent_ScrollState ( const QScrollEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QScrollEvent_Delete ( QScrollEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QScreenOrientationChangeEvent * QScreenOrientationChangeEvent_new ( QScreen * screen , int orientation ) ;
QScreenOrientationChangeEvent * QScreenOrientationChangeEvent_new2 ( QScreenOrientationChangeEvent * param1 ) ;
void QScreenOrientationChangeEvent_virtbase ( QScreenOrientationChangeEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-11 05:41:09 +00:00
QScreen * QScreenOrientationChangeEvent_Screen ( const QScreenOrientationChangeEvent * self ) ;
2024-09-18 00:12:02 +00:00
int QScreenOrientationChangeEvent_Orientation ( const QScreenOrientationChangeEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QScreenOrientationChangeEvent_Delete ( QScreenOrientationChangeEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QApplicationStateChangeEvent * QApplicationStateChangeEvent_new ( int state ) ;
QApplicationStateChangeEvent * QApplicationStateChangeEvent_new2 ( QApplicationStateChangeEvent * param1 ) ;
void QApplicationStateChangeEvent_virtbase ( QApplicationStateChangeEvent * src , QEvent * * outptr_QEvent ) ;
2024-09-18 00:12:02 +00:00
int QApplicationStateChangeEvent_ApplicationState ( const QApplicationStateChangeEvent * self ) ;
2024-11-19 06:29:06 +00:00
void QApplicationStateChangeEvent_Delete ( QApplicationStateChangeEvent * self , bool isSubclass ) ;
2024-08-25 04:08:24 +00:00
2024-12-07 04:15:57 +00:00
QInputMethodEvent__Attribute * QInputMethodEvent__Attribute_new ( int typ , int s , int l , QVariant * val ) ;
QInputMethodEvent__Attribute * QInputMethodEvent__Attribute_new2 ( int typ , int s , int l ) ;
QInputMethodEvent__Attribute * QInputMethodEvent__Attribute_new3 ( QInputMethodEvent__Attribute * param1 ) ;
2024-09-18 00:12:02 +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-08-29 07:01:51 +00:00
2024-12-07 04:15:57 +00:00
QTouchEvent__TouchPoint * QTouchEvent__TouchPoint_new ( ) ;
QTouchEvent__TouchPoint * QTouchEvent__TouchPoint_new2 ( QTouchEvent__TouchPoint * other ) ;
QTouchEvent__TouchPoint * QTouchEvent__TouchPoint_new3 ( int id ) ;
2024-09-18 00:12:02 +00:00
void QTouchEvent__TouchPoint_OperatorAssign ( QTouchEvent__TouchPoint * self , QTouchEvent__TouchPoint * other ) ;
2024-08-29 07:01:51 +00:00
void QTouchEvent__TouchPoint_Swap ( QTouchEvent__TouchPoint * self , QTouchEvent__TouchPoint * other ) ;
2024-09-11 05:41:09 +00:00
int QTouchEvent__TouchPoint_Id ( const QTouchEvent__TouchPoint * self ) ;
QPointingDeviceUniqueId * QTouchEvent__TouchPoint_UniqueId ( const QTouchEvent__TouchPoint * self ) ;
2024-09-18 00:12:02 +00:00
int QTouchEvent__TouchPoint_State ( const QTouchEvent__TouchPoint * self ) ;
2024-09-11 05:41:09 +00:00
QPointF * QTouchEvent__TouchPoint_Pos ( const QTouchEvent__TouchPoint * self ) ;
QPointF * QTouchEvent__TouchPoint_StartPos ( const QTouchEvent__TouchPoint * self ) ;
QPointF * QTouchEvent__TouchPoint_LastPos ( const QTouchEvent__TouchPoint * self ) ;
QPointF * QTouchEvent__TouchPoint_ScenePos ( const QTouchEvent__TouchPoint * self ) ;
QPointF * QTouchEvent__TouchPoint_StartScenePos ( const QTouchEvent__TouchPoint * self ) ;
QPointF * QTouchEvent__TouchPoint_LastScenePos ( const QTouchEvent__TouchPoint * self ) ;
QPointF * QTouchEvent__TouchPoint_ScreenPos ( const QTouchEvent__TouchPoint * self ) ;
QPointF * QTouchEvent__TouchPoint_StartScreenPos ( const QTouchEvent__TouchPoint * self ) ;
QPointF * QTouchEvent__TouchPoint_LastScreenPos ( const QTouchEvent__TouchPoint * self ) ;
QPointF * QTouchEvent__TouchPoint_NormalizedPos ( const QTouchEvent__TouchPoint * self ) ;
QPointF * QTouchEvent__TouchPoint_StartNormalizedPos ( const QTouchEvent__TouchPoint * self ) ;
QPointF * QTouchEvent__TouchPoint_LastNormalizedPos ( const QTouchEvent__TouchPoint * self ) ;
QRectF * QTouchEvent__TouchPoint_Rect ( const QTouchEvent__TouchPoint * self ) ;
QRectF * QTouchEvent__TouchPoint_SceneRect ( const QTouchEvent__TouchPoint * self ) ;
QRectF * QTouchEvent__TouchPoint_ScreenRect ( const QTouchEvent__TouchPoint * self ) ;
2024-08-29 07:01:51 +00:00
void QTouchEvent__TouchPoint_SetRect ( QTouchEvent__TouchPoint * self , QRectF * rect ) ;
void QTouchEvent__TouchPoint_SetSceneRect ( QTouchEvent__TouchPoint * self , QRectF * sceneRect ) ;
void QTouchEvent__TouchPoint_SetScreenRect ( QTouchEvent__TouchPoint * self , QRectF * screenRect ) ;
2024-09-11 05:41:09 +00:00
double QTouchEvent__TouchPoint_Pressure ( const QTouchEvent__TouchPoint * self ) ;
double QTouchEvent__TouchPoint_Rotation ( const QTouchEvent__TouchPoint * self ) ;
QSizeF * QTouchEvent__TouchPoint_EllipseDiameters ( const QTouchEvent__TouchPoint * self ) ;
QVector2D * QTouchEvent__TouchPoint_Velocity ( const QTouchEvent__TouchPoint * self ) ;
int QTouchEvent__TouchPoint_Flags ( const QTouchEvent__TouchPoint * self ) ;
2024-11-17 06:21:37 +00:00
struct miqt_array /* of QPointF* */ QTouchEvent__TouchPoint_RawScreenPositions ( const QTouchEvent__TouchPoint * self ) ;
2024-08-29 07:01:51 +00:00
void QTouchEvent__TouchPoint_SetId ( QTouchEvent__TouchPoint * self , int id ) ;
void QTouchEvent__TouchPoint_SetUniqueId ( QTouchEvent__TouchPoint * self , long long uid ) ;
void QTouchEvent__TouchPoint_SetState ( QTouchEvent__TouchPoint * self , int state ) ;
void QTouchEvent__TouchPoint_SetPos ( QTouchEvent__TouchPoint * self , QPointF * pos ) ;
void QTouchEvent__TouchPoint_SetScenePos ( QTouchEvent__TouchPoint * self , QPointF * scenePos ) ;
void QTouchEvent__TouchPoint_SetScreenPos ( QTouchEvent__TouchPoint * self , QPointF * screenPos ) ;
void QTouchEvent__TouchPoint_SetNormalizedPos ( QTouchEvent__TouchPoint * self , QPointF * normalizedPos ) ;
void QTouchEvent__TouchPoint_SetStartPos ( QTouchEvent__TouchPoint * self , QPointF * startPos ) ;
void QTouchEvent__TouchPoint_SetStartScenePos ( QTouchEvent__TouchPoint * self , QPointF * startScenePos ) ;
void QTouchEvent__TouchPoint_SetStartScreenPos ( QTouchEvent__TouchPoint * self , QPointF * startScreenPos ) ;
void QTouchEvent__TouchPoint_SetStartNormalizedPos ( QTouchEvent__TouchPoint * self , QPointF * startNormalizedPos ) ;
void QTouchEvent__TouchPoint_SetLastPos ( QTouchEvent__TouchPoint * self , QPointF * lastPos ) ;
void QTouchEvent__TouchPoint_SetLastScenePos ( QTouchEvent__TouchPoint * self , QPointF * lastScenePos ) ;
void QTouchEvent__TouchPoint_SetLastScreenPos ( QTouchEvent__TouchPoint * self , QPointF * lastScreenPos ) ;
void QTouchEvent__TouchPoint_SetLastNormalizedPos ( QTouchEvent__TouchPoint * self , QPointF * lastNormalizedPos ) ;
void QTouchEvent__TouchPoint_SetPressure ( QTouchEvent__TouchPoint * self , double pressure ) ;
void QTouchEvent__TouchPoint_SetRotation ( QTouchEvent__TouchPoint * self , double angle ) ;
void QTouchEvent__TouchPoint_SetEllipseDiameters ( QTouchEvent__TouchPoint * self , QSizeF * dia ) ;
void QTouchEvent__TouchPoint_SetVelocity ( QTouchEvent__TouchPoint * self , QVector2D * v ) ;
void QTouchEvent__TouchPoint_SetFlags ( QTouchEvent__TouchPoint * self , int flags ) ;
2024-11-17 06:21:37 +00:00
void QTouchEvent__TouchPoint_SetRawScreenPositions ( QTouchEvent__TouchPoint * self , struct miqt_array /* of QPointF* */ positions ) ;
2024-11-19 06:29:06 +00:00
void QTouchEvent__TouchPoint_Delete ( QTouchEvent__TouchPoint * self , bool isSubclass ) ;
2024-08-29 07:01:51 +00:00
2024-08-25 04:08:24 +00:00
# ifdef __cplusplus
} /* extern C */
# endif
# endif