miqt/qt6/gen_qcommandlinkbutton.h

222 lines
12 KiB
C
Raw Normal View History

#pragma once
#ifndef MIQT_QT6_GEN_QCOMMANDLINKBUTTON_H
#define MIQT_QT6_GEN_QCOMMANDLINKBUTTON_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 QAbstractButton;
class QActionEvent;
class QChildEvent;
class QCloseEvent;
2024-10-20 18:21:03 +13:00
class QCommandLinkButton;
class QContextMenuEvent;
class QDragEnterEvent;
class QDragLeaveEvent;
class QDragMoveEvent;
class QDropEvent;
class QEnterEvent;
2024-11-19 19:29:06 +13:00
class QEvent;
class QFocusEvent;
class QHideEvent;
class QInputMethodEvent;
2024-11-19 19:29:06 +13:00
class QKeyEvent;
class QMetaMethod;
2024-10-20 18:21:03 +13:00
class QMetaObject;
2024-11-19 19:29:06 +13:00
class QMouseEvent;
class QMoveEvent;
2024-11-19 19:29:06 +13:00
class QObject;
class QPaintDevice;
class QPaintEngine;
2024-11-19 19:29:06 +13:00
class QPaintEvent;
class QPainter;
2024-11-19 19:29:06 +13:00
class QPoint;
class QPushButton;
class QResizeEvent;
class QShowEvent;
2024-10-20 18:21:03 +13:00
class QSize;
class QStyleOptionButton;
class QTabletEvent;
class QTimerEvent;
class QVariant;
class QWheelEvent;
2024-10-20 18:21:03 +13:00
class QWidget;
#else
2024-11-19 19:29:06 +13:00
typedef struct QAbstractButton QAbstractButton;
typedef struct QActionEvent QActionEvent;
typedef struct QChildEvent QChildEvent;
typedef struct QCloseEvent QCloseEvent;
2024-10-20 18:21:03 +13:00
typedef struct QCommandLinkButton QCommandLinkButton;
typedef struct QContextMenuEvent QContextMenuEvent;
typedef struct QDragEnterEvent QDragEnterEvent;
typedef struct QDragLeaveEvent QDragLeaveEvent;
typedef struct QDragMoveEvent QDragMoveEvent;
typedef struct QDropEvent QDropEvent;
typedef struct QEnterEvent QEnterEvent;
2024-11-19 19:29:06 +13:00
typedef struct QEvent QEvent;
typedef struct QFocusEvent QFocusEvent;
typedef struct QHideEvent QHideEvent;
typedef struct QInputMethodEvent QInputMethodEvent;
2024-11-19 19:29:06 +13:00
typedef struct QKeyEvent QKeyEvent;
typedef struct QMetaMethod QMetaMethod;
2024-10-20 18:21:03 +13:00
typedef struct QMetaObject QMetaObject;
2024-11-19 19:29:06 +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;
typedef struct QPaintEngine QPaintEngine;
2024-11-19 19:29:06 +13:00
typedef struct QPaintEvent QPaintEvent;
typedef struct QPainter QPainter;
2024-11-19 19:29:06 +13:00
typedef struct QPoint QPoint;
typedef struct QPushButton QPushButton;
typedef struct QResizeEvent QResizeEvent;
typedef struct QShowEvent QShowEvent;
2024-10-20 18:21:03 +13:00
typedef struct QSize QSize;
typedef struct QStyleOptionButton QStyleOptionButton;
typedef struct QTabletEvent QTabletEvent;
typedef struct QTimerEvent QTimerEvent;
typedef struct QVariant QVariant;
typedef struct QWheelEvent QWheelEvent;
2024-10-20 18:21:03 +13:00
typedef struct QWidget QWidget;
#endif
2024-12-07 17:15:57 +13:00
QCommandLinkButton* QCommandLinkButton_new(QWidget* parent);
QCommandLinkButton* QCommandLinkButton_new2();
QCommandLinkButton* QCommandLinkButton_new3(struct miqt_string text);
QCommandLinkButton* QCommandLinkButton_new4(struct miqt_string text, struct miqt_string description);
QCommandLinkButton* QCommandLinkButton_new5(struct miqt_string text, QWidget* parent);
QCommandLinkButton* QCommandLinkButton_new6(struct miqt_string text, struct miqt_string description, QWidget* parent);
void QCommandLinkButton_virtbase(QCommandLinkButton* src, QPushButton** outptr_QPushButton);
2024-10-20 18:21:03 +13:00
QMetaObject* QCommandLinkButton_MetaObject(const QCommandLinkButton* self);
void* QCommandLinkButton_Metacast(QCommandLinkButton* self, const char* param1);
struct miqt_string QCommandLinkButton_Tr(const char* s);
struct miqt_string QCommandLinkButton_Description(const QCommandLinkButton* self);
void QCommandLinkButton_SetDescription(QCommandLinkButton* self, struct miqt_string description);
QSize* QCommandLinkButton_SizeHint(const QCommandLinkButton* self);
int QCommandLinkButton_HeightForWidth(const QCommandLinkButton* self, int param1);
QSize* QCommandLinkButton_MinimumSizeHint(const QCommandLinkButton* self);
void QCommandLinkButton_InitStyleOption(const QCommandLinkButton* self, QStyleOptionButton* option);
2024-11-19 19:29:06 +13:00
bool QCommandLinkButton_Event(QCommandLinkButton* self, QEvent* e);
void QCommandLinkButton_PaintEvent(QCommandLinkButton* self, QPaintEvent* param1);
2024-10-20 18:21:03 +13:00
struct miqt_string QCommandLinkButton_Tr2(const char* s, const char* c);
struct miqt_string QCommandLinkButton_Tr3(const char* s, const char* c, int n);
bool QCommandLinkButton_override_virtual_SizeHint(void* self, intptr_t slot);
2024-11-19 19:29:06 +13:00
QSize* QCommandLinkButton_virtualbase_SizeHint(const void* self);
bool QCommandLinkButton_override_virtual_HeightForWidth(void* self, intptr_t slot);
2024-11-19 19:29:06 +13:00
int QCommandLinkButton_virtualbase_HeightForWidth(const void* self, int param1);
bool QCommandLinkButton_override_virtual_MinimumSizeHint(void* self, intptr_t slot);
2024-11-19 19:29:06 +13:00
QSize* QCommandLinkButton_virtualbase_MinimumSizeHint(const void* self);
bool QCommandLinkButton_override_virtual_InitStyleOption(void* self, intptr_t slot);
2024-11-19 19:29:06 +13:00
void QCommandLinkButton_virtualbase_InitStyleOption(const void* self, QStyleOptionButton* option);
bool QCommandLinkButton_override_virtual_Event(void* self, intptr_t slot);
2024-11-19 19:29:06 +13:00
bool QCommandLinkButton_virtualbase_Event(void* self, QEvent* e);
bool QCommandLinkButton_override_virtual_PaintEvent(void* self, intptr_t slot);
2024-11-19 19:29:06 +13:00
void QCommandLinkButton_virtualbase_PaintEvent(void* self, QPaintEvent* param1);
bool QCommandLinkButton_override_virtual_KeyPressEvent(void* self, intptr_t slot);
2024-11-19 19:29:06 +13:00
void QCommandLinkButton_virtualbase_KeyPressEvent(void* self, QKeyEvent* param1);
bool QCommandLinkButton_override_virtual_FocusInEvent(void* self, intptr_t slot);
2024-11-19 19:29:06 +13:00
void QCommandLinkButton_virtualbase_FocusInEvent(void* self, QFocusEvent* param1);
bool QCommandLinkButton_override_virtual_FocusOutEvent(void* self, intptr_t slot);
2024-11-19 19:29:06 +13:00
void QCommandLinkButton_virtualbase_FocusOutEvent(void* self, QFocusEvent* param1);
bool QCommandLinkButton_override_virtual_MouseMoveEvent(void* self, intptr_t slot);
2024-11-19 19:29:06 +13:00
void QCommandLinkButton_virtualbase_MouseMoveEvent(void* self, QMouseEvent* param1);
bool QCommandLinkButton_override_virtual_HitButton(void* self, intptr_t slot);
2024-11-19 19:29:06 +13:00
bool QCommandLinkButton_virtualbase_HitButton(const void* self, QPoint* pos);
bool QCommandLinkButton_override_virtual_CheckStateSet(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_CheckStateSet(void* self);
bool QCommandLinkButton_override_virtual_NextCheckState(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_NextCheckState(void* self);
bool QCommandLinkButton_override_virtual_KeyReleaseEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_KeyReleaseEvent(void* self, QKeyEvent* e);
bool QCommandLinkButton_override_virtual_MousePressEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_MousePressEvent(void* self, QMouseEvent* e);
bool QCommandLinkButton_override_virtual_MouseReleaseEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_MouseReleaseEvent(void* self, QMouseEvent* e);
bool QCommandLinkButton_override_virtual_ChangeEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_ChangeEvent(void* self, QEvent* e);
bool QCommandLinkButton_override_virtual_TimerEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_TimerEvent(void* self, QTimerEvent* e);
bool QCommandLinkButton_override_virtual_DevType(void* self, intptr_t slot);
int QCommandLinkButton_virtualbase_DevType(const void* self);
bool QCommandLinkButton_override_virtual_SetVisible(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_SetVisible(void* self, bool visible);
bool QCommandLinkButton_override_virtual_HasHeightForWidth(void* self, intptr_t slot);
bool QCommandLinkButton_virtualbase_HasHeightForWidth(const void* self);
bool QCommandLinkButton_override_virtual_PaintEngine(void* self, intptr_t slot);
QPaintEngine* QCommandLinkButton_virtualbase_PaintEngine(const void* self);
bool QCommandLinkButton_override_virtual_MouseDoubleClickEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_MouseDoubleClickEvent(void* self, QMouseEvent* event);
bool QCommandLinkButton_override_virtual_WheelEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_WheelEvent(void* self, QWheelEvent* event);
bool QCommandLinkButton_override_virtual_EnterEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_EnterEvent(void* self, QEnterEvent* event);
bool QCommandLinkButton_override_virtual_LeaveEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_LeaveEvent(void* self, QEvent* event);
bool QCommandLinkButton_override_virtual_MoveEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_MoveEvent(void* self, QMoveEvent* event);
bool QCommandLinkButton_override_virtual_ResizeEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_ResizeEvent(void* self, QResizeEvent* event);
bool QCommandLinkButton_override_virtual_CloseEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_CloseEvent(void* self, QCloseEvent* event);
bool QCommandLinkButton_override_virtual_ContextMenuEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_ContextMenuEvent(void* self, QContextMenuEvent* event);
bool QCommandLinkButton_override_virtual_TabletEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_TabletEvent(void* self, QTabletEvent* event);
bool QCommandLinkButton_override_virtual_ActionEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_ActionEvent(void* self, QActionEvent* event);
bool QCommandLinkButton_override_virtual_DragEnterEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_DragEnterEvent(void* self, QDragEnterEvent* event);
bool QCommandLinkButton_override_virtual_DragMoveEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_DragMoveEvent(void* self, QDragMoveEvent* event);
bool QCommandLinkButton_override_virtual_DragLeaveEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_DragLeaveEvent(void* self, QDragLeaveEvent* event);
bool QCommandLinkButton_override_virtual_DropEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_DropEvent(void* self, QDropEvent* event);
bool QCommandLinkButton_override_virtual_ShowEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_ShowEvent(void* self, QShowEvent* event);
bool QCommandLinkButton_override_virtual_HideEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_HideEvent(void* self, QHideEvent* event);
bool QCommandLinkButton_override_virtual_NativeEvent(void* self, intptr_t slot);
bool QCommandLinkButton_virtualbase_NativeEvent(void* self, struct miqt_string eventType, void* message, intptr_t* result);
bool QCommandLinkButton_override_virtual_Metric(void* self, intptr_t slot);
int QCommandLinkButton_virtualbase_Metric(const void* self, int param1);
bool QCommandLinkButton_override_virtual_InitPainter(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_InitPainter(const void* self, QPainter* painter);
bool QCommandLinkButton_override_virtual_Redirected(void* self, intptr_t slot);
QPaintDevice* QCommandLinkButton_virtualbase_Redirected(const void* self, QPoint* offset);
bool QCommandLinkButton_override_virtual_SharedPainter(void* self, intptr_t slot);
QPainter* QCommandLinkButton_virtualbase_SharedPainter(const void* self);
bool QCommandLinkButton_override_virtual_InputMethodEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_InputMethodEvent(void* self, QInputMethodEvent* param1);
bool QCommandLinkButton_override_virtual_InputMethodQuery(void* self, intptr_t slot);
QVariant* QCommandLinkButton_virtualbase_InputMethodQuery(const void* self, int param1);
bool QCommandLinkButton_override_virtual_FocusNextPrevChild(void* self, intptr_t slot);
bool QCommandLinkButton_virtualbase_FocusNextPrevChild(void* self, bool next);
bool QCommandLinkButton_override_virtual_EventFilter(void* self, intptr_t slot);
bool QCommandLinkButton_virtualbase_EventFilter(void* self, QObject* watched, QEvent* event);
bool QCommandLinkButton_override_virtual_ChildEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_ChildEvent(void* self, QChildEvent* event);
bool QCommandLinkButton_override_virtual_CustomEvent(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_CustomEvent(void* self, QEvent* event);
bool QCommandLinkButton_override_virtual_ConnectNotify(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_ConnectNotify(void* self, QMetaMethod* signal);
bool QCommandLinkButton_override_virtual_DisconnectNotify(void* self, intptr_t slot);
void QCommandLinkButton_virtualbase_DisconnectNotify(void* self, QMetaMethod* signal);
void QCommandLinkButton_Delete(QCommandLinkButton* self);
2024-10-20 18:21:03 +13:00
#ifdef __cplusplus
} /* extern C */
#endif
#endif