/* KLayout Layout Viewer Copyright (C) 2006-2017 Matthias Koefferlein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ /** * @file gsiDeclQDialogButtonBox.cc * * DO NOT EDIT THIS FILE. * This file has been created automatically */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "gsiQt.h" #include "gsiQtCommon.h" #include "gsiDeclQtTypeTraits.h" #include // ----------------------------------------------------------------------- // class QDialogButtonBox // get static meta object static void _init_smo (qt_gsi::GenericStaticMethod *decl) { decl->set_return (); } static void _call_smo (const qt_gsi::GenericStaticMethod *, gsi::SerialArgs &, gsi::SerialArgs &ret) { ret.write (QDialogButtonBox::staticMetaObject); } // void QDialogButtonBox::addButton(QAbstractButton *button, QDialogButtonBox::ButtonRole role) static void _init_f_addButton_5247 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("button"); decl->add_arg (argspec_0); static gsi::ArgSpecBase argspec_1 ("role"); decl->add_arg::target_type & > (argspec_1); decl->set_return (); } static void _call_f_addButton_5247 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QAbstractButton *arg1 = args.read (heap); const qt_gsi::Converter::target_type & arg2 = args.read::target_type & > (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox *)cls)->addButton (arg1, qt_gsi::QtToCppAdaptor(arg2).cref()); } // QPushButton *QDialogButtonBox::addButton(const QString &text, QDialogButtonBox::ButtonRole role) static void _init_f_addButton_5113 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("text"); decl->add_arg (argspec_0); static gsi::ArgSpecBase argspec_1 ("role"); decl->add_arg::target_type & > (argspec_1); decl->set_return (); } static void _call_f_addButton_5113 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const QString &arg1 = args.read (heap); const qt_gsi::Converter::target_type & arg2 = args.read::target_type & > (heap); ret.write ((QPushButton *)((QDialogButtonBox *)cls)->addButton (arg1, qt_gsi::QtToCppAdaptor(arg2).cref())); } // QPushButton *QDialogButtonBox::addButton(QDialogButtonBox::StandardButton button) static void _init_f_addButton_3611 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("button"); decl->add_arg::target_type & > (argspec_0); decl->set_return (); } static void _call_f_addButton_3611 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const qt_gsi::Converter::target_type & arg1 = args.read::target_type & > (heap); ret.write ((QPushButton *)((QDialogButtonBox *)cls)->addButton (qt_gsi::QtToCppAdaptor(arg1).cref())); } // QPushButton *QDialogButtonBox::button(QDialogButtonBox::StandardButton which) static void _init_f_button_c3611 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("which"); decl->add_arg::target_type & > (argspec_0); decl->set_return (); } static void _call_f_button_c3611 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const qt_gsi::Converter::target_type & arg1 = args.read::target_type & > (heap); ret.write ((QPushButton *)((QDialogButtonBox *)cls)->button (qt_gsi::QtToCppAdaptor(arg1).cref())); } // QDialogButtonBox::ButtonRole QDialogButtonBox::buttonRole(QAbstractButton *button) static void _init_f_buttonRole_c2159 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("button"); decl->add_arg (argspec_0); decl->set_return::target_type > (); } static void _call_f_buttonRole_c2159 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QAbstractButton *arg1 = args.read (heap); ret.write::target_type > ((qt_gsi::Converter::target_type)qt_gsi::CppToQtAdaptor(((QDialogButtonBox *)cls)->buttonRole (arg1))); } // QList QDialogButtonBox::buttons() static void _init_f_buttons_c0 (qt_gsi::GenericMethod *decl) { decl->set_return > (); } static void _call_f_buttons_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); ret.write > ((QList)((QDialogButtonBox *)cls)->buttons ()); } // bool QDialogButtonBox::centerButtons() static void _init_f_centerButtons_c0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_f_centerButtons_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); ret.write ((bool)((QDialogButtonBox *)cls)->centerButtons ()); } // void QDialogButtonBox::clear() static void _init_f_clear_0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_f_clear_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox *)cls)->clear (); } // Qt::Orientation QDialogButtonBox::orientation() static void _init_f_orientation_c0 (qt_gsi::GenericMethod *decl) { decl->set_return::target_type > (); } static void _call_f_orientation_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); ret.write::target_type > ((qt_gsi::Converter::target_type)qt_gsi::CppToQtAdaptor(((QDialogButtonBox *)cls)->orientation ())); } // void QDialogButtonBox::removeButton(QAbstractButton *button) static void _init_f_removeButton_2159 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("button"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_f_removeButton_2159 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QAbstractButton *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox *)cls)->removeButton (arg1); } // void QDialogButtonBox::setCenterButtons(bool center) static void _init_f_setCenterButtons_864 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("center"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_f_setCenterButtons_864 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; bool arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox *)cls)->setCenterButtons (arg1); } // void QDialogButtonBox::setOrientation(Qt::Orientation orientation) static void _init_f_setOrientation_1913 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("orientation"); decl->add_arg::target_type & > (argspec_0); decl->set_return (); } static void _call_f_setOrientation_1913 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const qt_gsi::Converter::target_type & arg1 = args.read::target_type & > (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox *)cls)->setOrientation (qt_gsi::QtToCppAdaptor(arg1).cref()); } // void QDialogButtonBox::setStandardButtons(QFlags buttons) static void _init_f_setStandardButtons_4307 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("buttons"); decl->add_arg > (argspec_0); decl->set_return (); } static void _call_f_setStandardButtons_4307 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QFlags arg1 = args.read > (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox *)cls)->setStandardButtons (arg1); } // QDialogButtonBox::StandardButton QDialogButtonBox::standardButton(QAbstractButton *button) static void _init_f_standardButton_c2159 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("button"); decl->add_arg (argspec_0); decl->set_return::target_type > (); } static void _call_f_standardButton_c2159 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QAbstractButton *arg1 = args.read (heap); ret.write::target_type > ((qt_gsi::Converter::target_type)qt_gsi::CppToQtAdaptor(((QDialogButtonBox *)cls)->standardButton (arg1))); } // QFlags QDialogButtonBox::standardButtons() static void _init_f_standardButtons_c0 (qt_gsi::GenericMethod *decl) { decl->set_return > (); } static void _call_f_standardButtons_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); ret.write > ((QFlags)((QDialogButtonBox *)cls)->standardButtons ()); } // static QString QDialogButtonBox::tr(const char *s, const char *c, int n) static void _init_f_tr_4013 (qt_gsi::GenericStaticMethod *decl) { static gsi::ArgSpecBase argspec_0 ("s"); decl->add_arg (argspec_0); static gsi::ArgSpecBase argspec_1 ("c", true, "__null"); decl->add_arg (argspec_1); static gsi::ArgSpecBase argspec_2 ("n", true, "-1"); decl->add_arg (argspec_2); decl->set_return (); } static void _call_f_tr_4013 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const char *arg1 = args.read (heap); const char *arg2 = args ? args.read (heap) : (const char *)(__null); int arg3 = args ? args.read (heap) : (int)(-1); ret.write ((QString)QDialogButtonBox::tr (arg1, arg2, arg3)); } // static QString QDialogButtonBox::trUtf8(const char *s, const char *c, int n) static void _init_f_trUtf8_4013 (qt_gsi::GenericStaticMethod *decl) { static gsi::ArgSpecBase argspec_0 ("s"); decl->add_arg (argspec_0); static gsi::ArgSpecBase argspec_1 ("c", true, "__null"); decl->add_arg (argspec_1); static gsi::ArgSpecBase argspec_2 ("n", true, "-1"); decl->add_arg (argspec_2); decl->set_return (); } static void _call_f_trUtf8_4013 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const char *arg1 = args.read (heap); const char *arg2 = args ? args.read (heap) : (const char *)(__null); int arg3 = args ? args.read (heap) : (int)(-1); ret.write ((QString)QDialogButtonBox::trUtf8 (arg1, arg2, arg3)); } namespace gsi { static gsi::Methods methods_QDialogButtonBox () { gsi::Methods methods; methods += new qt_gsi::GenericStaticMethod ("staticMetaObject", "@brief Obtains the static MetaObject for this class.", &_init_smo, &_call_smo); methods += new qt_gsi::GenericMethod ("addButton", "@brief Method void QDialogButtonBox::addButton(QAbstractButton *button, QDialogButtonBox::ButtonRole role)\n", false, &_init_f_addButton_5247, &_call_f_addButton_5247); methods += new qt_gsi::GenericMethod ("addButton", "@brief Method QPushButton *QDialogButtonBox::addButton(const QString &text, QDialogButtonBox::ButtonRole role)\n", false, &_init_f_addButton_5113, &_call_f_addButton_5113); methods += new qt_gsi::GenericMethod ("addButton", "@brief Method QPushButton *QDialogButtonBox::addButton(QDialogButtonBox::StandardButton button)\n", false, &_init_f_addButton_3611, &_call_f_addButton_3611); methods += new qt_gsi::GenericMethod ("button", "@brief Method QPushButton *QDialogButtonBox::button(QDialogButtonBox::StandardButton which)\n", true, &_init_f_button_c3611, &_call_f_button_c3611); methods += new qt_gsi::GenericMethod ("buttonRole", "@brief Method QDialogButtonBox::ButtonRole QDialogButtonBox::buttonRole(QAbstractButton *button)\n", true, &_init_f_buttonRole_c2159, &_call_f_buttonRole_c2159); methods += new qt_gsi::GenericMethod ("buttons", "@brief Method QList QDialogButtonBox::buttons()\n", true, &_init_f_buttons_c0, &_call_f_buttons_c0); methods += new qt_gsi::GenericMethod (":centerButtons", "@brief Method bool QDialogButtonBox::centerButtons()\n", true, &_init_f_centerButtons_c0, &_call_f_centerButtons_c0); methods += new qt_gsi::GenericMethod ("clear", "@brief Method void QDialogButtonBox::clear()\n", false, &_init_f_clear_0, &_call_f_clear_0); methods += new qt_gsi::GenericMethod (":orientation", "@brief Method Qt::Orientation QDialogButtonBox::orientation()\n", true, &_init_f_orientation_c0, &_call_f_orientation_c0); methods += new qt_gsi::GenericMethod ("removeButton", "@brief Method void QDialogButtonBox::removeButton(QAbstractButton *button)\n", false, &_init_f_removeButton_2159, &_call_f_removeButton_2159); methods += new qt_gsi::GenericMethod ("setCenterButtons|centerButtons=", "@brief Method void QDialogButtonBox::setCenterButtons(bool center)\n", false, &_init_f_setCenterButtons_864, &_call_f_setCenterButtons_864); methods += new qt_gsi::GenericMethod ("setOrientation|orientation=", "@brief Method void QDialogButtonBox::setOrientation(Qt::Orientation orientation)\n", false, &_init_f_setOrientation_1913, &_call_f_setOrientation_1913); methods += new qt_gsi::GenericMethod ("setStandardButtons|standardButtons=", "@brief Method void QDialogButtonBox::setStandardButtons(QFlags buttons)\n", false, &_init_f_setStandardButtons_4307, &_call_f_setStandardButtons_4307); methods += new qt_gsi::GenericMethod ("standardButton", "@brief Method QDialogButtonBox::StandardButton QDialogButtonBox::standardButton(QAbstractButton *button)\n", true, &_init_f_standardButton_c2159, &_call_f_standardButton_c2159); methods += new qt_gsi::GenericMethod (":standardButtons", "@brief Method QFlags QDialogButtonBox::standardButtons()\n", true, &_init_f_standardButtons_c0, &_call_f_standardButtons_c0); methods += gsi::qt_signal ("accepted()", "accepted", "@brief Signal declaration for QDialogButtonBox::accepted()\nYou can bind a procedure to this signal."); methods += gsi::qt_signal ("clicked(QAbstractButton *)", "clicked", gsi::arg("button"), "@brief Signal declaration for QDialogButtonBox::clicked(QAbstractButton *button)\nYou can bind a procedure to this signal."); methods += gsi::qt_signal ("customContextMenuRequested(const QPoint &)", "customContextMenuRequested", gsi::arg("pos"), "@brief Signal declaration for QDialogButtonBox::customContextMenuRequested(const QPoint &pos)\nYou can bind a procedure to this signal."); methods += gsi::qt_signal ("destroyed(QObject *)", "destroyed", gsi::arg("arg1"), "@brief Signal declaration for QDialogButtonBox::destroyed(QObject *)\nYou can bind a procedure to this signal."); methods += gsi::qt_signal ("helpRequested()", "helpRequested", "@brief Signal declaration for QDialogButtonBox::helpRequested()\nYou can bind a procedure to this signal."); methods += gsi::qt_signal ("rejected()", "rejected", "@brief Signal declaration for QDialogButtonBox::rejected()\nYou can bind a procedure to this signal."); methods += gsi::qt_signal ("windowIconChanged(const QIcon &)", "windowIconChanged", gsi::arg("icon"), "@brief Signal declaration for QDialogButtonBox::windowIconChanged(const QIcon &icon)\nYou can bind a procedure to this signal."); methods += gsi::qt_signal ("windowIconTextChanged(const QString &)", "windowIconTextChanged", gsi::arg("iconText"), "@brief Signal declaration for QDialogButtonBox::windowIconTextChanged(const QString &iconText)\nYou can bind a procedure to this signal."); methods += gsi::qt_signal ("windowTitleChanged(const QString &)", "windowTitleChanged", gsi::arg("title"), "@brief Signal declaration for QDialogButtonBox::windowTitleChanged(const QString &title)\nYou can bind a procedure to this signal."); methods += new qt_gsi::GenericStaticMethod ("tr", "@brief Static method QString QDialogButtonBox::tr(const char *s, const char *c, int n)\nThis method is static and can be called without an instance.", &_init_f_tr_4013, &_call_f_tr_4013); methods += new qt_gsi::GenericStaticMethod ("trUtf8", "@brief Static method QString QDialogButtonBox::trUtf8(const char *s, const char *c, int n)\nThis method is static and can be called without an instance.", &_init_f_trUtf8_4013, &_call_f_trUtf8_4013); return methods; } gsi::Class &qtdecl_QWidget (); qt_gsi::QtNativeClass decl_QDialogButtonBox (qtdecl_QWidget (), "QDialogButtonBox_Native", methods_QDialogButtonBox (), "@hide\n@alias QDialogButtonBox"); GSIQT_PUBLIC gsi::Class &qtdecl_QDialogButtonBox () { return decl_QDialogButtonBox; } } class QDialogButtonBox_Adaptor : public QDialogButtonBox, public qt_gsi::QtObjectBase { public: virtual ~QDialogButtonBox_Adaptor(); // [adaptor ctor] QDialogButtonBox::QDialogButtonBox(QWidget *parent) QDialogButtonBox_Adaptor() : QDialogButtonBox() { qt_gsi::QtObjectBase::init (this); } // [adaptor ctor] QDialogButtonBox::QDialogButtonBox(QWidget *parent) QDialogButtonBox_Adaptor(QWidget *parent) : QDialogButtonBox(parent) { qt_gsi::QtObjectBase::init (this); } // [adaptor ctor] QDialogButtonBox::QDialogButtonBox(Qt::Orientation orientation, QWidget *parent) QDialogButtonBox_Adaptor(Qt::Orientation orientation) : QDialogButtonBox(orientation) { qt_gsi::QtObjectBase::init (this); } // [adaptor ctor] QDialogButtonBox::QDialogButtonBox(Qt::Orientation orientation, QWidget *parent) QDialogButtonBox_Adaptor(Qt::Orientation orientation, QWidget *parent) : QDialogButtonBox(orientation, parent) { qt_gsi::QtObjectBase::init (this); } // [adaptor ctor] QDialogButtonBox::QDialogButtonBox(QFlags buttons, QWidget *parent) QDialogButtonBox_Adaptor(QFlags buttons) : QDialogButtonBox(buttons) { qt_gsi::QtObjectBase::init (this); } // [adaptor ctor] QDialogButtonBox::QDialogButtonBox(QFlags buttons, QWidget *parent) QDialogButtonBox_Adaptor(QFlags buttons, QWidget *parent) : QDialogButtonBox(buttons, parent) { qt_gsi::QtObjectBase::init (this); } // [adaptor ctor] QDialogButtonBox::QDialogButtonBox(QFlags buttons, Qt::Orientation orientation, QWidget *parent) QDialogButtonBox_Adaptor(QFlags buttons, Qt::Orientation orientation) : QDialogButtonBox(buttons, orientation) { qt_gsi::QtObjectBase::init (this); } // [adaptor ctor] QDialogButtonBox::QDialogButtonBox(QFlags buttons, Qt::Orientation orientation, QWidget *parent) QDialogButtonBox_Adaptor(QFlags buttons, Qt::Orientation orientation, QWidget *parent) : QDialogButtonBox(buttons, orientation, parent) { qt_gsi::QtObjectBase::init (this); } // [expose] void QDialogButtonBox::create(WId, bool initializeWindow, bool destroyOldWindow) void fp_QDialogButtonBox_create_2208 (const qt_gsi::Converter::target_type & arg1, bool initializeWindow, bool destroyOldWindow) { QDialogButtonBox::create(qt_gsi::QtToCppAdaptor(arg1).cref(), initializeWindow, destroyOldWindow); } // [expose] void QDialogButtonBox::destroy(bool destroyWindow, bool destroySubWindows) void fp_QDialogButtonBox_destroy_1620 (bool destroyWindow, bool destroySubWindows) { QDialogButtonBox::destroy(destroyWindow, destroySubWindows); } // [expose] bool QDialogButtonBox::focusNextChild() bool fp_QDialogButtonBox_focusNextChild_0 () { return QDialogButtonBox::focusNextChild(); } // [expose] bool QDialogButtonBox::focusPreviousChild() bool fp_QDialogButtonBox_focusPreviousChild_0 () { return QDialogButtonBox::focusPreviousChild(); } // [expose] bool QDialogButtonBox::isSignalConnected(const QMetaMethod &signal) bool fp_QDialogButtonBox_isSignalConnected_c2394 (const QMetaMethod &signal) const { return QDialogButtonBox::isSignalConnected(signal); } // [expose] int QDialogButtonBox::receivers(const char *signal) int fp_QDialogButtonBox_receivers_c1731 (const char *signal) const { return QDialogButtonBox::receivers(signal); } // [expose] QObject *QDialogButtonBox::sender() QObject * fp_QDialogButtonBox_sender_c0 () const { return QDialogButtonBox::sender(); } // [expose] int QDialogButtonBox::senderSignalIndex() int fp_QDialogButtonBox_senderSignalIndex_c0 () const { return QDialogButtonBox::senderSignalIndex(); } // [expose] void QDialogButtonBox::updateMicroFocus() void fp_QDialogButtonBox_updateMicroFocus_0 () { QDialogButtonBox::updateMicroFocus(); } // [emitter impl] void QDialogButtonBox::accepted() void emitter_QDialogButtonBox_accepted_0() { emit QDialogButtonBox::accepted(); } // [emitter impl] void QDialogButtonBox::clicked(QAbstractButton *button) void emitter_QDialogButtonBox_clicked_2159(QAbstractButton *button) { emit QDialogButtonBox::clicked(button); } // [emitter impl] void QDialogButtonBox::customContextMenuRequested(const QPoint &pos) void emitter_QDialogButtonBox_customContextMenuRequested_1916(const QPoint &pos) { emit QDialogButtonBox::customContextMenuRequested(pos); } // [emitter impl] void QDialogButtonBox::destroyed(QObject *) void emitter_QDialogButtonBox_destroyed_1302(QObject *arg1) { emit QDialogButtonBox::destroyed(arg1); } // [adaptor impl] bool QDialogButtonBox::eventFilter(QObject *, QEvent *) bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2) { return QDialogButtonBox::eventFilter(arg1, arg2); } virtual bool eventFilter(QObject *arg1, QEvent *arg2) { if (cb_eventFilter_2411_0.can_issue()) { return cb_eventFilter_2411_0.issue(&QDialogButtonBox_Adaptor::cbs_eventFilter_2411_0, arg1, arg2); } else { return QDialogButtonBox::eventFilter(arg1, arg2); } } // [adaptor impl] bool QDialogButtonBox::hasHeightForWidth() bool cbs_hasHeightForWidth_c0_0() const { return QDialogButtonBox::hasHeightForWidth(); } virtual bool hasHeightForWidth() const { if (cb_hasHeightForWidth_c0_0.can_issue()) { return cb_hasHeightForWidth_c0_0.issue(&QDialogButtonBox_Adaptor::cbs_hasHeightForWidth_c0_0); } else { return QDialogButtonBox::hasHeightForWidth(); } } // [adaptor impl] int QDialogButtonBox::heightForWidth(int) int cbs_heightForWidth_c767_0(int arg1) const { return QDialogButtonBox::heightForWidth(arg1); } virtual int heightForWidth(int arg1) const { if (cb_heightForWidth_c767_0.can_issue()) { return cb_heightForWidth_c767_0.issue(&QDialogButtonBox_Adaptor::cbs_heightForWidth_c767_0, arg1); } else { return QDialogButtonBox::heightForWidth(arg1); } } // [emitter impl] void QDialogButtonBox::helpRequested() void emitter_QDialogButtonBox_helpRequested_0() { emit QDialogButtonBox::helpRequested(); } // [adaptor impl] QVariant QDialogButtonBox::inputMethodQuery(Qt::InputMethodQuery) QVariant cbs_inputMethodQuery_c2420_0(const qt_gsi::Converter::target_type & arg1) const { return QDialogButtonBox::inputMethodQuery(qt_gsi::QtToCppAdaptor(arg1).cref()); } virtual QVariant inputMethodQuery(Qt::InputMethodQuery arg1) const { if (cb_inputMethodQuery_c2420_0.can_issue()) { return cb_inputMethodQuery_c2420_0.issue::target_type &>(&QDialogButtonBox_Adaptor::cbs_inputMethodQuery_c2420_0, qt_gsi::CppToQtAdaptor(arg1)); } else { return QDialogButtonBox::inputMethodQuery(arg1); } } // [adaptor impl] QSize QDialogButtonBox::minimumSizeHint() QSize cbs_minimumSizeHint_c0_0() const { return QDialogButtonBox::minimumSizeHint(); } virtual QSize minimumSizeHint() const { if (cb_minimumSizeHint_c0_0.can_issue()) { return cb_minimumSizeHint_c0_0.issue(&QDialogButtonBox_Adaptor::cbs_minimumSizeHint_c0_0); } else { return QDialogButtonBox::minimumSizeHint(); } } // [adaptor impl] QPaintEngine *QDialogButtonBox::paintEngine() QPaintEngine * cbs_paintEngine_c0_0() const { return QDialogButtonBox::paintEngine(); } virtual QPaintEngine * paintEngine() const { if (cb_paintEngine_c0_0.can_issue()) { return cb_paintEngine_c0_0.issue(&QDialogButtonBox_Adaptor::cbs_paintEngine_c0_0); } else { return QDialogButtonBox::paintEngine(); } } // [emitter impl] void QDialogButtonBox::rejected() void emitter_QDialogButtonBox_rejected_0() { emit QDialogButtonBox::rejected(); } // [adaptor impl] void QDialogButtonBox::setVisible(bool visible) void cbs_setVisible_864_0(bool visible) { QDialogButtonBox::setVisible(visible); } virtual void setVisible(bool visible) { if (cb_setVisible_864_0.can_issue()) { cb_setVisible_864_0.issue(&QDialogButtonBox_Adaptor::cbs_setVisible_864_0, visible); } else { QDialogButtonBox::setVisible(visible); } } // [adaptor impl] QSize QDialogButtonBox::sizeHint() QSize cbs_sizeHint_c0_0() const { return QDialogButtonBox::sizeHint(); } virtual QSize sizeHint() const { if (cb_sizeHint_c0_0.can_issue()) { return cb_sizeHint_c0_0.issue(&QDialogButtonBox_Adaptor::cbs_sizeHint_c0_0); } else { return QDialogButtonBox::sizeHint(); } } // [emitter impl] void QDialogButtonBox::windowIconChanged(const QIcon &icon) void emitter_QDialogButtonBox_windowIconChanged_1787(const QIcon &icon) { emit QDialogButtonBox::windowIconChanged(icon); } // [emitter impl] void QDialogButtonBox::windowIconTextChanged(const QString &iconText) void emitter_QDialogButtonBox_windowIconTextChanged_2025(const QString &iconText) { emit QDialogButtonBox::windowIconTextChanged(iconText); } // [emitter impl] void QDialogButtonBox::windowTitleChanged(const QString &title) void emitter_QDialogButtonBox_windowTitleChanged_2025(const QString &title) { emit QDialogButtonBox::windowTitleChanged(title); } // [adaptor impl] void QDialogButtonBox::actionEvent(QActionEvent *) void cbs_actionEvent_1823_0(QActionEvent *arg1) { QDialogButtonBox::actionEvent(arg1); } virtual void actionEvent(QActionEvent *arg1) { if (cb_actionEvent_1823_0.can_issue()) { cb_actionEvent_1823_0.issue(&QDialogButtonBox_Adaptor::cbs_actionEvent_1823_0, arg1); } else { QDialogButtonBox::actionEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::changeEvent(QEvent *event) void cbs_changeEvent_1217_0(QEvent *event) { QDialogButtonBox::changeEvent(event); } virtual void changeEvent(QEvent *event) { if (cb_changeEvent_1217_0.can_issue()) { cb_changeEvent_1217_0.issue(&QDialogButtonBox_Adaptor::cbs_changeEvent_1217_0, event); } else { QDialogButtonBox::changeEvent(event); } } // [adaptor impl] void QDialogButtonBox::childEvent(QChildEvent *) void cbs_childEvent_1701_0(QChildEvent *arg1) { QDialogButtonBox::childEvent(arg1); } virtual void childEvent(QChildEvent *arg1) { if (cb_childEvent_1701_0.can_issue()) { cb_childEvent_1701_0.issue(&QDialogButtonBox_Adaptor::cbs_childEvent_1701_0, arg1); } else { QDialogButtonBox::childEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::closeEvent(QCloseEvent *) void cbs_closeEvent_1719_0(QCloseEvent *arg1) { QDialogButtonBox::closeEvent(arg1); } virtual void closeEvent(QCloseEvent *arg1) { if (cb_closeEvent_1719_0.can_issue()) { cb_closeEvent_1719_0.issue(&QDialogButtonBox_Adaptor::cbs_closeEvent_1719_0, arg1); } else { QDialogButtonBox::closeEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::contextMenuEvent(QContextMenuEvent *) void cbs_contextMenuEvent_2363_0(QContextMenuEvent *arg1) { QDialogButtonBox::contextMenuEvent(arg1); } virtual void contextMenuEvent(QContextMenuEvent *arg1) { if (cb_contextMenuEvent_2363_0.can_issue()) { cb_contextMenuEvent_2363_0.issue(&QDialogButtonBox_Adaptor::cbs_contextMenuEvent_2363_0, arg1); } else { QDialogButtonBox::contextMenuEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::customEvent(QEvent *) void cbs_customEvent_1217_0(QEvent *arg1) { QDialogButtonBox::customEvent(arg1); } virtual void customEvent(QEvent *arg1) { if (cb_customEvent_1217_0.can_issue()) { cb_customEvent_1217_0.issue(&QDialogButtonBox_Adaptor::cbs_customEvent_1217_0, arg1); } else { QDialogButtonBox::customEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::disconnectNotify(const QMetaMethod &signal) void cbs_disconnectNotify_2394_0(const QMetaMethod &signal) { QDialogButtonBox::disconnectNotify(signal); } virtual void disconnectNotify(const QMetaMethod &signal) { if (cb_disconnectNotify_2394_0.can_issue()) { cb_disconnectNotify_2394_0.issue(&QDialogButtonBox_Adaptor::cbs_disconnectNotify_2394_0, signal); } else { QDialogButtonBox::disconnectNotify(signal); } } // [adaptor impl] void QDialogButtonBox::dragEnterEvent(QDragEnterEvent *) void cbs_dragEnterEvent_2109_0(QDragEnterEvent *arg1) { QDialogButtonBox::dragEnterEvent(arg1); } virtual void dragEnterEvent(QDragEnterEvent *arg1) { if (cb_dragEnterEvent_2109_0.can_issue()) { cb_dragEnterEvent_2109_0.issue(&QDialogButtonBox_Adaptor::cbs_dragEnterEvent_2109_0, arg1); } else { QDialogButtonBox::dragEnterEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::dragLeaveEvent(QDragLeaveEvent *) void cbs_dragLeaveEvent_2092_0(QDragLeaveEvent *arg1) { QDialogButtonBox::dragLeaveEvent(arg1); } virtual void dragLeaveEvent(QDragLeaveEvent *arg1) { if (cb_dragLeaveEvent_2092_0.can_issue()) { cb_dragLeaveEvent_2092_0.issue(&QDialogButtonBox_Adaptor::cbs_dragLeaveEvent_2092_0, arg1); } else { QDialogButtonBox::dragLeaveEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::dragMoveEvent(QDragMoveEvent *) void cbs_dragMoveEvent_2006_0(QDragMoveEvent *arg1) { QDialogButtonBox::dragMoveEvent(arg1); } virtual void dragMoveEvent(QDragMoveEvent *arg1) { if (cb_dragMoveEvent_2006_0.can_issue()) { cb_dragMoveEvent_2006_0.issue(&QDialogButtonBox_Adaptor::cbs_dragMoveEvent_2006_0, arg1); } else { QDialogButtonBox::dragMoveEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::dropEvent(QDropEvent *) void cbs_dropEvent_1622_0(QDropEvent *arg1) { QDialogButtonBox::dropEvent(arg1); } virtual void dropEvent(QDropEvent *arg1) { if (cb_dropEvent_1622_0.can_issue()) { cb_dropEvent_1622_0.issue(&QDialogButtonBox_Adaptor::cbs_dropEvent_1622_0, arg1); } else { QDialogButtonBox::dropEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::enterEvent(QEvent *) void cbs_enterEvent_1217_0(QEvent *arg1) { QDialogButtonBox::enterEvent(arg1); } virtual void enterEvent(QEvent *arg1) { if (cb_enterEvent_1217_0.can_issue()) { cb_enterEvent_1217_0.issue(&QDialogButtonBox_Adaptor::cbs_enterEvent_1217_0, arg1); } else { QDialogButtonBox::enterEvent(arg1); } } // [adaptor impl] bool QDialogButtonBox::event(QEvent *event) bool cbs_event_1217_0(QEvent *_event) { return QDialogButtonBox::event(_event); } virtual bool event(QEvent *_event) { if (cb_event_1217_0.can_issue()) { return cb_event_1217_0.issue(&QDialogButtonBox_Adaptor::cbs_event_1217_0, _event); } else { return QDialogButtonBox::event(_event); } } // [adaptor impl] void QDialogButtonBox::focusInEvent(QFocusEvent *) void cbs_focusInEvent_1729_0(QFocusEvent *arg1) { QDialogButtonBox::focusInEvent(arg1); } virtual void focusInEvent(QFocusEvent *arg1) { if (cb_focusInEvent_1729_0.can_issue()) { cb_focusInEvent_1729_0.issue(&QDialogButtonBox_Adaptor::cbs_focusInEvent_1729_0, arg1); } else { QDialogButtonBox::focusInEvent(arg1); } } // [adaptor impl] bool QDialogButtonBox::focusNextPrevChild(bool next) bool cbs_focusNextPrevChild_864_0(bool next) { return QDialogButtonBox::focusNextPrevChild(next); } virtual bool focusNextPrevChild(bool next) { if (cb_focusNextPrevChild_864_0.can_issue()) { return cb_focusNextPrevChild_864_0.issue(&QDialogButtonBox_Adaptor::cbs_focusNextPrevChild_864_0, next); } else { return QDialogButtonBox::focusNextPrevChild(next); } } // [adaptor impl] void QDialogButtonBox::focusOutEvent(QFocusEvent *) void cbs_focusOutEvent_1729_0(QFocusEvent *arg1) { QDialogButtonBox::focusOutEvent(arg1); } virtual void focusOutEvent(QFocusEvent *arg1) { if (cb_focusOutEvent_1729_0.can_issue()) { cb_focusOutEvent_1729_0.issue(&QDialogButtonBox_Adaptor::cbs_focusOutEvent_1729_0, arg1); } else { QDialogButtonBox::focusOutEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::hideEvent(QHideEvent *) void cbs_hideEvent_1595_0(QHideEvent *arg1) { QDialogButtonBox::hideEvent(arg1); } virtual void hideEvent(QHideEvent *arg1) { if (cb_hideEvent_1595_0.can_issue()) { cb_hideEvent_1595_0.issue(&QDialogButtonBox_Adaptor::cbs_hideEvent_1595_0, arg1); } else { QDialogButtonBox::hideEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::initPainter(QPainter *painter) void cbs_initPainter_c1426_0(QPainter *painter) const { QDialogButtonBox::initPainter(painter); } virtual void initPainter(QPainter *painter) const { if (cb_initPainter_c1426_0.can_issue()) { cb_initPainter_c1426_0.issue(&QDialogButtonBox_Adaptor::cbs_initPainter_c1426_0, painter); } else { QDialogButtonBox::initPainter(painter); } } // [adaptor impl] void QDialogButtonBox::inputMethodEvent(QInputMethodEvent *) void cbs_inputMethodEvent_2354_0(QInputMethodEvent *arg1) { QDialogButtonBox::inputMethodEvent(arg1); } virtual void inputMethodEvent(QInputMethodEvent *arg1) { if (cb_inputMethodEvent_2354_0.can_issue()) { cb_inputMethodEvent_2354_0.issue(&QDialogButtonBox_Adaptor::cbs_inputMethodEvent_2354_0, arg1); } else { QDialogButtonBox::inputMethodEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::keyPressEvent(QKeyEvent *) void cbs_keyPressEvent_1514_0(QKeyEvent *arg1) { QDialogButtonBox::keyPressEvent(arg1); } virtual void keyPressEvent(QKeyEvent *arg1) { if (cb_keyPressEvent_1514_0.can_issue()) { cb_keyPressEvent_1514_0.issue(&QDialogButtonBox_Adaptor::cbs_keyPressEvent_1514_0, arg1); } else { QDialogButtonBox::keyPressEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::keyReleaseEvent(QKeyEvent *) void cbs_keyReleaseEvent_1514_0(QKeyEvent *arg1) { QDialogButtonBox::keyReleaseEvent(arg1); } virtual void keyReleaseEvent(QKeyEvent *arg1) { if (cb_keyReleaseEvent_1514_0.can_issue()) { cb_keyReleaseEvent_1514_0.issue(&QDialogButtonBox_Adaptor::cbs_keyReleaseEvent_1514_0, arg1); } else { QDialogButtonBox::keyReleaseEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::leaveEvent(QEvent *) void cbs_leaveEvent_1217_0(QEvent *arg1) { QDialogButtonBox::leaveEvent(arg1); } virtual void leaveEvent(QEvent *arg1) { if (cb_leaveEvent_1217_0.can_issue()) { cb_leaveEvent_1217_0.issue(&QDialogButtonBox_Adaptor::cbs_leaveEvent_1217_0, arg1); } else { QDialogButtonBox::leaveEvent(arg1); } } // [adaptor impl] int QDialogButtonBox::metric(QPaintDevice::PaintDeviceMetric) int cbs_metric_c3445_0(const qt_gsi::Converter::target_type & arg1) const { return QDialogButtonBox::metric(qt_gsi::QtToCppAdaptor(arg1).cref()); } virtual int metric(QPaintDevice::PaintDeviceMetric arg1) const { if (cb_metric_c3445_0.can_issue()) { return cb_metric_c3445_0.issue::target_type &>(&QDialogButtonBox_Adaptor::cbs_metric_c3445_0, qt_gsi::CppToQtAdaptor(arg1)); } else { return QDialogButtonBox::metric(arg1); } } // [adaptor impl] void QDialogButtonBox::mouseDoubleClickEvent(QMouseEvent *) void cbs_mouseDoubleClickEvent_1738_0(QMouseEvent *arg1) { QDialogButtonBox::mouseDoubleClickEvent(arg1); } virtual void mouseDoubleClickEvent(QMouseEvent *arg1) { if (cb_mouseDoubleClickEvent_1738_0.can_issue()) { cb_mouseDoubleClickEvent_1738_0.issue(&QDialogButtonBox_Adaptor::cbs_mouseDoubleClickEvent_1738_0, arg1); } else { QDialogButtonBox::mouseDoubleClickEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::mouseMoveEvent(QMouseEvent *) void cbs_mouseMoveEvent_1738_0(QMouseEvent *arg1) { QDialogButtonBox::mouseMoveEvent(arg1); } virtual void mouseMoveEvent(QMouseEvent *arg1) { if (cb_mouseMoveEvent_1738_0.can_issue()) { cb_mouseMoveEvent_1738_0.issue(&QDialogButtonBox_Adaptor::cbs_mouseMoveEvent_1738_0, arg1); } else { QDialogButtonBox::mouseMoveEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::mousePressEvent(QMouseEvent *) void cbs_mousePressEvent_1738_0(QMouseEvent *arg1) { QDialogButtonBox::mousePressEvent(arg1); } virtual void mousePressEvent(QMouseEvent *arg1) { if (cb_mousePressEvent_1738_0.can_issue()) { cb_mousePressEvent_1738_0.issue(&QDialogButtonBox_Adaptor::cbs_mousePressEvent_1738_0, arg1); } else { QDialogButtonBox::mousePressEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::mouseReleaseEvent(QMouseEvent *) void cbs_mouseReleaseEvent_1738_0(QMouseEvent *arg1) { QDialogButtonBox::mouseReleaseEvent(arg1); } virtual void mouseReleaseEvent(QMouseEvent *arg1) { if (cb_mouseReleaseEvent_1738_0.can_issue()) { cb_mouseReleaseEvent_1738_0.issue(&QDialogButtonBox_Adaptor::cbs_mouseReleaseEvent_1738_0, arg1); } else { QDialogButtonBox::mouseReleaseEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::moveEvent(QMoveEvent *) void cbs_moveEvent_1624_0(QMoveEvent *arg1) { QDialogButtonBox::moveEvent(arg1); } virtual void moveEvent(QMoveEvent *arg1) { if (cb_moveEvent_1624_0.can_issue()) { cb_moveEvent_1624_0.issue(&QDialogButtonBox_Adaptor::cbs_moveEvent_1624_0, arg1); } else { QDialogButtonBox::moveEvent(arg1); } } // [adaptor impl] bool QDialogButtonBox::nativeEvent(const QByteArray &eventType, void *message, long int *result) bool cbs_nativeEvent_4678_0(const QByteArray &eventType, void *message, long int *result) { return QDialogButtonBox::nativeEvent(eventType, message, result); } virtual bool nativeEvent(const QByteArray &eventType, void *message, long int *result) { if (cb_nativeEvent_4678_0.can_issue()) { return cb_nativeEvent_4678_0.issue(&QDialogButtonBox_Adaptor::cbs_nativeEvent_4678_0, eventType, message, result); } else { return QDialogButtonBox::nativeEvent(eventType, message, result); } } // [adaptor impl] void QDialogButtonBox::paintEvent(QPaintEvent *) void cbs_paintEvent_1725_0(QPaintEvent *arg1) { QDialogButtonBox::paintEvent(arg1); } virtual void paintEvent(QPaintEvent *arg1) { if (cb_paintEvent_1725_0.can_issue()) { cb_paintEvent_1725_0.issue(&QDialogButtonBox_Adaptor::cbs_paintEvent_1725_0, arg1); } else { QDialogButtonBox::paintEvent(arg1); } } // [adaptor impl] QPaintDevice *QDialogButtonBox::redirected(QPoint *offset) QPaintDevice * cbs_redirected_c1225_0(QPoint *offset) const { return QDialogButtonBox::redirected(offset); } virtual QPaintDevice * redirected(QPoint *offset) const { if (cb_redirected_c1225_0.can_issue()) { return cb_redirected_c1225_0.issue(&QDialogButtonBox_Adaptor::cbs_redirected_c1225_0, offset); } else { return QDialogButtonBox::redirected(offset); } } // [adaptor impl] void QDialogButtonBox::resizeEvent(QResizeEvent *) void cbs_resizeEvent_1843_0(QResizeEvent *arg1) { QDialogButtonBox::resizeEvent(arg1); } virtual void resizeEvent(QResizeEvent *arg1) { if (cb_resizeEvent_1843_0.can_issue()) { cb_resizeEvent_1843_0.issue(&QDialogButtonBox_Adaptor::cbs_resizeEvent_1843_0, arg1); } else { QDialogButtonBox::resizeEvent(arg1); } } // [adaptor impl] QPainter *QDialogButtonBox::sharedPainter() QPainter * cbs_sharedPainter_c0_0() const { return QDialogButtonBox::sharedPainter(); } virtual QPainter * sharedPainter() const { if (cb_sharedPainter_c0_0.can_issue()) { return cb_sharedPainter_c0_0.issue(&QDialogButtonBox_Adaptor::cbs_sharedPainter_c0_0); } else { return QDialogButtonBox::sharedPainter(); } } // [adaptor impl] void QDialogButtonBox::showEvent(QShowEvent *) void cbs_showEvent_1634_0(QShowEvent *arg1) { QDialogButtonBox::showEvent(arg1); } virtual void showEvent(QShowEvent *arg1) { if (cb_showEvent_1634_0.can_issue()) { cb_showEvent_1634_0.issue(&QDialogButtonBox_Adaptor::cbs_showEvent_1634_0, arg1); } else { QDialogButtonBox::showEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::tabletEvent(QTabletEvent *) void cbs_tabletEvent_1821_0(QTabletEvent *arg1) { QDialogButtonBox::tabletEvent(arg1); } virtual void tabletEvent(QTabletEvent *arg1) { if (cb_tabletEvent_1821_0.can_issue()) { cb_tabletEvent_1821_0.issue(&QDialogButtonBox_Adaptor::cbs_tabletEvent_1821_0, arg1); } else { QDialogButtonBox::tabletEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::timerEvent(QTimerEvent *) void cbs_timerEvent_1730_0(QTimerEvent *arg1) { QDialogButtonBox::timerEvent(arg1); } virtual void timerEvent(QTimerEvent *arg1) { if (cb_timerEvent_1730_0.can_issue()) { cb_timerEvent_1730_0.issue(&QDialogButtonBox_Adaptor::cbs_timerEvent_1730_0, arg1); } else { QDialogButtonBox::timerEvent(arg1); } } // [adaptor impl] void QDialogButtonBox::wheelEvent(QWheelEvent *) void cbs_wheelEvent_1718_0(QWheelEvent *arg1) { QDialogButtonBox::wheelEvent(arg1); } virtual void wheelEvent(QWheelEvent *arg1) { if (cb_wheelEvent_1718_0.can_issue()) { cb_wheelEvent_1718_0.issue(&QDialogButtonBox_Adaptor::cbs_wheelEvent_1718_0, arg1); } else { QDialogButtonBox::wheelEvent(arg1); } } gsi::Callback cb_eventFilter_2411_0; gsi::Callback cb_hasHeightForWidth_c0_0; gsi::Callback cb_heightForWidth_c767_0; gsi::Callback cb_inputMethodQuery_c2420_0; gsi::Callback cb_minimumSizeHint_c0_0; gsi::Callback cb_paintEngine_c0_0; gsi::Callback cb_setVisible_864_0; gsi::Callback cb_sizeHint_c0_0; gsi::Callback cb_actionEvent_1823_0; gsi::Callback cb_changeEvent_1217_0; gsi::Callback cb_childEvent_1701_0; gsi::Callback cb_closeEvent_1719_0; gsi::Callback cb_contextMenuEvent_2363_0; gsi::Callback cb_customEvent_1217_0; gsi::Callback cb_disconnectNotify_2394_0; gsi::Callback cb_dragEnterEvent_2109_0; gsi::Callback cb_dragLeaveEvent_2092_0; gsi::Callback cb_dragMoveEvent_2006_0; gsi::Callback cb_dropEvent_1622_0; gsi::Callback cb_enterEvent_1217_0; gsi::Callback cb_event_1217_0; gsi::Callback cb_focusInEvent_1729_0; gsi::Callback cb_focusNextPrevChild_864_0; gsi::Callback cb_focusOutEvent_1729_0; gsi::Callback cb_hideEvent_1595_0; gsi::Callback cb_initPainter_c1426_0; gsi::Callback cb_inputMethodEvent_2354_0; gsi::Callback cb_keyPressEvent_1514_0; gsi::Callback cb_keyReleaseEvent_1514_0; gsi::Callback cb_leaveEvent_1217_0; gsi::Callback cb_metric_c3445_0; gsi::Callback cb_mouseDoubleClickEvent_1738_0; gsi::Callback cb_mouseMoveEvent_1738_0; gsi::Callback cb_mousePressEvent_1738_0; gsi::Callback cb_mouseReleaseEvent_1738_0; gsi::Callback cb_moveEvent_1624_0; gsi::Callback cb_nativeEvent_4678_0; gsi::Callback cb_paintEvent_1725_0; gsi::Callback cb_redirected_c1225_0; gsi::Callback cb_resizeEvent_1843_0; gsi::Callback cb_sharedPainter_c0_0; gsi::Callback cb_showEvent_1634_0; gsi::Callback cb_tabletEvent_1821_0; gsi::Callback cb_timerEvent_1730_0; gsi::Callback cb_wheelEvent_1718_0; }; QDialogButtonBox_Adaptor::~QDialogButtonBox_Adaptor() { } // Constructor QDialogButtonBox::QDialogButtonBox(QWidget *parent) (adaptor class) static void _init_ctor_QDialogButtonBox_Adaptor_1315 (qt_gsi::GenericStaticMethod *decl) { static gsi::ArgSpecBase argspec_0 ("parent", true, "0"); decl->add_arg (argspec_0); decl->set_return_new (); } static void _call_ctor_QDialogButtonBox_Adaptor_1315 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QWidget *arg1 = args ? args.read (heap) : (QWidget *)(0); ret.write (new QDialogButtonBox_Adaptor (arg1)); } // Constructor QDialogButtonBox::QDialogButtonBox(Qt::Orientation orientation, QWidget *parent) (adaptor class) static void _init_ctor_QDialogButtonBox_Adaptor_3120 (qt_gsi::GenericStaticMethod *decl) { static gsi::ArgSpecBase argspec_0 ("orientation"); decl->add_arg::target_type & > (argspec_0); static gsi::ArgSpecBase argspec_1 ("parent", true, "0"); decl->add_arg (argspec_1); decl->set_return_new (); } static void _call_ctor_QDialogButtonBox_Adaptor_3120 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const qt_gsi::Converter::target_type & arg1 = args.read::target_type & > (heap); QWidget *arg2 = args ? args.read (heap) : (QWidget *)(0); ret.write (new QDialogButtonBox_Adaptor (qt_gsi::QtToCppAdaptor(arg1).cref(), arg2)); } // Constructor QDialogButtonBox::QDialogButtonBox(QFlags buttons, QWidget *parent) (adaptor class) static void _init_ctor_QDialogButtonBox_Adaptor_5514 (qt_gsi::GenericStaticMethod *decl) { static gsi::ArgSpecBase argspec_0 ("buttons"); decl->add_arg > (argspec_0); static gsi::ArgSpecBase argspec_1 ("parent", true, "0"); decl->add_arg (argspec_1); decl->set_return_new (); } static void _call_ctor_QDialogButtonBox_Adaptor_5514 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QFlags arg1 = args.read > (heap); QWidget *arg2 = args ? args.read (heap) : (QWidget *)(0); ret.write (new QDialogButtonBox_Adaptor (arg1, arg2)); } // Constructor QDialogButtonBox::QDialogButtonBox(QFlags buttons, Qt::Orientation orientation, QWidget *parent) (adaptor class) static void _init_ctor_QDialogButtonBox_Adaptor_7319 (qt_gsi::GenericStaticMethod *decl) { static gsi::ArgSpecBase argspec_0 ("buttons"); decl->add_arg > (argspec_0); static gsi::ArgSpecBase argspec_1 ("orientation"); decl->add_arg::target_type & > (argspec_1); static gsi::ArgSpecBase argspec_2 ("parent", true, "0"); decl->add_arg (argspec_2); decl->set_return_new (); } static void _call_ctor_QDialogButtonBox_Adaptor_7319 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QFlags arg1 = args.read > (heap); const qt_gsi::Converter::target_type & arg2 = args.read::target_type & > (heap); QWidget *arg3 = args ? args.read (heap) : (QWidget *)(0); ret.write (new QDialogButtonBox_Adaptor (arg1, qt_gsi::QtToCppAdaptor(arg2).cref(), arg3)); } // emitter void QDialogButtonBox::accepted() static void _init_emitter_accepted_0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_emitter_accepted_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs & /*ret*/) { __SUPPRESS_UNUSED_WARNING(args); ((QDialogButtonBox_Adaptor *)cls)->emitter_QDialogButtonBox_accepted_0 (); } // void QDialogButtonBox::actionEvent(QActionEvent *) static void _init_cbs_actionEvent_1823_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_actionEvent_1823_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QActionEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_actionEvent_1823_0 (arg1); } static void _set_callback_cbs_actionEvent_1823_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_actionEvent_1823_0 = cb; } // void QDialogButtonBox::changeEvent(QEvent *event) static void _init_cbs_changeEvent_1217_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("event"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_changeEvent_1217_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_changeEvent_1217_0 (arg1); } static void _set_callback_cbs_changeEvent_1217_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_changeEvent_1217_0 = cb; } // void QDialogButtonBox::childEvent(QChildEvent *) static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_childEvent_1701_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QChildEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_childEvent_1701_0 (arg1); } static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_childEvent_1701_0 = cb; } // emitter void QDialogButtonBox::clicked(QAbstractButton *button) static void _init_emitter_clicked_2159 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("button"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_emitter_clicked_2159 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs & /*ret*/) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QAbstractButton *arg1 = args.read (heap); ((QDialogButtonBox_Adaptor *)cls)->emitter_QDialogButtonBox_clicked_2159 (arg1); } // void QDialogButtonBox::closeEvent(QCloseEvent *) static void _init_cbs_closeEvent_1719_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_closeEvent_1719_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QCloseEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_closeEvent_1719_0 (arg1); } static void _set_callback_cbs_closeEvent_1719_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_closeEvent_1719_0 = cb; } // void QDialogButtonBox::contextMenuEvent(QContextMenuEvent *) static void _init_cbs_contextMenuEvent_2363_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_contextMenuEvent_2363_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QContextMenuEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_contextMenuEvent_2363_0 (arg1); } static void _set_callback_cbs_contextMenuEvent_2363_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_contextMenuEvent_2363_0 = cb; } // exposed void QDialogButtonBox::create(WId, bool initializeWindow, bool destroyOldWindow) static void _init_fp_create_2208 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1", true, "0"); decl->add_arg::target_type & > (argspec_0); static gsi::ArgSpecBase argspec_1 ("initializeWindow", true, "true"); decl->add_arg (argspec_1); static gsi::ArgSpecBase argspec_2 ("destroyOldWindow", true, "true"); decl->add_arg (argspec_2); decl->set_return (); } static void _call_fp_create_2208 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const qt_gsi::Converter::target_type & arg1 = args ? args.read::target_type & > (heap) : (const qt_gsi::Converter::target_type &)(qt_gsi::CppToQtReadAdaptor(heap, 0)); bool arg2 = args ? args.read (heap) : (bool)(true); bool arg3 = args ? args.read (heap) : (bool)(true); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->fp_QDialogButtonBox_create_2208 (arg1, arg2, arg3); } // emitter void QDialogButtonBox::customContextMenuRequested(const QPoint &pos) static void _init_emitter_customContextMenuRequested_1916 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("pos"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_emitter_customContextMenuRequested_1916 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs & /*ret*/) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const QPoint &arg1 = args.read (heap); ((QDialogButtonBox_Adaptor *)cls)->emitter_QDialogButtonBox_customContextMenuRequested_1916 (arg1); } // void QDialogButtonBox::customEvent(QEvent *) static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_customEvent_1217_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_customEvent_1217_0 (arg1); } static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_customEvent_1217_0 = cb; } // exposed void QDialogButtonBox::destroy(bool destroyWindow, bool destroySubWindows) static void _init_fp_destroy_1620 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("destroyWindow", true, "true"); decl->add_arg (argspec_0); static gsi::ArgSpecBase argspec_1 ("destroySubWindows", true, "true"); decl->add_arg (argspec_1); decl->set_return (); } static void _call_fp_destroy_1620 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; bool arg1 = args ? args.read (heap) : (bool)(true); bool arg2 = args ? args.read (heap) : (bool)(true); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->fp_QDialogButtonBox_destroy_1620 (arg1, arg2); } // emitter void QDialogButtonBox::destroyed(QObject *) static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1", true, "0"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs & /*ret*/) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QObject *arg1 = args ? args.read (heap) : (QObject *)(0); ((QDialogButtonBox_Adaptor *)cls)->emitter_QDialogButtonBox_destroyed_1302 (arg1); } // void QDialogButtonBox::disconnectNotify(const QMetaMethod &signal) static void _init_cbs_disconnectNotify_2394_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("signal"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_disconnectNotify_2394_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const QMetaMethod &arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_disconnectNotify_2394_0 (arg1); } static void _set_callback_cbs_disconnectNotify_2394_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_disconnectNotify_2394_0 = cb; } // void QDialogButtonBox::dragEnterEvent(QDragEnterEvent *) static void _init_cbs_dragEnterEvent_2109_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_dragEnterEvent_2109_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QDragEnterEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_dragEnterEvent_2109_0 (arg1); } static void _set_callback_cbs_dragEnterEvent_2109_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_dragEnterEvent_2109_0 = cb; } // void QDialogButtonBox::dragLeaveEvent(QDragLeaveEvent *) static void _init_cbs_dragLeaveEvent_2092_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_dragLeaveEvent_2092_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QDragLeaveEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_dragLeaveEvent_2092_0 (arg1); } static void _set_callback_cbs_dragLeaveEvent_2092_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_dragLeaveEvent_2092_0 = cb; } // void QDialogButtonBox::dragMoveEvent(QDragMoveEvent *) static void _init_cbs_dragMoveEvent_2006_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_dragMoveEvent_2006_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QDragMoveEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_dragMoveEvent_2006_0 (arg1); } static void _set_callback_cbs_dragMoveEvent_2006_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_dragMoveEvent_2006_0 = cb; } // void QDialogButtonBox::dropEvent(QDropEvent *) static void _init_cbs_dropEvent_1622_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_dropEvent_1622_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QDropEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_dropEvent_1622_0 (arg1); } static void _set_callback_cbs_dropEvent_1622_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_dropEvent_1622_0 = cb; } // void QDialogButtonBox::enterEvent(QEvent *) static void _init_cbs_enterEvent_1217_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_enterEvent_1217_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_enterEvent_1217_0 (arg1); } static void _set_callback_cbs_enterEvent_1217_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_enterEvent_1217_0 = cb; } // bool QDialogButtonBox::event(QEvent *event) static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("event"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_event_1217_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QEvent *arg1 = args.read (heap); ret.write ((bool)((QDialogButtonBox_Adaptor *)cls)->cbs_event_1217_0 (arg1)); } static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_event_1217_0 = cb; } // bool QDialogButtonBox::eventFilter(QObject *, QEvent *) static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); static gsi::ArgSpecBase argspec_1 ("arg2"); decl->add_arg (argspec_1); decl->set_return (); } static void _call_cbs_eventFilter_2411_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QObject *arg1 = args.read (heap); QEvent *arg2 = args.read (heap); ret.write ((bool)((QDialogButtonBox_Adaptor *)cls)->cbs_eventFilter_2411_0 (arg1, arg2)); } static void _set_callback_cbs_eventFilter_2411_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_eventFilter_2411_0 = cb; } // void QDialogButtonBox::focusInEvent(QFocusEvent *) static void _init_cbs_focusInEvent_1729_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_focusInEvent_1729_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QFocusEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_focusInEvent_1729_0 (arg1); } static void _set_callback_cbs_focusInEvent_1729_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_focusInEvent_1729_0 = cb; } // exposed bool QDialogButtonBox::focusNextChild() static void _init_fp_focusNextChild_0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_fp_focusNextChild_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); ret.write ((bool)((QDialogButtonBox_Adaptor *)cls)->fp_QDialogButtonBox_focusNextChild_0 ()); } // bool QDialogButtonBox::focusNextPrevChild(bool next) static void _init_cbs_focusNextPrevChild_864_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("next"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_focusNextPrevChild_864_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; bool arg1 = args.read (heap); ret.write ((bool)((QDialogButtonBox_Adaptor *)cls)->cbs_focusNextPrevChild_864_0 (arg1)); } static void _set_callback_cbs_focusNextPrevChild_864_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_focusNextPrevChild_864_0 = cb; } // void QDialogButtonBox::focusOutEvent(QFocusEvent *) static void _init_cbs_focusOutEvent_1729_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_focusOutEvent_1729_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QFocusEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_focusOutEvent_1729_0 (arg1); } static void _set_callback_cbs_focusOutEvent_1729_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_focusOutEvent_1729_0 = cb; } // exposed bool QDialogButtonBox::focusPreviousChild() static void _init_fp_focusPreviousChild_0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_fp_focusPreviousChild_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); ret.write ((bool)((QDialogButtonBox_Adaptor *)cls)->fp_QDialogButtonBox_focusPreviousChild_0 ()); } // bool QDialogButtonBox::hasHeightForWidth() static void _init_cbs_hasHeightForWidth_c0_0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_cbs_hasHeightForWidth_c0_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); ret.write ((bool)((QDialogButtonBox_Adaptor *)cls)->cbs_hasHeightForWidth_c0_0 ()); } static void _set_callback_cbs_hasHeightForWidth_c0_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_hasHeightForWidth_c0_0 = cb; } // int QDialogButtonBox::heightForWidth(int) static void _init_cbs_heightForWidth_c767_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_heightForWidth_c767_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; int arg1 = args.read (heap); ret.write ((int)((QDialogButtonBox_Adaptor *)cls)->cbs_heightForWidth_c767_0 (arg1)); } static void _set_callback_cbs_heightForWidth_c767_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_heightForWidth_c767_0 = cb; } // emitter void QDialogButtonBox::helpRequested() static void _init_emitter_helpRequested_0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_emitter_helpRequested_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs & /*ret*/) { __SUPPRESS_UNUSED_WARNING(args); ((QDialogButtonBox_Adaptor *)cls)->emitter_QDialogButtonBox_helpRequested_0 (); } // void QDialogButtonBox::hideEvent(QHideEvent *) static void _init_cbs_hideEvent_1595_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_hideEvent_1595_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QHideEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_hideEvent_1595_0 (arg1); } static void _set_callback_cbs_hideEvent_1595_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_hideEvent_1595_0 = cb; } // void QDialogButtonBox::initPainter(QPainter *painter) static void _init_cbs_initPainter_c1426_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("painter"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_initPainter_c1426_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QPainter *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_initPainter_c1426_0 (arg1); } static void _set_callback_cbs_initPainter_c1426_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_initPainter_c1426_0 = cb; } // void QDialogButtonBox::inputMethodEvent(QInputMethodEvent *) static void _init_cbs_inputMethodEvent_2354_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_inputMethodEvent_2354_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QInputMethodEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_inputMethodEvent_2354_0 (arg1); } static void _set_callback_cbs_inputMethodEvent_2354_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_inputMethodEvent_2354_0 = cb; } // QVariant QDialogButtonBox::inputMethodQuery(Qt::InputMethodQuery) static void _init_cbs_inputMethodQuery_c2420_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg::target_type & > (argspec_0); decl->set_return (); } static void _call_cbs_inputMethodQuery_c2420_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const qt_gsi::Converter::target_type & arg1 = args.read::target_type & > (heap); ret.write ((QVariant)((QDialogButtonBox_Adaptor *)cls)->cbs_inputMethodQuery_c2420_0 (arg1)); } static void _set_callback_cbs_inputMethodQuery_c2420_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_inputMethodQuery_c2420_0 = cb; } // exposed bool QDialogButtonBox::isSignalConnected(const QMetaMethod &signal) static void _init_fp_isSignalConnected_c2394 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("signal"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_fp_isSignalConnected_c2394 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const QMetaMethod &arg1 = args.read (heap); ret.write ((bool)((QDialogButtonBox_Adaptor *)cls)->fp_QDialogButtonBox_isSignalConnected_c2394 (arg1)); } // void QDialogButtonBox::keyPressEvent(QKeyEvent *) static void _init_cbs_keyPressEvent_1514_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_keyPressEvent_1514_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QKeyEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_keyPressEvent_1514_0 (arg1); } static void _set_callback_cbs_keyPressEvent_1514_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_keyPressEvent_1514_0 = cb; } // void QDialogButtonBox::keyReleaseEvent(QKeyEvent *) static void _init_cbs_keyReleaseEvent_1514_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_keyReleaseEvent_1514_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QKeyEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_keyReleaseEvent_1514_0 (arg1); } static void _set_callback_cbs_keyReleaseEvent_1514_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_keyReleaseEvent_1514_0 = cb; } // void QDialogButtonBox::leaveEvent(QEvent *) static void _init_cbs_leaveEvent_1217_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_leaveEvent_1217_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_leaveEvent_1217_0 (arg1); } static void _set_callback_cbs_leaveEvent_1217_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_leaveEvent_1217_0 = cb; } // int QDialogButtonBox::metric(QPaintDevice::PaintDeviceMetric) static void _init_cbs_metric_c3445_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg::target_type & > (argspec_0); decl->set_return (); } static void _call_cbs_metric_c3445_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const qt_gsi::Converter::target_type & arg1 = args.read::target_type & > (heap); ret.write ((int)((QDialogButtonBox_Adaptor *)cls)->cbs_metric_c3445_0 (arg1)); } static void _set_callback_cbs_metric_c3445_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_metric_c3445_0 = cb; } // QSize QDialogButtonBox::minimumSizeHint() static void _init_cbs_minimumSizeHint_c0_0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_cbs_minimumSizeHint_c0_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); ret.write ((QSize)((QDialogButtonBox_Adaptor *)cls)->cbs_minimumSizeHint_c0_0 ()); } static void _set_callback_cbs_minimumSizeHint_c0_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_minimumSizeHint_c0_0 = cb; } // void QDialogButtonBox::mouseDoubleClickEvent(QMouseEvent *) static void _init_cbs_mouseDoubleClickEvent_1738_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_mouseDoubleClickEvent_1738_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QMouseEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_mouseDoubleClickEvent_1738_0 (arg1); } static void _set_callback_cbs_mouseDoubleClickEvent_1738_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_mouseDoubleClickEvent_1738_0 = cb; } // void QDialogButtonBox::mouseMoveEvent(QMouseEvent *) static void _init_cbs_mouseMoveEvent_1738_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_mouseMoveEvent_1738_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QMouseEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_mouseMoveEvent_1738_0 (arg1); } static void _set_callback_cbs_mouseMoveEvent_1738_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_mouseMoveEvent_1738_0 = cb; } // void QDialogButtonBox::mousePressEvent(QMouseEvent *) static void _init_cbs_mousePressEvent_1738_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_mousePressEvent_1738_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QMouseEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_mousePressEvent_1738_0 (arg1); } static void _set_callback_cbs_mousePressEvent_1738_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_mousePressEvent_1738_0 = cb; } // void QDialogButtonBox::mouseReleaseEvent(QMouseEvent *) static void _init_cbs_mouseReleaseEvent_1738_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_mouseReleaseEvent_1738_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QMouseEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_mouseReleaseEvent_1738_0 (arg1); } static void _set_callback_cbs_mouseReleaseEvent_1738_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_mouseReleaseEvent_1738_0 = cb; } // void QDialogButtonBox::moveEvent(QMoveEvent *) static void _init_cbs_moveEvent_1624_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_moveEvent_1624_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QMoveEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_moveEvent_1624_0 (arg1); } static void _set_callback_cbs_moveEvent_1624_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_moveEvent_1624_0 = cb; } // bool QDialogButtonBox::nativeEvent(const QByteArray &eventType, void *message, long int *result) static void _init_cbs_nativeEvent_4678_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("eventType"); decl->add_arg (argspec_0); static gsi::ArgSpecBase argspec_1 ("message"); decl->add_arg (argspec_1); static gsi::ArgSpecBase argspec_2 ("result"); decl->add_arg (argspec_2); decl->set_return (); } static void _call_cbs_nativeEvent_4678_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const QByteArray &arg1 = args.read (heap); void *arg2 = args.read (heap); long int *arg3 = args.read (heap); ret.write ((bool)((QDialogButtonBox_Adaptor *)cls)->cbs_nativeEvent_4678_0 (arg1, arg2, arg3)); } static void _set_callback_cbs_nativeEvent_4678_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_nativeEvent_4678_0 = cb; } // QPaintEngine *QDialogButtonBox::paintEngine() static void _init_cbs_paintEngine_c0_0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_cbs_paintEngine_c0_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); ret.write ((QPaintEngine *)((QDialogButtonBox_Adaptor *)cls)->cbs_paintEngine_c0_0 ()); } static void _set_callback_cbs_paintEngine_c0_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_paintEngine_c0_0 = cb; } // void QDialogButtonBox::paintEvent(QPaintEvent *) static void _init_cbs_paintEvent_1725_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_paintEvent_1725_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QPaintEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_paintEvent_1725_0 (arg1); } static void _set_callback_cbs_paintEvent_1725_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_paintEvent_1725_0 = cb; } // exposed int QDialogButtonBox::receivers(const char *signal) static void _init_fp_receivers_c1731 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("signal"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_fp_receivers_c1731 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const char *arg1 = args.read (heap); ret.write ((int)((QDialogButtonBox_Adaptor *)cls)->fp_QDialogButtonBox_receivers_c1731 (arg1)); } // QPaintDevice *QDialogButtonBox::redirected(QPoint *offset) static void _init_cbs_redirected_c1225_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("offset"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_redirected_c1225_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QPoint *arg1 = args.read (heap); ret.write ((QPaintDevice *)((QDialogButtonBox_Adaptor *)cls)->cbs_redirected_c1225_0 (arg1)); } static void _set_callback_cbs_redirected_c1225_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_redirected_c1225_0 = cb; } // emitter void QDialogButtonBox::rejected() static void _init_emitter_rejected_0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_emitter_rejected_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs & /*ret*/) { __SUPPRESS_UNUSED_WARNING(args); ((QDialogButtonBox_Adaptor *)cls)->emitter_QDialogButtonBox_rejected_0 (); } // void QDialogButtonBox::resizeEvent(QResizeEvent *) static void _init_cbs_resizeEvent_1843_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_resizeEvent_1843_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QResizeEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_resizeEvent_1843_0 (arg1); } static void _set_callback_cbs_resizeEvent_1843_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_resizeEvent_1843_0 = cb; } // exposed QObject *QDialogButtonBox::sender() static void _init_fp_sender_c0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_fp_sender_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); ret.write ((QObject *)((QDialogButtonBox_Adaptor *)cls)->fp_QDialogButtonBox_sender_c0 ()); } // exposed int QDialogButtonBox::senderSignalIndex() static void _init_fp_senderSignalIndex_c0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); ret.write ((int)((QDialogButtonBox_Adaptor *)cls)->fp_QDialogButtonBox_senderSignalIndex_c0 ()); } // void QDialogButtonBox::setVisible(bool visible) static void _init_cbs_setVisible_864_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("visible"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_setVisible_864_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; bool arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_setVisible_864_0 (arg1); } static void _set_callback_cbs_setVisible_864_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_setVisible_864_0 = cb; } // QPainter *QDialogButtonBox::sharedPainter() static void _init_cbs_sharedPainter_c0_0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_cbs_sharedPainter_c0_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); ret.write ((QPainter *)((QDialogButtonBox_Adaptor *)cls)->cbs_sharedPainter_c0_0 ()); } static void _set_callback_cbs_sharedPainter_c0_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_sharedPainter_c0_0 = cb; } // void QDialogButtonBox::showEvent(QShowEvent *) static void _init_cbs_showEvent_1634_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_showEvent_1634_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QShowEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_showEvent_1634_0 (arg1); } static void _set_callback_cbs_showEvent_1634_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_showEvent_1634_0 = cb; } // QSize QDialogButtonBox::sizeHint() static void _init_cbs_sizeHint_c0_0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_cbs_sizeHint_c0_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); ret.write ((QSize)((QDialogButtonBox_Adaptor *)cls)->cbs_sizeHint_c0_0 ()); } static void _set_callback_cbs_sizeHint_c0_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_sizeHint_c0_0 = cb; } // void QDialogButtonBox::tabletEvent(QTabletEvent *) static void _init_cbs_tabletEvent_1821_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_tabletEvent_1821_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QTabletEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_tabletEvent_1821_0 (arg1); } static void _set_callback_cbs_tabletEvent_1821_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_tabletEvent_1821_0 = cb; } // void QDialogButtonBox::timerEvent(QTimerEvent *) static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_timerEvent_1730_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QTimerEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_timerEvent_1730_0 (arg1); } static void _set_callback_cbs_timerEvent_1730_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_timerEvent_1730_0 = cb; } // exposed void QDialogButtonBox::updateMicroFocus() static void _init_fp_updateMicroFocus_0 (qt_gsi::GenericMethod *decl) { decl->set_return (); } static void _call_fp_updateMicroFocus_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->fp_QDialogButtonBox_updateMicroFocus_0 (); } // void QDialogButtonBox::wheelEvent(QWheelEvent *) static void _init_cbs_wheelEvent_1718_0 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("arg1"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_cbs_wheelEvent_1718_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; QWheelEvent *arg1 = args.read (heap); __SUPPRESS_UNUSED_WARNING(ret); ((QDialogButtonBox_Adaptor *)cls)->cbs_wheelEvent_1718_0 (arg1); } static void _set_callback_cbs_wheelEvent_1718_0 (void *cls, const gsi::Callback &cb) { ((QDialogButtonBox_Adaptor *)cls)->cb_wheelEvent_1718_0 = cb; } // emitter void QDialogButtonBox::windowIconChanged(const QIcon &icon) static void _init_emitter_windowIconChanged_1787 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("icon"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_emitter_windowIconChanged_1787 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs & /*ret*/) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const QIcon &arg1 = args.read (heap); ((QDialogButtonBox_Adaptor *)cls)->emitter_QDialogButtonBox_windowIconChanged_1787 (arg1); } // emitter void QDialogButtonBox::windowIconTextChanged(const QString &iconText) static void _init_emitter_windowIconTextChanged_2025 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("iconText"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_emitter_windowIconTextChanged_2025 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs & /*ret*/) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const QString &arg1 = args.read (heap); ((QDialogButtonBox_Adaptor *)cls)->emitter_QDialogButtonBox_windowIconTextChanged_2025 (arg1); } // emitter void QDialogButtonBox::windowTitleChanged(const QString &title) static void _init_emitter_windowTitleChanged_2025 (qt_gsi::GenericMethod *decl) { static gsi::ArgSpecBase argspec_0 ("title"); decl->add_arg (argspec_0); decl->set_return (); } static void _call_emitter_windowTitleChanged_2025 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs & /*ret*/) { __SUPPRESS_UNUSED_WARNING(args); tl::Heap heap; const QString &arg1 = args.read (heap); ((QDialogButtonBox_Adaptor *)cls)->emitter_QDialogButtonBox_windowTitleChanged_2025 (arg1); } namespace gsi { gsi::Class &qtdecl_QDialogButtonBox (); static gsi::Methods methods_QDialogButtonBox_Adaptor () { gsi::Methods methods; methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QDialogButtonBox::QDialogButtonBox(QWidget *parent)\nThis method creates an object of class QDialogButtonBox.", &_init_ctor_QDialogButtonBox_Adaptor_1315, &_call_ctor_QDialogButtonBox_Adaptor_1315); methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QDialogButtonBox::QDialogButtonBox(Qt::Orientation orientation, QWidget *parent)\nThis method creates an object of class QDialogButtonBox.", &_init_ctor_QDialogButtonBox_Adaptor_3120, &_call_ctor_QDialogButtonBox_Adaptor_3120); methods += new qt_gsi::GenericStaticMethod ("new_buttons", "@brief Constructor QDialogButtonBox::QDialogButtonBox(QFlags buttons, QWidget *parent)\nThis method creates an object of class QDialogButtonBox.", &_init_ctor_QDialogButtonBox_Adaptor_5514, &_call_ctor_QDialogButtonBox_Adaptor_5514); methods += new qt_gsi::GenericStaticMethod ("new_buttons", "@brief Constructor QDialogButtonBox::QDialogButtonBox(QFlags buttons, Qt::Orientation orientation, QWidget *parent)\nThis method creates an object of class QDialogButtonBox.", &_init_ctor_QDialogButtonBox_Adaptor_7319, &_call_ctor_QDialogButtonBox_Adaptor_7319); methods += new qt_gsi::GenericMethod ("emit_accepted", "@brief Emitter for signal void QDialogButtonBox::accepted()\nCall this method to emit this signal.", false, &_init_emitter_accepted_0, &_call_emitter_accepted_0); methods += new qt_gsi::GenericMethod ("*actionEvent", "@hide", false, &_init_cbs_actionEvent_1823_0, &_call_cbs_actionEvent_1823_0); methods += new qt_gsi::GenericMethod ("*actionEvent", "@brief Virtual method void QDialogButtonBox::actionEvent(QActionEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_actionEvent_1823_0, &_call_cbs_actionEvent_1823_0, &_set_callback_cbs_actionEvent_1823_0); methods += new qt_gsi::GenericMethod ("*changeEvent", "@hide", false, &_init_cbs_changeEvent_1217_0, &_call_cbs_changeEvent_1217_0); methods += new qt_gsi::GenericMethod ("*changeEvent", "@brief Virtual method void QDialogButtonBox::changeEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_changeEvent_1217_0, &_call_cbs_changeEvent_1217_0, &_set_callback_cbs_changeEvent_1217_0); methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0); methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QDialogButtonBox::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0); methods += new qt_gsi::GenericMethod ("emit_clicked", "@brief Emitter for signal void QDialogButtonBox::clicked(QAbstractButton *button)\nCall this method to emit this signal.", false, &_init_emitter_clicked_2159, &_call_emitter_clicked_2159); methods += new qt_gsi::GenericMethod ("*closeEvent", "@hide", false, &_init_cbs_closeEvent_1719_0, &_call_cbs_closeEvent_1719_0); methods += new qt_gsi::GenericMethod ("*closeEvent", "@brief Virtual method void QDialogButtonBox::closeEvent(QCloseEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_closeEvent_1719_0, &_call_cbs_closeEvent_1719_0, &_set_callback_cbs_closeEvent_1719_0); methods += new qt_gsi::GenericMethod ("*contextMenuEvent", "@hide", false, &_init_cbs_contextMenuEvent_2363_0, &_call_cbs_contextMenuEvent_2363_0); methods += new qt_gsi::GenericMethod ("*contextMenuEvent", "@brief Virtual method void QDialogButtonBox::contextMenuEvent(QContextMenuEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_contextMenuEvent_2363_0, &_call_cbs_contextMenuEvent_2363_0, &_set_callback_cbs_contextMenuEvent_2363_0); methods += new qt_gsi::GenericMethod ("*qt_create", "@brief Method void QDialogButtonBox::create(WId, bool initializeWindow, bool destroyOldWindow)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_create_2208, &_call_fp_create_2208); methods += new qt_gsi::GenericMethod ("emit_customContextMenuRequested", "@brief Emitter for signal void QDialogButtonBox::customContextMenuRequested(const QPoint &pos)\nCall this method to emit this signal.", false, &_init_emitter_customContextMenuRequested_1916, &_call_emitter_customContextMenuRequested_1916); methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0); methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QDialogButtonBox::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0); methods += new qt_gsi::GenericMethod ("*qt_destroy", "@brief Method void QDialogButtonBox::destroy(bool destroyWindow, bool destroySubWindows)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_destroy_1620, &_call_fp_destroy_1620); methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QDialogButtonBox::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302); methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0); methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QDialogButtonBox::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0); methods += new qt_gsi::GenericMethod ("*dragEnterEvent", "@hide", false, &_init_cbs_dragEnterEvent_2109_0, &_call_cbs_dragEnterEvent_2109_0); methods += new qt_gsi::GenericMethod ("*dragEnterEvent", "@brief Virtual method void QDialogButtonBox::dragEnterEvent(QDragEnterEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_dragEnterEvent_2109_0, &_call_cbs_dragEnterEvent_2109_0, &_set_callback_cbs_dragEnterEvent_2109_0); methods += new qt_gsi::GenericMethod ("*dragLeaveEvent", "@hide", false, &_init_cbs_dragLeaveEvent_2092_0, &_call_cbs_dragLeaveEvent_2092_0); methods += new qt_gsi::GenericMethod ("*dragLeaveEvent", "@brief Virtual method void QDialogButtonBox::dragLeaveEvent(QDragLeaveEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_dragLeaveEvent_2092_0, &_call_cbs_dragLeaveEvent_2092_0, &_set_callback_cbs_dragLeaveEvent_2092_0); methods += new qt_gsi::GenericMethod ("*dragMoveEvent", "@hide", false, &_init_cbs_dragMoveEvent_2006_0, &_call_cbs_dragMoveEvent_2006_0); methods += new qt_gsi::GenericMethod ("*dragMoveEvent", "@brief Virtual method void QDialogButtonBox::dragMoveEvent(QDragMoveEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_dragMoveEvent_2006_0, &_call_cbs_dragMoveEvent_2006_0, &_set_callback_cbs_dragMoveEvent_2006_0); methods += new qt_gsi::GenericMethod ("*dropEvent", "@hide", false, &_init_cbs_dropEvent_1622_0, &_call_cbs_dropEvent_1622_0); methods += new qt_gsi::GenericMethod ("*dropEvent", "@brief Virtual method void QDialogButtonBox::dropEvent(QDropEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_dropEvent_1622_0, &_call_cbs_dropEvent_1622_0, &_set_callback_cbs_dropEvent_1622_0); methods += new qt_gsi::GenericMethod ("*enterEvent", "@hide", false, &_init_cbs_enterEvent_1217_0, &_call_cbs_enterEvent_1217_0); methods += new qt_gsi::GenericMethod ("*enterEvent", "@brief Virtual method void QDialogButtonBox::enterEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_enterEvent_1217_0, &_call_cbs_enterEvent_1217_0, &_set_callback_cbs_enterEvent_1217_0); methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0); methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QDialogButtonBox::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0); methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0); methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QDialogButtonBox::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0); methods += new qt_gsi::GenericMethod ("*focusInEvent", "@hide", false, &_init_cbs_focusInEvent_1729_0, &_call_cbs_focusInEvent_1729_0); methods += new qt_gsi::GenericMethod ("*focusInEvent", "@brief Virtual method void QDialogButtonBox::focusInEvent(QFocusEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_focusInEvent_1729_0, &_call_cbs_focusInEvent_1729_0, &_set_callback_cbs_focusInEvent_1729_0); methods += new qt_gsi::GenericMethod ("*focusNextChild", "@brief Method bool QDialogButtonBox::focusNextChild()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_focusNextChild_0, &_call_fp_focusNextChild_0); methods += new qt_gsi::GenericMethod ("*focusNextPrevChild", "@hide", false, &_init_cbs_focusNextPrevChild_864_0, &_call_cbs_focusNextPrevChild_864_0); methods += new qt_gsi::GenericMethod ("*focusNextPrevChild", "@brief Virtual method bool QDialogButtonBox::focusNextPrevChild(bool next)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_focusNextPrevChild_864_0, &_call_cbs_focusNextPrevChild_864_0, &_set_callback_cbs_focusNextPrevChild_864_0); methods += new qt_gsi::GenericMethod ("*focusOutEvent", "@hide", false, &_init_cbs_focusOutEvent_1729_0, &_call_cbs_focusOutEvent_1729_0); methods += new qt_gsi::GenericMethod ("*focusOutEvent", "@brief Virtual method void QDialogButtonBox::focusOutEvent(QFocusEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_focusOutEvent_1729_0, &_call_cbs_focusOutEvent_1729_0, &_set_callback_cbs_focusOutEvent_1729_0); methods += new qt_gsi::GenericMethod ("*focusPreviousChild", "@brief Method bool QDialogButtonBox::focusPreviousChild()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_focusPreviousChild_0, &_call_fp_focusPreviousChild_0); methods += new qt_gsi::GenericMethod ("hasHeightForWidth", "@hide", true, &_init_cbs_hasHeightForWidth_c0_0, &_call_cbs_hasHeightForWidth_c0_0); methods += new qt_gsi::GenericMethod ("hasHeightForWidth", "@brief Virtual method bool QDialogButtonBox::hasHeightForWidth()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_hasHeightForWidth_c0_0, &_call_cbs_hasHeightForWidth_c0_0, &_set_callback_cbs_hasHeightForWidth_c0_0); methods += new qt_gsi::GenericMethod ("heightForWidth", "@hide", true, &_init_cbs_heightForWidth_c767_0, &_call_cbs_heightForWidth_c767_0); methods += new qt_gsi::GenericMethod ("heightForWidth", "@brief Virtual method int QDialogButtonBox::heightForWidth(int)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_heightForWidth_c767_0, &_call_cbs_heightForWidth_c767_0, &_set_callback_cbs_heightForWidth_c767_0); methods += new qt_gsi::GenericMethod ("emit_helpRequested", "@brief Emitter for signal void QDialogButtonBox::helpRequested()\nCall this method to emit this signal.", false, &_init_emitter_helpRequested_0, &_call_emitter_helpRequested_0); methods += new qt_gsi::GenericMethod ("*hideEvent", "@hide", false, &_init_cbs_hideEvent_1595_0, &_call_cbs_hideEvent_1595_0); methods += new qt_gsi::GenericMethod ("*hideEvent", "@brief Virtual method void QDialogButtonBox::hideEvent(QHideEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_hideEvent_1595_0, &_call_cbs_hideEvent_1595_0, &_set_callback_cbs_hideEvent_1595_0); methods += new qt_gsi::GenericMethod ("*initPainter", "@hide", true, &_init_cbs_initPainter_c1426_0, &_call_cbs_initPainter_c1426_0); methods += new qt_gsi::GenericMethod ("*initPainter", "@brief Virtual method void QDialogButtonBox::initPainter(QPainter *painter)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_initPainter_c1426_0, &_call_cbs_initPainter_c1426_0, &_set_callback_cbs_initPainter_c1426_0); methods += new qt_gsi::GenericMethod ("*inputMethodEvent", "@hide", false, &_init_cbs_inputMethodEvent_2354_0, &_call_cbs_inputMethodEvent_2354_0); methods += new qt_gsi::GenericMethod ("*inputMethodEvent", "@brief Virtual method void QDialogButtonBox::inputMethodEvent(QInputMethodEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_inputMethodEvent_2354_0, &_call_cbs_inputMethodEvent_2354_0, &_set_callback_cbs_inputMethodEvent_2354_0); methods += new qt_gsi::GenericMethod ("inputMethodQuery", "@hide", true, &_init_cbs_inputMethodQuery_c2420_0, &_call_cbs_inputMethodQuery_c2420_0); methods += new qt_gsi::GenericMethod ("inputMethodQuery", "@brief Virtual method QVariant QDialogButtonBox::inputMethodQuery(Qt::InputMethodQuery)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_inputMethodQuery_c2420_0, &_call_cbs_inputMethodQuery_c2420_0, &_set_callback_cbs_inputMethodQuery_c2420_0); methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QDialogButtonBox::isSignalConnected(const QMetaMethod &signal)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_isSignalConnected_c2394, &_call_fp_isSignalConnected_c2394); methods += new qt_gsi::GenericMethod ("*keyPressEvent", "@hide", false, &_init_cbs_keyPressEvent_1514_0, &_call_cbs_keyPressEvent_1514_0); methods += new qt_gsi::GenericMethod ("*keyPressEvent", "@brief Virtual method void QDialogButtonBox::keyPressEvent(QKeyEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_keyPressEvent_1514_0, &_call_cbs_keyPressEvent_1514_0, &_set_callback_cbs_keyPressEvent_1514_0); methods += new qt_gsi::GenericMethod ("*keyReleaseEvent", "@hide", false, &_init_cbs_keyReleaseEvent_1514_0, &_call_cbs_keyReleaseEvent_1514_0); methods += new qt_gsi::GenericMethod ("*keyReleaseEvent", "@brief Virtual method void QDialogButtonBox::keyReleaseEvent(QKeyEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_keyReleaseEvent_1514_0, &_call_cbs_keyReleaseEvent_1514_0, &_set_callback_cbs_keyReleaseEvent_1514_0); methods += new qt_gsi::GenericMethod ("*leaveEvent", "@hide", false, &_init_cbs_leaveEvent_1217_0, &_call_cbs_leaveEvent_1217_0); methods += new qt_gsi::GenericMethod ("*leaveEvent", "@brief Virtual method void QDialogButtonBox::leaveEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_leaveEvent_1217_0, &_call_cbs_leaveEvent_1217_0, &_set_callback_cbs_leaveEvent_1217_0); methods += new qt_gsi::GenericMethod ("*metric", "@hide", true, &_init_cbs_metric_c3445_0, &_call_cbs_metric_c3445_0); methods += new qt_gsi::GenericMethod ("*metric", "@brief Virtual method int QDialogButtonBox::metric(QPaintDevice::PaintDeviceMetric)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_metric_c3445_0, &_call_cbs_metric_c3445_0, &_set_callback_cbs_metric_c3445_0); methods += new qt_gsi::GenericMethod ("minimumSizeHint", "@hide", true, &_init_cbs_minimumSizeHint_c0_0, &_call_cbs_minimumSizeHint_c0_0); methods += new qt_gsi::GenericMethod ("minimumSizeHint", "@brief Virtual method QSize QDialogButtonBox::minimumSizeHint()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_minimumSizeHint_c0_0, &_call_cbs_minimumSizeHint_c0_0, &_set_callback_cbs_minimumSizeHint_c0_0); methods += new qt_gsi::GenericMethod ("*mouseDoubleClickEvent", "@hide", false, &_init_cbs_mouseDoubleClickEvent_1738_0, &_call_cbs_mouseDoubleClickEvent_1738_0); methods += new qt_gsi::GenericMethod ("*mouseDoubleClickEvent", "@brief Virtual method void QDialogButtonBox::mouseDoubleClickEvent(QMouseEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_mouseDoubleClickEvent_1738_0, &_call_cbs_mouseDoubleClickEvent_1738_0, &_set_callback_cbs_mouseDoubleClickEvent_1738_0); methods += new qt_gsi::GenericMethod ("*mouseMoveEvent", "@hide", false, &_init_cbs_mouseMoveEvent_1738_0, &_call_cbs_mouseMoveEvent_1738_0); methods += new qt_gsi::GenericMethod ("*mouseMoveEvent", "@brief Virtual method void QDialogButtonBox::mouseMoveEvent(QMouseEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_mouseMoveEvent_1738_0, &_call_cbs_mouseMoveEvent_1738_0, &_set_callback_cbs_mouseMoveEvent_1738_0); methods += new qt_gsi::GenericMethod ("*mousePressEvent", "@hide", false, &_init_cbs_mousePressEvent_1738_0, &_call_cbs_mousePressEvent_1738_0); methods += new qt_gsi::GenericMethod ("*mousePressEvent", "@brief Virtual method void QDialogButtonBox::mousePressEvent(QMouseEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_mousePressEvent_1738_0, &_call_cbs_mousePressEvent_1738_0, &_set_callback_cbs_mousePressEvent_1738_0); methods += new qt_gsi::GenericMethod ("*mouseReleaseEvent", "@hide", false, &_init_cbs_mouseReleaseEvent_1738_0, &_call_cbs_mouseReleaseEvent_1738_0); methods += new qt_gsi::GenericMethod ("*mouseReleaseEvent", "@brief Virtual method void QDialogButtonBox::mouseReleaseEvent(QMouseEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_mouseReleaseEvent_1738_0, &_call_cbs_mouseReleaseEvent_1738_0, &_set_callback_cbs_mouseReleaseEvent_1738_0); methods += new qt_gsi::GenericMethod ("*moveEvent", "@hide", false, &_init_cbs_moveEvent_1624_0, &_call_cbs_moveEvent_1624_0); methods += new qt_gsi::GenericMethod ("*moveEvent", "@brief Virtual method void QDialogButtonBox::moveEvent(QMoveEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_moveEvent_1624_0, &_call_cbs_moveEvent_1624_0, &_set_callback_cbs_moveEvent_1624_0); methods += new qt_gsi::GenericMethod ("*nativeEvent", "@hide", false, &_init_cbs_nativeEvent_4678_0, &_call_cbs_nativeEvent_4678_0); methods += new qt_gsi::GenericMethod ("*nativeEvent", "@brief Virtual method bool QDialogButtonBox::nativeEvent(const QByteArray &eventType, void *message, long int *result)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_nativeEvent_4678_0, &_call_cbs_nativeEvent_4678_0, &_set_callback_cbs_nativeEvent_4678_0); methods += new qt_gsi::GenericMethod ("paintEngine", "@hide", true, &_init_cbs_paintEngine_c0_0, &_call_cbs_paintEngine_c0_0); methods += new qt_gsi::GenericMethod ("paintEngine", "@brief Virtual method QPaintEngine *QDialogButtonBox::paintEngine()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_paintEngine_c0_0, &_call_cbs_paintEngine_c0_0, &_set_callback_cbs_paintEngine_c0_0); methods += new qt_gsi::GenericMethod ("*paintEvent", "@hide", false, &_init_cbs_paintEvent_1725_0, &_call_cbs_paintEvent_1725_0); methods += new qt_gsi::GenericMethod ("*paintEvent", "@brief Virtual method void QDialogButtonBox::paintEvent(QPaintEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_paintEvent_1725_0, &_call_cbs_paintEvent_1725_0, &_set_callback_cbs_paintEvent_1725_0); methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QDialogButtonBox::receivers(const char *signal)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_receivers_c1731, &_call_fp_receivers_c1731); methods += new qt_gsi::GenericMethod ("*redirected", "@hide", true, &_init_cbs_redirected_c1225_0, &_call_cbs_redirected_c1225_0); methods += new qt_gsi::GenericMethod ("*redirected", "@brief Virtual method QPaintDevice *QDialogButtonBox::redirected(QPoint *offset)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_redirected_c1225_0, &_call_cbs_redirected_c1225_0, &_set_callback_cbs_redirected_c1225_0); methods += new qt_gsi::GenericMethod ("emit_rejected", "@brief Emitter for signal void QDialogButtonBox::rejected()\nCall this method to emit this signal.", false, &_init_emitter_rejected_0, &_call_emitter_rejected_0); methods += new qt_gsi::GenericMethod ("*resizeEvent", "@hide", false, &_init_cbs_resizeEvent_1843_0, &_call_cbs_resizeEvent_1843_0); methods += new qt_gsi::GenericMethod ("*resizeEvent", "@brief Virtual method void QDialogButtonBox::resizeEvent(QResizeEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_resizeEvent_1843_0, &_call_cbs_resizeEvent_1843_0, &_set_callback_cbs_resizeEvent_1843_0); methods += new qt_gsi::GenericMethod ("*sender", "@brief Method QObject *QDialogButtonBox::sender()\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_sender_c0, &_call_fp_sender_c0); methods += new qt_gsi::GenericMethod ("*senderSignalIndex", "@brief Method int QDialogButtonBox::senderSignalIndex()\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_senderSignalIndex_c0, &_call_fp_senderSignalIndex_c0); methods += new qt_gsi::GenericMethod ("setVisible", "@hide", false, &_init_cbs_setVisible_864_0, &_call_cbs_setVisible_864_0); methods += new qt_gsi::GenericMethod ("setVisible", "@brief Virtual method void QDialogButtonBox::setVisible(bool visible)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_setVisible_864_0, &_call_cbs_setVisible_864_0, &_set_callback_cbs_setVisible_864_0); methods += new qt_gsi::GenericMethod ("*sharedPainter", "@hide", true, &_init_cbs_sharedPainter_c0_0, &_call_cbs_sharedPainter_c0_0); methods += new qt_gsi::GenericMethod ("*sharedPainter", "@brief Virtual method QPainter *QDialogButtonBox::sharedPainter()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_sharedPainter_c0_0, &_call_cbs_sharedPainter_c0_0, &_set_callback_cbs_sharedPainter_c0_0); methods += new qt_gsi::GenericMethod ("*showEvent", "@hide", false, &_init_cbs_showEvent_1634_0, &_call_cbs_showEvent_1634_0); methods += new qt_gsi::GenericMethod ("*showEvent", "@brief Virtual method void QDialogButtonBox::showEvent(QShowEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_showEvent_1634_0, &_call_cbs_showEvent_1634_0, &_set_callback_cbs_showEvent_1634_0); methods += new qt_gsi::GenericMethod ("sizeHint", "@hide", true, &_init_cbs_sizeHint_c0_0, &_call_cbs_sizeHint_c0_0); methods += new qt_gsi::GenericMethod ("sizeHint", "@brief Virtual method QSize QDialogButtonBox::sizeHint()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_sizeHint_c0_0, &_call_cbs_sizeHint_c0_0, &_set_callback_cbs_sizeHint_c0_0); methods += new qt_gsi::GenericMethod ("*tabletEvent", "@hide", false, &_init_cbs_tabletEvent_1821_0, &_call_cbs_tabletEvent_1821_0); methods += new qt_gsi::GenericMethod ("*tabletEvent", "@brief Virtual method void QDialogButtonBox::tabletEvent(QTabletEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_tabletEvent_1821_0, &_call_cbs_tabletEvent_1821_0, &_set_callback_cbs_tabletEvent_1821_0); methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0); methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QDialogButtonBox::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0); methods += new qt_gsi::GenericMethod ("*updateMicroFocus", "@brief Method void QDialogButtonBox::updateMicroFocus()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_updateMicroFocus_0, &_call_fp_updateMicroFocus_0); methods += new qt_gsi::GenericMethod ("*wheelEvent", "@hide", false, &_init_cbs_wheelEvent_1718_0, &_call_cbs_wheelEvent_1718_0); methods += new qt_gsi::GenericMethod ("*wheelEvent", "@brief Virtual method void QDialogButtonBox::wheelEvent(QWheelEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_wheelEvent_1718_0, &_call_cbs_wheelEvent_1718_0, &_set_callback_cbs_wheelEvent_1718_0); methods += new qt_gsi::GenericMethod ("emit_windowIconChanged", "@brief Emitter for signal void QDialogButtonBox::windowIconChanged(const QIcon &icon)\nCall this method to emit this signal.", false, &_init_emitter_windowIconChanged_1787, &_call_emitter_windowIconChanged_1787); methods += new qt_gsi::GenericMethod ("emit_windowIconTextChanged", "@brief Emitter for signal void QDialogButtonBox::windowIconTextChanged(const QString &iconText)\nCall this method to emit this signal.", false, &_init_emitter_windowIconTextChanged_2025, &_call_emitter_windowIconTextChanged_2025); methods += new qt_gsi::GenericMethod ("emit_windowTitleChanged", "@brief Emitter for signal void QDialogButtonBox::windowTitleChanged(const QString &title)\nCall this method to emit this signal.", false, &_init_emitter_windowTitleChanged_2025, &_call_emitter_windowTitleChanged_2025); return methods; } gsi::Class decl_QDialogButtonBox_Adaptor (qtdecl_QDialogButtonBox (), "QDialogButtonBox", methods_QDialogButtonBox_Adaptor (), "@qt\n@brief Binding of QDialogButtonBox"); } // Implementation of the enum wrapper class for QDialogButtonBox::ButtonRole namespace qt_gsi { static gsi::Enum decl_QDialogButtonBox_ButtonRole_Enum ("QDialogButtonBox_ButtonRole", gsi::enum_const ("InvalidRole", QDialogButtonBox::InvalidRole, "@brief Enum constant QDialogButtonBox::InvalidRole") + gsi::enum_const ("AcceptRole", QDialogButtonBox::AcceptRole, "@brief Enum constant QDialogButtonBox::AcceptRole") + gsi::enum_const ("RejectRole", QDialogButtonBox::RejectRole, "@brief Enum constant QDialogButtonBox::RejectRole") + gsi::enum_const ("DestructiveRole", QDialogButtonBox::DestructiveRole, "@brief Enum constant QDialogButtonBox::DestructiveRole") + gsi::enum_const ("ActionRole", QDialogButtonBox::ActionRole, "@brief Enum constant QDialogButtonBox::ActionRole") + gsi::enum_const ("HelpRole", QDialogButtonBox::HelpRole, "@brief Enum constant QDialogButtonBox::HelpRole") + gsi::enum_const ("YesRole", QDialogButtonBox::YesRole, "@brief Enum constant QDialogButtonBox::YesRole") + gsi::enum_const ("NoRole", QDialogButtonBox::NoRole, "@brief Enum constant QDialogButtonBox::NoRole") + gsi::enum_const ("ResetRole", QDialogButtonBox::ResetRole, "@brief Enum constant QDialogButtonBox::ResetRole") + gsi::enum_const ("ApplyRole", QDialogButtonBox::ApplyRole, "@brief Enum constant QDialogButtonBox::ApplyRole") + gsi::enum_const ("NRoles", QDialogButtonBox::NRoles, "@brief Enum constant QDialogButtonBox::NRoles"), "@qt\n@brief This class represents the QDialogButtonBox::ButtonRole enum"); static gsi::QFlagsClass decl_QDialogButtonBox_ButtonRole_Enums ("QDialogButtonBox_QFlags_ButtonRole", "@qt\n@brief This class represents the QFlags flag set"); // Inject the declarations into the parent static gsi::ClassExt inject_QDialogButtonBox_ButtonRole_Enum_in_parent (decl_QDialogButtonBox_ButtonRole_Enum.defs ()); static gsi::ClassExt decl_QDialogButtonBox_ButtonRole_Enum_as_child (decl_QDialogButtonBox_ButtonRole_Enum, "ButtonRole"); static gsi::ClassExt decl_QDialogButtonBox_ButtonRole_Enums_as_child (decl_QDialogButtonBox_ButtonRole_Enums, "QFlags_ButtonRole"); } // Implementation of the enum wrapper class for QDialogButtonBox::StandardButton namespace qt_gsi { static gsi::Enum decl_QDialogButtonBox_StandardButton_Enum ("QDialogButtonBox_StandardButton", gsi::enum_const ("NoButton", QDialogButtonBox::NoButton, "@brief Enum constant QDialogButtonBox::NoButton") + gsi::enum_const ("Ok", QDialogButtonBox::Ok, "@brief Enum constant QDialogButtonBox::Ok") + gsi::enum_const ("Save", QDialogButtonBox::Save, "@brief Enum constant QDialogButtonBox::Save") + gsi::enum_const ("SaveAll", QDialogButtonBox::SaveAll, "@brief Enum constant QDialogButtonBox::SaveAll") + gsi::enum_const ("Open", QDialogButtonBox::Open, "@brief Enum constant QDialogButtonBox::Open") + gsi::enum_const ("Yes", QDialogButtonBox::Yes, "@brief Enum constant QDialogButtonBox::Yes") + gsi::enum_const ("YesToAll", QDialogButtonBox::YesToAll, "@brief Enum constant QDialogButtonBox::YesToAll") + gsi::enum_const ("No", QDialogButtonBox::No, "@brief Enum constant QDialogButtonBox::No") + gsi::enum_const ("NoToAll", QDialogButtonBox::NoToAll, "@brief Enum constant QDialogButtonBox::NoToAll") + gsi::enum_const ("Abort", QDialogButtonBox::Abort, "@brief Enum constant QDialogButtonBox::Abort") + gsi::enum_const ("Retry", QDialogButtonBox::Retry, "@brief Enum constant QDialogButtonBox::Retry") + gsi::enum_const ("Ignore", QDialogButtonBox::Ignore, "@brief Enum constant QDialogButtonBox::Ignore") + gsi::enum_const ("Close", QDialogButtonBox::Close, "@brief Enum constant QDialogButtonBox::Close") + gsi::enum_const ("Cancel", QDialogButtonBox::Cancel, "@brief Enum constant QDialogButtonBox::Cancel") + gsi::enum_const ("Discard", QDialogButtonBox::Discard, "@brief Enum constant QDialogButtonBox::Discard") + gsi::enum_const ("Help", QDialogButtonBox::Help, "@brief Enum constant QDialogButtonBox::Help") + gsi::enum_const ("Apply", QDialogButtonBox::Apply, "@brief Enum constant QDialogButtonBox::Apply") + gsi::enum_const ("Reset", QDialogButtonBox::Reset, "@brief Enum constant QDialogButtonBox::Reset") + gsi::enum_const ("RestoreDefaults", QDialogButtonBox::RestoreDefaults, "@brief Enum constant QDialogButtonBox::RestoreDefaults") + gsi::enum_const ("FirstButton", QDialogButtonBox::FirstButton, "@brief Enum constant QDialogButtonBox::FirstButton") + gsi::enum_const ("LastButton", QDialogButtonBox::LastButton, "@brief Enum constant QDialogButtonBox::LastButton"), "@qt\n@brief This class represents the QDialogButtonBox::StandardButton enum"); static gsi::QFlagsClass decl_QDialogButtonBox_StandardButton_Enums ("QDialogButtonBox_QFlags_StandardButton", "@qt\n@brief This class represents the QFlags flag set"); // Inject the declarations into the parent static gsi::ClassExt inject_QDialogButtonBox_StandardButton_Enum_in_parent (decl_QDialogButtonBox_StandardButton_Enum.defs ()); static gsi::ClassExt decl_QDialogButtonBox_StandardButton_Enum_as_child (decl_QDialogButtonBox_StandardButton_Enum, "StandardButton"); static gsi::ClassExt decl_QDialogButtonBox_StandardButton_Enums_as_child (decl_QDialogButtonBox_StandardButton_Enums, "QFlags_StandardButton"); }