2025-01-19 16:39:11 +13:00
# include <QActionEvent>
# include <QByteArray>
# include <QChildEvent>
2024-11-19 19:29:06 +13:00
# include <QCloseEvent>
# include <QContextMenuEvent>
# include <QDialog>
2025-01-19 16:39:11 +13:00
# include <QDragEnterEvent>
# include <QDragLeaveEvent>
# include <QDragMoveEvent>
# include <QDropEvent>
# include <QEnterEvent>
2024-11-19 19:29:06 +13:00
# include <QEvent>
2025-01-19 16:39:11 +13:00
# include <QFocusEvent>
# include <QHideEvent>
2024-10-20 18:21:03 +13:00
# include <QInputDialog>
2025-01-19 16:39:11 +13:00
# include <QInputMethodEvent>
2024-11-19 19:29:06 +13:00
# include <QKeyEvent>
2024-10-20 18:21:03 +13:00
# include <QList>
2025-01-19 16:39:11 +13:00
# include <QMetaMethod>
2024-10-20 18:21:03 +13:00
# include <QMetaObject>
2025-01-19 16:39:11 +13:00
# include <QMouseEvent>
# include <QMoveEvent>
2024-11-19 19:29:06 +13:00
# include <QObject>
# include <QPaintDevice>
2025-01-19 16:39:11 +13:00
# include <QPaintEngine>
# include <QPaintEvent>
# include <QPainter>
# include <QPoint>
2024-11-19 19:29:06 +13:00
# include <QResizeEvent>
# include <QShowEvent>
2024-10-20 18:21:03 +13:00
# include <QSize>
# include <QString>
# include <QByteArray>
# include <cstring>
2025-01-19 16:39:11 +13:00
# include <QTabletEvent>
# include <QTimerEvent>
# include <QVariant>
# include <QWheelEvent>
2024-10-20 18:21:03 +13:00
# include <QWidget>
# include <qinputdialog.h>
# include "gen_qinputdialog.h"
2024-12-11 19:55:47 +13:00
2025-01-07 11:30:33 +01:00
# ifdef __cplusplus
extern " C " {
# endif
2025-02-01 13:45:16 +13:00
void miqt_exec_callback_QInputDialog_textValueChanged ( intptr_t , struct miqt_string ) ;
void miqt_exec_callback_QInputDialog_textValueSelected ( intptr_t , struct miqt_string ) ;
void miqt_exec_callback_QInputDialog_intValueChanged ( intptr_t , int ) ;
void miqt_exec_callback_QInputDialog_intValueSelected ( intptr_t , int ) ;
void miqt_exec_callback_QInputDialog_doubleValueChanged ( intptr_t , double ) ;
void miqt_exec_callback_QInputDialog_doubleValueSelected ( intptr_t , double ) ;
QSize * miqt_exec_callback_QInputDialog_minimumSizeHint ( const QInputDialog * , intptr_t ) ;
QSize * miqt_exec_callback_QInputDialog_sizeHint ( const QInputDialog * , intptr_t ) ;
void miqt_exec_callback_QInputDialog_setVisible ( QInputDialog * , intptr_t , bool ) ;
void miqt_exec_callback_QInputDialog_done ( QInputDialog * , intptr_t , int ) ;
void miqt_exec_callback_QInputDialog_open ( QInputDialog * , intptr_t ) ;
int miqt_exec_callback_QInputDialog_exec ( QInputDialog * , intptr_t ) ;
void miqt_exec_callback_QInputDialog_accept ( QInputDialog * , intptr_t ) ;
void miqt_exec_callback_QInputDialog_reject ( QInputDialog * , intptr_t ) ;
void miqt_exec_callback_QInputDialog_keyPressEvent ( QInputDialog * , intptr_t , QKeyEvent * ) ;
void miqt_exec_callback_QInputDialog_closeEvent ( QInputDialog * , intptr_t , QCloseEvent * ) ;
void miqt_exec_callback_QInputDialog_showEvent ( QInputDialog * , intptr_t , QShowEvent * ) ;
void miqt_exec_callback_QInputDialog_resizeEvent ( QInputDialog * , intptr_t , QResizeEvent * ) ;
void miqt_exec_callback_QInputDialog_contextMenuEvent ( QInputDialog * , intptr_t , QContextMenuEvent * ) ;
bool miqt_exec_callback_QInputDialog_eventFilter ( QInputDialog * , intptr_t , QObject * , QEvent * ) ;
int miqt_exec_callback_QInputDialog_devType ( const QInputDialog * , intptr_t ) ;
int miqt_exec_callback_QInputDialog_heightForWidth ( const QInputDialog * , intptr_t , int ) ;
bool miqt_exec_callback_QInputDialog_hasHeightForWidth ( const QInputDialog * , intptr_t ) ;
QPaintEngine * miqt_exec_callback_QInputDialog_paintEngine ( const QInputDialog * , intptr_t ) ;
bool miqt_exec_callback_QInputDialog_event ( QInputDialog * , intptr_t , QEvent * ) ;
void miqt_exec_callback_QInputDialog_mousePressEvent ( QInputDialog * , intptr_t , QMouseEvent * ) ;
void miqt_exec_callback_QInputDialog_mouseReleaseEvent ( QInputDialog * , intptr_t , QMouseEvent * ) ;
void miqt_exec_callback_QInputDialog_mouseDoubleClickEvent ( QInputDialog * , intptr_t , QMouseEvent * ) ;
void miqt_exec_callback_QInputDialog_mouseMoveEvent ( QInputDialog * , intptr_t , QMouseEvent * ) ;
void miqt_exec_callback_QInputDialog_wheelEvent ( QInputDialog * , intptr_t , QWheelEvent * ) ;
void miqt_exec_callback_QInputDialog_keyReleaseEvent ( QInputDialog * , intptr_t , QKeyEvent * ) ;
void miqt_exec_callback_QInputDialog_focusInEvent ( QInputDialog * , intptr_t , QFocusEvent * ) ;
void miqt_exec_callback_QInputDialog_focusOutEvent ( QInputDialog * , intptr_t , QFocusEvent * ) ;
void miqt_exec_callback_QInputDialog_enterEvent ( QInputDialog * , intptr_t , QEnterEvent * ) ;
void miqt_exec_callback_QInputDialog_leaveEvent ( QInputDialog * , intptr_t , QEvent * ) ;
void miqt_exec_callback_QInputDialog_paintEvent ( QInputDialog * , intptr_t , QPaintEvent * ) ;
void miqt_exec_callback_QInputDialog_moveEvent ( QInputDialog * , intptr_t , QMoveEvent * ) ;
void miqt_exec_callback_QInputDialog_tabletEvent ( QInputDialog * , intptr_t , QTabletEvent * ) ;
void miqt_exec_callback_QInputDialog_actionEvent ( QInputDialog * , intptr_t , QActionEvent * ) ;
void miqt_exec_callback_QInputDialog_dragEnterEvent ( QInputDialog * , intptr_t , QDragEnterEvent * ) ;
void miqt_exec_callback_QInputDialog_dragMoveEvent ( QInputDialog * , intptr_t , QDragMoveEvent * ) ;
void miqt_exec_callback_QInputDialog_dragLeaveEvent ( QInputDialog * , intptr_t , QDragLeaveEvent * ) ;
void miqt_exec_callback_QInputDialog_dropEvent ( QInputDialog * , intptr_t , QDropEvent * ) ;
void miqt_exec_callback_QInputDialog_hideEvent ( QInputDialog * , intptr_t , QHideEvent * ) ;
bool miqt_exec_callback_QInputDialog_nativeEvent ( QInputDialog * , intptr_t , struct miqt_string , void * , intptr_t * ) ;
void miqt_exec_callback_QInputDialog_changeEvent ( QInputDialog * , intptr_t , QEvent * ) ;
int miqt_exec_callback_QInputDialog_metric ( const QInputDialog * , intptr_t , int ) ;
void miqt_exec_callback_QInputDialog_initPainter ( const QInputDialog * , intptr_t , QPainter * ) ;
QPaintDevice * miqt_exec_callback_QInputDialog_redirected ( const QInputDialog * , intptr_t , QPoint * ) ;
QPainter * miqt_exec_callback_QInputDialog_sharedPainter ( const QInputDialog * , intptr_t ) ;
void miqt_exec_callback_QInputDialog_inputMethodEvent ( QInputDialog * , intptr_t , QInputMethodEvent * ) ;
QVariant * miqt_exec_callback_QInputDialog_inputMethodQuery ( const QInputDialog * , intptr_t , int ) ;
bool miqt_exec_callback_QInputDialog_focusNextPrevChild ( QInputDialog * , intptr_t , bool ) ;
void miqt_exec_callback_QInputDialog_timerEvent ( QInputDialog * , intptr_t , QTimerEvent * ) ;
void miqt_exec_callback_QInputDialog_childEvent ( QInputDialog * , intptr_t , QChildEvent * ) ;
void miqt_exec_callback_QInputDialog_customEvent ( QInputDialog * , intptr_t , QEvent * ) ;
void miqt_exec_callback_QInputDialog_connectNotify ( QInputDialog * , intptr_t , QMetaMethod * ) ;
void miqt_exec_callback_QInputDialog_disconnectNotify ( QInputDialog * , intptr_t , QMetaMethod * ) ;
2025-01-07 11:30:33 +01:00
# ifdef __cplusplus
} /* extern C */
2024-12-11 19:55:47 +13:00
# endif
2024-10-20 18:21:03 +13:00
2025-01-18 17:42:41 +13:00
class MiqtVirtualQInputDialog final : public QInputDialog {
2024-11-19 19:29:06 +13:00
public :
MiqtVirtualQInputDialog ( QWidget * parent ) : QInputDialog ( parent ) { } ;
MiqtVirtualQInputDialog ( ) : QInputDialog ( ) { } ;
MiqtVirtualQInputDialog ( QWidget * parent , Qt : : WindowFlags flags ) : QInputDialog ( parent , flags ) { } ;
2025-01-18 17:42:41 +13:00
virtual ~ MiqtVirtualQInputDialog ( ) override = default ;
2024-11-19 19:29:06 +13:00
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__minimumSizeHint = 0 ;
2024-11-19 19:29:06 +13:00
// Subclass to allow providing a Go implementation
virtual QSize minimumSizeHint ( ) const override {
2025-02-01 13:45:16 +13:00
if ( handle__minimumSizeHint = = 0 ) {
2024-11-19 19:29:06 +13:00
return QInputDialog : : minimumSizeHint ( ) ;
}
2025-02-01 13:45:16 +13:00
QSize * callback_return_value = miqt_exec_callback_QInputDialog_minimumSizeHint ( this , handle__minimumSizeHint ) ;
2024-11-19 19:29:06 +13:00
return * callback_return_value ;
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
QSize * virtualbase_minimumSizeHint ( ) const {
2024-11-19 19:29:06 +13:00
return new QSize ( QInputDialog : : minimumSizeHint ( ) ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__sizeHint = 0 ;
2024-11-19 19:29:06 +13:00
// Subclass to allow providing a Go implementation
virtual QSize sizeHint ( ) const override {
2025-02-01 13:45:16 +13:00
if ( handle__sizeHint = = 0 ) {
2024-11-19 19:29:06 +13:00
return QInputDialog : : sizeHint ( ) ;
}
2025-02-01 13:45:16 +13:00
QSize * callback_return_value = miqt_exec_callback_QInputDialog_sizeHint ( this , handle__sizeHint ) ;
2024-11-19 19:29:06 +13:00
return * callback_return_value ;
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
QSize * virtualbase_sizeHint ( ) const {
2024-11-19 19:29:06 +13:00
return new QSize ( QInputDialog : : sizeHint ( ) ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__setVisible = 0 ;
2024-11-19 19:29:06 +13:00
// Subclass to allow providing a Go implementation
virtual void setVisible ( bool visible ) override {
2025-02-01 13:45:16 +13:00
if ( handle__setVisible = = 0 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : setVisible ( visible ) ;
return ;
}
bool sigval1 = visible ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_setVisible ( this , handle__setVisible , sigval1 ) ;
2024-11-19 19:29:06 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_setVisible ( bool visible ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : setVisible ( visible ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__done = 0 ;
2024-11-19 19:29:06 +13:00
// Subclass to allow providing a Go implementation
virtual void done ( int result ) override {
2025-02-01 13:45:16 +13:00
if ( handle__done = = 0 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : done ( result ) ;
return ;
}
int sigval1 = result ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_done ( this , handle__done , sigval1 ) ;
2024-11-19 19:29:06 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_done ( int result ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : done ( static_cast < int > ( result ) ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__open = 0 ;
2024-11-19 19:29:06 +13:00
// Subclass to allow providing a Go implementation
virtual void open ( ) override {
2025-02-01 13:45:16 +13:00
if ( handle__open = = 0 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : open ( ) ;
return ;
}
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_open ( this , handle__open ) ;
2024-11-19 19:29:06 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_open ( ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : open ( ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__exec = 0 ;
2024-11-19 19:29:06 +13:00
// Subclass to allow providing a Go implementation
virtual int exec ( ) override {
2025-02-01 13:45:16 +13:00
if ( handle__exec = = 0 ) {
2024-11-19 19:29:06 +13:00
return QInputDialog : : exec ( ) ;
}
2025-02-01 13:45:16 +13:00
int callback_return_value = miqt_exec_callback_QInputDialog_exec ( this , handle__exec ) ;
2024-11-19 19:29:06 +13:00
return static_cast < int > ( callback_return_value ) ;
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
int virtualbase_exec ( ) {
2024-11-19 19:29:06 +13:00
return QInputDialog : : exec ( ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__accept = 0 ;
2024-11-19 19:29:06 +13:00
// Subclass to allow providing a Go implementation
virtual void accept ( ) override {
2025-02-01 13:45:16 +13:00
if ( handle__accept = = 0 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : accept ( ) ;
return ;
}
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_accept ( this , handle__accept ) ;
2024-11-19 19:29:06 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_accept ( ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : accept ( ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__reject = 0 ;
2024-11-19 19:29:06 +13:00
// Subclass to allow providing a Go implementation
virtual void reject ( ) override {
2025-02-01 13:45:16 +13:00
if ( handle__reject = = 0 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : reject ( ) ;
return ;
}
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_reject ( this , handle__reject ) ;
2024-11-19 19:29:06 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_reject ( ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : reject ( ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__keyPressEvent = 0 ;
2024-11-19 19:29:06 +13:00
// Subclass to allow providing a Go implementation
virtual void keyPressEvent ( QKeyEvent * param1 ) override {
2025-02-01 13:45:16 +13:00
if ( handle__keyPressEvent = = 0 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : keyPressEvent ( param1 ) ;
return ;
}
QKeyEvent * sigval1 = param1 ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_keyPressEvent ( this , handle__keyPressEvent , sigval1 ) ;
2024-11-19 19:29:06 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_keyPressEvent ( QKeyEvent * param1 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : keyPressEvent ( param1 ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__closeEvent = 0 ;
2024-11-19 19:29:06 +13:00
// Subclass to allow providing a Go implementation
virtual void closeEvent ( QCloseEvent * param1 ) override {
2025-02-01 13:45:16 +13:00
if ( handle__closeEvent = = 0 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : closeEvent ( param1 ) ;
return ;
}
QCloseEvent * sigval1 = param1 ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_closeEvent ( this , handle__closeEvent , sigval1 ) ;
2024-11-19 19:29:06 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_closeEvent ( QCloseEvent * param1 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : closeEvent ( param1 ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__showEvent = 0 ;
2024-11-19 19:29:06 +13:00
// Subclass to allow providing a Go implementation
virtual void showEvent ( QShowEvent * param1 ) override {
2025-02-01 13:45:16 +13:00
if ( handle__showEvent = = 0 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : showEvent ( param1 ) ;
return ;
}
QShowEvent * sigval1 = param1 ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_showEvent ( this , handle__showEvent , sigval1 ) ;
2024-11-19 19:29:06 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_showEvent ( QShowEvent * param1 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : showEvent ( param1 ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__resizeEvent = 0 ;
2024-11-19 19:29:06 +13:00
// Subclass to allow providing a Go implementation
virtual void resizeEvent ( QResizeEvent * param1 ) override {
2025-02-01 13:45:16 +13:00
if ( handle__resizeEvent = = 0 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : resizeEvent ( param1 ) ;
return ;
}
QResizeEvent * sigval1 = param1 ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_resizeEvent ( this , handle__resizeEvent , sigval1 ) ;
2024-11-19 19:29:06 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_resizeEvent ( QResizeEvent * param1 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : resizeEvent ( param1 ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__contextMenuEvent = 0 ;
2024-11-19 19:29:06 +13:00
// Subclass to allow providing a Go implementation
virtual void contextMenuEvent ( QContextMenuEvent * param1 ) override {
2025-02-01 13:45:16 +13:00
if ( handle__contextMenuEvent = = 0 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : contextMenuEvent ( param1 ) ;
return ;
}
QContextMenuEvent * sigval1 = param1 ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_contextMenuEvent ( this , handle__contextMenuEvent , sigval1 ) ;
2024-11-19 19:29:06 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_contextMenuEvent ( QContextMenuEvent * param1 ) {
2024-11-19 19:29:06 +13:00
QInputDialog : : contextMenuEvent ( param1 ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__eventFilter = 0 ;
2024-11-19 19:29:06 +13:00
// Subclass to allow providing a Go implementation
virtual bool eventFilter ( QObject * param1 , QEvent * param2 ) override {
2025-02-01 13:45:16 +13:00
if ( handle__eventFilter = = 0 ) {
2024-11-19 19:29:06 +13:00
return QInputDialog : : eventFilter ( param1 , param2 ) ;
}
QObject * sigval1 = param1 ;
QEvent * sigval2 = param2 ;
2025-02-01 13:45:16 +13:00
bool callback_return_value = miqt_exec_callback_QInputDialog_eventFilter ( this , handle__eventFilter , sigval1 , sigval2 ) ;
2024-11-19 19:29:06 +13:00
return callback_return_value ;
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
bool virtualbase_eventFilter ( QObject * param1 , QEvent * param2 ) {
2024-11-19 19:29:06 +13:00
return QInputDialog : : eventFilter ( param1 , param2 ) ;
}
2025-01-19 16:39:11 +13:00
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__devType = 0 ;
2024-11-19 19:29:06 +13:00
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual int devType ( ) const override {
2025-02-01 13:45:16 +13:00
if ( handle__devType = = 0 ) {
2025-01-19 16:39:11 +13:00
return QInputDialog : : devType ( ) ;
}
2024-10-20 18:21:03 +13:00
2025-02-01 13:45:16 +13:00
int callback_return_value = miqt_exec_callback_QInputDialog_devType ( this , handle__devType ) ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
return static_cast < int > ( callback_return_value ) ;
}
2024-12-07 17:15:57 +13:00
2025-01-19 16:39:11 +13:00
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
int virtualbase_devType ( ) const {
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
return QInputDialog : : devType ( ) ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
}
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__heightForWidth = 0 ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual int heightForWidth ( int param1 ) const override {
2025-02-01 13:45:16 +13:00
if ( handle__heightForWidth = = 0 ) {
2025-01-19 16:39:11 +13:00
return QInputDialog : : heightForWidth ( param1 ) ;
}
int sigval1 = param1 ;
2024-10-20 18:21:03 +13:00
2025-02-01 13:45:16 +13:00
int callback_return_value = miqt_exec_callback_QInputDialog_heightForWidth ( this , handle__heightForWidth , sigval1 ) ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
return static_cast < int > ( callback_return_value ) ;
}
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
int virtualbase_heightForWidth ( int param1 ) const {
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
return QInputDialog : : heightForWidth ( static_cast < int > ( param1 ) ) ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
}
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__hasHeightForWidth = 0 ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual bool hasHeightForWidth ( ) const override {
2025-02-01 13:45:16 +13:00
if ( handle__hasHeightForWidth = = 0 ) {
2025-01-19 16:39:11 +13:00
return QInputDialog : : hasHeightForWidth ( ) ;
}
2024-10-20 18:21:03 +13:00
2025-02-01 13:45:16 +13:00
bool callback_return_value = miqt_exec_callback_QInputDialog_hasHeightForWidth ( this , handle__hasHeightForWidth ) ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
return callback_return_value ;
}
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
bool virtualbase_hasHeightForWidth ( ) const {
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
return QInputDialog : : hasHeightForWidth ( ) ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
}
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__paintEngine = 0 ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual QPaintEngine * paintEngine ( ) const override {
2025-02-01 13:45:16 +13:00
if ( handle__paintEngine = = 0 ) {
2025-01-19 16:39:11 +13:00
return QInputDialog : : paintEngine ( ) ;
}
2025-02-01 13:45:16 +13:00
QPaintEngine * callback_return_value = miqt_exec_callback_QInputDialog_paintEngine ( this , handle__paintEngine ) ;
2025-01-19 16:39:11 +13:00
return callback_return_value ;
2024-10-20 18:21:03 +13:00
}
2025-01-19 16:39:11 +13:00
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
QPaintEngine * virtualbase_paintEngine ( ) const {
2025-01-19 16:39:11 +13:00
return QInputDialog : : paintEngine ( ) ;
2024-10-20 18:21:03 +13:00
}
2025-01-19 16:39:11 +13:00
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__event = 0 ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual bool event ( QEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__event = = 0 ) {
2025-01-19 16:39:11 +13:00
return QInputDialog : : event ( event ) ;
}
QEvent * sigval1 = event ;
2024-10-20 18:21:03 +13:00
2025-02-01 13:45:16 +13:00
bool callback_return_value = miqt_exec_callback_QInputDialog_event ( this , handle__event , sigval1 ) ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
return callback_return_value ;
}
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
bool virtualbase_event ( QEvent * event ) {
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
return QInputDialog : : event ( event ) ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
}
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__mousePressEvent = 0 ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void mousePressEvent ( QMouseEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__mousePressEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : mousePressEvent ( event ) ;
return ;
}
QMouseEvent * sigval1 = event ;
2024-10-20 18:21:03 +13:00
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_mousePressEvent ( this , handle__mousePressEvent , sigval1 ) ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
}
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_mousePressEvent ( QMouseEvent * event ) {
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
QInputDialog : : mousePressEvent ( event ) ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
}
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__mouseReleaseEvent = 0 ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void mouseReleaseEvent ( QMouseEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__mouseReleaseEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : mouseReleaseEvent ( event ) ;
return ;
}
QMouseEvent * sigval1 = event ;
2024-10-20 18:21:03 +13:00
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_mouseReleaseEvent ( this , handle__mouseReleaseEvent , sigval1 ) ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
}
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_mouseReleaseEvent ( QMouseEvent * event ) {
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
QInputDialog : : mouseReleaseEvent ( event ) ;
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
}
2024-10-20 18:21:03 +13:00
2025-01-19 16:39:11 +13:00
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__mouseDoubleClickEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void mouseDoubleClickEvent ( QMouseEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__mouseDoubleClickEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : mouseDoubleClickEvent ( event ) ;
return ;
}
QMouseEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_mouseDoubleClickEvent ( this , handle__mouseDoubleClickEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_mouseDoubleClickEvent ( QMouseEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : mouseDoubleClickEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__mouseMoveEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void mouseMoveEvent ( QMouseEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__mouseMoveEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : mouseMoveEvent ( event ) ;
return ;
}
QMouseEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_mouseMoveEvent ( this , handle__mouseMoveEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_mouseMoveEvent ( QMouseEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : mouseMoveEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__wheelEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void wheelEvent ( QWheelEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__wheelEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : wheelEvent ( event ) ;
return ;
}
QWheelEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_wheelEvent ( this , handle__wheelEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_wheelEvent ( QWheelEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : wheelEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__keyReleaseEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void keyReleaseEvent ( QKeyEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__keyReleaseEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : keyReleaseEvent ( event ) ;
return ;
}
QKeyEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_keyReleaseEvent ( this , handle__keyReleaseEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_keyReleaseEvent ( QKeyEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : keyReleaseEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__focusInEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void focusInEvent ( QFocusEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__focusInEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : focusInEvent ( event ) ;
return ;
}
QFocusEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_focusInEvent ( this , handle__focusInEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_focusInEvent ( QFocusEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : focusInEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__focusOutEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void focusOutEvent ( QFocusEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__focusOutEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : focusOutEvent ( event ) ;
return ;
}
QFocusEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_focusOutEvent ( this , handle__focusOutEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_focusOutEvent ( QFocusEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : focusOutEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__enterEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void enterEvent ( QEnterEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__enterEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : enterEvent ( event ) ;
return ;
}
QEnterEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_enterEvent ( this , handle__enterEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_enterEvent ( QEnterEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : enterEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__leaveEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void leaveEvent ( QEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__leaveEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : leaveEvent ( event ) ;
return ;
}
QEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_leaveEvent ( this , handle__leaveEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_leaveEvent ( QEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : leaveEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__paintEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void paintEvent ( QPaintEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__paintEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : paintEvent ( event ) ;
return ;
}
QPaintEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_paintEvent ( this , handle__paintEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_paintEvent ( QPaintEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : paintEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__moveEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void moveEvent ( QMoveEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__moveEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : moveEvent ( event ) ;
return ;
}
QMoveEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_moveEvent ( this , handle__moveEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_moveEvent ( QMoveEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : moveEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__tabletEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void tabletEvent ( QTabletEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__tabletEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : tabletEvent ( event ) ;
return ;
}
QTabletEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_tabletEvent ( this , handle__tabletEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_tabletEvent ( QTabletEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : tabletEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__actionEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void actionEvent ( QActionEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__actionEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : actionEvent ( event ) ;
return ;
}
QActionEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_actionEvent ( this , handle__actionEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_actionEvent ( QActionEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : actionEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__dragEnterEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void dragEnterEvent ( QDragEnterEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__dragEnterEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : dragEnterEvent ( event ) ;
return ;
}
QDragEnterEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_dragEnterEvent ( this , handle__dragEnterEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_dragEnterEvent ( QDragEnterEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : dragEnterEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__dragMoveEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void dragMoveEvent ( QDragMoveEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__dragMoveEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : dragMoveEvent ( event ) ;
return ;
}
QDragMoveEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_dragMoveEvent ( this , handle__dragMoveEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_dragMoveEvent ( QDragMoveEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : dragMoveEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__dragLeaveEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void dragLeaveEvent ( QDragLeaveEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__dragLeaveEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : dragLeaveEvent ( event ) ;
return ;
}
QDragLeaveEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_dragLeaveEvent ( this , handle__dragLeaveEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_dragLeaveEvent ( QDragLeaveEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : dragLeaveEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__dropEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void dropEvent ( QDropEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__dropEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : dropEvent ( event ) ;
return ;
}
QDropEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_dropEvent ( this , handle__dropEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_dropEvent ( QDropEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : dropEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__hideEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void hideEvent ( QHideEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__hideEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : hideEvent ( event ) ;
return ;
}
QHideEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_hideEvent ( this , handle__hideEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_hideEvent ( QHideEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : hideEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__nativeEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual bool nativeEvent ( const QByteArray & eventType , void * message , qintptr * result ) override {
2025-02-01 13:45:16 +13:00
if ( handle__nativeEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
return QInputDialog : : nativeEvent ( eventType , message , result ) ;
}
const QByteArray eventType_qb = eventType ;
struct miqt_string eventType_ms ;
eventType_ms . len = eventType_qb . length ( ) ;
eventType_ms . data = static_cast < char * > ( malloc ( eventType_ms . len ) ) ;
memcpy ( eventType_ms . data , eventType_qb . data ( ) , eventType_ms . len ) ;
struct miqt_string sigval1 = eventType_ms ;
void * sigval2 = message ;
qintptr * result_ret = result ;
intptr_t * sigval3 = ( intptr_t * ) ( result_ret ) ;
2025-02-01 13:45:16 +13:00
bool callback_return_value = miqt_exec_callback_QInputDialog_nativeEvent ( this , handle__nativeEvent , sigval1 , sigval2 , sigval3 ) ;
2025-01-19 16:39:11 +13:00
return callback_return_value ;
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
bool virtualbase_nativeEvent ( struct miqt_string eventType , void * message , intptr_t * result ) {
2025-01-19 16:39:11 +13:00
QByteArray eventType_QByteArray ( eventType . data , eventType . len ) ;
return QInputDialog : : nativeEvent ( eventType_QByteArray , message , ( qintptr * ) ( result ) ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__changeEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void changeEvent ( QEvent * param1 ) override {
2025-02-01 13:45:16 +13:00
if ( handle__changeEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : changeEvent ( param1 ) ;
return ;
}
QEvent * sigval1 = param1 ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_changeEvent ( this , handle__changeEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_changeEvent ( QEvent * param1 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : changeEvent ( param1 ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__metric = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual int metric ( QPaintDevice : : PaintDeviceMetric param1 ) const override {
2025-02-01 13:45:16 +13:00
if ( handle__metric = = 0 ) {
2025-01-19 16:39:11 +13:00
return QInputDialog : : metric ( param1 ) ;
}
QPaintDevice : : PaintDeviceMetric param1_ret = param1 ;
int sigval1 = static_cast < int > ( param1_ret ) ;
2025-02-01 13:45:16 +13:00
int callback_return_value = miqt_exec_callback_QInputDialog_metric ( this , handle__metric , sigval1 ) ;
2025-01-19 16:39:11 +13:00
return static_cast < int > ( callback_return_value ) ;
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
int virtualbase_metric ( int param1 ) const {
2025-01-19 16:39:11 +13:00
return QInputDialog : : metric ( static_cast < QPaintDevice : : PaintDeviceMetric > ( param1 ) ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__initPainter = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void initPainter ( QPainter * painter ) const override {
2025-02-01 13:45:16 +13:00
if ( handle__initPainter = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : initPainter ( painter ) ;
return ;
}
QPainter * sigval1 = painter ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_initPainter ( this , handle__initPainter , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_initPainter ( QPainter * painter ) const {
2025-01-19 16:39:11 +13:00
QInputDialog : : initPainter ( painter ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__redirected = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual QPaintDevice * redirected ( QPoint * offset ) const override {
2025-02-01 13:45:16 +13:00
if ( handle__redirected = = 0 ) {
2025-01-19 16:39:11 +13:00
return QInputDialog : : redirected ( offset ) ;
}
QPoint * sigval1 = offset ;
2025-02-01 13:45:16 +13:00
QPaintDevice * callback_return_value = miqt_exec_callback_QInputDialog_redirected ( this , handle__redirected , sigval1 ) ;
2025-01-19 16:39:11 +13:00
return callback_return_value ;
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
QPaintDevice * virtualbase_redirected ( QPoint * offset ) const {
2025-01-19 16:39:11 +13:00
return QInputDialog : : redirected ( offset ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__sharedPainter = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual QPainter * sharedPainter ( ) const override {
2025-02-01 13:45:16 +13:00
if ( handle__sharedPainter = = 0 ) {
2025-01-19 16:39:11 +13:00
return QInputDialog : : sharedPainter ( ) ;
}
2025-02-01 13:45:16 +13:00
QPainter * callback_return_value = miqt_exec_callback_QInputDialog_sharedPainter ( this , handle__sharedPainter ) ;
2025-01-19 16:39:11 +13:00
return callback_return_value ;
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
QPainter * virtualbase_sharedPainter ( ) const {
2025-01-19 16:39:11 +13:00
return QInputDialog : : sharedPainter ( ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__inputMethodEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void inputMethodEvent ( QInputMethodEvent * param1 ) override {
2025-02-01 13:45:16 +13:00
if ( handle__inputMethodEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : inputMethodEvent ( param1 ) ;
return ;
}
QInputMethodEvent * sigval1 = param1 ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_inputMethodEvent ( this , handle__inputMethodEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_inputMethodEvent ( QInputMethodEvent * param1 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : inputMethodEvent ( param1 ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__inputMethodQuery = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual QVariant inputMethodQuery ( Qt : : InputMethodQuery param1 ) const override {
2025-02-01 13:45:16 +13:00
if ( handle__inputMethodQuery = = 0 ) {
2025-01-19 16:39:11 +13:00
return QInputDialog : : inputMethodQuery ( param1 ) ;
}
Qt : : InputMethodQuery param1_ret = param1 ;
int sigval1 = static_cast < int > ( param1_ret ) ;
2025-02-01 13:45:16 +13:00
QVariant * callback_return_value = miqt_exec_callback_QInputDialog_inputMethodQuery ( this , handle__inputMethodQuery , sigval1 ) ;
2025-01-19 16:39:11 +13:00
return * callback_return_value ;
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
QVariant * virtualbase_inputMethodQuery ( int param1 ) const {
2025-01-19 16:39:11 +13:00
return new QVariant ( QInputDialog : : inputMethodQuery ( static_cast < Qt : : InputMethodQuery > ( param1 ) ) ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__focusNextPrevChild = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual bool focusNextPrevChild ( bool next ) override {
2025-02-01 13:45:16 +13:00
if ( handle__focusNextPrevChild = = 0 ) {
2025-01-19 16:39:11 +13:00
return QInputDialog : : focusNextPrevChild ( next ) ;
}
bool sigval1 = next ;
2025-02-01 13:45:16 +13:00
bool callback_return_value = miqt_exec_callback_QInputDialog_focusNextPrevChild ( this , handle__focusNextPrevChild , sigval1 ) ;
2025-01-19 16:39:11 +13:00
return callback_return_value ;
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
bool virtualbase_focusNextPrevChild ( bool next ) {
2025-01-19 16:39:11 +13:00
return QInputDialog : : focusNextPrevChild ( next ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__timerEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void timerEvent ( QTimerEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__timerEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : timerEvent ( event ) ;
return ;
}
QTimerEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_timerEvent ( this , handle__timerEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_timerEvent ( QTimerEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : timerEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__childEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void childEvent ( QChildEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__childEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : childEvent ( event ) ;
return ;
}
QChildEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_childEvent ( this , handle__childEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_childEvent ( QChildEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : childEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__customEvent = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void customEvent ( QEvent * event ) override {
2025-02-01 13:45:16 +13:00
if ( handle__customEvent = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : customEvent ( event ) ;
return ;
}
QEvent * sigval1 = event ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_customEvent ( this , handle__customEvent , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_customEvent ( QEvent * event ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : customEvent ( event ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__connectNotify = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void connectNotify ( const QMetaMethod & signal ) override {
2025-02-01 13:45:16 +13:00
if ( handle__connectNotify = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : connectNotify ( signal ) ;
return ;
}
const QMetaMethod & signal_ret = signal ;
// Cast returned reference into pointer
QMetaMethod * sigval1 = const_cast < QMetaMethod * > ( & signal_ret ) ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_connectNotify ( this , handle__connectNotify , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_connectNotify ( QMetaMethod * signal ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : connectNotify ( * signal ) ;
}
// cgo.Handle value for overwritten implementation
2025-02-01 13:45:16 +13:00
intptr_t handle__disconnectNotify = 0 ;
2025-01-19 16:39:11 +13:00
// Subclass to allow providing a Go implementation
virtual void disconnectNotify ( const QMetaMethod & signal ) override {
2025-02-01 13:45:16 +13:00
if ( handle__disconnectNotify = = 0 ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : disconnectNotify ( signal ) ;
return ;
}
const QMetaMethod & signal_ret = signal ;
// Cast returned reference into pointer
QMetaMethod * sigval1 = const_cast < QMetaMethod * > ( & signal_ret ) ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_disconnectNotify ( this , handle__disconnectNotify , sigval1 ) ;
2025-01-19 16:39:11 +13:00
}
// Wrapper to allow calling protected method
2025-02-01 13:45:16 +13:00
void virtualbase_disconnectNotify ( QMetaMethod * signal ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : disconnectNotify ( * signal ) ;
}
} ;
QInputDialog * QInputDialog_new ( QWidget * parent ) {
return new MiqtVirtualQInputDialog ( parent ) ;
}
QInputDialog * QInputDialog_new2 ( ) {
return new MiqtVirtualQInputDialog ( ) ;
}
QInputDialog * QInputDialog_new3 ( QWidget * parent , int flags ) {
return new MiqtVirtualQInputDialog ( parent , static_cast < Qt : : WindowFlags > ( flags ) ) ;
}
void QInputDialog_virtbase ( QInputDialog * src , QDialog * * outptr_QDialog ) {
* outptr_QDialog = static_cast < QDialog * > ( src ) ;
}
2025-02-01 13:45:16 +13:00
QMetaObject * QInputDialog_metaObject ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
return ( QMetaObject * ) self - > metaObject ( ) ;
}
2025-02-01 13:45:16 +13:00
void * QInputDialog_metacast ( QInputDialog * self , const char * param1 ) {
2025-01-19 16:39:11 +13:00
return self - > qt_metacast ( param1 ) ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_tr ( const char * s ) {
2025-01-19 16:39:11 +13:00
QString _ret = QInputDialog : : tr ( s ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setInputMode ( QInputDialog * self , int mode ) {
2025-01-19 16:39:11 +13:00
self - > setInputMode ( static_cast < QInputDialog : : InputMode > ( mode ) ) ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_inputMode ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : InputMode _ret = self - > inputMode ( ) ;
return static_cast < int > ( _ret ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setLabelText ( QInputDialog * self , struct miqt_string text ) {
2025-01-19 16:39:11 +13:00
QString text_QString = QString : : fromUtf8 ( text . data , text . len ) ;
self - > setLabelText ( text_QString ) ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_labelText ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
QString _ret = self - > labelText ( ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setOption ( QInputDialog * self , int option ) {
2025-01-19 16:39:11 +13:00
self - > setOption ( static_cast < QInputDialog : : InputDialogOption > ( option ) ) ;
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_testOption ( const QInputDialog * self , int option ) {
2025-01-19 16:39:11 +13:00
return self - > testOption ( static_cast < QInputDialog : : InputDialogOption > ( option ) ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setOptions ( QInputDialog * self , int options ) {
2025-01-19 16:39:11 +13:00
self - > setOptions ( static_cast < QInputDialog : : InputDialogOptions > ( options ) ) ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_options ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
QInputDialog : : InputDialogOptions _ret = self - > options ( ) ;
return static_cast < int > ( _ret ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setTextValue ( QInputDialog * self , struct miqt_string text ) {
2025-01-19 16:39:11 +13:00
QString text_QString = QString : : fromUtf8 ( text . data , text . len ) ;
self - > setTextValue ( text_QString ) ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_textValue ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
QString _ret = self - > textValue ( ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setTextEchoMode ( QInputDialog * self , int mode ) {
2025-01-19 16:39:11 +13:00
self - > setTextEchoMode ( static_cast < QLineEdit : : EchoMode > ( mode ) ) ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_textEchoMode ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
QLineEdit : : EchoMode _ret = self - > textEchoMode ( ) ;
return static_cast < int > ( _ret ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setComboBoxEditable ( QInputDialog * self , bool editable ) {
2025-01-19 16:39:11 +13:00
self - > setComboBoxEditable ( editable ) ;
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_isComboBoxEditable ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
return self - > isComboBoxEditable ( ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setComboBoxItems ( QInputDialog * self , struct miqt_array /* of struct miqt_string */ items ) {
2025-01-19 16:39:11 +13:00
QStringList items_QList ;
items_QList . reserve ( items . len ) ;
struct miqt_string * items_arr = static_cast < struct miqt_string * > ( items . data ) ;
for ( size_t i = 0 ; i < items . len ; + + i ) {
QString items_arr_i_QString = QString : : fromUtf8 ( items_arr [ i ] . data , items_arr [ i ] . len ) ;
items_QList . push_back ( items_arr_i_QString ) ;
}
self - > setComboBoxItems ( items_QList ) ;
}
2025-02-01 13:45:16 +13:00
struct miqt_array /* of struct miqt_string */ QInputDialog_comboBoxItems ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
QStringList _ret = self - > comboBoxItems ( ) ;
// Convert QList<> from C++ memory to manually-managed C memory
struct miqt_string * _arr = static_cast < struct miqt_string * > ( malloc ( sizeof ( struct miqt_string ) * _ret . length ( ) ) ) ;
for ( size_t i = 0 , e = _ret . length ( ) ; i < e ; + + i ) {
QString _lv_ret = _ret [ i ] ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _lv_b = _lv_ret . toUtf8 ( ) ;
struct miqt_string _lv_ms ;
_lv_ms . len = _lv_b . length ( ) ;
_lv_ms . data = static_cast < char * > ( malloc ( _lv_ms . len ) ) ;
memcpy ( _lv_ms . data , _lv_b . data ( ) , _lv_ms . len ) ;
_arr [ i ] = _lv_ms ;
}
struct miqt_array _out ;
_out . len = _ret . length ( ) ;
_out . data = static_cast < void * > ( _arr ) ;
return _out ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setIntValue ( QInputDialog * self , int value ) {
2025-01-19 16:39:11 +13:00
self - > setIntValue ( static_cast < int > ( value ) ) ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_intValue ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
return self - > intValue ( ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setIntMinimum ( QInputDialog * self , int min ) {
2025-01-19 16:39:11 +13:00
self - > setIntMinimum ( static_cast < int > ( min ) ) ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_intMinimum ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
return self - > intMinimum ( ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setIntMaximum ( QInputDialog * self , int max ) {
2025-01-19 16:39:11 +13:00
self - > setIntMaximum ( static_cast < int > ( max ) ) ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_intMaximum ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
return self - > intMaximum ( ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setIntRange ( QInputDialog * self , int min , int max ) {
2025-01-19 16:39:11 +13:00
self - > setIntRange ( static_cast < int > ( min ) , static_cast < int > ( max ) ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setIntStep ( QInputDialog * self , int step ) {
2025-01-19 16:39:11 +13:00
self - > setIntStep ( static_cast < int > ( step ) ) ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_intStep ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
return self - > intStep ( ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setDoubleValue ( QInputDialog * self , double value ) {
2025-01-19 16:39:11 +13:00
self - > setDoubleValue ( static_cast < double > ( value ) ) ;
}
2025-02-01 13:45:16 +13:00
double QInputDialog_doubleValue ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
return self - > doubleValue ( ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setDoubleMinimum ( QInputDialog * self , double min ) {
2025-01-19 16:39:11 +13:00
self - > setDoubleMinimum ( static_cast < double > ( min ) ) ;
}
2025-02-01 13:45:16 +13:00
double QInputDialog_doubleMinimum ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
return self - > doubleMinimum ( ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setDoubleMaximum ( QInputDialog * self , double max ) {
2025-01-19 16:39:11 +13:00
self - > setDoubleMaximum ( static_cast < double > ( max ) ) ;
}
2025-02-01 13:45:16 +13:00
double QInputDialog_doubleMaximum ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
return self - > doubleMaximum ( ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setDoubleRange ( QInputDialog * self , double min , double max ) {
2025-01-19 16:39:11 +13:00
self - > setDoubleRange ( static_cast < double > ( min ) , static_cast < double > ( max ) ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setDoubleDecimals ( QInputDialog * self , int decimals ) {
2025-01-19 16:39:11 +13:00
self - > setDoubleDecimals ( static_cast < int > ( decimals ) ) ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_doubleDecimals ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
return self - > doubleDecimals ( ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setOkButtonText ( QInputDialog * self , struct miqt_string text ) {
2025-01-19 16:39:11 +13:00
QString text_QString = QString : : fromUtf8 ( text . data , text . len ) ;
self - > setOkButtonText ( text_QString ) ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_okButtonText ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
QString _ret = self - > okButtonText ( ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setCancelButtonText ( QInputDialog * self , struct miqt_string text ) {
2025-01-19 16:39:11 +13:00
QString text_QString = QString : : fromUtf8 ( text . data , text . len ) ;
self - > setCancelButtonText ( text_QString ) ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_cancelButtonText ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
QString _ret = self - > cancelButtonText ( ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
QSize * QInputDialog_minimumSizeHint ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
return new QSize ( self - > minimumSizeHint ( ) ) ;
}
2025-02-01 13:45:16 +13:00
QSize * QInputDialog_sizeHint ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
return new QSize ( self - > sizeHint ( ) ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setVisible ( QInputDialog * self , bool visible ) {
2025-01-19 16:39:11 +13:00
self - > setVisible ( visible ) ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getText ( QWidget * parent , struct miqt_string title , struct miqt_string label ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QString _ret = QInputDialog : : getText ( parent , title_QString , label_QString ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getMultiLineText ( QWidget * parent , struct miqt_string title , struct miqt_string label ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QString _ret = QInputDialog : : getMultiLineText ( parent , title_QString , label_QString ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getItem ( QWidget * parent , struct miqt_string title , struct miqt_string label , struct miqt_array /* of struct miqt_string */ items ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QStringList items_QList ;
items_QList . reserve ( items . len ) ;
struct miqt_string * items_arr = static_cast < struct miqt_string * > ( items . data ) ;
for ( size_t i = 0 ; i < items . len ; + + i ) {
QString items_arr_i_QString = QString : : fromUtf8 ( items_arr [ i ] . data , items_arr [ i ] . len ) ;
items_QList . push_back ( items_arr_i_QString ) ;
}
QString _ret = QInputDialog : : getItem ( parent , title_QString , label_QString , items_QList ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_getInt ( QWidget * parent , struct miqt_string title , struct miqt_string label ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getInt ( parent , title_QString , label_QString ) ;
}
2025-02-01 13:45:16 +13:00
double QInputDialog_getDouble ( QWidget * parent , struct miqt_string title , struct miqt_string label ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getDouble ( parent , title_QString , label_QString ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setDoubleStep ( QInputDialog * self , double step ) {
2025-01-19 16:39:11 +13:00
self - > setDoubleStep ( static_cast < double > ( step ) ) ;
}
2025-02-01 13:45:16 +13:00
double QInputDialog_doubleStep ( const QInputDialog * self ) {
2025-01-19 16:39:11 +13:00
return self - > doubleStep ( ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_textValueChanged ( QInputDialog * self , struct miqt_string text ) {
2025-01-19 16:39:11 +13:00
QString text_QString = QString : : fromUtf8 ( text . data , text . len ) ;
self - > textValueChanged ( text_QString ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_connect_textValueChanged ( QInputDialog * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog : : connect ( self , static_cast < void ( QInputDialog : : * ) ( const QString & ) > ( & QInputDialog : : textValueChanged ) , self , [ = ] ( const QString & text ) {
const QString text_ret = text ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray text_b = text_ret . toUtf8 ( ) ;
struct miqt_string text_ms ;
text_ms . len = text_b . length ( ) ;
text_ms . data = static_cast < char * > ( malloc ( text_ms . len ) ) ;
memcpy ( text_ms . data , text_b . data ( ) , text_ms . len ) ;
struct miqt_string sigval1 = text_ms ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_textValueChanged ( slot , sigval1 ) ;
2025-01-19 16:39:11 +13:00
} ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_textValueSelected ( QInputDialog * self , struct miqt_string text ) {
2025-01-19 16:39:11 +13:00
QString text_QString = QString : : fromUtf8 ( text . data , text . len ) ;
self - > textValueSelected ( text_QString ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_connect_textValueSelected ( QInputDialog * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog : : connect ( self , static_cast < void ( QInputDialog : : * ) ( const QString & ) > ( & QInputDialog : : textValueSelected ) , self , [ = ] ( const QString & text ) {
const QString text_ret = text ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray text_b = text_ret . toUtf8 ( ) ;
struct miqt_string text_ms ;
text_ms . len = text_b . length ( ) ;
text_ms . data = static_cast < char * > ( malloc ( text_ms . len ) ) ;
memcpy ( text_ms . data , text_b . data ( ) , text_ms . len ) ;
struct miqt_string sigval1 = text_ms ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_textValueSelected ( slot , sigval1 ) ;
2025-01-19 16:39:11 +13:00
} ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_intValueChanged ( QInputDialog * self , int value ) {
2025-01-19 16:39:11 +13:00
self - > intValueChanged ( static_cast < int > ( value ) ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_connect_intValueChanged ( QInputDialog * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog : : connect ( self , static_cast < void ( QInputDialog : : * ) ( int ) > ( & QInputDialog : : intValueChanged ) , self , [ = ] ( int value ) {
int sigval1 = value ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_intValueChanged ( slot , sigval1 ) ;
2025-01-19 16:39:11 +13:00
} ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_intValueSelected ( QInputDialog * self , int value ) {
2025-01-19 16:39:11 +13:00
self - > intValueSelected ( static_cast < int > ( value ) ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_connect_intValueSelected ( QInputDialog * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog : : connect ( self , static_cast < void ( QInputDialog : : * ) ( int ) > ( & QInputDialog : : intValueSelected ) , self , [ = ] ( int value ) {
int sigval1 = value ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_intValueSelected ( slot , sigval1 ) ;
2025-01-19 16:39:11 +13:00
} ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_doubleValueChanged ( QInputDialog * self , double value ) {
2025-01-19 16:39:11 +13:00
self - > doubleValueChanged ( static_cast < double > ( value ) ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_connect_doubleValueChanged ( QInputDialog * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog : : connect ( self , static_cast < void ( QInputDialog : : * ) ( double ) > ( & QInputDialog : : doubleValueChanged ) , self , [ = ] ( double value ) {
double sigval1 = value ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_doubleValueChanged ( slot , sigval1 ) ;
2025-01-19 16:39:11 +13:00
} ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_doubleValueSelected ( QInputDialog * self , double value ) {
2025-01-19 16:39:11 +13:00
self - > doubleValueSelected ( static_cast < double > ( value ) ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_connect_doubleValueSelected ( QInputDialog * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog : : connect ( self , static_cast < void ( QInputDialog : : * ) ( double ) > ( & QInputDialog : : doubleValueSelected ) , self , [ = ] ( double value ) {
double sigval1 = value ;
2025-02-01 13:45:16 +13:00
miqt_exec_callback_QInputDialog_doubleValueSelected ( slot , sigval1 ) ;
2025-01-19 16:39:11 +13:00
} ) ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_done ( QInputDialog * self , int result ) {
2025-01-19 16:39:11 +13:00
self - > done ( static_cast < int > ( result ) ) ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_tr2 ( const char * s , const char * c ) {
2025-01-19 16:39:11 +13:00
QString _ret = QInputDialog : : tr ( s , c ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_tr3 ( const char * s , const char * c , int n ) {
2025-01-19 16:39:11 +13:00
QString _ret = QInputDialog : : tr ( s , c , static_cast < int > ( n ) ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_setOption2 ( QInputDialog * self , int option , bool on ) {
2025-01-19 16:39:11 +13:00
self - > setOption ( static_cast < QInputDialog : : InputDialogOption > ( option ) , on ) ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getText4 ( QWidget * parent , struct miqt_string title , struct miqt_string label , int echo ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QString _ret = QInputDialog : : getText ( parent , title_QString , label_QString , static_cast < QLineEdit : : EchoMode > ( echo ) ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getText5 ( QWidget * parent , struct miqt_string title , struct miqt_string label , int echo , struct miqt_string text ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QString text_QString = QString : : fromUtf8 ( text . data , text . len ) ;
QString _ret = QInputDialog : : getText ( parent , title_QString , label_QString , static_cast < QLineEdit : : EchoMode > ( echo ) , text_QString ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getText6 ( QWidget * parent , struct miqt_string title , struct miqt_string label , int echo , struct miqt_string text , bool * ok ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QString text_QString = QString : : fromUtf8 ( text . data , text . len ) ;
QString _ret = QInputDialog : : getText ( parent , title_QString , label_QString , static_cast < QLineEdit : : EchoMode > ( echo ) , text_QString , ok ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getText7 ( QWidget * parent , struct miqt_string title , struct miqt_string label , int echo , struct miqt_string text , bool * ok , int flags ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QString text_QString = QString : : fromUtf8 ( text . data , text . len ) ;
QString _ret = QInputDialog : : getText ( parent , title_QString , label_QString , static_cast < QLineEdit : : EchoMode > ( echo ) , text_QString , ok , static_cast < Qt : : WindowFlags > ( flags ) ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getText8 ( QWidget * parent , struct miqt_string title , struct miqt_string label , int echo , struct miqt_string text , bool * ok , int flags , int inputMethodHints ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QString text_QString = QString : : fromUtf8 ( text . data , text . len ) ;
QString _ret = QInputDialog : : getText ( parent , title_QString , label_QString , static_cast < QLineEdit : : EchoMode > ( echo ) , text_QString , ok , static_cast < Qt : : WindowFlags > ( flags ) , static_cast < Qt : : InputMethodHints > ( inputMethodHints ) ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getMultiLineText4 ( QWidget * parent , struct miqt_string title , struct miqt_string label , struct miqt_string text ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QString text_QString = QString : : fromUtf8 ( text . data , text . len ) ;
QString _ret = QInputDialog : : getMultiLineText ( parent , title_QString , label_QString , text_QString ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getMultiLineText5 ( QWidget * parent , struct miqt_string title , struct miqt_string label , struct miqt_string text , bool * ok ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QString text_QString = QString : : fromUtf8 ( text . data , text . len ) ;
QString _ret = QInputDialog : : getMultiLineText ( parent , title_QString , label_QString , text_QString , ok ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getMultiLineText6 ( QWidget * parent , struct miqt_string title , struct miqt_string label , struct miqt_string text , bool * ok , int flags ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QString text_QString = QString : : fromUtf8 ( text . data , text . len ) ;
QString _ret = QInputDialog : : getMultiLineText ( parent , title_QString , label_QString , text_QString , ok , static_cast < Qt : : WindowFlags > ( flags ) ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getMultiLineText7 ( QWidget * parent , struct miqt_string title , struct miqt_string label , struct miqt_string text , bool * ok , int flags , int inputMethodHints ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QString text_QString = QString : : fromUtf8 ( text . data , text . len ) ;
QString _ret = QInputDialog : : getMultiLineText ( parent , title_QString , label_QString , text_QString , ok , static_cast < Qt : : WindowFlags > ( flags ) , static_cast < Qt : : InputMethodHints > ( inputMethodHints ) ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getItem5 ( QWidget * parent , struct miqt_string title , struct miqt_string label , struct miqt_array /* of struct miqt_string */ items , int current ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QStringList items_QList ;
items_QList . reserve ( items . len ) ;
struct miqt_string * items_arr = static_cast < struct miqt_string * > ( items . data ) ;
for ( size_t i = 0 ; i < items . len ; + + i ) {
QString items_arr_i_QString = QString : : fromUtf8 ( items_arr [ i ] . data , items_arr [ i ] . len ) ;
items_QList . push_back ( items_arr_i_QString ) ;
}
QString _ret = QInputDialog : : getItem ( parent , title_QString , label_QString , items_QList , static_cast < int > ( current ) ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getItem6 ( QWidget * parent , struct miqt_string title , struct miqt_string label , struct miqt_array /* of struct miqt_string */ items , int current , bool editable ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QStringList items_QList ;
items_QList . reserve ( items . len ) ;
struct miqt_string * items_arr = static_cast < struct miqt_string * > ( items . data ) ;
for ( size_t i = 0 ; i < items . len ; + + i ) {
QString items_arr_i_QString = QString : : fromUtf8 ( items_arr [ i ] . data , items_arr [ i ] . len ) ;
items_QList . push_back ( items_arr_i_QString ) ;
}
QString _ret = QInputDialog : : getItem ( parent , title_QString , label_QString , items_QList , static_cast < int > ( current ) , editable ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getItem7 ( QWidget * parent , struct miqt_string title , struct miqt_string label , struct miqt_array /* of struct miqt_string */ items , int current , bool editable , bool * ok ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QStringList items_QList ;
items_QList . reserve ( items . len ) ;
struct miqt_string * items_arr = static_cast < struct miqt_string * > ( items . data ) ;
for ( size_t i = 0 ; i < items . len ; + + i ) {
QString items_arr_i_QString = QString : : fromUtf8 ( items_arr [ i ] . data , items_arr [ i ] . len ) ;
items_QList . push_back ( items_arr_i_QString ) ;
}
QString _ret = QInputDialog : : getItem ( parent , title_QString , label_QString , items_QList , static_cast < int > ( current ) , editable , ok ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getItem8 ( QWidget * parent , struct miqt_string title , struct miqt_string label , struct miqt_array /* of struct miqt_string */ items , int current , bool editable , bool * ok , int flags ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QStringList items_QList ;
items_QList . reserve ( items . len ) ;
struct miqt_string * items_arr = static_cast < struct miqt_string * > ( items . data ) ;
for ( size_t i = 0 ; i < items . len ; + + i ) {
QString items_arr_i_QString = QString : : fromUtf8 ( items_arr [ i ] . data , items_arr [ i ] . len ) ;
items_QList . push_back ( items_arr_i_QString ) ;
}
QString _ret = QInputDialog : : getItem ( parent , title_QString , label_QString , items_QList , static_cast < int > ( current ) , editable , ok , static_cast < Qt : : WindowFlags > ( flags ) ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
struct miqt_string QInputDialog_getItem9 ( QWidget * parent , struct miqt_string title , struct miqt_string label , struct miqt_array /* of struct miqt_string */ items , int current , bool editable , bool * ok , int flags , int inputMethodHints ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
QStringList items_QList ;
items_QList . reserve ( items . len ) ;
struct miqt_string * items_arr = static_cast < struct miqt_string * > ( items . data ) ;
for ( size_t i = 0 ; i < items . len ; + + i ) {
QString items_arr_i_QString = QString : : fromUtf8 ( items_arr [ i ] . data , items_arr [ i ] . len ) ;
items_QList . push_back ( items_arr_i_QString ) ;
}
QString _ret = QInputDialog : : getItem ( parent , title_QString , label_QString , items_QList , static_cast < int > ( current ) , editable , ok , static_cast < Qt : : WindowFlags > ( flags ) , static_cast < Qt : : InputMethodHints > ( inputMethodHints ) ) ;
// Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory
QByteArray _b = _ret . toUtf8 ( ) ;
struct miqt_string _ms ;
_ms . len = _b . length ( ) ;
2024-10-20 18:21:03 +13:00
_ms . data = static_cast < char * > ( malloc ( _ms . len ) ) ;
memcpy ( _ms . data , _b . data ( ) , _ms . len ) ;
return _ms ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_getInt4 ( QWidget * parent , struct miqt_string title , struct miqt_string label , int value ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getInt ( parent , title_QString , label_QString , static_cast < int > ( value ) ) ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_getInt5 ( QWidget * parent , struct miqt_string title , struct miqt_string label , int value , int minValue ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getInt ( parent , title_QString , label_QString , static_cast < int > ( value ) , static_cast < int > ( minValue ) ) ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_getInt6 ( QWidget * parent , struct miqt_string title , struct miqt_string label , int value , int minValue , int maxValue ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getInt ( parent , title_QString , label_QString , static_cast < int > ( value ) , static_cast < int > ( minValue ) , static_cast < int > ( maxValue ) ) ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_getInt7 ( QWidget * parent , struct miqt_string title , struct miqt_string label , int value , int minValue , int maxValue , int step ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getInt ( parent , title_QString , label_QString , static_cast < int > ( value ) , static_cast < int > ( minValue ) , static_cast < int > ( maxValue ) , static_cast < int > ( step ) ) ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_getInt8 ( QWidget * parent , struct miqt_string title , struct miqt_string label , int value , int minValue , int maxValue , int step , bool * ok ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getInt ( parent , title_QString , label_QString , static_cast < int > ( value ) , static_cast < int > ( minValue ) , static_cast < int > ( maxValue ) , static_cast < int > ( step ) , ok ) ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_getInt9 ( QWidget * parent , struct miqt_string title , struct miqt_string label , int value , int minValue , int maxValue , int step , bool * ok , int flags ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getInt ( parent , title_QString , label_QString , static_cast < int > ( value ) , static_cast < int > ( minValue ) , static_cast < int > ( maxValue ) , static_cast < int > ( step ) , ok , static_cast < Qt : : WindowFlags > ( flags ) ) ;
}
2025-02-01 13:45:16 +13:00
double QInputDialog_getDouble4 ( QWidget * parent , struct miqt_string title , struct miqt_string label , double value ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getDouble ( parent , title_QString , label_QString , static_cast < double > ( value ) ) ;
}
2025-02-01 13:45:16 +13:00
double QInputDialog_getDouble5 ( QWidget * parent , struct miqt_string title , struct miqt_string label , double value , double minValue ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getDouble ( parent , title_QString , label_QString , static_cast < double > ( value ) , static_cast < double > ( minValue ) ) ;
}
2025-02-01 13:45:16 +13:00
double QInputDialog_getDouble6 ( QWidget * parent , struct miqt_string title , struct miqt_string label , double value , double minValue , double maxValue ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getDouble ( parent , title_QString , label_QString , static_cast < double > ( value ) , static_cast < double > ( minValue ) , static_cast < double > ( maxValue ) ) ;
}
2025-02-01 13:45:16 +13:00
double QInputDialog_getDouble7 ( QWidget * parent , struct miqt_string title , struct miqt_string label , double value , double minValue , double maxValue , int decimals ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getDouble ( parent , title_QString , label_QString , static_cast < double > ( value ) , static_cast < double > ( minValue ) , static_cast < double > ( maxValue ) , static_cast < int > ( decimals ) ) ;
}
2025-02-01 13:45:16 +13:00
double QInputDialog_getDouble8 ( QWidget * parent , struct miqt_string title , struct miqt_string label , double value , double minValue , double maxValue , int decimals , bool * ok ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getDouble ( parent , title_QString , label_QString , static_cast < double > ( value ) , static_cast < double > ( minValue ) , static_cast < double > ( maxValue ) , static_cast < int > ( decimals ) , ok ) ;
}
2025-02-01 13:45:16 +13:00
double QInputDialog_getDouble9 ( QWidget * parent , struct miqt_string title , struct miqt_string label , double value , double minValue , double maxValue , int decimals , bool * ok , int flags ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getDouble ( parent , title_QString , label_QString , static_cast < double > ( value ) , static_cast < double > ( minValue ) , static_cast < double > ( maxValue ) , static_cast < int > ( decimals ) , ok , static_cast < Qt : : WindowFlags > ( flags ) ) ;
}
2025-02-01 13:45:16 +13:00
double QInputDialog_getDouble10 ( QWidget * parent , struct miqt_string title , struct miqt_string label , double value , double minValue , double maxValue , int decimals , bool * ok , int flags , double step ) {
2025-01-19 16:39:11 +13:00
QString title_QString = QString : : fromUtf8 ( title . data , title . len ) ;
QString label_QString = QString : : fromUtf8 ( label . data , label . len ) ;
return QInputDialog : : getDouble ( parent , title_QString , label_QString , static_cast < double > ( value ) , static_cast < double > ( minValue ) , static_cast < double > ( maxValue ) , static_cast < int > ( decimals ) , ok , static_cast < Qt : : WindowFlags > ( flags ) , static_cast < double > ( step ) ) ;
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_minimumSizeHint ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__minimumSizeHint = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
QSize * QInputDialog_virtualbase_minimumSizeHint ( const void * self ) {
return ( ( const MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_minimumSizeHint ( ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_sizeHint ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__sizeHint = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
QSize * QInputDialog_virtualbase_sizeHint ( const void * self ) {
return ( ( const MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_sizeHint ( ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_setVisible ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__setVisible = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_setVisible ( void * self , bool visible ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_setVisible ( visible ) ;
2025-01-19 16:39:11 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_done ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
2024-10-20 18:21:03 +13:00
}
2025-01-19 16:39:11 +13:00
2025-02-01 13:45:16 +13:00
self_cast - > handle__done = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_done ( void * self , int result ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_done ( result ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_open ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__open = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_open ( void * self ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_open ( ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_exec ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__exec = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
int QInputDialog_virtualbase_exec ( void * self ) {
return ( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_exec ( ) ;
2025-01-19 16:39:11 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_accept ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__accept = slot ;
2025-01-19 16:39:11 +13:00
return true ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_accept ( void * self ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_accept ( ) ;
2025-01-19 16:39:11 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_reject ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__reject = slot ;
2025-01-19 16:39:11 +13:00
return true ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_reject ( void * self ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_reject ( ) ;
2025-01-19 16:39:11 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_keyPressEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__keyPressEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_keyPressEvent ( void * self , QKeyEvent * param1 ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_keyPressEvent ( param1 ) ;
2025-01-19 16:39:11 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_closeEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__closeEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_closeEvent ( void * self , QCloseEvent * param1 ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_closeEvent ( param1 ) ;
2025-01-19 16:39:11 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_showEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__showEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_showEvent ( void * self , QShowEvent * param1 ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_showEvent ( param1 ) ;
2025-01-19 16:39:11 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_resizeEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__resizeEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_resizeEvent ( void * self , QResizeEvent * param1 ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_resizeEvent ( param1 ) ;
2025-01-19 16:39:11 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_contextMenuEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__contextMenuEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_contextMenuEvent ( void * self , QContextMenuEvent * param1 ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_contextMenuEvent ( param1 ) ;
2025-01-19 16:39:11 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_eventFilter ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__eventFilter = slot ;
2025-01-19 16:39:11 +13:00
return true ;
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_virtualbase_eventFilter ( void * self , QObject * param1 , QEvent * param2 ) {
return ( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_eventFilter ( param1 , param2 ) ;
2025-01-19 16:39:11 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_devType ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__devType = slot ;
2025-01-19 16:39:11 +13:00
return true ;
}
2025-02-01 13:45:16 +13:00
int QInputDialog_virtualbase_devType ( const void * self ) {
return ( ( const MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_devType ( ) ;
2025-01-19 16:39:11 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_heightForWidth ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__heightForWidth = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
int QInputDialog_virtualbase_heightForWidth ( const void * self , int param1 ) {
return ( ( const MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_heightForWidth ( param1 ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_hasHeightForWidth ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__hasHeightForWidth = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_virtualbase_hasHeightForWidth ( const void * self ) {
return ( ( const MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_hasHeightForWidth ( ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_paintEngine ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__paintEngine = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
QPaintEngine * QInputDialog_virtualbase_paintEngine ( const void * self ) {
return ( ( const MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_paintEngine ( ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_event ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__event = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_virtualbase_event ( void * self , QEvent * event ) {
return ( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_event ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_mousePressEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__mousePressEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_mousePressEvent ( void * self , QMouseEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_mousePressEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_mouseReleaseEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__mouseReleaseEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_mouseReleaseEvent ( void * self , QMouseEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_mouseReleaseEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_mouseDoubleClickEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__mouseDoubleClickEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_mouseDoubleClickEvent ( void * self , QMouseEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_mouseDoubleClickEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_mouseMoveEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__mouseMoveEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_mouseMoveEvent ( void * self , QMouseEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_mouseMoveEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_wheelEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__wheelEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_wheelEvent ( void * self , QWheelEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_wheelEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_keyReleaseEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__keyReleaseEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_keyReleaseEvent ( void * self , QKeyEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_keyReleaseEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_focusInEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__focusInEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_focusInEvent ( void * self , QFocusEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_focusInEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_focusOutEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__focusOutEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_focusOutEvent ( void * self , QFocusEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_focusOutEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_enterEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__enterEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_enterEvent ( void * self , QEnterEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_enterEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_leaveEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
2024-10-20 18:21:03 +13:00
}
2025-01-19 16:39:11 +13:00
2025-02-01 13:45:16 +13:00
self_cast - > handle__leaveEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_leaveEvent ( void * self , QEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_leaveEvent ( event ) ;
2025-01-19 16:39:11 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_paintEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
2024-10-20 18:21:03 +13:00
}
2025-01-19 16:39:11 +13:00
2025-02-01 13:45:16 +13:00
self_cast - > handle__paintEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_paintEvent ( void * self , QPaintEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_paintEvent ( event ) ;
2025-01-19 16:39:11 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_moveEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
2024-10-20 18:21:03 +13:00
}
2025-01-19 16:39:11 +13:00
2025-02-01 13:45:16 +13:00
self_cast - > handle__moveEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_moveEvent ( void * self , QMoveEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_moveEvent ( event ) ;
2025-01-19 16:39:11 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_tabletEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
2024-10-20 18:21:03 +13:00
}
2025-01-19 16:39:11 +13:00
2025-02-01 13:45:16 +13:00
self_cast - > handle__tabletEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_tabletEvent ( void * self , QTabletEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_tabletEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_actionEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__actionEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_actionEvent ( void * self , QActionEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_actionEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_dragEnterEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__dragEnterEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_dragEnterEvent ( void * self , QDragEnterEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_dragEnterEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_dragMoveEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__dragMoveEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_dragMoveEvent ( void * self , QDragMoveEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_dragMoveEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_dragLeaveEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__dragLeaveEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_dragLeaveEvent ( void * self , QDragLeaveEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_dragLeaveEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_dropEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__dropEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_dropEvent ( void * self , QDropEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_dropEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_hideEvent ( void * self , intptr_t slot ) {
2025-01-19 16:39:11 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__hideEvent = slot ;
2025-01-19 16:39:11 +13:00
return true ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_hideEvent ( void * self , QHideEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_hideEvent ( event ) ;
2024-10-20 18:21:03 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_nativeEvent ( void * self , intptr_t slot ) {
2025-01-18 17:57:48 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__nativeEvent = slot ;
2025-01-18 17:57:48 +13:00
return true ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_virtualbase_nativeEvent ( void * self , struct miqt_string eventType , void * message , intptr_t * result ) {
return ( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_nativeEvent ( eventType , message , result ) ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_changeEvent ( void * self , intptr_t slot ) {
2025-01-18 17:57:48 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__changeEvent = slot ;
2025-01-18 17:57:48 +13:00
return true ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_changeEvent ( void * self , QEvent * param1 ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_changeEvent ( param1 ) ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_metric ( void * self , intptr_t slot ) {
2025-01-18 17:57:48 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__metric = slot ;
2025-01-18 17:57:48 +13:00
return true ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
int QInputDialog_virtualbase_metric ( const void * self , int param1 ) {
return ( ( const MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_metric ( param1 ) ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_initPainter ( void * self , intptr_t slot ) {
2025-01-18 17:57:48 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__initPainter = slot ;
2025-01-18 17:57:48 +13:00
return true ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_initPainter ( const void * self , QPainter * painter ) {
( ( const MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_initPainter ( painter ) ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_redirected ( void * self , intptr_t slot ) {
2025-01-18 17:57:48 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__redirected = slot ;
2025-01-18 17:57:48 +13:00
return true ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
QPaintDevice * QInputDialog_virtualbase_redirected ( const void * self , QPoint * offset ) {
return ( ( const MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_redirected ( offset ) ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_sharedPainter ( void * self , intptr_t slot ) {
2025-01-18 17:57:48 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__sharedPainter = slot ;
2025-01-18 17:57:48 +13:00
return true ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
QPainter * QInputDialog_virtualbase_sharedPainter ( const void * self ) {
return ( ( const MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_sharedPainter ( ) ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_inputMethodEvent ( void * self , intptr_t slot ) {
2025-01-18 17:57:48 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__inputMethodEvent = slot ;
2025-01-18 17:57:48 +13:00
return true ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_inputMethodEvent ( void * self , QInputMethodEvent * param1 ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_inputMethodEvent ( param1 ) ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_inputMethodQuery ( void * self , intptr_t slot ) {
2025-01-18 17:57:48 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__inputMethodQuery = slot ;
2025-01-18 17:57:48 +13:00
return true ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
QVariant * QInputDialog_virtualbase_inputMethodQuery ( const void * self , int param1 ) {
return ( ( const MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_inputMethodQuery ( param1 ) ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_focusNextPrevChild ( void * self , intptr_t slot ) {
2025-01-18 17:57:48 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__focusNextPrevChild = slot ;
2025-01-18 17:57:48 +13:00
return true ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_virtualbase_focusNextPrevChild ( void * self , bool next ) {
return ( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_focusNextPrevChild ( next ) ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_timerEvent ( void * self , intptr_t slot ) {
2025-01-18 17:57:48 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__timerEvent = slot ;
2025-01-18 17:57:48 +13:00
return true ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_timerEvent ( void * self , QTimerEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_timerEvent ( event ) ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_childEvent ( void * self , intptr_t slot ) {
2025-01-18 17:57:48 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__childEvent = slot ;
2025-01-18 17:57:48 +13:00
return true ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_childEvent ( void * self , QChildEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_childEvent ( event ) ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_customEvent ( void * self , intptr_t slot ) {
2025-01-18 17:57:48 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__customEvent = slot ;
2025-01-18 17:57:48 +13:00
return true ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_customEvent ( void * self , QEvent * event ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_customEvent ( event ) ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_connectNotify ( void * self , intptr_t slot ) {
2025-01-18 17:57:48 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__connectNotify = slot ;
2025-01-18 17:57:48 +13:00
return true ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_connectNotify ( void * self , QMetaMethod * signal ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_connectNotify ( signal ) ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
bool QInputDialog_override_virtual_disconnectNotify ( void * self , intptr_t slot ) {
2025-01-18 17:57:48 +13:00
MiqtVirtualQInputDialog * self_cast = dynamic_cast < MiqtVirtualQInputDialog * > ( ( QInputDialog * ) ( self ) ) ;
if ( self_cast = = nullptr ) {
return false ;
}
2025-02-01 13:45:16 +13:00
self_cast - > handle__disconnectNotify = slot ;
2025-01-18 17:57:48 +13:00
return true ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_virtualbase_disconnectNotify ( void * self , QMetaMethod * signal ) {
( ( MiqtVirtualQInputDialog * ) ( self ) ) - > virtualbase_disconnectNotify ( signal ) ;
2024-11-19 19:29:06 +13:00
}
2025-02-01 13:45:16 +13:00
void QInputDialog_delete ( QInputDialog * self ) {
2025-01-18 17:42:41 +13:00
delete self ;
2024-10-20 18:21:03 +13:00
}