miqt/qt6/gen_qpaintdevicewindow.h

63 lines
2.0 KiB
C
Raw Normal View History

#pragma once
#ifndef MIQT_QT6_GEN_QPAINTDEVICEWINDOW_H
#define MIQT_QT6_GEN_QPAINTDEVICEWINDOW_H
2024-10-20 18:21:03 +13: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
2024-11-19 19:29:06 +13:00
class QEvent;
class QExposeEvent;
2024-10-20 18:21:03 +13:00
class QMetaObject;
2024-11-19 19:29:06 +13:00
class QObject;
class QPaintDevice;
2024-10-20 18:21:03 +13:00
class QPaintDeviceWindow;
2024-11-19 19:29:06 +13:00
class QPaintEvent;
2024-10-20 18:21:03 +13:00
class QRect;
class QRegion;
2024-11-19 19:29:06 +13:00
class QSurface;
class QWindow;
2024-10-20 18:21:03 +13:00
#else
2024-11-19 19:29:06 +13:00
typedef struct QEvent QEvent;
typedef struct QExposeEvent QExposeEvent;
2024-10-20 18:21:03 +13:00
typedef struct QMetaObject QMetaObject;
2024-11-19 19:29:06 +13:00
typedef struct QObject QObject;
typedef struct QPaintDevice QPaintDevice;
2024-10-20 18:21:03 +13:00
typedef struct QPaintDeviceWindow QPaintDeviceWindow;
2024-11-19 19:29:06 +13:00
typedef struct QPaintEvent QPaintEvent;
2024-10-20 18:21:03 +13:00
typedef struct QRect QRect;
typedef struct QRegion QRegion;
2024-11-19 19:29:06 +13:00
typedef struct QSurface QSurface;
typedef struct QWindow QWindow;
2024-10-20 18:21:03 +13:00
#endif
2024-12-07 17:15:57 +13:00
void QPaintDeviceWindow_virtbase(QPaintDeviceWindow* src, QWindow** outptr_QWindow, QPaintDevice** outptr_QPaintDevice);
2025-02-01 13:45:16 +13:00
QMetaObject* QPaintDeviceWindow_metaObject(const QPaintDeviceWindow* self);
void* QPaintDeviceWindow_metacast(QPaintDeviceWindow* self, const char* param1);
struct miqt_string QPaintDeviceWindow_tr(const char* s);
void QPaintDeviceWindow_update(QPaintDeviceWindow* self, QRect* rect);
void QPaintDeviceWindow_updateWithRegion(QPaintDeviceWindow* self, QRegion* region);
void QPaintDeviceWindow_update2(QPaintDeviceWindow* self);
void QPaintDeviceWindow_exposeEvent(QPaintDeviceWindow* self, QExposeEvent* param1);
void QPaintDeviceWindow_paintEvent(QPaintDeviceWindow* self, QPaintEvent* event);
int QPaintDeviceWindow_metric(const QPaintDeviceWindow* self, int metric);
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);
void QPaintDeviceWindow_delete(QPaintDeviceWindow* self);
2024-10-20 18:21:03 +13:00
#ifdef __cplusplus
} /* extern C */
2025-02-01 13:45:16 +13:00
#endif
2024-10-20 18:21:03 +13:00
#endif