2024-11-17 19:21:37 +13:00
|
|
|
#pragma once
|
|
|
|
#ifndef MIQT_QT6_GEN_QSLIDER_H
|
|
|
|
#define MIQT_QT6_GEN_QSLIDER_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 QAbstractSlider;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QActionEvent;
|
|
|
|
class QChildEvent;
|
|
|
|
class QCloseEvent;
|
|
|
|
class QContextMenuEvent;
|
|
|
|
class QDragEnterEvent;
|
|
|
|
class QDragLeaveEvent;
|
|
|
|
class QDragMoveEvent;
|
|
|
|
class QDropEvent;
|
|
|
|
class QEnterEvent;
|
2024-10-20 18:21:03 +13:00
|
|
|
class QEvent;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QFocusEvent;
|
|
|
|
class QHideEvent;
|
|
|
|
class QInputMethodEvent;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QKeyEvent;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QMetaMethod;
|
2024-10-20 18:21:03 +13:00
|
|
|
class QMetaObject;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QMouseEvent;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QMoveEvent;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QObject;
|
|
|
|
class QPaintDevice;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QPaintEngine;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QPaintEvent;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QPainter;
|
|
|
|
class QPoint;
|
|
|
|
class QResizeEvent;
|
|
|
|
class QShowEvent;
|
2024-10-20 18:21:03 +13:00
|
|
|
class QSize;
|
|
|
|
class QSlider;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QStyleOptionSlider;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QTabletEvent;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QTimerEvent;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QVariant;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QWheelEvent;
|
2024-10-20 18:21:03 +13:00
|
|
|
class QWidget;
|
|
|
|
#else
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QAbstractSlider QAbstractSlider;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QActionEvent QActionEvent;
|
|
|
|
typedef struct QChildEvent QChildEvent;
|
|
|
|
typedef struct QCloseEvent QCloseEvent;
|
|
|
|
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-10-20 18:21:03 +13:00
|
|
|
typedef struct QEvent QEvent;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QFocusEvent QFocusEvent;
|
|
|
|
typedef struct QHideEvent QHideEvent;
|
|
|
|
typedef struct QInputMethodEvent QInputMethodEvent;
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QKeyEvent QKeyEvent;
|
2025-01-19 16:39:11 +13:00
|
|
|
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;
|
2025-01-19 16:39:11 +13:00
|
|
|
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;
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QPaintEvent QPaintEvent;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QPainter QPainter;
|
|
|
|
typedef struct QPoint QPoint;
|
|
|
|
typedef struct QResizeEvent QResizeEvent;
|
|
|
|
typedef struct QShowEvent QShowEvent;
|
2024-10-20 18:21:03 +13:00
|
|
|
typedef struct QSize QSize;
|
|
|
|
typedef struct QSlider QSlider;
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QStyleOptionSlider QStyleOptionSlider;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QTabletEvent QTabletEvent;
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QTimerEvent QTimerEvent;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QVariant QVariant;
|
2024-11-19 19:29:06 +13:00
|
|
|
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
|
|
|
QSlider* QSlider_new(QWidget* parent);
|
|
|
|
QSlider* QSlider_new2();
|
|
|
|
QSlider* QSlider_new3(int orientation);
|
|
|
|
QSlider* QSlider_new4(int orientation, QWidget* parent);
|
|
|
|
void QSlider_virtbase(QSlider* src, QAbstractSlider** outptr_QAbstractSlider);
|
2024-10-20 18:21:03 +13:00
|
|
|
QMetaObject* QSlider_MetaObject(const QSlider* self);
|
|
|
|
void* QSlider_Metacast(QSlider* self, const char* param1);
|
|
|
|
struct miqt_string QSlider_Tr(const char* s);
|
|
|
|
QSize* QSlider_SizeHint(const QSlider* self);
|
|
|
|
QSize* QSlider_MinimumSizeHint(const QSlider* self);
|
|
|
|
void QSlider_SetTickPosition(QSlider* self, int position);
|
|
|
|
int QSlider_TickPosition(const QSlider* self);
|
|
|
|
void QSlider_SetTickInterval(QSlider* self, int ti);
|
|
|
|
int QSlider_TickInterval(const QSlider* self);
|
|
|
|
bool QSlider_Event(QSlider* self, QEvent* event);
|
2024-11-19 19:29:06 +13:00
|
|
|
void QSlider_PaintEvent(QSlider* self, QPaintEvent* ev);
|
|
|
|
void QSlider_MousePressEvent(QSlider* self, QMouseEvent* ev);
|
|
|
|
void QSlider_MouseReleaseEvent(QSlider* self, QMouseEvent* ev);
|
|
|
|
void QSlider_MouseMoveEvent(QSlider* self, QMouseEvent* ev);
|
|
|
|
void QSlider_InitStyleOption(const QSlider* self, QStyleOptionSlider* option);
|
2024-10-20 18:21:03 +13:00
|
|
|
struct miqt_string QSlider_Tr2(const char* s, const char* c);
|
|
|
|
struct miqt_string QSlider_Tr3(const char* s, const char* c, int n);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QSlider_override_virtual_SizeHint(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
QSize* QSlider_virtualbase_SizeHint(const void* self);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QSlider_override_virtual_MinimumSizeHint(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
QSize* QSlider_virtualbase_MinimumSizeHint(const void* self);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QSlider_override_virtual_Event(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
bool QSlider_virtualbase_Event(void* self, QEvent* event);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QSlider_override_virtual_PaintEvent(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
void QSlider_virtualbase_PaintEvent(void* self, QPaintEvent* ev);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QSlider_override_virtual_MousePressEvent(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
void QSlider_virtualbase_MousePressEvent(void* self, QMouseEvent* ev);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QSlider_override_virtual_MouseReleaseEvent(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
void QSlider_virtualbase_MouseReleaseEvent(void* self, QMouseEvent* ev);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QSlider_override_virtual_MouseMoveEvent(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
void QSlider_virtualbase_MouseMoveEvent(void* self, QMouseEvent* ev);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QSlider_override_virtual_InitStyleOption(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
void QSlider_virtualbase_InitStyleOption(const void* self, QStyleOptionSlider* option);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QSlider_override_virtual_SliderChange(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
void QSlider_virtualbase_SliderChange(void* self, int change);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QSlider_override_virtual_KeyPressEvent(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
void QSlider_virtualbase_KeyPressEvent(void* self, QKeyEvent* ev);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QSlider_override_virtual_TimerEvent(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
void QSlider_virtualbase_TimerEvent(void* self, QTimerEvent* param1);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QSlider_override_virtual_WheelEvent(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
void QSlider_virtualbase_WheelEvent(void* self, QWheelEvent* e);
|
2025-01-18 17:57:48 +13:00
|
|
|
bool QSlider_override_virtual_ChangeEvent(void* self, intptr_t slot);
|
2024-11-19 19:29:06 +13:00
|
|
|
void QSlider_virtualbase_ChangeEvent(void* self, QEvent* e);
|
2025-01-19 16:39:11 +13:00
|
|
|
bool QSlider_override_virtual_DevType(void* self, intptr_t slot);
|
|
|
|
int QSlider_virtualbase_DevType(const void* self);
|
|
|
|
bool QSlider_override_virtual_SetVisible(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_SetVisible(void* self, bool visible);
|
|
|
|
bool QSlider_override_virtual_HeightForWidth(void* self, intptr_t slot);
|
|
|
|
int QSlider_virtualbase_HeightForWidth(const void* self, int param1);
|
|
|
|
bool QSlider_override_virtual_HasHeightForWidth(void* self, intptr_t slot);
|
|
|
|
bool QSlider_virtualbase_HasHeightForWidth(const void* self);
|
|
|
|
bool QSlider_override_virtual_PaintEngine(void* self, intptr_t slot);
|
|
|
|
QPaintEngine* QSlider_virtualbase_PaintEngine(const void* self);
|
|
|
|
bool QSlider_override_virtual_MouseDoubleClickEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_MouseDoubleClickEvent(void* self, QMouseEvent* event);
|
|
|
|
bool QSlider_override_virtual_KeyReleaseEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_KeyReleaseEvent(void* self, QKeyEvent* event);
|
|
|
|
bool QSlider_override_virtual_FocusInEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_FocusInEvent(void* self, QFocusEvent* event);
|
|
|
|
bool QSlider_override_virtual_FocusOutEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_FocusOutEvent(void* self, QFocusEvent* event);
|
|
|
|
bool QSlider_override_virtual_EnterEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_EnterEvent(void* self, QEnterEvent* event);
|
|
|
|
bool QSlider_override_virtual_LeaveEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_LeaveEvent(void* self, QEvent* event);
|
|
|
|
bool QSlider_override_virtual_MoveEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_MoveEvent(void* self, QMoveEvent* event);
|
|
|
|
bool QSlider_override_virtual_ResizeEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_ResizeEvent(void* self, QResizeEvent* event);
|
|
|
|
bool QSlider_override_virtual_CloseEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_CloseEvent(void* self, QCloseEvent* event);
|
|
|
|
bool QSlider_override_virtual_ContextMenuEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_ContextMenuEvent(void* self, QContextMenuEvent* event);
|
|
|
|
bool QSlider_override_virtual_TabletEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_TabletEvent(void* self, QTabletEvent* event);
|
|
|
|
bool QSlider_override_virtual_ActionEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_ActionEvent(void* self, QActionEvent* event);
|
|
|
|
bool QSlider_override_virtual_DragEnterEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_DragEnterEvent(void* self, QDragEnterEvent* event);
|
|
|
|
bool QSlider_override_virtual_DragMoveEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_DragMoveEvent(void* self, QDragMoveEvent* event);
|
|
|
|
bool QSlider_override_virtual_DragLeaveEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_DragLeaveEvent(void* self, QDragLeaveEvent* event);
|
|
|
|
bool QSlider_override_virtual_DropEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_DropEvent(void* self, QDropEvent* event);
|
|
|
|
bool QSlider_override_virtual_ShowEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_ShowEvent(void* self, QShowEvent* event);
|
|
|
|
bool QSlider_override_virtual_HideEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_HideEvent(void* self, QHideEvent* event);
|
|
|
|
bool QSlider_override_virtual_NativeEvent(void* self, intptr_t slot);
|
|
|
|
bool QSlider_virtualbase_NativeEvent(void* self, struct miqt_string eventType, void* message, intptr_t* result);
|
|
|
|
bool QSlider_override_virtual_Metric(void* self, intptr_t slot);
|
|
|
|
int QSlider_virtualbase_Metric(const void* self, int param1);
|
|
|
|
bool QSlider_override_virtual_InitPainter(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_InitPainter(const void* self, QPainter* painter);
|
|
|
|
bool QSlider_override_virtual_Redirected(void* self, intptr_t slot);
|
|
|
|
QPaintDevice* QSlider_virtualbase_Redirected(const void* self, QPoint* offset);
|
|
|
|
bool QSlider_override_virtual_SharedPainter(void* self, intptr_t slot);
|
|
|
|
QPainter* QSlider_virtualbase_SharedPainter(const void* self);
|
|
|
|
bool QSlider_override_virtual_InputMethodEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_InputMethodEvent(void* self, QInputMethodEvent* param1);
|
|
|
|
bool QSlider_override_virtual_InputMethodQuery(void* self, intptr_t slot);
|
|
|
|
QVariant* QSlider_virtualbase_InputMethodQuery(const void* self, int param1);
|
|
|
|
bool QSlider_override_virtual_FocusNextPrevChild(void* self, intptr_t slot);
|
|
|
|
bool QSlider_virtualbase_FocusNextPrevChild(void* self, bool next);
|
|
|
|
bool QSlider_override_virtual_EventFilter(void* self, intptr_t slot);
|
|
|
|
bool QSlider_virtualbase_EventFilter(void* self, QObject* watched, QEvent* event);
|
|
|
|
bool QSlider_override_virtual_ChildEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_ChildEvent(void* self, QChildEvent* event);
|
|
|
|
bool QSlider_override_virtual_CustomEvent(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_CustomEvent(void* self, QEvent* event);
|
|
|
|
bool QSlider_override_virtual_ConnectNotify(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_ConnectNotify(void* self, QMetaMethod* signal);
|
|
|
|
bool QSlider_override_virtual_DisconnectNotify(void* self, intptr_t slot);
|
|
|
|
void QSlider_virtualbase_DisconnectNotify(void* self, QMetaMethod* signal);
|
2025-01-18 17:42:41 +13:00
|
|
|
void QSlider_Delete(QSlider* self);
|
2024-10-20 18:21:03 +13:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
} /* extern C */
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|