#pragma once #ifndef MIQT_QT_GEN_QPAINTDEVICEWINDOW_H #define MIQT_QT_GEN_QPAINTDEVICEWINDOW_H #include #include #include #pragma GCC diagnostic ignored "-Wdeprecated-declarations" #include "../libmiqt/libmiqt.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus class QEvent; class QExposeEvent; class QMetaObject; class QObject; class QPaintDevice; class QPaintDeviceWindow; class QPaintEvent; class QRect; class QRegion; class QSurface; class QWindow; #else typedef struct QEvent QEvent; typedef struct QExposeEvent QExposeEvent; typedef struct QMetaObject QMetaObject; typedef struct QObject QObject; typedef struct QPaintDevice QPaintDevice; typedef struct QPaintDeviceWindow QPaintDeviceWindow; typedef struct QPaintEvent QPaintEvent; typedef struct QRect QRect; typedef struct QRegion QRegion; typedef struct QSurface QSurface; typedef struct QWindow QWindow; #endif void QPaintDeviceWindow_virtbase(QPaintDeviceWindow* src, QWindow** outptr_QWindow, QPaintDevice** outptr_QPaintDevice); QMetaObject* QPaintDeviceWindow_metaObject(const QPaintDeviceWindow* self); void* QPaintDeviceWindow_metacast(QPaintDeviceWindow* self, const char* param1); struct miqt_string QPaintDeviceWindow_tr(const char* s); struct miqt_string QPaintDeviceWindow_trUtf8(const char* s); void QPaintDeviceWindow_update(QPaintDeviceWindow* self, QRect* rect); void QPaintDeviceWindow_updateWithRegion(QPaintDeviceWindow* self, QRegion* region); void QPaintDeviceWindow_update2(QPaintDeviceWindow* self); void QPaintDeviceWindow_paintEvent(QPaintDeviceWindow* self, QPaintEvent* event); int QPaintDeviceWindow_metric(const QPaintDeviceWindow* self, int metric); void QPaintDeviceWindow_exposeEvent(QPaintDeviceWindow* self, QExposeEvent* param1); bool QPaintDeviceWindow_event(QPaintDeviceWindow* self, QEvent* event); struct miqt_string QPaintDeviceWindow_tr2(const char* s, const char* c); struct miqt_string QPaintDeviceWindow_tr3(const char* s, const char* c, int n); struct miqt_string QPaintDeviceWindow_trUtf82(const char* s, const char* c); struct miqt_string QPaintDeviceWindow_trUtf83(const char* s, const char* c, int n); void QPaintDeviceWindow_delete(QPaintDeviceWindow* self); #ifdef __cplusplus } /* extern C */ #endif #endif