miqt/qt6/gen_qpaintdevicewindow.h

63 lines
2.0 KiB
C
Raw Permalink Normal View History

#pragma once
#ifndef MIQT_QT6_GEN_QPAINTDEVICEWINDOW_H
#define MIQT_QT6_GEN_QPAINTDEVICEWINDOW_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
2024-11-19 06:29:06 +00:00
class QEvent;
class QExposeEvent;
2024-10-20 05:21:03 +00:00
class QMetaObject;
2024-11-19 06:29:06 +00:00
class QObject;
class QPaintDevice;
2024-10-20 05:21:03 +00:00
class QPaintDeviceWindow;
2024-11-19 06:29:06 +00:00
class QPaintEvent;
2024-10-20 05:21:03 +00:00
class QRect;
class QRegion;
2024-11-19 06:29:06 +00:00
class QSurface;
class QWindow;
2024-10-20 05:21:03 +00:00
#else
2024-11-19 06:29:06 +00:00
typedef struct QEvent QEvent;
typedef struct QExposeEvent QExposeEvent;
2024-10-20 05:21:03 +00:00
typedef struct QMetaObject QMetaObject;
2024-11-19 06:29:06 +00:00
typedef struct QObject QObject;
typedef struct QPaintDevice QPaintDevice;
2024-10-20 05:21:03 +00:00
typedef struct QPaintDeviceWindow QPaintDeviceWindow;
2024-11-19 06:29:06 +00:00
typedef struct QPaintEvent QPaintEvent;
2024-10-20 05:21:03 +00:00
typedef struct QRect QRect;
typedef struct QRegion QRegion;
2024-11-19 06:29:06 +00:00
typedef struct QSurface QSurface;
typedef struct QWindow QWindow;
2024-10-20 05:21:03 +00:00
#endif
2024-12-07 04:15:57 +00:00
void QPaintDeviceWindow_virtbase(QPaintDeviceWindow* src, QWindow** outptr_QWindow, QPaintDevice** outptr_QPaintDevice);
2024-10-20 05:21:03 +00: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);
2024-11-19 06:29:06 +00:00
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);
2024-10-20 05:21:03 +00:00
struct miqt_string QPaintDeviceWindow_Tr2(const char* s, const char* c);
struct miqt_string QPaintDeviceWindow_Tr3(const char* s, const char* c, int n);
2024-11-19 06:29:06 +00:00
void QPaintDeviceWindow_Delete(QPaintDeviceWindow* self, bool isSubclass);
2024-10-20 05:21:03 +00:00
#ifdef __cplusplus
} /* extern C */
#endif
#endif