2024-11-17 06:21:37 +00:00
|
|
|
#pragma once
|
|
|
|
#ifndef MIQT_QT6_GEN_QSCREEN_H
|
|
|
|
#define MIQT_QT6_GEN_QSCREEN_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 QMetaObject;
|
2024-11-19 06:29:06 +00:00
|
|
|
class QObject;
|
2024-10-20 05:21:03 +00:00
|
|
|
class QPixmap;
|
|
|
|
class QPoint;
|
|
|
|
class QRect;
|
|
|
|
class QScreen;
|
|
|
|
class QSize;
|
|
|
|
class QSizeF;
|
|
|
|
class QTransform;
|
|
|
|
#else
|
|
|
|
typedef struct QMetaObject QMetaObject;
|
2024-11-19 06:29:06 +00:00
|
|
|
typedef struct QObject QObject;
|
2024-10-20 05:21:03 +00:00
|
|
|
typedef struct QPixmap QPixmap;
|
|
|
|
typedef struct QPoint QPoint;
|
|
|
|
typedef struct QRect QRect;
|
|
|
|
typedef struct QScreen QScreen;
|
|
|
|
typedef struct QSize QSize;
|
|
|
|
typedef struct QSizeF QSizeF;
|
|
|
|
typedef struct QTransform QTransform;
|
|
|
|
#endif
|
|
|
|
|
2024-12-07 04:15:57 +00:00
|
|
|
void QScreen_virtbase(QScreen* src, QObject** outptr_QObject);
|
2024-10-20 05:21:03 +00:00
|
|
|
QMetaObject* QScreen_MetaObject(const QScreen* self);
|
|
|
|
void* QScreen_Metacast(QScreen* self, const char* param1);
|
|
|
|
struct miqt_string QScreen_Tr(const char* s);
|
|
|
|
struct miqt_string QScreen_Name(const QScreen* self);
|
|
|
|
struct miqt_string QScreen_Manufacturer(const QScreen* self);
|
|
|
|
struct miqt_string QScreen_Model(const QScreen* self);
|
|
|
|
struct miqt_string QScreen_SerialNumber(const QScreen* self);
|
|
|
|
int QScreen_Depth(const QScreen* self);
|
|
|
|
QSize* QScreen_Size(const QScreen* self);
|
|
|
|
QRect* QScreen_Geometry(const QScreen* self);
|
|
|
|
QSizeF* QScreen_PhysicalSize(const QScreen* self);
|
|
|
|
double QScreen_PhysicalDotsPerInchX(const QScreen* self);
|
|
|
|
double QScreen_PhysicalDotsPerInchY(const QScreen* self);
|
|
|
|
double QScreen_PhysicalDotsPerInch(const QScreen* self);
|
|
|
|
double QScreen_LogicalDotsPerInchX(const QScreen* self);
|
|
|
|
double QScreen_LogicalDotsPerInchY(const QScreen* self);
|
|
|
|
double QScreen_LogicalDotsPerInch(const QScreen* self);
|
|
|
|
double QScreen_DevicePixelRatio(const QScreen* self);
|
|
|
|
QSize* QScreen_AvailableSize(const QScreen* self);
|
|
|
|
QRect* QScreen_AvailableGeometry(const QScreen* self);
|
2024-11-17 06:21:37 +00:00
|
|
|
struct miqt_array /* of QScreen* */ QScreen_VirtualSiblings(const QScreen* self);
|
2024-10-20 05:21:03 +00:00
|
|
|
QScreen* QScreen_VirtualSiblingAt(QScreen* self, QPoint* point);
|
|
|
|
QSize* QScreen_VirtualSize(const QScreen* self);
|
|
|
|
QRect* QScreen_VirtualGeometry(const QScreen* self);
|
|
|
|
QSize* QScreen_AvailableVirtualSize(const QScreen* self);
|
|
|
|
QRect* QScreen_AvailableVirtualGeometry(const QScreen* self);
|
|
|
|
int QScreen_PrimaryOrientation(const QScreen* self);
|
|
|
|
int QScreen_Orientation(const QScreen* self);
|
|
|
|
int QScreen_NativeOrientation(const QScreen* self);
|
|
|
|
int QScreen_AngleBetween(const QScreen* self, int a, int b);
|
|
|
|
QTransform* QScreen_TransformBetween(const QScreen* self, int a, int b, QRect* target);
|
|
|
|
QRect* QScreen_MapBetween(const QScreen* self, int a, int b, QRect* rect);
|
|
|
|
bool QScreen_IsPortrait(const QScreen* self, int orientation);
|
|
|
|
bool QScreen_IsLandscape(const QScreen* self, int orientation);
|
|
|
|
QPixmap* QScreen_GrabWindow(QScreen* self);
|
|
|
|
double QScreen_RefreshRate(const QScreen* self);
|
|
|
|
void QScreen_GeometryChanged(QScreen* self, QRect* geometry);
|
|
|
|
void QScreen_connect_GeometryChanged(QScreen* self, intptr_t slot);
|
|
|
|
void QScreen_AvailableGeometryChanged(QScreen* self, QRect* geometry);
|
|
|
|
void QScreen_connect_AvailableGeometryChanged(QScreen* self, intptr_t slot);
|
|
|
|
void QScreen_PhysicalSizeChanged(QScreen* self, QSizeF* size);
|
|
|
|
void QScreen_connect_PhysicalSizeChanged(QScreen* self, intptr_t slot);
|
|
|
|
void QScreen_PhysicalDotsPerInchChanged(QScreen* self, double dpi);
|
|
|
|
void QScreen_connect_PhysicalDotsPerInchChanged(QScreen* self, intptr_t slot);
|
|
|
|
void QScreen_LogicalDotsPerInchChanged(QScreen* self, double dpi);
|
|
|
|
void QScreen_connect_LogicalDotsPerInchChanged(QScreen* self, intptr_t slot);
|
|
|
|
void QScreen_VirtualGeometryChanged(QScreen* self, QRect* rect);
|
|
|
|
void QScreen_connect_VirtualGeometryChanged(QScreen* self, intptr_t slot);
|
|
|
|
void QScreen_PrimaryOrientationChanged(QScreen* self, int orientation);
|
|
|
|
void QScreen_connect_PrimaryOrientationChanged(QScreen* self, intptr_t slot);
|
|
|
|
void QScreen_OrientationChanged(QScreen* self, int orientation);
|
|
|
|
void QScreen_connect_OrientationChanged(QScreen* self, intptr_t slot);
|
|
|
|
void QScreen_RefreshRateChanged(QScreen* self, double refreshRate);
|
|
|
|
void QScreen_connect_RefreshRateChanged(QScreen* self, intptr_t slot);
|
|
|
|
struct miqt_string QScreen_Tr2(const char* s, const char* c);
|
|
|
|
struct miqt_string QScreen_Tr3(const char* s, const char* c, int n);
|
|
|
|
QPixmap* QScreen_GrabWindow1(QScreen* self, uintptr_t window);
|
|
|
|
QPixmap* QScreen_GrabWindow2(QScreen* self, uintptr_t window, int x);
|
|
|
|
QPixmap* QScreen_GrabWindow3(QScreen* self, uintptr_t window, int x, int y);
|
|
|
|
QPixmap* QScreen_GrabWindow4(QScreen* self, uintptr_t window, int x, int y, int w);
|
|
|
|
QPixmap* QScreen_GrabWindow5(QScreen* self, uintptr_t window, int x, int y, int w, int h);
|
2024-11-19 06:29:06 +00:00
|
|
|
void QScreen_Delete(QScreen* self, bool isSubclass);
|
2024-10-20 05:21:03 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
} /* extern C */
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|