2024-11-17 06:21:37 +00:00
# pragma once
# ifndef MIQT_QT6_GEN_QGRAPHICSSCENE_H
# define MIQT_QT6_GEN_QGRAPHICSSCENE_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 QBrush ;
2024-11-19 06:29:06 +00:00
class QChildEvent ;
2024-10-20 05:21:03 +00:00
class QEvent ;
2024-11-19 06:29:06 +00:00
class QFocusEvent ;
2024-10-20 05:21:03 +00:00
class QFont ;
class QGraphicsEllipseItem ;
class QGraphicsItem ;
class QGraphicsItemGroup ;
class QGraphicsLineItem ;
class QGraphicsPathItem ;
class QGraphicsPixmapItem ;
class QGraphicsProxyWidget ;
class QGraphicsRectItem ;
class QGraphicsScene ;
2024-11-19 06:29:06 +00:00
class QGraphicsSceneContextMenuEvent ;
class QGraphicsSceneDragDropEvent ;
class QGraphicsSceneHelpEvent ;
class QGraphicsSceneMouseEvent ;
class QGraphicsSceneWheelEvent ;
2024-10-20 05:21:03 +00:00
class QGraphicsSimpleTextItem ;
class QGraphicsTextItem ;
class QGraphicsView ;
class QGraphicsWidget ;
2024-11-19 06:29:06 +00:00
class QInputMethodEvent ;
class QKeyEvent ;
2024-10-20 05:21:03 +00:00
class QLineF ;
2024-11-19 06:29:06 +00:00
class QMetaMethod ;
2024-10-20 05:21:03 +00:00
class QMetaObject ;
class QObject ;
class QPainter ;
class QPainterPath ;
class QPalette ;
class QPen ;
class QPixmap ;
class QPointF ;
class QRectF ;
class QStyle ;
2024-11-19 06:29:06 +00:00
class QTimerEvent ;
2024-10-20 05:21:03 +00:00
class QTransform ;
class QVariant ;
class QWidget ;
# else
typedef struct QBrush QBrush ;
2024-11-19 06:29:06 +00:00
typedef struct QChildEvent QChildEvent ;
2024-10-20 05:21:03 +00:00
typedef struct QEvent QEvent ;
2024-11-19 06:29:06 +00:00
typedef struct QFocusEvent QFocusEvent ;
2024-10-20 05:21:03 +00:00
typedef struct QFont QFont ;
typedef struct QGraphicsEllipseItem QGraphicsEllipseItem ;
typedef struct QGraphicsItem QGraphicsItem ;
typedef struct QGraphicsItemGroup QGraphicsItemGroup ;
typedef struct QGraphicsLineItem QGraphicsLineItem ;
typedef struct QGraphicsPathItem QGraphicsPathItem ;
typedef struct QGraphicsPixmapItem QGraphicsPixmapItem ;
typedef struct QGraphicsProxyWidget QGraphicsProxyWidget ;
typedef struct QGraphicsRectItem QGraphicsRectItem ;
typedef struct QGraphicsScene QGraphicsScene ;
2024-11-19 06:29:06 +00:00
typedef struct QGraphicsSceneContextMenuEvent QGraphicsSceneContextMenuEvent ;
typedef struct QGraphicsSceneDragDropEvent QGraphicsSceneDragDropEvent ;
typedef struct QGraphicsSceneHelpEvent QGraphicsSceneHelpEvent ;
typedef struct QGraphicsSceneMouseEvent QGraphicsSceneMouseEvent ;
typedef struct QGraphicsSceneWheelEvent QGraphicsSceneWheelEvent ;
2024-10-20 05:21:03 +00:00
typedef struct QGraphicsSimpleTextItem QGraphicsSimpleTextItem ;
typedef struct QGraphicsTextItem QGraphicsTextItem ;
typedef struct QGraphicsView QGraphicsView ;
typedef struct QGraphicsWidget QGraphicsWidget ;
2024-11-19 06:29:06 +00:00
typedef struct QInputMethodEvent QInputMethodEvent ;
typedef struct QKeyEvent QKeyEvent ;
2024-10-20 05:21:03 +00:00
typedef struct QLineF QLineF ;
2024-11-19 06:29:06 +00:00
typedef struct QMetaMethod QMetaMethod ;
2024-10-20 05:21:03 +00:00
typedef struct QMetaObject QMetaObject ;
typedef struct QObject QObject ;
typedef struct QPainter QPainter ;
typedef struct QPainterPath QPainterPath ;
typedef struct QPalette QPalette ;
typedef struct QPen QPen ;
typedef struct QPixmap QPixmap ;
typedef struct QPointF QPointF ;
typedef struct QRectF QRectF ;
typedef struct QStyle QStyle ;
2024-11-19 06:29:06 +00:00
typedef struct QTimerEvent QTimerEvent ;
2024-10-20 05:21:03 +00:00
typedef struct QTransform QTransform ;
typedef struct QVariant QVariant ;
typedef struct QWidget QWidget ;
# endif
2024-12-07 04:15:57 +00:00
QGraphicsScene * QGraphicsScene_new ( ) ;
QGraphicsScene * QGraphicsScene_new2 ( QRectF * sceneRect ) ;
QGraphicsScene * QGraphicsScene_new3 ( double x , double y , double width , double height ) ;
QGraphicsScene * QGraphicsScene_new4 ( QObject * parent ) ;
QGraphicsScene * QGraphicsScene_new5 ( QRectF * sceneRect , QObject * parent ) ;
QGraphicsScene * QGraphicsScene_new6 ( double x , double y , double width , double height , QObject * parent ) ;
void QGraphicsScene_virtbase ( QGraphicsScene * src , QObject * * outptr_QObject ) ;
2024-10-20 05:21:03 +00:00
QMetaObject * QGraphicsScene_MetaObject ( const QGraphicsScene * self ) ;
void * QGraphicsScene_Metacast ( QGraphicsScene * self , const char * param1 ) ;
struct miqt_string QGraphicsScene_Tr ( const char * s ) ;
QRectF * QGraphicsScene_SceneRect ( const QGraphicsScene * self ) ;
double QGraphicsScene_Width ( const QGraphicsScene * self ) ;
double QGraphicsScene_Height ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetSceneRect ( QGraphicsScene * self , QRectF * rect ) ;
void QGraphicsScene_SetSceneRect2 ( QGraphicsScene * self , double x , double y , double w , double h ) ;
void QGraphicsScene_Render ( QGraphicsScene * self , QPainter * painter ) ;
int QGraphicsScene_ItemIndexMethod ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetItemIndexMethod ( QGraphicsScene * self , int method ) ;
int QGraphicsScene_BspTreeDepth ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetBspTreeDepth ( QGraphicsScene * self , int depth ) ;
QRectF * QGraphicsScene_ItemsBoundingRect ( const QGraphicsScene * self ) ;
2024-11-17 06:21:37 +00:00
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_Items ( const QGraphicsScene * self ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_ItemsWithPos ( const QGraphicsScene * self , QPointF * pos ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_ItemsWithRect ( const QGraphicsScene * self , QRectF * rect ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_ItemsWithPath ( const QGraphicsScene * self , QPainterPath * path ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_Items2 ( const QGraphicsScene * self , double x , double y , double w , double h , int mode , int order ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_CollidingItems ( const QGraphicsScene * self , QGraphicsItem * item ) ;
2024-10-20 05:21:03 +00:00
QGraphicsItem * QGraphicsScene_ItemAt ( const QGraphicsScene * self , QPointF * pos , QTransform * deviceTransform ) ;
QGraphicsItem * QGraphicsScene_ItemAt2 ( const QGraphicsScene * self , double x , double y , QTransform * deviceTransform ) ;
2024-11-17 06:21:37 +00:00
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_SelectedItems ( const QGraphicsScene * self ) ;
2024-10-20 05:21:03 +00:00
QPainterPath * QGraphicsScene_SelectionArea ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetSelectionArea ( QGraphicsScene * self , QPainterPath * path , QTransform * deviceTransform ) ;
void QGraphicsScene_SetSelectionAreaWithPath ( QGraphicsScene * self , QPainterPath * path ) ;
2024-11-17 06:21:37 +00:00
QGraphicsItemGroup * QGraphicsScene_CreateItemGroup ( QGraphicsScene * self , struct miqt_array /* of QGraphicsItem* */ items ) ;
2024-10-20 05:21:03 +00:00
void QGraphicsScene_DestroyItemGroup ( QGraphicsScene * self , QGraphicsItemGroup * group ) ;
void QGraphicsScene_AddItem ( QGraphicsScene * self , QGraphicsItem * item ) ;
QGraphicsEllipseItem * QGraphicsScene_AddEllipse ( QGraphicsScene * self , QRectF * rect ) ;
QGraphicsLineItem * QGraphicsScene_AddLine ( QGraphicsScene * self , QLineF * line ) ;
QGraphicsPathItem * QGraphicsScene_AddPath ( QGraphicsScene * self , QPainterPath * path ) ;
QGraphicsPixmapItem * QGraphicsScene_AddPixmap ( QGraphicsScene * self , QPixmap * pixmap ) ;
QGraphicsRectItem * QGraphicsScene_AddRect ( QGraphicsScene * self , QRectF * rect ) ;
QGraphicsTextItem * QGraphicsScene_AddText ( QGraphicsScene * self , struct miqt_string text ) ;
QGraphicsSimpleTextItem * QGraphicsScene_AddSimpleText ( QGraphicsScene * self , struct miqt_string text ) ;
QGraphicsProxyWidget * QGraphicsScene_AddWidget ( QGraphicsScene * self , QWidget * widget ) ;
QGraphicsEllipseItem * QGraphicsScene_AddEllipse2 ( QGraphicsScene * self , double x , double y , double w , double h ) ;
QGraphicsLineItem * QGraphicsScene_AddLine2 ( QGraphicsScene * self , double x1 , double y1 , double x2 , double y2 ) ;
QGraphicsRectItem * QGraphicsScene_AddRect2 ( QGraphicsScene * self , double x , double y , double w , double h ) ;
void QGraphicsScene_RemoveItem ( QGraphicsScene * self , QGraphicsItem * item ) ;
QGraphicsItem * QGraphicsScene_FocusItem ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetFocusItem ( QGraphicsScene * self , QGraphicsItem * item ) ;
bool QGraphicsScene_HasFocus ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetFocus ( QGraphicsScene * self ) ;
void QGraphicsScene_ClearFocus ( QGraphicsScene * self ) ;
void QGraphicsScene_SetStickyFocus ( QGraphicsScene * self , bool enabled ) ;
bool QGraphicsScene_StickyFocus ( const QGraphicsScene * self ) ;
QGraphicsItem * QGraphicsScene_MouseGrabberItem ( const QGraphicsScene * self ) ;
QBrush * QGraphicsScene_BackgroundBrush ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetBackgroundBrush ( QGraphicsScene * self , QBrush * brush ) ;
QBrush * QGraphicsScene_ForegroundBrush ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetForegroundBrush ( QGraphicsScene * self , QBrush * brush ) ;
QVariant * QGraphicsScene_InputMethodQuery ( const QGraphicsScene * self , int query ) ;
2024-11-17 06:21:37 +00:00
struct miqt_array /* of QGraphicsView* */ QGraphicsScene_Views ( const QGraphicsScene * self ) ;
2024-10-20 05:21:03 +00:00
void QGraphicsScene_Update ( QGraphicsScene * self , double x , double y , double w , double h ) ;
void QGraphicsScene_Invalidate ( QGraphicsScene * self , double x , double y , double w , double h ) ;
QStyle * QGraphicsScene_Style ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetStyle ( QGraphicsScene * self , QStyle * style ) ;
QFont * QGraphicsScene_Font ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetFont ( QGraphicsScene * self , QFont * font ) ;
QPalette * QGraphicsScene_Palette ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetPalette ( QGraphicsScene * self , QPalette * palette ) ;
bool QGraphicsScene_IsActive ( const QGraphicsScene * self ) ;
QGraphicsItem * QGraphicsScene_ActivePanel ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetActivePanel ( QGraphicsScene * self , QGraphicsItem * item ) ;
QGraphicsWidget * QGraphicsScene_ActiveWindow ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetActiveWindow ( QGraphicsScene * self , QGraphicsWidget * widget ) ;
bool QGraphicsScene_SendEvent ( QGraphicsScene * self , QGraphicsItem * item , QEvent * event ) ;
double QGraphicsScene_MinimumRenderSize ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetMinimumRenderSize ( QGraphicsScene * self , double minSize ) ;
bool QGraphicsScene_FocusOnTouch ( const QGraphicsScene * self ) ;
void QGraphicsScene_SetFocusOnTouch ( QGraphicsScene * self , bool enabled ) ;
void QGraphicsScene_Update2 ( QGraphicsScene * self ) ;
void QGraphicsScene_Invalidate2 ( QGraphicsScene * self ) ;
void QGraphicsScene_Advance ( QGraphicsScene * self ) ;
void QGraphicsScene_ClearSelection ( QGraphicsScene * self ) ;
void QGraphicsScene_Clear ( QGraphicsScene * self ) ;
2024-11-19 06:29:06 +00:00
bool QGraphicsScene_Event ( QGraphicsScene * self , QEvent * event ) ;
bool QGraphicsScene_EventFilter ( QGraphicsScene * self , QObject * watched , QEvent * event ) ;
void QGraphicsScene_ContextMenuEvent ( QGraphicsScene * self , QGraphicsSceneContextMenuEvent * event ) ;
void QGraphicsScene_DragEnterEvent ( QGraphicsScene * self , QGraphicsSceneDragDropEvent * event ) ;
void QGraphicsScene_DragMoveEvent ( QGraphicsScene * self , QGraphicsSceneDragDropEvent * event ) ;
void QGraphicsScene_DragLeaveEvent ( QGraphicsScene * self , QGraphicsSceneDragDropEvent * event ) ;
void QGraphicsScene_DropEvent ( QGraphicsScene * self , QGraphicsSceneDragDropEvent * event ) ;
void QGraphicsScene_FocusInEvent ( QGraphicsScene * self , QFocusEvent * event ) ;
void QGraphicsScene_FocusOutEvent ( QGraphicsScene * self , QFocusEvent * event ) ;
void QGraphicsScene_HelpEvent ( QGraphicsScene * self , QGraphicsSceneHelpEvent * event ) ;
void QGraphicsScene_KeyPressEvent ( QGraphicsScene * self , QKeyEvent * event ) ;
void QGraphicsScene_KeyReleaseEvent ( QGraphicsScene * self , QKeyEvent * event ) ;
void QGraphicsScene_MousePressEvent ( QGraphicsScene * self , QGraphicsSceneMouseEvent * event ) ;
void QGraphicsScene_MouseMoveEvent ( QGraphicsScene * self , QGraphicsSceneMouseEvent * event ) ;
void QGraphicsScene_MouseReleaseEvent ( QGraphicsScene * self , QGraphicsSceneMouseEvent * event ) ;
void QGraphicsScene_MouseDoubleClickEvent ( QGraphicsScene * self , QGraphicsSceneMouseEvent * event ) ;
void QGraphicsScene_WheelEvent ( QGraphicsScene * self , QGraphicsSceneWheelEvent * event ) ;
void QGraphicsScene_InputMethodEvent ( QGraphicsScene * self , QInputMethodEvent * event ) ;
void QGraphicsScene_DrawBackground ( QGraphicsScene * self , QPainter * painter , QRectF * rect ) ;
void QGraphicsScene_DrawForeground ( QGraphicsScene * self , QPainter * painter , QRectF * rect ) ;
bool QGraphicsScene_FocusNextPrevChild ( QGraphicsScene * self , bool next ) ;
2024-11-17 06:21:37 +00:00
void QGraphicsScene_Changed ( QGraphicsScene * self , struct miqt_array /* of QRectF* */ region ) ;
2024-10-20 05:21:03 +00:00
void QGraphicsScene_connect_Changed ( QGraphicsScene * self , intptr_t slot ) ;
void QGraphicsScene_SceneRectChanged ( QGraphicsScene * self , QRectF * rect ) ;
void QGraphicsScene_connect_SceneRectChanged ( QGraphicsScene * self , intptr_t slot ) ;
void QGraphicsScene_SelectionChanged ( QGraphicsScene * self ) ;
void QGraphicsScene_connect_SelectionChanged ( QGraphicsScene * self , intptr_t slot ) ;
void QGraphicsScene_FocusItemChanged ( QGraphicsScene * self , QGraphicsItem * newFocus , QGraphicsItem * oldFocus , int reason ) ;
void QGraphicsScene_connect_FocusItemChanged ( QGraphicsScene * self , intptr_t slot ) ;
struct miqt_string QGraphicsScene_Tr2 ( const char * s , const char * c ) ;
struct miqt_string QGraphicsScene_Tr3 ( const char * s , const char * c , int n ) ;
void QGraphicsScene_Render2 ( QGraphicsScene * self , QPainter * painter , QRectF * target ) ;
void QGraphicsScene_Render3 ( QGraphicsScene * self , QPainter * painter , QRectF * target , QRectF * source ) ;
void QGraphicsScene_Render4 ( QGraphicsScene * self , QPainter * painter , QRectF * target , QRectF * source , int aspectRatioMode ) ;
2024-11-17 06:21:37 +00:00
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_Items1 ( const QGraphicsScene * self , int order ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_Items22 ( const QGraphicsScene * self , QPointF * pos , int mode ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_Items3 ( const QGraphicsScene * self , QPointF * pos , int mode , int order ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_Items4 ( const QGraphicsScene * self , QPointF * pos , int mode , int order , QTransform * deviceTransform ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_Items23 ( const QGraphicsScene * self , QRectF * rect , int mode ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_Items32 ( const QGraphicsScene * self , QRectF * rect , int mode , int order ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_Items42 ( const QGraphicsScene * self , QRectF * rect , int mode , int order , QTransform * deviceTransform ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_Items25 ( const QGraphicsScene * self , QPainterPath * path , int mode ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_Items34 ( const QGraphicsScene * self , QPainterPath * path , int mode , int order ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_Items44 ( const QGraphicsScene * self , QPainterPath * path , int mode , int order , QTransform * deviceTransform ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_Items7 ( const QGraphicsScene * self , double x , double y , double w , double h , int mode , int order , QTransform * deviceTransform ) ;
struct miqt_array /* of QGraphicsItem* */ QGraphicsScene_CollidingItems2 ( const QGraphicsScene * self , QGraphicsItem * item , int mode ) ;
2024-10-20 05:21:03 +00:00
void QGraphicsScene_SetSelectionArea2 ( QGraphicsScene * self , QPainterPath * path , int selectionOperation ) ;
void QGraphicsScene_SetSelectionArea3 ( QGraphicsScene * self , QPainterPath * path , int selectionOperation , int mode ) ;
void QGraphicsScene_SetSelectionArea4 ( QGraphicsScene * self , QPainterPath * path , int selectionOperation , int mode , QTransform * deviceTransform ) ;
QGraphicsEllipseItem * QGraphicsScene_AddEllipse22 ( QGraphicsScene * self , QRectF * rect , QPen * pen ) ;
QGraphicsEllipseItem * QGraphicsScene_AddEllipse3 ( QGraphicsScene * self , QRectF * rect , QPen * pen , QBrush * brush ) ;
QGraphicsLineItem * QGraphicsScene_AddLine22 ( QGraphicsScene * self , QLineF * line , QPen * pen ) ;
QGraphicsPathItem * QGraphicsScene_AddPath2 ( QGraphicsScene * self , QPainterPath * path , QPen * pen ) ;
QGraphicsPathItem * QGraphicsScene_AddPath3 ( QGraphicsScene * self , QPainterPath * path , QPen * pen , QBrush * brush ) ;
QGraphicsRectItem * QGraphicsScene_AddRect22 ( QGraphicsScene * self , QRectF * rect , QPen * pen ) ;
QGraphicsRectItem * QGraphicsScene_AddRect3 ( QGraphicsScene * self , QRectF * rect , QPen * pen , QBrush * brush ) ;
QGraphicsTextItem * QGraphicsScene_AddText2 ( QGraphicsScene * self , struct miqt_string text , QFont * font ) ;
QGraphicsSimpleTextItem * QGraphicsScene_AddSimpleText2 ( QGraphicsScene * self , struct miqt_string text , QFont * font ) ;
QGraphicsProxyWidget * QGraphicsScene_AddWidget2 ( QGraphicsScene * self , QWidget * widget , int wFlags ) ;
QGraphicsEllipseItem * QGraphicsScene_AddEllipse5 ( QGraphicsScene * self , double x , double y , double w , double h , QPen * pen ) ;
QGraphicsEllipseItem * QGraphicsScene_AddEllipse6 ( QGraphicsScene * self , double x , double y , double w , double h , QPen * pen , QBrush * brush ) ;
QGraphicsLineItem * QGraphicsScene_AddLine5 ( QGraphicsScene * self , double x1 , double y1 , double x2 , double y2 , QPen * pen ) ;
QGraphicsRectItem * QGraphicsScene_AddRect5 ( QGraphicsScene * self , double x , double y , double w , double h , QPen * pen ) ;
QGraphicsRectItem * QGraphicsScene_AddRect6 ( QGraphicsScene * self , double x , double y , double w , double h , QPen * pen , QBrush * brush ) ;
void QGraphicsScene_SetFocusItem2 ( QGraphicsScene * self , QGraphicsItem * item , int focusReason ) ;
void QGraphicsScene_SetFocus1 ( QGraphicsScene * self , int focusReason ) ;
void QGraphicsScene_Invalidate5 ( QGraphicsScene * self , double x , double y , double w , double h , int layers ) ;
void QGraphicsScene_Update1 ( QGraphicsScene * self , QRectF * rect ) ;
void QGraphicsScene_Invalidate1 ( QGraphicsScene * self , QRectF * rect ) ;
void QGraphicsScene_Invalidate22 ( QGraphicsScene * self , QRectF * rect , int layers ) ;
2024-11-19 06:29:06 +00:00
void QGraphicsScene_override_virtual_InputMethodQuery ( void * self , intptr_t slot ) ;
QVariant * QGraphicsScene_virtualbase_InputMethodQuery ( const void * self , int query ) ;
void QGraphicsScene_override_virtual_Event ( void * self , intptr_t slot ) ;
bool QGraphicsScene_virtualbase_Event ( void * self , QEvent * event ) ;
void QGraphicsScene_override_virtual_EventFilter ( void * self , intptr_t slot ) ;
bool QGraphicsScene_virtualbase_EventFilter ( void * self , QObject * watched , QEvent * event ) ;
void QGraphicsScene_override_virtual_ContextMenuEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_ContextMenuEvent ( void * self , QGraphicsSceneContextMenuEvent * event ) ;
void QGraphicsScene_override_virtual_DragEnterEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_DragEnterEvent ( void * self , QGraphicsSceneDragDropEvent * event ) ;
void QGraphicsScene_override_virtual_DragMoveEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_DragMoveEvent ( void * self , QGraphicsSceneDragDropEvent * event ) ;
void QGraphicsScene_override_virtual_DragLeaveEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_DragLeaveEvent ( void * self , QGraphicsSceneDragDropEvent * event ) ;
void QGraphicsScene_override_virtual_DropEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_DropEvent ( void * self , QGraphicsSceneDragDropEvent * event ) ;
void QGraphicsScene_override_virtual_FocusInEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_FocusInEvent ( void * self , QFocusEvent * event ) ;
void QGraphicsScene_override_virtual_FocusOutEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_FocusOutEvent ( void * self , QFocusEvent * event ) ;
void QGraphicsScene_override_virtual_HelpEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_HelpEvent ( void * self , QGraphicsSceneHelpEvent * event ) ;
void QGraphicsScene_override_virtual_KeyPressEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_KeyPressEvent ( void * self , QKeyEvent * event ) ;
void QGraphicsScene_override_virtual_KeyReleaseEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_KeyReleaseEvent ( void * self , QKeyEvent * event ) ;
void QGraphicsScene_override_virtual_MousePressEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_MousePressEvent ( void * self , QGraphicsSceneMouseEvent * event ) ;
void QGraphicsScene_override_virtual_MouseMoveEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_MouseMoveEvent ( void * self , QGraphicsSceneMouseEvent * event ) ;
void QGraphicsScene_override_virtual_MouseReleaseEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_MouseReleaseEvent ( void * self , QGraphicsSceneMouseEvent * event ) ;
void QGraphicsScene_override_virtual_MouseDoubleClickEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_MouseDoubleClickEvent ( void * self , QGraphicsSceneMouseEvent * event ) ;
void QGraphicsScene_override_virtual_WheelEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_WheelEvent ( void * self , QGraphicsSceneWheelEvent * event ) ;
void QGraphicsScene_override_virtual_InputMethodEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_InputMethodEvent ( void * self , QInputMethodEvent * event ) ;
void QGraphicsScene_override_virtual_DrawBackground ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_DrawBackground ( void * self , QPainter * painter , QRectF * rect ) ;
void QGraphicsScene_override_virtual_DrawForeground ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_DrawForeground ( void * self , QPainter * painter , QRectF * rect ) ;
void QGraphicsScene_override_virtual_FocusNextPrevChild ( void * self , intptr_t slot ) ;
bool QGraphicsScene_virtualbase_FocusNextPrevChild ( void * self , bool next ) ;
void QGraphicsScene_override_virtual_TimerEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_TimerEvent ( void * self , QTimerEvent * event ) ;
void QGraphicsScene_override_virtual_ChildEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_ChildEvent ( void * self , QChildEvent * event ) ;
void QGraphicsScene_override_virtual_CustomEvent ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_CustomEvent ( void * self , QEvent * event ) ;
void QGraphicsScene_override_virtual_ConnectNotify ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_ConnectNotify ( void * self , QMetaMethod * signal ) ;
void QGraphicsScene_override_virtual_DisconnectNotify ( void * self , intptr_t slot ) ;
void QGraphicsScene_virtualbase_DisconnectNotify ( void * self , QMetaMethod * signal ) ;
void QGraphicsScene_Delete ( QGraphicsScene * self , bool isSubclass ) ;
2024-10-20 05:21:03 +00:00
# ifdef __cplusplus
} /* extern C */
# endif
# endif