2024-11-17 19:21:37 +13:00
|
|
|
#pragma once
|
|
|
|
#ifndef MIQT_QT6_PRINTSUPPORT_GEN_QPRINTDIALOG_H
|
|
|
|
#define MIQT_QT6_PRINTSUPPORT_GEN_QPRINTDIALOG_H
|
2024-10-20 19:00:06 +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 QAbstractPrintDialog;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QActionEvent;
|
|
|
|
class QChildEvent;
|
|
|
|
class QCloseEvent;
|
|
|
|
class QContextMenuEvent;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QDialog;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QDragEnterEvent;
|
|
|
|
class QDragLeaveEvent;
|
|
|
|
class QDragMoveEvent;
|
|
|
|
class QDropEvent;
|
|
|
|
class QEnterEvent;
|
|
|
|
class QEvent;
|
|
|
|
class QFocusEvent;
|
|
|
|
class QHideEvent;
|
|
|
|
class QInputMethodEvent;
|
|
|
|
class QKeyEvent;
|
|
|
|
class QMetaMethod;
|
2024-10-20 19:00:06 +13:00
|
|
|
class QMetaObject;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QMouseEvent;
|
|
|
|
class QMoveEvent;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QObject;
|
|
|
|
class QPaintDevice;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QPaintEngine;
|
|
|
|
class QPaintEvent;
|
|
|
|
class QPainter;
|
|
|
|
class QPoint;
|
2024-10-20 19:00:06 +13:00
|
|
|
class QPrintDialog;
|
|
|
|
class QPrinter;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QResizeEvent;
|
|
|
|
class QShowEvent;
|
|
|
|
class QSize;
|
|
|
|
class QTabletEvent;
|
|
|
|
class QTimerEvent;
|
|
|
|
class QVariant;
|
|
|
|
class QWheelEvent;
|
2024-10-20 19:00:06 +13:00
|
|
|
class QWidget;
|
|
|
|
#else
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QAbstractPrintDialog QAbstractPrintDialog;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QActionEvent QActionEvent;
|
|
|
|
typedef struct QChildEvent QChildEvent;
|
|
|
|
typedef struct QCloseEvent QCloseEvent;
|
|
|
|
typedef struct QContextMenuEvent QContextMenuEvent;
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QDialog QDialog;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QDragEnterEvent QDragEnterEvent;
|
|
|
|
typedef struct QDragLeaveEvent QDragLeaveEvent;
|
|
|
|
typedef struct QDragMoveEvent QDragMoveEvent;
|
|
|
|
typedef struct QDropEvent QDropEvent;
|
|
|
|
typedef struct QEnterEvent QEnterEvent;
|
|
|
|
typedef struct QEvent QEvent;
|
|
|
|
typedef struct QFocusEvent QFocusEvent;
|
|
|
|
typedef struct QHideEvent QHideEvent;
|
|
|
|
typedef struct QInputMethodEvent QInputMethodEvent;
|
|
|
|
typedef struct QKeyEvent QKeyEvent;
|
|
|
|
typedef struct QMetaMethod QMetaMethod;
|
2024-10-20 19:00:06 +13:00
|
|
|
typedef struct QMetaObject QMetaObject;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QMouseEvent QMouseEvent;
|
|
|
|
typedef struct QMoveEvent QMoveEvent;
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QObject QObject;
|
|
|
|
typedef struct QPaintDevice QPaintDevice;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QPaintEngine QPaintEngine;
|
|
|
|
typedef struct QPaintEvent QPaintEvent;
|
|
|
|
typedef struct QPainter QPainter;
|
|
|
|
typedef struct QPoint QPoint;
|
2024-10-20 19:00:06 +13:00
|
|
|
typedef struct QPrintDialog QPrintDialog;
|
|
|
|
typedef struct QPrinter QPrinter;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QResizeEvent QResizeEvent;
|
|
|
|
typedef struct QShowEvent QShowEvent;
|
|
|
|
typedef struct QSize QSize;
|
|
|
|
typedef struct QTabletEvent QTabletEvent;
|
|
|
|
typedef struct QTimerEvent QTimerEvent;
|
|
|
|
typedef struct QVariant QVariant;
|
|
|
|
typedef struct QWheelEvent QWheelEvent;
|
2024-10-20 19:00:06 +13:00
|
|
|
typedef struct QWidget QWidget;
|
|
|
|
#endif
|
|
|
|
|
2024-12-07 17:15:57 +13:00
|
|
|
QPrintDialog* QPrintDialog_new(QWidget* parent);
|
|
|
|
QPrintDialog* QPrintDialog_new2(QPrinter* printer);
|
|
|
|
QPrintDialog* QPrintDialog_new3();
|
|
|
|
QPrintDialog* QPrintDialog_new4(QPrinter* printer, QWidget* parent);
|
|
|
|
void QPrintDialog_virtbase(QPrintDialog* src, QAbstractPrintDialog** outptr_QAbstractPrintDialog);
|
2024-10-20 19:00:06 +13:00
|
|
|
QMetaObject* QPrintDialog_MetaObject(const QPrintDialog* self);
|
|
|
|
void* QPrintDialog_Metacast(QPrintDialog* self, const char* param1);
|
|
|
|
struct miqt_string QPrintDialog_Tr(const char* s);
|
|
|
|
int QPrintDialog_Exec(QPrintDialog* self);
|
|
|
|
void QPrintDialog_Accept(QPrintDialog* self);
|
|
|
|
void QPrintDialog_Done(QPrintDialog* self, int result);
|
|
|
|
void QPrintDialog_SetOption(QPrintDialog* self, int option);
|
|
|
|
bool QPrintDialog_TestOption(const QPrintDialog* self, int option);
|
|
|
|
void QPrintDialog_SetOptions(QPrintDialog* self, int options);
|
|
|
|
int QPrintDialog_Options(const QPrintDialog* self);
|
|
|
|
void QPrintDialog_SetVisible(QPrintDialog* self, bool visible);
|
|
|
|
void QPrintDialog_Accepted(QPrintDialog* self, QPrinter* printer);
|
|
|
|
void QPrintDialog_connect_Accepted(QPrintDialog* self, intptr_t slot);
|
|
|
|
struct miqt_string QPrintDialog_Tr2(const char* s, const char* c);
|
|
|
|
struct miqt_string QPrintDialog_Tr3(const char* s, const char* c, int n);
|
|
|
|
void QPrintDialog_SetOption2(QPrintDialog* self, int option, bool on);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QPrintDialog_override_virtual_Exec(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
int QPrintDialog_virtualbase_Exec(void* self);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QPrintDialog_override_virtual_Accept(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
void QPrintDialog_virtualbase_Accept(void* self);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QPrintDialog_override_virtual_Done(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
void QPrintDialog_virtualbase_Done(void* self, int result);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QPrintDialog_override_virtual_SetVisible(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
void QPrintDialog_virtualbase_SetVisible(void* self, bool visible);
|
2025-01-19 16:39:11 +13:00
|
|
|
bool QPrintDialog_override_virtual_SizeHint(void* self, intptr_t slot);
|
|
|
|
QSize* QPrintDialog_virtualbase_SizeHint(const void* self);
|
|
|
|
bool QPrintDialog_override_virtual_MinimumSizeHint(void* self, intptr_t slot);
|
|
|
|
QSize* QPrintDialog_virtualbase_MinimumSizeHint(const void* self);
|
|
|
|
bool QPrintDialog_override_virtual_Open(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_Open(void* self);
|
|
|
|
bool QPrintDialog_override_virtual_Reject(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_Reject(void* self);
|
|
|
|
bool QPrintDialog_override_virtual_KeyPressEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_KeyPressEvent(void* self, QKeyEvent* param1);
|
|
|
|
bool QPrintDialog_override_virtual_CloseEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_CloseEvent(void* self, QCloseEvent* param1);
|
|
|
|
bool QPrintDialog_override_virtual_ShowEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_ShowEvent(void* self, QShowEvent* param1);
|
|
|
|
bool QPrintDialog_override_virtual_ResizeEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_ResizeEvent(void* self, QResizeEvent* param1);
|
|
|
|
bool QPrintDialog_override_virtual_ContextMenuEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_ContextMenuEvent(void* self, QContextMenuEvent* param1);
|
|
|
|
bool QPrintDialog_override_virtual_EventFilter(void* self, intptr_t slot);
|
|
|
|
bool QPrintDialog_virtualbase_EventFilter(void* self, QObject* param1, QEvent* param2);
|
|
|
|
bool QPrintDialog_override_virtual_DevType(void* self, intptr_t slot);
|
|
|
|
int QPrintDialog_virtualbase_DevType(const void* self);
|
|
|
|
bool QPrintDialog_override_virtual_HeightForWidth(void* self, intptr_t slot);
|
|
|
|
int QPrintDialog_virtualbase_HeightForWidth(const void* self, int param1);
|
|
|
|
bool QPrintDialog_override_virtual_HasHeightForWidth(void* self, intptr_t slot);
|
|
|
|
bool QPrintDialog_virtualbase_HasHeightForWidth(const void* self);
|
|
|
|
bool QPrintDialog_override_virtual_PaintEngine(void* self, intptr_t slot);
|
|
|
|
QPaintEngine* QPrintDialog_virtualbase_PaintEngine(const void* self);
|
|
|
|
bool QPrintDialog_override_virtual_Event(void* self, intptr_t slot);
|
|
|
|
bool QPrintDialog_virtualbase_Event(void* self, QEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_MousePressEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_MousePressEvent(void* self, QMouseEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_MouseReleaseEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_MouseReleaseEvent(void* self, QMouseEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_MouseDoubleClickEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_MouseDoubleClickEvent(void* self, QMouseEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_MouseMoveEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_MouseMoveEvent(void* self, QMouseEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_WheelEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_WheelEvent(void* self, QWheelEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_KeyReleaseEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_KeyReleaseEvent(void* self, QKeyEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_FocusInEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_FocusInEvent(void* self, QFocusEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_FocusOutEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_FocusOutEvent(void* self, QFocusEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_EnterEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_EnterEvent(void* self, QEnterEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_LeaveEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_LeaveEvent(void* self, QEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_PaintEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_PaintEvent(void* self, QPaintEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_MoveEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_MoveEvent(void* self, QMoveEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_TabletEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_TabletEvent(void* self, QTabletEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_ActionEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_ActionEvent(void* self, QActionEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_DragEnterEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_DragEnterEvent(void* self, QDragEnterEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_DragMoveEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_DragMoveEvent(void* self, QDragMoveEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_DragLeaveEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_DragLeaveEvent(void* self, QDragLeaveEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_DropEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_DropEvent(void* self, QDropEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_HideEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_HideEvent(void* self, QHideEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_NativeEvent(void* self, intptr_t slot);
|
|
|
|
bool QPrintDialog_virtualbase_NativeEvent(void* self, struct miqt_string eventType, void* message, intptr_t* result);
|
|
|
|
bool QPrintDialog_override_virtual_ChangeEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_ChangeEvent(void* self, QEvent* param1);
|
|
|
|
bool QPrintDialog_override_virtual_Metric(void* self, intptr_t slot);
|
|
|
|
int QPrintDialog_virtualbase_Metric(const void* self, int param1);
|
|
|
|
bool QPrintDialog_override_virtual_InitPainter(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_InitPainter(const void* self, QPainter* painter);
|
|
|
|
bool QPrintDialog_override_virtual_Redirected(void* self, intptr_t slot);
|
|
|
|
QPaintDevice* QPrintDialog_virtualbase_Redirected(const void* self, QPoint* offset);
|
|
|
|
bool QPrintDialog_override_virtual_SharedPainter(void* self, intptr_t slot);
|
|
|
|
QPainter* QPrintDialog_virtualbase_SharedPainter(const void* self);
|
|
|
|
bool QPrintDialog_override_virtual_InputMethodEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_InputMethodEvent(void* self, QInputMethodEvent* param1);
|
|
|
|
bool QPrintDialog_override_virtual_InputMethodQuery(void* self, intptr_t slot);
|
|
|
|
QVariant* QPrintDialog_virtualbase_InputMethodQuery(const void* self, int param1);
|
|
|
|
bool QPrintDialog_override_virtual_FocusNextPrevChild(void* self, intptr_t slot);
|
|
|
|
bool QPrintDialog_virtualbase_FocusNextPrevChild(void* self, bool next);
|
|
|
|
bool QPrintDialog_override_virtual_TimerEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_TimerEvent(void* self, QTimerEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_ChildEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_ChildEvent(void* self, QChildEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_CustomEvent(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_CustomEvent(void* self, QEvent* event);
|
|
|
|
bool QPrintDialog_override_virtual_ConnectNotify(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_ConnectNotify(void* self, QMetaMethod* signal);
|
|
|
|
bool QPrintDialog_override_virtual_DisconnectNotify(void* self, intptr_t slot);
|
|
|
|
void QPrintDialog_virtualbase_DisconnectNotify(void* self, QMetaMethod* signal);
|
2025-01-18 17:42:41 +13:00
|
|
|
void QPrintDialog_Delete(QPrintDialog* self);
|
2024-10-20 19:00:06 +13:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
} /* extern C */
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|