mirror of https://github.com/KLayout/klayout.git
Qt5 binding enhancements
- Based on Qt 5.12.12 now (tested to build on 5.15) - QImage constructor with binary data - More classes, specifically QLibraryInfo for Qt version - QLayout and derivatives take ownership over widgets added
This commit is contained in:
parent
9a1c776475
commit
31aa45dce4
|
|
@ -43,7 +43,7 @@ update=0
|
|||
diff=0
|
||||
reuse=0
|
||||
qt="/opt/qt/4.6.3/include"
|
||||
qt5="/opt/qt/5.5.1/include"
|
||||
qt5="/opt/qt/5.12.12/include"
|
||||
qt6="/opt/qt/6.2.1/include"
|
||||
inst_dir_common=`pwd`/scripts/mkqtdecl_common
|
||||
inst_dir4=`pwd`/scripts/mkqtdecl4
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@
|
|||
#include "QtCore/QAtomicPointer"
|
||||
#include "QtCore/QBasicMutex"
|
||||
#include "QtCore/QBasicTimer"
|
||||
#include "QtCore/QBBSystemLocaleData"
|
||||
#include "QtCore/QBEInteger"
|
||||
#include "QtCore/QBigEndianStorageType"
|
||||
#include "QtCore/QBitArray"
|
||||
#include "QtCore/QBitRef"
|
||||
#include "QtCore/QBuffer"
|
||||
|
|
@ -31,6 +32,14 @@
|
|||
#include "QtCore/QByteArrayMatcher"
|
||||
#include "QtCore/QByteRef"
|
||||
#include "QtCore/QCache"
|
||||
#include "QtCore/QCborArray"
|
||||
#include "QtCore/QCborError"
|
||||
#include "QtCore/QCborMap"
|
||||
#include "QtCore/QCborParserError"
|
||||
#include "QtCore/QCborStreamReader"
|
||||
#include "QtCore/QCborStreamWriter"
|
||||
#include "QtCore/QCborValue"
|
||||
#include "QtCore/QCborValueRef"
|
||||
#include "QtCore/QChar"
|
||||
#include "QtCore/QCharRef"
|
||||
#include "QtCore/QChildEvent"
|
||||
|
|
@ -38,6 +47,7 @@
|
|||
#include "QtCore/QCollatorSortKey"
|
||||
#include "QtCore/QCommandLineOption"
|
||||
#include "QtCore/QCommandLineParser"
|
||||
// #include "QtCore/QConstOverload"
|
||||
#include "QtCore/QContiguousCache"
|
||||
#include "QtCore/QContiguousCacheData"
|
||||
#include "QtCore/QContiguousCacheTypedData"
|
||||
|
|
@ -46,6 +56,7 @@
|
|||
#include "QtCore/QDataStream"
|
||||
#include "QtCore/QDate"
|
||||
#include "QtCore/QDateTime"
|
||||
#include "QtCore/QDeadlineTimer"
|
||||
#include "QtCore/QDebug"
|
||||
#include "QtCore/QDebugStateSaver"
|
||||
#include "QtCore/QDeferredDeleteEvent"
|
||||
|
|
@ -71,7 +82,7 @@
|
|||
#include "QtCore/QFinalState"
|
||||
#include "QtCore/QFlag"
|
||||
#include "QtCore/QFlags"
|
||||
#include "QtCore/QForeachContainer"
|
||||
#include "QtCore/QFloat16"
|
||||
#include "QtCore/QFunctionPointer"
|
||||
#include "QtCore/QFuture"
|
||||
#include "QtCore/QFutureInterface"
|
||||
|
|
@ -86,6 +97,7 @@
|
|||
#include "QtCore/QHash"
|
||||
#include "QtCore/QHashData"
|
||||
#include "QtCore/QHashDummyValue"
|
||||
#include "QtCore/QHashFunctions"
|
||||
#include "QtCore/QHashIterator"
|
||||
#include "QtCore/QHashNode"
|
||||
#include "QtCore/QHistoryState"
|
||||
|
|
@ -105,9 +117,11 @@
|
|||
#include "QtCore/QJsonValuePtr"
|
||||
#include "QtCore/QJsonValueRef"
|
||||
#include "QtCore/QJsonValueRefPtr"
|
||||
// #include "QtCore/QKeyValueIterator"
|
||||
#include "QtCore/QLatin1Char"
|
||||
#include "QtCore/QLatin1Literal"
|
||||
#include "QtCore/QLatin1String"
|
||||
#include "QtCore/QLEInteger"
|
||||
#include "QtCore/QLibrary"
|
||||
#include "QtCore/QLibraryInfo"
|
||||
#include "QtCore/QLine"
|
||||
|
|
@ -120,6 +134,7 @@
|
|||
#include "QtCore/QListData"
|
||||
#include "QtCore/QListIterator"
|
||||
#include "QtCore/QListSpecialMethods"
|
||||
#include "QtCore/QLittleEndianStorageType"
|
||||
#include "QtCore/QLocale"
|
||||
#include "QtCore/QLockFile"
|
||||
#include "QtCore/QLoggingCategory"
|
||||
|
|
@ -140,9 +155,6 @@
|
|||
#include "QtCore/QMetaObject"
|
||||
#include "QtCore/QMetaProperty"
|
||||
#include "QtCore/QMetaType"
|
||||
#include "QtCore/QMetaTypeId"
|
||||
#include "QtCore/QMetaTypeId2"
|
||||
#include "QtCore/QMetaTypeIdQObject"
|
||||
#include "QtCore/QMimeData"
|
||||
#include "QtCore/QMimeDatabase"
|
||||
#include "QtCore/QMimeType"
|
||||
|
|
@ -162,11 +174,13 @@
|
|||
#include "QtCore/QMutex"
|
||||
#include "QtCore/QMutexLocker"
|
||||
#include "QtCore/QNoDebug"
|
||||
// #include "QtCore/QNonConstOverload"
|
||||
#include "QtCore/QObject"
|
||||
#include "QtCore/QObjectCleanupHandler"
|
||||
#include "QtCore/QObjectData"
|
||||
#include "QtCore/QObjectList"
|
||||
#include "QtCore/QObjectUserData"
|
||||
#include "QtCore/QOperatingSystemVersion"
|
||||
#include "QtCore/QPair"
|
||||
#include "QtCore/QParallelAnimationGroup"
|
||||
#include "QtCore/QPauseAnimation"
|
||||
|
|
@ -180,6 +194,8 @@
|
|||
#include "QtCore/QProcessEnvironment"
|
||||
#include "QtCore/QPropertyAnimation"
|
||||
#include "QtCore/QQueue"
|
||||
#include "QtCore/QRandomGenerator"
|
||||
#include "QtCore/QRandomGenerator64"
|
||||
#include "QtCore/QReadLocker"
|
||||
#include "QtCore/QReadWriteLock"
|
||||
#include "QtCore/QRect"
|
||||
|
|
@ -200,7 +216,10 @@
|
|||
#include "QtCore/QScopedPointerObjectDeleteLater"
|
||||
#include "QtCore/QScopedPointerPodDeleter"
|
||||
#include "QtCore/QScopedValueRollback"
|
||||
#include "QtCore/QScopeGuard"
|
||||
// #include "QtCore/Q_SECURITY_ATTRIBUTES"
|
||||
#include "QtCore/QSemaphore"
|
||||
#include "QtCore/QSemaphoreReleaser"
|
||||
#include "QtCore/QSequentialAnimationGroup"
|
||||
#include "QtCore/QSequentialIterable"
|
||||
#include "QtCore/QSet"
|
||||
|
|
@ -217,29 +236,35 @@
|
|||
#include "QtCore/QSizeF"
|
||||
#include "QtCore/QSocketNotifier"
|
||||
#include "QtCore/QSortFilterProxyModel"
|
||||
#include "QtCore/QSpecialInteger"
|
||||
#include "QtCore/QStack"
|
||||
#include "QtCore/QStandardPaths"
|
||||
// #include "QtCore/Q_STARTUPINFO"
|
||||
#include "QtCore/QState"
|
||||
#include "QtCore/QStateMachine"
|
||||
#include "QtCore/QStaticArrayData"
|
||||
#include "QtCore/QStaticAssertFailure"
|
||||
#include "QtCore/QStaticByteArrayData"
|
||||
#include "QtCore/QStaticByteArrayMatcherBase"
|
||||
#include "QtCore/QStaticPlugin"
|
||||
#include "QtCore/QStaticStringData"
|
||||
#include "QtCore/QStorageInfo"
|
||||
#include "QtCore/QString"
|
||||
#include "QtCore/QStringAlgorithms"
|
||||
#include "QtCore/QStringBuilder"
|
||||
#include "QtCore/QStringData"
|
||||
#include "QtCore/QStringDataPtr"
|
||||
#include "QtCore/QStringList"
|
||||
#include "QtCore/QStringListIterator"
|
||||
#include "QtCore/QStringListModel"
|
||||
#include "QtCore/QStringLiteral"
|
||||
#include "QtCore/QStringMatcher"
|
||||
#include "QtCore/QStringRef"
|
||||
#include "QtCore/QStringView"
|
||||
#include "QtCore/QSysInfo"
|
||||
#include "QtCore/QSystemSemaphore"
|
||||
#include "QtCore/Qt"
|
||||
#include "QtCore/QtAlgorithms"
|
||||
#include "QtCore/QtCborCommon"
|
||||
#include "QtCore/QtCleanUpFunction"
|
||||
#include "QtCore/QtConfig"
|
||||
#include "QtCore/QtContainerFwd"
|
||||
|
|
@ -277,6 +302,7 @@
|
|||
#include "QtCore/QTranslator"
|
||||
#include "QtCore/QTypeInfo"
|
||||
#include "QtCore/QTypeInfoMerger"
|
||||
// #include "QtCore/QTypeInfoQuery"
|
||||
#include "QtCore/QUnhandledException"
|
||||
#include "QtCore/QUrl"
|
||||
#include "QtCore/QUrlQuery"
|
||||
|
|
@ -291,6 +317,7 @@
|
|||
#include "QtCore/QVarLengthArray"
|
||||
#include "QtCore/QVector"
|
||||
#include "QtCore/QVectorIterator"
|
||||
#include "QtCore/QVersionNumber"
|
||||
#include "QtCore/QWaitCondition"
|
||||
#include "QtCore/QWeakPointer"
|
||||
#include "QtCore/QWinEventNotifier"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,16 @@
|
|||
#if 0
|
||||
// No designer support, except QFormBuilder
|
||||
#include "QtDesigner/QAbstractExtensionFactory"
|
||||
#include "QtDesigner/QAbstractExtensionManager"
|
||||
#include "QtDesigner/QAbstractFormBuilder"
|
||||
#if 0
|
||||
// No designer support, except QFormBuilder
|
||||
#include "QtDesigner/QDesignerActionEditorInterface"
|
||||
#include "QtDesigner/QDesignerComponents"
|
||||
#include "QtDesigner/QDesignerContainerExtension"
|
||||
#include "QtDesigner/QDesignerCustomWidgetCollectionInterface"
|
||||
#include "QtDesigner/QDesignerCustomWidgetInterface"
|
||||
#include "QtDesigner/QDesignerDnDItemInterface"
|
||||
#include "QtDesigner/QDesignerDynamicPropertySheetExtension"
|
||||
#include "QtDesigner/QDesignerExportWidget"
|
||||
#include "QtDesigner/QDesignerExtraInfoExtension"
|
||||
#include "QtDesigner/QDesignerFormEditorInterface"
|
||||
#include "QtDesigner/QDesignerFormEditorPluginInterface"
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@
|
|||
#include "QtGui/QKeyEvent"
|
||||
#include "QtGui/QKeySequence"
|
||||
#include "QtGui/QLinearGradient"
|
||||
// #include "QtGui/QList" // clash with QList
|
||||
#include "QtGui/QMatrix"
|
||||
#include "QtGui/QMatrix2x2"
|
||||
#include "QtGui/QMatrix2x3"
|
||||
|
|
@ -97,6 +98,58 @@
|
|||
#include "QtGui/QMovie"
|
||||
#include "QtGui/QNativeGestureEvent"
|
||||
#include "QtGui/QOffscreenSurface"
|
||||
#if 0 // we don't want to support this ..
|
||||
#include "QtGui/QOpenGLBuffer"
|
||||
#include "QtGui/QOpenGLContext"
|
||||
#include "QtGui/QOpenGLContextGroup"
|
||||
#include "QtGui/QOpenGLDebugLogger"
|
||||
#include "QtGui/QOpenGLDebugMessage"
|
||||
#include "QtGui/QOpenGLExtraFunctions"
|
||||
#include "QtGui/QOpenGLExtraFunctionsPrivate"
|
||||
#include "QtGui/QOpenGLFramebufferObject"
|
||||
#include "QtGui/QOpenGLFramebufferObjectFormat"
|
||||
#include "QtGui/QOpenGLFunctions"
|
||||
#include "QtGui/QOpenGLFunctions_1_0"
|
||||
#include "QtGui/QOpenGLFunctions_1_1"
|
||||
#include "QtGui/QOpenGLFunctions_1_2"
|
||||
#include "QtGui/QOpenGLFunctions_1_3"
|
||||
#include "QtGui/QOpenGLFunctions_1_4"
|
||||
#include "QtGui/QOpenGLFunctions_1_5"
|
||||
#include "QtGui/QOpenGLFunctions_2_0"
|
||||
#include "QtGui/QOpenGLFunctions_2_1"
|
||||
#include "QtGui/QOpenGLFunctions_3_0"
|
||||
#include "QtGui/QOpenGLFunctions_3_1"
|
||||
#include "QtGui/QOpenGLFunctions_3_2_Compatibility"
|
||||
#include "QtGui/QOpenGLFunctions_3_2_Core"
|
||||
#include "QtGui/QOpenGLFunctions_3_3_Compatibility"
|
||||
#include "QtGui/QOpenGLFunctions_3_3_Core"
|
||||
#include "QtGui/QOpenGLFunctions_4_0_Compatibility"
|
||||
#include "QtGui/QOpenGLFunctions_4_0_Core"
|
||||
#include "QtGui/QOpenGLFunctions_4_1_Compatibility"
|
||||
#include "QtGui/QOpenGLFunctions_4_1_Core"
|
||||
#include "QtGui/QOpenGLFunctions_4_2_Compatibility"
|
||||
#include "QtGui/QOpenGLFunctions_4_2_Core"
|
||||
#include "QtGui/QOpenGLFunctions_4_3_Compatibility"
|
||||
#include "QtGui/QOpenGLFunctions_4_3_Core"
|
||||
#include "QtGui/QOpenGLFunctions_4_4_Compatibility"
|
||||
#include "QtGui/QOpenGLFunctions_4_4_Core"
|
||||
#include "QtGui/QOpenGLFunctions_4_5_Compatibility"
|
||||
#include "QtGui/QOpenGLFunctions_4_5_Core"
|
||||
#include "QtGui/QOpenGLFunctions_ES2"
|
||||
#include "QtGui/QOpenGLFunctionsPrivate"
|
||||
#include "QtGui/QOpenGLPaintDevice"
|
||||
#include "QtGui/QOpenGLPixelTransferOptions"
|
||||
#include "QtGui/QOpenGLShader"
|
||||
#include "QtGui/QOpenGLShaderProgram"
|
||||
#include "QtGui/QOpenGLTexture"
|
||||
#include "QtGui/QOpenGLTextureBlitter"
|
||||
#include "QtGui/QOpenGLTimeMonitor"
|
||||
#include "QtGui/QOpenGLTimerQuery"
|
||||
#include "QtGui/QOpenGLVersionFunctions"
|
||||
#include "QtGui/QOpenGLVersionProfile"
|
||||
#include "QtGui/QOpenGLVertexArrayObject"
|
||||
#include "QtGui/QOpenGLWindow"
|
||||
#endif
|
||||
#include "QtGui/QPagedPaintDevice"
|
||||
#include "QtGui/QPageLayout"
|
||||
#include "QtGui/QPageSize"
|
||||
|
|
@ -118,6 +171,7 @@
|
|||
#include "QtGui/QPixmap"
|
||||
#include "QtGui/QPixmapCache"
|
||||
#include "QtGui/QPlatformSurfaceEvent"
|
||||
#include "QtGui/QPointingDeviceUniqueId"
|
||||
#include "QtGui/QPolygon"
|
||||
#include "QtGui/QPolygonF"
|
||||
#include "QtGui/QQuaternion"
|
||||
|
|
@ -129,6 +183,7 @@
|
|||
#include "QtGui/QRegularExpressionValidator"
|
||||
#include "QtGui/QResizeEvent"
|
||||
#include "QtGui/QRgb"
|
||||
#include "QtGui/QRgba64"
|
||||
#include "QtGui/QScreen"
|
||||
#include "QtGui/QScreenOrientationChangeEvent"
|
||||
#include "QtGui/QScrollEvent"
|
||||
|
|
@ -186,6 +241,16 @@
|
|||
#include "QtGui/QVector2D"
|
||||
#include "QtGui/QVector3D"
|
||||
#include "QtGui/QVector4D"
|
||||
#if 0 // we don't want to support this ..
|
||||
#include "QtGui/QVulkanDeviceFunctions"
|
||||
#include "QtGui/QVulkanExtension"
|
||||
#include "QtGui/QVulkanFunctions"
|
||||
#include "QtGui/QVulkanInfoVector"
|
||||
#include "QtGui/QVulkanInstance"
|
||||
#include "QtGui/QVulkanLayer"
|
||||
#include "QtGui/QVulkanWindow"
|
||||
#include "QtGui/QVulkanWindowRenderer"
|
||||
#endif
|
||||
#include "QtGui/QWhatsThisClickedEvent"
|
||||
#include "QtGui/QWheelEvent"
|
||||
#include "QtGui/QWidgetList"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
#include "QtMultimedia/QAudioOutputSelectorControl"
|
||||
#include "QtMultimedia/QAudioProbe"
|
||||
#include "QtMultimedia/QAudioRecorder"
|
||||
#include "QtMultimedia/QAudioRoleControl"
|
||||
#include "QtMultimedia/QAudioSystemFactoryInterface"
|
||||
#include "QtMultimedia/QAudioSystemPlugin"
|
||||
#include "QtMultimedia/QCamera"
|
||||
|
|
@ -44,6 +45,7 @@
|
|||
#include "QtMultimedia/QCameraViewfinderSettingsControl"
|
||||
#include "QtMultimedia/QCameraViewfinderSettingsControl2"
|
||||
#include "QtMultimedia/QCameraZoomControl"
|
||||
#include "QtMultimedia/QCustomAudioRoleControl"
|
||||
#include "QtMultimedia/QImageEncoderControl"
|
||||
#include "QtMultimedia/QImageEncoderSettings"
|
||||
#include "QtMultimedia/QMediaAudioProbeControl"
|
||||
|
|
|
|||
|
|
@ -7,8 +7,11 @@
|
|||
#include "QtNetwork/QDnsMailExchangeRecord"
|
||||
#include "QtNetwork/QDnsServiceRecord"
|
||||
#include "QtNetwork/QDnsTextRecord"
|
||||
#include "QtNetwork/QDtls"
|
||||
#include "QtNetwork/QDtlsClientVerifier"
|
||||
#include "QtNetwork/QHostAddress"
|
||||
#include "QtNetwork/QHostInfo"
|
||||
#include "QtNetwork/QHstsPolicy"
|
||||
#include "QtNetwork/QHttpMultiPart"
|
||||
#include "QtNetwork/QHttpPart"
|
||||
#include "QtNetwork/Q_IPV6ADDR"
|
||||
|
|
@ -22,6 +25,7 @@
|
|||
#include "QtNetwork/QNetworkConfigurationManager"
|
||||
#include "QtNetwork/QNetworkCookie"
|
||||
#include "QtNetwork/QNetworkCookieJar"
|
||||
#include "QtNetwork/QNetworkDatagram"
|
||||
#include "QtNetwork/QNetworkDiskCache"
|
||||
#include "QtNetwork/QNetworkInterface"
|
||||
#include "QtNetwork/QNetworkProxy"
|
||||
|
|
@ -30,11 +34,14 @@
|
|||
#include "QtNetwork/QNetworkReply"
|
||||
#include "QtNetwork/QNetworkRequest"
|
||||
#include "QtNetwork/QNetworkSession"
|
||||
#include "QtNetwork/QSctpServer"
|
||||
#include "QtNetwork/QSctpSocket"
|
||||
#include "QtNetwork/QSsl"
|
||||
#include "QtNetwork/QSslCertificate"
|
||||
#include "QtNetwork/QSslCertificateExtension"
|
||||
#include "QtNetwork/QSslCipher"
|
||||
#include "QtNetwork/QSslConfiguration"
|
||||
#include "QtNetwork/QSslDiffieHellmanParameters"
|
||||
#include "QtNetwork/QSslEllipticCurve"
|
||||
#include "QtNetwork/QSslError"
|
||||
#include "QtNetwork/QSslKey"
|
||||
|
|
|
|||
|
|
@ -30,13 +30,17 @@ drop_method :all_classes, /::qt_check_for_QOBJECT_macro/ # don't include in API!
|
|||
drop_method :all_classes, /::devType\(/ # not required
|
||||
drop_method :all_classes, /::data_ptr/ # no private data
|
||||
drop_method :all_classes, /::x11/ # no X11 stuff
|
||||
drop_method :all_classes, /\(.*std::chrono.*\)/ # no std::chrono
|
||||
drop_method :all_classes, /^std::chrono::/ # no std::chrono as return value
|
||||
drop_method :all_classes, /\(.*&&.*\)/ # no move semantics
|
||||
drop_method :all_classes, /.*\s+&&$/ # no move semantics
|
||||
drop_method :all_classes, /\(.*std::initializer_list.*\)/ # no brace initialization
|
||||
drop_method :all_classes, /\(.*QStringView\W/ # no QStringView
|
||||
drop_method :all_classes, /^QStringView\W/ # no QStringView
|
||||
|
||||
rename :all_classes, /::create\(/, "qt_create" # clashes with GSI/Ruby
|
||||
rename :all_classes, /::destroy\(/, "qt_destroy" # clashes with GSI/Ruby
|
||||
rename :all_classes, /::raise\(/, "qt_raise" # clashes with Ruby "raise" keyword
|
||||
def_alias :all_classes, /::create\(/, "qt_create" # clashes with GSI/Ruby
|
||||
def_alias :all_classes, /::destroy\(/, "qt_destroy" # clashes with GSI/Ruby
|
||||
def_alias :all_classes, /::raise\(/, "qt_raise" # clashes with Ruby "raise" keyword
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Qt
|
||||
|
|
@ -74,20 +78,38 @@ drop_class "QAtomicInt"
|
|||
drop_class "QAtomicInteger"
|
||||
drop_class "QAtomicOps"
|
||||
drop_class "QAtomicPointer"
|
||||
drop_class "QAtomicTraits"
|
||||
drop_class "QAtomicOpsSupport"
|
||||
drop_class "QBasicAtomicInt"
|
||||
drop_class "QBasicAtomicInteger"
|
||||
drop_class "QBasicAtomicOps"
|
||||
drop_class "QBasicAtomicPointer"
|
||||
drop_class "QBBSystemLocaleData"
|
||||
drop_class "QBigEndianStorageType"
|
||||
drop_class "QBitArray"
|
||||
drop_class "QBitRef"
|
||||
drop_class "QBool"
|
||||
drop_class "QByteArray"
|
||||
drop_class "QByteRef"
|
||||
drop_class "QCache"
|
||||
drop_class "QCborArray" # complex API & there are better alternatives
|
||||
drop_class "QCborArray_ConstIterator" # complex API & there are better alternatives
|
||||
drop_class "QCborArray_Iterator" # complex API & there are better alternatives
|
||||
drop_class "QCborError" # complex API & there are better alternatives
|
||||
drop_class "QCborMap" # complex API & there are better alternatives
|
||||
drop_class "QCborMap_ConstIterator" # complex API & there are better alternatives
|
||||
drop_class "QCborMap_Iterator" # complex API & there are better alternatives
|
||||
drop_class "QCborParserError" # complex API & there are better alternatives
|
||||
drop_class "QCborStreamReader" # complex API & there are better alternatives
|
||||
drop_class "QCborStreamWriter" # complex API & there are better alternatives
|
||||
drop_class "QCborValue" # complex API & there are better alternatives
|
||||
drop_class "QCborValueRef" # complex API & there are better alternatives
|
||||
drop_class "QCborKnownTags" # complex API & there are better alternatives
|
||||
drop_class "QCborNegativeInteger" # complex API & there are better alternatives
|
||||
drop_class "QCborSimpleType" # complex API & there are better alternatives
|
||||
drop_class "QChar"
|
||||
drop_class "QCharRef"
|
||||
drop_class "QConstOverload"
|
||||
drop_class "QConstString"
|
||||
drop_class "QContiguousCache"
|
||||
drop_class "QContiguousCacheData"
|
||||
|
|
@ -126,6 +148,7 @@ drop_class "QIncompatibleFlag"
|
|||
drop_class "QInternal"
|
||||
drop_class "QIntegerForSizeof"
|
||||
drop_class "QJsonPrivate"
|
||||
drop_class "QKeyValueIterator"
|
||||
drop_class "QLatin1Char"
|
||||
drop_class "QLatin1String"
|
||||
drop_class "QLinkedList"
|
||||
|
|
@ -136,6 +159,7 @@ drop_class "QList"
|
|||
drop_class "QListData"
|
||||
drop_class "QListIterator"
|
||||
drop_class "QListSpecialMethods"
|
||||
drop_class "QLittleEndianStorageType"
|
||||
drop_class "QMap"
|
||||
drop_class "QMapData"
|
||||
drop_class "QMapIterator"
|
||||
|
|
@ -157,10 +181,12 @@ drop_class "QMutableStringListIterator"
|
|||
drop_class "QMutableVectorIterator"
|
||||
drop_class "QMutexLocker"
|
||||
drop_class "QNoImplicitBoolCast"
|
||||
drop_class "QNonConstOverload"
|
||||
drop_class "QObjectCleanupHandler"
|
||||
drop_class "QObjectData"
|
||||
drop_class "QObjectList"
|
||||
drop_class "QObjectUserData"
|
||||
drop_class "QOverload"
|
||||
drop_class "QPair"
|
||||
drop_class "QPointer"
|
||||
drop_class "QQueue"
|
||||
|
|
@ -171,19 +197,24 @@ drop_class "QScopedPointerDeleter"
|
|||
drop_class "QScopedPointerObjectDeleteLater"
|
||||
drop_class "QScopedPointerPodDeleter"
|
||||
drop_class "QScopedValueRollback"
|
||||
drop_class "QScopeGuard"
|
||||
drop_class "QSet"
|
||||
drop_class "QSetIterator"
|
||||
drop_class "QSharedDataPointer"
|
||||
drop_class "QSharedData" # where to get QAtomic?
|
||||
drop_class "QSharedPointer"
|
||||
drop_class "QSpecialInteger"
|
||||
drop_class "QStack"
|
||||
drop_class "QStaticArrayData"
|
||||
drop_class "QStaticByteArrayData"
|
||||
drop_class "QStaticByteArrayMatcher"
|
||||
drop_class "QStaticByteArrayMatcherBase"
|
||||
drop_class "QStaticStringData"
|
||||
drop_class "QStdWString"
|
||||
drop_class "QStringListIterator"
|
||||
drop_class "QStringList" # mapped otherwise
|
||||
drop_class "QString" # mapped otherwise
|
||||
drop_class "QStringView" # mapped otherwise
|
||||
drop_class "QStringRef"
|
||||
drop_class "QStringBuilder"
|
||||
drop_class "QStringBuilderBase"
|
||||
|
|
@ -213,6 +244,7 @@ drop_class "QtMetaTypePrivate"
|
|||
drop_class "QtGlobalStatic"
|
||||
drop_class "QTypeInfo"
|
||||
drop_class "QTypeInfoMerger"
|
||||
drop_class "QTypeInfoQuery"
|
||||
drop_class "QTypedArrayData"
|
||||
drop_class "QUuid"
|
||||
drop_class "QUpdateLaterEvent"
|
||||
|
|
@ -230,9 +262,16 @@ drop_enum_const "QEvent", /CocoaRequestModal/ # not available on WIN
|
|||
|
||||
drop_method "QMetaType", /QMetaType::staticMetaObject/ # not available
|
||||
drop_method "QMetaType", /QMetaType::registerNormalizedType/ # needs function ptrs.
|
||||
drop_method "QDeadlineTimer", /QDeadlineTimer::_q_data/ # internal and QPair is not bound
|
||||
drop_method "QCollator", /QCollator::compare\(.*QStringRef/ # clashes with QString version
|
||||
drop_method "QLocale", /QLocale::(toDouble|toFloat|toInt|toLongLong|toShort|quoteString|toUInt|toULongLong|toUShort)\(.*QStringRef/ # clashes with QString version
|
||||
drop_method "QRegularExpression", /QRegularExpression::(match|globalMatch)\(.*QStringRef/ # clashes with QString version
|
||||
drop_method "QRandomGenerator", /QRandomGenerator::QRandomGenerator\(.*quint32\s+\*/ # no pointers
|
||||
drop_method "QRandomGenerator", /QRandomGenerator::QRandomGenerator\(.*std::seed_seq/ # no std::seed_seq
|
||||
drop_method "QRandomGenerator", /QRandomGenerator::seed\(.*std::seed_seq/ # no std::seed_seq
|
||||
drop_method "QRandomGenerator64", /QRandomGenerator64::QRandomGenerator64\(.*quint32\s+\*/ # no pointers
|
||||
drop_method "QRandomGenerator64", /QRandomGenerator64::QRandomGenerator64\(.*std::seed_seq/ # no std::seed_seq
|
||||
drop_method "QRandomGenerator64", /QRandomGenerator64::seed\(.*std::seed_seq/ # no std::seed_seq
|
||||
drop_method "QSignalBlocker", /QSignalBlocker::QSignalBlocker\(.*&/ # clashes with pointer version
|
||||
drop_method "QQuaternion", /QQuaternion::toRotationMatrix\(/ # GenericMatrix not available
|
||||
drop_method "QQuaternion", /QQuaternion::fromRotationMatrix\(/ # GenericMatrix not available
|
||||
|
|
@ -353,6 +392,8 @@ drop_method "", /::operator\s*==\(const\s+QVariant\s*&\w+,\s*const\s+QVariantCom
|
|||
drop_method "", /::operator\s*!=\(const\s+QVariant\s*&\w+,\s*const\s+QVariantComparisonHelper/ # requires QVariantComparisonHelper
|
||||
drop_method "QByteArrayMatcher", /QByteArrayMatcher::indexIn\(const\s+QByteArray/ # clashes with const char * variant
|
||||
drop_method "QRegion", /QRegion::setRects/ # gets a new implementation
|
||||
drop_method "QRegion", /QRegion::c?rbegin/ # iterator not available
|
||||
drop_method "QRegion", /QRegion::c?rend/ # iterator not available
|
||||
drop_method "QTimer", /static\s+void\s+QTimer::singleShot\(/ # requires slots, alternative impl?
|
||||
drop_method "QDebug", /QDebug::operator\s*<<\((?!const\s+QString\s*&)/ # don't map the others right now - too many (TODO: how to map?)
|
||||
drop_method "", /::operator\s*<<\(QDebug\s*\w*\s*,\s*(?!const\s+QString\s*&)/ # don't map the others right now - too many (TODO: how to map?)
|
||||
|
|
@ -628,15 +669,20 @@ drop_class "QOpenGLPixelTransferOptions" # OpenGL native types not supported
|
|||
drop_class "QOpenGLShader" # OpenGL native types not supported
|
||||
drop_class "QOpenGLShaderProgram" # OpenGL native types not supported
|
||||
drop_class "QOpenGLTexture" # OpenGL native types not supported
|
||||
drop_class "QOpenGLTextureBlitter" # OpenGL native types not supported
|
||||
drop_class "QOpenGLTimeMonitor" # OpenGL native types not supported
|
||||
drop_class "QOpenGLTimerQuery" # OpenGL native types not supported
|
||||
drop_class "QOpenGLVersionFunctionsBackend" # OpenGL native types not supported
|
||||
drop_class "QOpenGLVersionProfile" # OpenGL native types not supported
|
||||
drop_class "QOpenGLVersionStatus" # OpenGL native types not supported
|
||||
drop_class "QOpenGLVersionFunctionsStorage" # OpenGL native types not supported
|
||||
drop_class "QOpenGLVertexArrayObject_Binder" # OpenGL native types not supported
|
||||
drop_class "QOpenGLVertexArrayObject" # OpenGL native types not supported
|
||||
drop_class "QOpenGLWidget" # OpenGL native types not supported
|
||||
drop_class "QOpenGLWindow" # OpenGL native types not supported
|
||||
drop_class "QOpenGLExtraFunctions" # OpenGL native types not supported
|
||||
drop_class "QOpenGLExtraFunctionsPrivate" # OpenGL native types not supported
|
||||
drop_class "QOpenGLExtraFunctionsPrivate_Functions" # OpenGL native types not supported
|
||||
|
||||
# depedencies from operators are not derived automatically currently:
|
||||
include "QPoint", [ "<QPoint>", "<QMatrix>", "<QMatrix4x4>" ]
|
||||
|
|
@ -654,6 +700,8 @@ include "QOffscreenSurface", [ "<QOffscreenSurface>", "<QScreen>" ]
|
|||
include "QScreenOrientationChangeEvent", [ "<QScreenOrientationChangeEvent>", "<QScreen>" ]
|
||||
|
||||
drop_method "QWindow", /QWindow::handle/ # QPlatformWindow not available
|
||||
drop_method "QWindow", /::vulkanInstance\(/ # no Vulkan support currently
|
||||
drop_method "QWindow", /::setVulkanInstance\(/ # no Vulkan support currently
|
||||
drop_method "QScreen", /QScreen::handle/ # QPlatformScreen not available
|
||||
drop_method "QSurface", /QSurface::surfaceHandle/ # QPlatformSurface not available
|
||||
drop_method "QOffscreenSurface", /QOffscreenSurface::handle/ # QPlatformOffscreenSurface not available
|
||||
|
|
@ -663,7 +711,8 @@ drop_method "QGuiApplication", /QGuiApplication::platformFunction/ # (TODO) no
|
|||
drop_method "QPagedPaintDevice", /QPagedPaintDevice::dd/ # QPagedPaintDevicePrivate not available
|
||||
drop_method "QPixmap", /QPixmap::QPixmap\(QPlatformPixmap/ # QPlatformPixmap not available
|
||||
drop_method "QAbstractPageSetupDialog", /QAbstractPageSetupDialog::QAbstractPageSetupDialog\(QAbstractPageSetupDialogPrivate/
|
||||
drop_method "QImage", /QImage::QImage\(.*cleanupFunction/ # (TODO) no function pointers available
|
||||
drop_method "QImage", /QImage::QImage\(.*cleanupFunction/ # (TODO) no function pointers available -> substitute by variant in add_native_impl_QImage
|
||||
add_native_impl_QImage()
|
||||
drop_method "QClipboardEvent", /QClipboardEvent::data/
|
||||
drop_method "QClipboardEvent", /QClipboardEvent::QClipboardEvent\(QEventPrivate/
|
||||
drop_method "QCursor", /QCursor::QCursor\s*\(\s*Qt::HANDLE/ # not available on WIN
|
||||
|
|
@ -786,11 +835,31 @@ drop_method "Qimage", /Qimage::text\(const\s+QString/ # clashes with const char
|
|||
rename "QDialogButtonBox", /QDialogButtonBox::QDialogButtonBox\(QFlags/, "new_buttons"
|
||||
rename "QIcon", /QIcon::pixmap\(int\s+extent/, "pixmap_ext"
|
||||
rename "QKeySequence", /QKeySequence::QKeySequence\(QKeySequence::StandardKey/, "new_std"
|
||||
|
||||
# TODO: basically, the layout object only takes ownership over the objects when
|
||||
# it has a QWidget parent itself. This is not reflected in the following simple scheme
|
||||
keep_arg "QBoxLayout", /::addLayout/, 0 # will take ownership of layout
|
||||
keep_arg "QBoxLayout", /::addSpacerItem/, 0 # will take ownership of item
|
||||
keep_arg "QBoxLayout", /::addWidget/, 0 # will take ownership of item
|
||||
keep_arg "QBoxLayout", /::insertItem/, 1 # will take ownership of item
|
||||
keep_arg "QBoxLayout", /::insertLayout/, 1 # will take ownership of item
|
||||
keep_arg "QBoxLayout", /::insertSpacerItem/, 1 # will take ownership of item
|
||||
keep_arg "QBoxLayout", /::insertWidget/, 1 # will take ownership of item
|
||||
keep_arg "QFormLayout", /::addRow/, 1 # will take ownership of item
|
||||
keep_arg "QFormLayout", /::addRow\(QWidget\s*\*/, 0 # will take ownership of item
|
||||
keep_arg "QFormLayout", /::insertRow/, 2 # will take ownership of item
|
||||
keep_arg "QFormLayout", /::insertRow\(QWidget\s*\*/, 1 # will take ownership of item
|
||||
keep_arg "QFormLayout", /::setWidget/, 2 # will take ownership of item
|
||||
keep_arg "QGridLayout", /::addLayout/, 0 # will take ownership of layout
|
||||
keep_arg "QWidget", /::setLayout\s*\(/, 0 # will take ownership of layout
|
||||
keep_arg "QGridLayout", /::addItem/, 0 # will take ownership of layout
|
||||
keep_arg "QGridLayout", /::addWidget/, 0 # will take ownership of layout
|
||||
keep_arg "QLayout", /::addChildLayout/, 0 # will take ownership of layout
|
||||
keep_arg "QLayout", /::addItem/, 0 # will take ownership of item
|
||||
keep_arg "QLayout", /::addWidget/, 0 # will take ownership of item
|
||||
keep_arg "QStackedLayout", /::addWidget/, 0 # will take ownership of item
|
||||
keep_arg "QStackedLayout", /::insertWidget/, 1 # will take ownership of item
|
||||
|
||||
keep_arg "QWidget", /::setLayout\s*\(/, 0 # will take ownership of layout
|
||||
keep_arg "QTreeWidgetItem", /::addChild\(/, 0 # will take ownership of the child
|
||||
keep_arg "QTreeWidgetItem", /::addChildren\(/, 0 # will take ownership of the children
|
||||
keep_arg "QTreeWidgetItem", /::insertChild\(/, 1 # will take ownership of the child
|
||||
|
|
@ -817,7 +886,7 @@ owner_arg "QWidget", /::setParent\(QWidget\s+\*/, 0 # will make self owned by ar
|
|||
# keep_arg "QTableWidget", /::setItemPrototype\(/, 0 # will take ownership of the child
|
||||
return_new "QLayout", /::takeAt/ # returns a free object
|
||||
return_new "QBoxLayout", /::takeAt/ # returns a free object
|
||||
return_new "QFormLayout", /::takeAt/ # returns a free object
|
||||
# TODO: QFormLayout: takeRow -> needs QFormLayout::TakeRowResult
|
||||
return_new "QGridLayout", /::takeAt/ # returns a free object
|
||||
return_new "QStackedLayout", /::takeAt/ # returns a free object
|
||||
return_new "QStandardItem", /::take/ # returns a free object
|
||||
|
|
@ -945,6 +1014,8 @@ no_imports "QAbstractXmlNodeModel" # base class is QSharedData which is not ava
|
|||
# --------------------------------------------------------------
|
||||
# QtNetwork
|
||||
|
||||
include "QDtlsError", [ "<QDtls>" ]
|
||||
|
||||
drop_method "QUrlInfo", /QUrlInfo::QUrlInfo\(.*permissions/ # too many arguments (13)
|
||||
drop_method "QHostAddress", /QHostAddress::QHostAddress\(\s*(const\s*)?quint8\s*\*/ # requires char *, a string version is available for IPv6
|
||||
drop_method "QHostAddress", /QHostAddress::QHostAddress\(\s*const\s+QIPv6Address/ # requires QIPv6Address struct, a string version is available for IPv6
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ drop_method :all_classes, /\(.*&&.*\)/ # no move semantics
|
|||
drop_method :all_classes, /.*\s+&&$/ # no move semantics
|
||||
drop_method :all_classes, /\(.*std::nullptr_t.*\)/ # no nullptr arguments
|
||||
drop_method :all_classes, /\(.*std::experimental.*\)/ # no experimental stuff
|
||||
drop_method :all_classes, /\(.*std::chrono.*\)/ # no chrono
|
||||
drop_method :all_classes, /^std::chrono::/ # no chrono as return value
|
||||
drop_method :all_classes, /\(.*std::chrono.*\)/ # no std::chrono
|
||||
drop_method :all_classes, /^std::chrono::/ # no std::chrono as return value
|
||||
drop_method :all_classes, /\(.*std::filesystem.*\)/ # no filesystem
|
||||
drop_method :all_classes, /^std::filesystem::/ # no filesystem as return value
|
||||
drop_method :all_classes, /\(.*std::initializer_list.*\)/ # no brace initialization
|
||||
|
|
@ -43,10 +43,12 @@ drop_method :all_classes, /\(.*std::function.*\)/ # std::function not bindable
|
|||
drop_method :all_classes, /^std::function</ # std::function not bindable as return value
|
||||
drop_method :all_classes, /::bindable/ # no QBindable available
|
||||
drop_method :all_classes, /.*QtPrivate::.*/ # no private stuff
|
||||
drop_method :all_classes, /\(.*QStringView\W/ # no QStringView
|
||||
drop_method :all_classes, /^QStringView\W/ # no QStringView
|
||||
|
||||
rename :all_classes, /::create\(/, "qt_create" # clashes with GSI/Ruby
|
||||
rename :all_classes, /::destroy\(/, "qt_destroy" # clashes with GSI/Ruby
|
||||
rename :all_classes, /::raise\(/, "qt_raise" # clashes with Ruby "raise" keyword
|
||||
def_alias :all_classes, /::create\(/, "qt_create" # clashes with GSI/Ruby
|
||||
def_alias :all_classes, /::destroy\(/, "qt_destroy" # clashes with GSI/Ruby
|
||||
def_alias :all_classes, /::raise\(/, "qt_raise" # clashes with Ruby "raise" keyword
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Qt
|
||||
|
|
@ -320,7 +322,7 @@ drop_enum_const "QEvent", /CocoaRequestModal/ # not available on WIN
|
|||
|
||||
drop_method "QMetaType", /QMetaType::staticMetaObject/ # not available
|
||||
drop_method "QMetaType", /QMetaType::register.*Function\(/ # std::function not available
|
||||
drop_method "QDeadlineTimer", /QDeadlineTimer::_q_data/ # internal (@@@ TODO: QDealineTimer is present twice?)
|
||||
drop_method "QDeadlineTimer", /QDeadlineTimer::_q_data/ # internal and QPair is not bound
|
||||
drop_method "QObject", /QObject::bindingStorage/ # no QBindingStorage
|
||||
drop_method "QPluginLoader", /QPluginLoader::staticPlugins/ # no QStaticPlugin
|
||||
drop_method "QKeyCombination", /QKeyCombination::operator<\(/ # deleted
|
||||
|
|
@ -866,7 +868,8 @@ drop_method "QGuiApplication", /QGuiApplication::platformFunction/ # (TODO) no
|
|||
drop_method "QPagedPaintDevice", /QPagedPaintDevice::dd/ # QPagedPaintDevicePrivate not available
|
||||
drop_method "QPixmap", /QPixmap::QPixmap\(QPlatformPixmap/ # QPlatformPixmap not available
|
||||
drop_method "QAbstractPageSetupDialog", /QAbstractPageSetupDialog::QAbstractPageSetupDialog\(QAbstractPageSetupDialogPrivate/
|
||||
drop_method "QImage", /QImage::QImage\(.*cleanupFunction/ # (TODO) no function pointers available
|
||||
drop_method "QImage", /QImage::QImage\(.*cleanupFunction/ # (TODO) no function pointers available -> substitute by variant in add_native_impl_QImage
|
||||
add_native_impl_QImage()
|
||||
drop_method "QClipboardEvent", /QClipboardEvent::data/
|
||||
drop_method "QClipboardEvent", /QClipboardEvent::QClipboardEvent\(QEventPrivate/
|
||||
drop_method "QCursor", /QCursor::QCursor\s*\(\s*Qt::HANDLE/ # not available on WIN
|
||||
|
|
@ -1036,7 +1039,6 @@ drop_method "QColor", /QColor::QColor\(const\s+QString/ # clashes with const cha
|
|||
drop_method "QColor", /QColor::allowX11ColorNames/ # not available in WIN
|
||||
drop_method "QColor", /QColor::setAllowX11ColorNames/ # not available in WIN
|
||||
drop_method "Qimage", /Qimage::text\(const\s+QString/ # clashes with const char * version
|
||||
drop_method "QOpenGLExtraFunctions", /QOpenGLExtraFunctions::glDebugMessageCallback\(/ # needs function *
|
||||
drop_method "QWindow", /::vulkanInstance\(/ # no Vulkan support currently
|
||||
drop_method "QWindow", /::setVulkanInstance\(/ # no Vulkan support currently
|
||||
drop_method "QTransform", /::asAffineMatrix\(/ # auto return value not supported
|
||||
|
|
@ -1049,11 +1051,30 @@ rename "QDialogButtonBox", /QDialogButtonBox::QDialogButtonBox\(QFlags/, "new_bu
|
|||
rename "QIcon", /QIcon::pixmap\(int\s+extent/, "pixmap_ext"
|
||||
rename "QKeySequence", /QKeySequence::QKeySequence\(QKeySequence::StandardKey/, "new_std"
|
||||
|
||||
# TODO: basically, the layout object only takes ownership over the objects when
|
||||
# it has a QWidget parent itself. This is not reflected in the following simple scheme
|
||||
keep_arg "QBoxLayout", /::addLayout/, 0 # will take ownership of layout
|
||||
keep_arg "QBoxLayout", /::addSpacerItem/, 0 # will take ownership of item
|
||||
keep_arg "QBoxLayout", /::addWidget/, 0 # will take ownership of item
|
||||
keep_arg "QBoxLayout", /::insertItem/, 1 # will take ownership of item
|
||||
keep_arg "QBoxLayout", /::insertLayout/, 1 # will take ownership of item
|
||||
keep_arg "QBoxLayout", /::insertSpacerItem/, 1 # will take ownership of item
|
||||
keep_arg "QBoxLayout", /::insertWidget/, 1 # will take ownership of item
|
||||
keep_arg "QFormLayout", /::addRow/, 1 # will take ownership of item
|
||||
keep_arg "QFormLayout", /::addRow\(QWidget\s*\*/, 0 # will take ownership of item
|
||||
keep_arg "QFormLayout", /::insertRow/, 2 # will take ownership of item
|
||||
keep_arg "QFormLayout", /::insertRow\(QWidget\s*\*/, 1 # will take ownership of item
|
||||
keep_arg "QFormLayout", /::setWidget/, 2 # will take ownership of item
|
||||
keep_arg "QGridLayout", /::addLayout/, 0 # will take ownership of layout
|
||||
keep_arg "QWidget", /::setLayout\s*\(/, 0 # will take ownership of layout
|
||||
keep_arg "QGridLayout", /::addItem/, 0 # will take ownership of layout
|
||||
keep_arg "QGridLayout", /::addWidget/, 0 # will take ownership of layout
|
||||
keep_arg "QLayout", /::addChildLayout/, 0 # will take ownership of layout
|
||||
keep_arg "QLayout", /::addItem/, 0 # will take ownership of item
|
||||
keep_arg "QLayout", /::addWidget/, 0 # will take ownership of item
|
||||
keep_arg "QStackedLayout", /::addWidget/, 0 # will take ownership of item
|
||||
keep_arg "QStackedLayout", /::insertWidget/, 1 # will take ownership of item
|
||||
|
||||
keep_arg "QWidget", /::setLayout\s*\(/, 0 # will take ownership of layout
|
||||
keep_arg "QTreeWidgetItem", /::addChild\(/, 0 # will take ownership of the child
|
||||
keep_arg "QTreeWidgetItem", /::addChildren\(/, 0 # will take ownership of the children
|
||||
keep_arg "QTreeWidgetItem", /::insertChild\(/, 1 # will take ownership of the child
|
||||
|
|
@ -1082,6 +1103,7 @@ return_new "QLayout", /::takeAt/ # returns a free object
|
|||
return_new "QBoxLayout", /::takeAt/ # returns a free object
|
||||
return_new "QFormLayout", /::takeAt/ # returns a free object
|
||||
return_new "QGridLayout", /::takeAt/ # returns a free object
|
||||
# TODO: QFormLayout: takeRow -> needs QFormLayout::TakeRowResult
|
||||
return_new "QStackedLayout", /::takeAt/ # returns a free object
|
||||
return_new "QStandardItem", /::take/ # returns a free object
|
||||
return_new "QStandardItemModel", /::take/ # returns a free object
|
||||
|
|
|
|||
|
|
@ -259,11 +259,11 @@ grammar CPP
|
|||
end
|
||||
|
||||
rule pointer
|
||||
cvspec:( cv:cv s )? "*" itspec:( s it:inner_type )? <PPointer>
|
||||
"*" itspec:( s it:inner_type_with_cv )? <PPointer>
|
||||
end
|
||||
|
||||
rule reference
|
||||
cvspec:( cv:cv s )? "&" itspec:( s it:inner_type )? <PReference>
|
||||
"&" itspec:( s it:inner_type_with_cv )? <PReference>
|
||||
end
|
||||
|
||||
rule array_spec
|
||||
|
|
@ -293,35 +293,43 @@ grammar CPP
|
|||
end
|
||||
|
||||
rule member_pointer
|
||||
cspec:( qid:qualified_id s "::*" s ) itspec:( it:inner_type )? cvspec:( s cv:cv )? refspec:( s ref:( "&" !"&" / "&&" ) )? <PMemberPointer>
|
||||
cspec:( qid:qualified_id s "::*" s ) itspec:( it:inner_type_with_cv )? refspec:( s ref:( "&" !"&" / "&&" ) )? <PMemberPointer>
|
||||
end
|
||||
|
||||
rule inner_type_with_cv
|
||||
cvspec:cv s it:inner_type <PInnerTypeWithCV>
|
||||
rule inner_type_part
|
||||
"(" s inner_type s ")" /
|
||||
pointer /
|
||||
reference /
|
||||
member_pointer /
|
||||
( "__restrict" ![a-zA-Z0-9_] s / "..." s )* qualified_id
|
||||
end
|
||||
|
||||
rule inner_type_part_with_cv_post
|
||||
it:inner_type_part cvspec:( s cv:cv )? <PInnerTypeWithCV>
|
||||
end
|
||||
|
||||
rule inner_type
|
||||
it:(
|
||||
"(" s inner_type s ")" /
|
||||
inner_type_with_cv /
|
||||
pointer /
|
||||
reference /
|
||||
member_pointer /
|
||||
( "__restrict" ![a-zA-Z0-9_] s / "..." s )* qualified_id
|
||||
)
|
||||
it:inner_type_part_with_cv_post
|
||||
s
|
||||
pfx:( s spec:( array_spec / func_spec ) )*
|
||||
<PInnerType>
|
||||
end
|
||||
|
||||
rule inner_type_with_cv
|
||||
cvspec:( cv:cv s )? it:inner_type <PInnerTypeWithCV>
|
||||
end
|
||||
|
||||
rule init_spec
|
||||
block_wo_comma / "default" / "delete" / "0"
|
||||
end
|
||||
|
||||
rule tn
|
||||
"typename" ![a-zA-Z0-9_] s
|
||||
end
|
||||
|
||||
rule type
|
||||
cvspec:( cv:cv s )?
|
||||
a
|
||||
( "typename" ![a-zA-Z0-9_] s )?
|
||||
ct:concrete_type
|
||||
a
|
||||
dct:( cvspec:( cv:cv s ) a tn? ct:concrete_type / tn? ct:concrete_type a cvspec:( cv:cv s )? )
|
||||
a
|
||||
il:( s t1:inner_type i1:(s "=" s is1:init_spec)? tt:( s "," s t2:inner_type i2:(s "=" s is2:init_spec)? )* )?
|
||||
# alternative initialization if only a concrete type is given:
|
||||
|
|
@ -330,21 +338,23 @@ grammar CPP
|
|||
end
|
||||
|
||||
rule type_wo_comma
|
||||
cvspec:( cv:cv s )?
|
||||
a
|
||||
dct:( cvspec:( cv:cv s ) a tn? ct:concrete_type / tn? ct:concrete_type a cvspec:( cv:cv s )? )
|
||||
a
|
||||
( "typename" ![a-zA-Z0-9_] s )?
|
||||
ct:concrete_type
|
||||
il:( s t:inner_type i:(s "=" s is:init_spec)? )?
|
||||
# alternative initialization if only a concrete type is given:
|
||||
pi:( s "=" s is:init_spec )?
|
||||
<PTypeWoComma>
|
||||
end
|
||||
|
||||
rule tnt
|
||||
( "typename" / "class" ) ![a-zA-Z0-9_] s ( "..." s )?
|
||||
end
|
||||
|
||||
rule type_for_template
|
||||
cvspec:( cv:cv s )?
|
||||
a
|
||||
dct:( cvspec:( cv:cv s ) a tnt? ct:concrete_type / tnt? ct:concrete_type a cvspec:( cv:cv s )? )
|
||||
a
|
||||
( ( "typename" / "class" ) ![a-zA-Z0-9_] s ( "..." s )? )?
|
||||
ct:concrete_type
|
||||
il:( s t:inner_type )?
|
||||
<PTypeForTemplate>
|
||||
end
|
||||
|
|
|
|||
|
|
@ -75,6 +75,79 @@ DECL
|
|||
|
||||
end
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Add native implementations for QImage
|
||||
# Constructor from raw packed data without the cleanup functions
|
||||
|
||||
def add_native_impl_QImage
|
||||
|
||||
add_native_impl("QImage_Adaptor", <<'CODE', <<'DECL')
|
||||
|
||||
// NOTE: QImage does not take ownership of the data, so
|
||||
// we will provide a buffer to do so. This requires an additional
|
||||
// copy, but as GSI is not guaranteeing the lifetime of the
|
||||
// data, this is required here.
|
||||
class DataHolder
|
||||
{
|
||||
public:
|
||||
|
||||
DataHolder() : mp_data(0) { }
|
||||
DataHolder(unsigned char *data) : mp_data(data) { }
|
||||
|
||||
~DataHolder()
|
||||
{
|
||||
if (mp_data) {
|
||||
delete[](mp_data);
|
||||
}
|
||||
mp_data = 0;
|
||||
}
|
||||
|
||||
static unsigned char *alloc(const std::string &data)
|
||||
{
|
||||
unsigned char *ptr = new unsigned char[data.size()];
|
||||
memcpy(ptr, data.c_str(), data.size());
|
||||
return ptr;
|
||||
}
|
||||
|
||||
private:
|
||||
unsigned char *mp_data;
|
||||
};
|
||||
|
||||
static QImage_Adaptor *new_qimage_from_data1(const std::string &data, int width, int height, int bytesPerLine, QImage::Format format)
|
||||
{
|
||||
return new QImage_Adaptor(DataHolder::alloc(data), width, height, bytesPerLine, format);
|
||||
}
|
||||
|
||||
static QImage_Adaptor *new_qimage_from_data2(const std::string &data, int width, int height, QImage::Format format)
|
||||
{
|
||||
return new QImage_Adaptor(DataHolder::alloc(data), width, height, format);
|
||||
}
|
||||
|
||||
QImage_Adaptor(unsigned char *data, int width, int height, int bytesPerLine, QImage::Format format)
|
||||
: QImage(data, width, height, bytesPerLine, format), m_holder(data)
|
||||
{
|
||||
}
|
||||
|
||||
QImage_Adaptor(unsigned char *data, int width, int height, QImage::Format format)
|
||||
: QImage (data, width, height, format), m_holder(data)
|
||||
{
|
||||
}
|
||||
|
||||
DataHolder m_holder;
|
||||
|
||||
CODE
|
||||
gsi::constructor("new", &QImage_Adaptor::new_qimage_from_data1, gsi::arg ("data"), gsi::arg ("width"), gsi::arg ("height"), gsi::arg ("bytesPerLine"), gsi::arg ("format"),
|
||||
"@brief QImage::QImage(const uchar *data, int width, int height, int bytesPerLine)\n"
|
||||
"The cleanupFunction parameter is available currently."
|
||||
) +
|
||||
gsi::constructor("new", &QImage_Adaptor::new_qimage_from_data2, gsi::arg ("data"), gsi::arg ("width"), gsi::arg ("height"), gsi::arg ("format"),
|
||||
"@brief QImage::QImage(const uchar *data, int width, int height)\n"
|
||||
"The cleanupFunction parameter is available currently."
|
||||
)
|
||||
DECL
|
||||
|
||||
end
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Alternative implementation for QFont::Light, QFont::Bold, QFont::Normal, QFont::DemiBold, QFont::Black
|
||||
|
||||
|
|
|
|||
|
|
@ -155,16 +155,15 @@ end
|
|||
# part.
|
||||
class CPPMemberPointer < CPPOuterType
|
||||
|
||||
attr_accessor :qid, :inner, :cv
|
||||
def_initializer :qid, :inner, :cv
|
||||
attr_accessor :qid, :inner
|
||||
def_initializer :qid, :inner
|
||||
|
||||
def to_s
|
||||
self.qid.to_s + "::* " + self.inner.to_s + (self.cv ? " " + self.cv.to_s : "")
|
||||
self.qid.to_s + "::* " + self.inner.to_s
|
||||
end
|
||||
|
||||
def dump(i)
|
||||
i + "CPPMemberPointer\n" + i + " inner:\n" + self.inner.dump(i + " ") +
|
||||
i + " cv:\n" + self.cv.dump(i + " ") +
|
||||
i + " qid: " + self.qid.to_s
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -211,19 +211,19 @@ end
|
|||
|
||||
module PPointer
|
||||
def cpp
|
||||
CPPCV::wrap(cvspec.nonterminal? && cvspec.cv.to_symbol, CPPPointer::new(itspec.nonterminal? ? itspec.it.cpp_reduced : CPPAnonymousId::new))
|
||||
CPPPointer::new(itspec.nonterminal? ? itspec.it.cpp_reduced : CPPAnonymousId::new)
|
||||
end
|
||||
end
|
||||
|
||||
module PReference
|
||||
def cpp
|
||||
CPPCV::wrap(cvspec.nonterminal? && cvspec.cv.to_symbol, CPPReference::new(itspec.nonterminal? ? itspec.it.cpp_reduced : CPPAnonymousId::new))
|
||||
CPPReference::new(itspec.nonterminal? ? itspec.it.cpp_reduced : CPPAnonymousId::new)
|
||||
end
|
||||
end
|
||||
|
||||
module PMemberPointer
|
||||
def cpp
|
||||
CPPMemberPointer::new(cspec.qid.cpp, itspec.nonterminal? ? itspec.it.cpp_reduced : CPPAnonymousId::new, cvspec.nonterminal? && cvspec.cv.to_symbol)
|
||||
CPPMemberPointer::new(cspec.qid.cpp, itspec.nonterminal? ? itspec.it.cpp_reduced : CPPAnonymousId::new)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
@ -247,7 +247,7 @@ end
|
|||
|
||||
module PInnerTypeWithCV
|
||||
def cpp
|
||||
CPPCV::wrap(cvspec.to_symbol, it.cpp_reduced)
|
||||
CPPCV::wrap(cvspec.nonterminal? && cvspec.cv.to_symbol, it.cpp_reduced)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
@ -293,7 +293,7 @@ module PType
|
|||
|
||||
def cpp
|
||||
# This is the class/struct/union/enum declaration if there is one
|
||||
d = ct.cpp
|
||||
d = dct.ct.cpp
|
||||
if d.is_a?(Array)
|
||||
r = d.select { |i| i.is_a?(CPPStruct) || i.is_a?(CPPEnum) }
|
||||
elsif d.is_a?(CPPStruct) || d.is_a?(CPPEnum)
|
||||
|
|
@ -302,7 +302,7 @@ module PType
|
|||
r = []
|
||||
end
|
||||
# Create each declaration
|
||||
ot = CPPCV::wrap(cvspec.nonterminal? && cvspec.cv.to_symbol, ct.cpp_reduced)
|
||||
ot = CPPCV::wrap(dct.cvspec.nonterminal? && dct.cvspec.cv.to_symbol, dct.ct.cpp_reduced)
|
||||
if il.nonterminal?
|
||||
r << CPPType::new(ot, il.t1.cpp_reduced, il.i1.nonterminal? ? il.i1.is1.text_value : nil)
|
||||
il.tt.elements.each do |t|
|
||||
|
|
@ -324,7 +324,7 @@ end
|
|||
|
||||
module PTypeWoComma
|
||||
def cpp
|
||||
ot = CPPCV::wrap(cvspec.nonterminal? && cvspec.cv.to_symbol, ct.cpp_reduced)
|
||||
ot = CPPCV::wrap(dct.cvspec.nonterminal? && dct.cvspec.cv.to_symbol, dct.ct.cpp_reduced)
|
||||
if il.nonterminal?
|
||||
CPPType::new(ot, il.t.cpp_reduced, il.i.nonterminal? ? il.i.is.text_value : nil)
|
||||
else
|
||||
|
|
@ -335,7 +335,7 @@ end
|
|||
|
||||
module PTypeForTemplate
|
||||
def cpp
|
||||
ot = CPPCV::wrap(cvspec.nonterminal? && cvspec.cv.to_symbol, ct.cpp_reduced)
|
||||
ot = CPPCV::wrap(dct.cvspec.nonterminal? && dct.cvspec.cv.to_symbol, dct.ct.cpp_reduced)
|
||||
CPPType::new(ot, il.nonterminal? ? il.t.cpp_reduced : CPPAnonymousId::new, nil)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -44,6 +44,9 @@ initialize ()
|
|||
|
||||
// Do a first initialization of the new classes because they might add more classes
|
||||
for (gsi::ClassBase::class_iterator c = gsi::ClassBase::begin_new_classes (); c != gsi::ClassBase::end_new_classes (); ++c) {
|
||||
if (tl::verbosity () >= 50 && c->begin_methods () != c->end_methods ()) {
|
||||
tl::info << "GSI: initializing class " << c->module () << "::" << c->name ();
|
||||
}
|
||||
// TODO: get rid of that const cast
|
||||
(const_cast<gsi::ClassBase *> (&*c))->initialize ();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
|
||||
#include "gsiDecl.h"
|
||||
#include "tlLog.h"
|
||||
|
||||
#include <cctype>
|
||||
|
||||
|
|
@ -231,5 +232,106 @@ MethodBase::primary_name () const
|
|||
}
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------------------
|
||||
// Implementation of MethodBase
|
||||
|
||||
Methods::Methods ()
|
||||
: m_methods ()
|
||||
{
|
||||
// .. nothing yet ..
|
||||
}
|
||||
|
||||
Methods::Methods (MethodBase *m)
|
||||
: m_methods ()
|
||||
{
|
||||
m_methods.push_back (m);
|
||||
}
|
||||
|
||||
Methods::Methods (const Methods &d)
|
||||
{
|
||||
operator= (d);
|
||||
}
|
||||
|
||||
Methods &
|
||||
Methods::operator= (const Methods &d)
|
||||
{
|
||||
if (this != &d) {
|
||||
clear ();
|
||||
m_methods.reserve (d.m_methods.size ());
|
||||
for (std::vector<MethodBase *>::const_iterator m = d.m_methods.begin (); m != d.m_methods.end (); ++m) {
|
||||
m_methods.push_back ((*m)->clone ());
|
||||
}
|
||||
}
|
||||
return *this;
|
||||
}
|
||||
|
||||
Methods::~Methods ()
|
||||
{
|
||||
clear ();
|
||||
}
|
||||
|
||||
void
|
||||
Methods::initialize ()
|
||||
{
|
||||
for (std::vector<MethodBase *>::iterator m = m_methods.begin (); m != m_methods.end (); ++m) {
|
||||
if (tl::verbosity () >= 60) {
|
||||
tl::info << "GSI: initializing method " << (*m)->to_string ();
|
||||
}
|
||||
(*m)->initialize ();
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
Methods::clear ()
|
||||
{
|
||||
for (std::vector<MethodBase *>::iterator m = m_methods.begin (); m != m_methods.end (); ++m) {
|
||||
delete *m;
|
||||
}
|
||||
m_methods.clear ();
|
||||
}
|
||||
|
||||
// HINT: this is not the usual + semantics but this is more effective
|
||||
Methods &
|
||||
Methods::operator+ (const Methods &m)
|
||||
{
|
||||
return operator+= (m);
|
||||
}
|
||||
|
||||
// HINT: this is not the usual + semantics but this is more effective
|
||||
Methods &
|
||||
Methods::operator+ (MethodBase *m)
|
||||
{
|
||||
return operator+= (m);
|
||||
}
|
||||
|
||||
Methods &
|
||||
Methods::operator+= (const Methods &m)
|
||||
{
|
||||
for (std::vector<MethodBase *>::const_iterator mm = m.m_methods.begin (); mm != m.m_methods.end (); ++mm)
|
||||
{
|
||||
add_method ((*mm)->clone ());
|
||||
}
|
||||
return *this;
|
||||
}
|
||||
|
||||
Methods &
|
||||
Methods::operator+= (MethodBase *m)
|
||||
{
|
||||
add_method (m);
|
||||
return *this;
|
||||
}
|
||||
|
||||
void
|
||||
Methods::add_method (MethodBase *method)
|
||||
{
|
||||
m_methods.push_back (method);
|
||||
}
|
||||
|
||||
void
|
||||
Methods::swap (Methods &other)
|
||||
{
|
||||
m_methods.swap (other.m_methods);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -620,81 +620,29 @@ class GSI_PUBLIC Methods
|
|||
public:
|
||||
typedef std::vector<MethodBase *>::const_iterator iterator;
|
||||
|
||||
Methods ()
|
||||
: m_methods ()
|
||||
{
|
||||
// .. nothing yet ..
|
||||
}
|
||||
Methods ();
|
||||
explicit Methods (MethodBase *m);
|
||||
Methods (const Methods &d);
|
||||
|
||||
explicit Methods (MethodBase *m)
|
||||
: m_methods ()
|
||||
{
|
||||
m_methods.push_back (m);
|
||||
}
|
||||
Methods &operator= (const Methods &d);
|
||||
|
||||
Methods (const Methods &d)
|
||||
{
|
||||
operator= (d);
|
||||
}
|
||||
~Methods ();
|
||||
|
||||
Methods &operator= (const Methods &d)
|
||||
{
|
||||
if (this != &d) {
|
||||
clear ();
|
||||
m_methods.reserve (d.m_methods.size ());
|
||||
for (std::vector<MethodBase *>::const_iterator m = d.m_methods.begin (); m != d.m_methods.end (); ++m) {
|
||||
m_methods.push_back ((*m)->clone ());
|
||||
}
|
||||
}
|
||||
return *this;
|
||||
}
|
||||
|
||||
~Methods ()
|
||||
{
|
||||
clear ();
|
||||
}
|
||||
|
||||
void initialize ()
|
||||
{
|
||||
for (std::vector<MethodBase *>::iterator m = m_methods.begin (); m != m_methods.end (); ++m) {
|
||||
(*m)->initialize ();
|
||||
}
|
||||
}
|
||||
|
||||
void clear ()
|
||||
{
|
||||
for (std::vector<MethodBase *>::iterator m = m_methods.begin (); m != m_methods.end (); ++m) {
|
||||
delete *m;
|
||||
}
|
||||
m_methods.clear ();
|
||||
}
|
||||
void initialize ();
|
||||
void clear ();
|
||||
|
||||
// HINT: this is not the usual + semantics but this is more effective
|
||||
Methods &operator+ (const Methods &m)
|
||||
{
|
||||
return operator+= (m);
|
||||
}
|
||||
Methods &operator+ (const Methods &m);
|
||||
|
||||
// HINT: this is not the usual + semantics but this is more effective
|
||||
Methods &operator+ (MethodBase *m)
|
||||
{
|
||||
return operator+= (m);
|
||||
}
|
||||
Methods &operator+ (MethodBase *m);
|
||||
|
||||
Methods &operator+= (const Methods &m)
|
||||
{
|
||||
for (std::vector<MethodBase *>::const_iterator mm = m.m_methods.begin (); mm != m.m_methods.end (); ++mm)
|
||||
{
|
||||
add_method ((*mm)->clone ());
|
||||
}
|
||||
return *this;
|
||||
}
|
||||
Methods &operator+= (const Methods &m);
|
||||
Methods &operator+= (MethodBase *m);
|
||||
|
||||
Methods &operator+= (MethodBase *m)
|
||||
{
|
||||
add_method (m);
|
||||
return *this;
|
||||
}
|
||||
void add_method (MethodBase *method);
|
||||
|
||||
void swap (Methods &other);
|
||||
|
||||
iterator begin () const
|
||||
{
|
||||
|
|
@ -706,21 +654,11 @@ public:
|
|||
return m_methods.end ();
|
||||
}
|
||||
|
||||
void add_method (MethodBase *method)
|
||||
{
|
||||
m_methods.push_back (method);
|
||||
}
|
||||
|
||||
size_t size () const
|
||||
{
|
||||
return m_methods.size ();
|
||||
}
|
||||
|
||||
void swap (Methods &other)
|
||||
{
|
||||
m_methods.swap (other.m_methods);
|
||||
}
|
||||
|
||||
public:
|
||||
std::vector<MethodBase *> m_methods;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ SOURCES += \
|
|||
$$PWD/gsiDeclQDataStream.cc \
|
||||
$$PWD/gsiDeclQDate.cc \
|
||||
$$PWD/gsiDeclQDateTime.cc \
|
||||
$$PWD/gsiDeclQDeadlineTimer.cc \
|
||||
$$PWD/gsiDeclQDebug.cc \
|
||||
$$PWD/gsiDeclQDebugStateSaver.cc \
|
||||
$$PWD/gsiDeclQDeferredDeleteEvent.cc \
|
||||
|
|
@ -100,6 +101,7 @@ SOURCES += \
|
|||
$$PWD/gsiDeclQMutex.cc \
|
||||
$$PWD/gsiDeclQNoDebug.cc \
|
||||
$$PWD/gsiDeclQObject.cc \
|
||||
$$PWD/gsiDeclQOperatingSystemVersion.cc \
|
||||
$$PWD/gsiDeclQParallelAnimationGroup.cc \
|
||||
$$PWD/gsiDeclQPauseAnimation.cc \
|
||||
$$PWD/gsiDeclQPersistentModelIndex.cc \
|
||||
|
|
@ -109,6 +111,8 @@ SOURCES += \
|
|||
$$PWD/gsiDeclQProcess.cc \
|
||||
$$PWD/gsiDeclQProcessEnvironment.cc \
|
||||
$$PWD/gsiDeclQPropertyAnimation.cc \
|
||||
$$PWD/gsiDeclQRandomGenerator.cc \
|
||||
$$PWD/gsiDeclQRandomGenerator64.cc \
|
||||
$$PWD/gsiDeclQReadLocker.cc \
|
||||
$$PWD/gsiDeclQReadWriteLock.cc \
|
||||
$$PWD/gsiDeclQRect.cc \
|
||||
|
|
@ -121,6 +125,7 @@ SOURCES += \
|
|||
$$PWD/gsiDeclQRunnable.cc \
|
||||
$$PWD/gsiDeclQSaveFile.cc \
|
||||
$$PWD/gsiDeclQSemaphore.cc \
|
||||
$$PWD/gsiDeclQSemaphoreReleaser.cc \
|
||||
$$PWD/gsiDeclQSequentialAnimationGroup.cc \
|
||||
$$PWD/gsiDeclQSequentialIterable.cc \
|
||||
$$PWD/gsiDeclQSettings.cc \
|
||||
|
|
@ -164,6 +169,7 @@ SOURCES += \
|
|||
$$PWD/gsiDeclQUrl.cc \
|
||||
$$PWD/gsiDeclQUrlQuery.cc \
|
||||
$$PWD/gsiDeclQVariantAnimation.cc \
|
||||
$$PWD/gsiDeclQVersionNumber.cc \
|
||||
$$PWD/gsiDeclQWaitCondition.cc \
|
||||
$$PWD/gsiDeclQWriteLocker.cc \
|
||||
$$PWD/gsiDeclQXmlStreamAttribute.cc \
|
||||
|
|
|
|||
|
|
@ -504,18 +504,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAbstractAnimation::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QAbstractAnimation::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QAbstractAnimation::eventFilter(arg1, arg2);
|
||||
return QAbstractAnimation::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QAbstractAnimation_Adaptor, bool, QObject *, QEvent *>(&QAbstractAnimation_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QAbstractAnimation_Adaptor, bool, QObject *, QEvent *>(&QAbstractAnimation_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QAbstractAnimation::eventFilter(arg1, arg2);
|
||||
return QAbstractAnimation::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -538,33 +538,33 @@ public:
|
|||
emit QAbstractAnimation::stateChanged(newState, oldState);
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractAnimation::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QAbstractAnimation::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QAbstractAnimation::childEvent(arg1);
|
||||
QAbstractAnimation::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QAbstractAnimation_Adaptor, QChildEvent *>(&QAbstractAnimation_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QAbstractAnimation_Adaptor, QChildEvent *>(&QAbstractAnimation_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QAbstractAnimation::childEvent(arg1);
|
||||
QAbstractAnimation::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractAnimation::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QAbstractAnimation::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QAbstractAnimation::customEvent(arg1);
|
||||
QAbstractAnimation::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QAbstractAnimation_Adaptor, QEvent *>(&QAbstractAnimation_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QAbstractAnimation_Adaptor, QEvent *>(&QAbstractAnimation_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QAbstractAnimation::customEvent(arg1);
|
||||
QAbstractAnimation::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -598,18 +598,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractAnimation::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QAbstractAnimation::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QAbstractAnimation::timerEvent(arg1);
|
||||
QAbstractAnimation::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QAbstractAnimation_Adaptor, QTimerEvent *>(&QAbstractAnimation_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QAbstractAnimation_Adaptor, QTimerEvent *>(&QAbstractAnimation_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QAbstractAnimation::timerEvent(arg1);
|
||||
QAbstractAnimation::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -677,7 +677,7 @@ QAbstractAnimation_Adaptor::~QAbstractAnimation_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QAbstractAnimation_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QAbstractAnimation_Adaptor> ();
|
||||
}
|
||||
|
|
@ -686,16 +686,16 @@ static void _call_ctor_QAbstractAnimation_Adaptor_1302 (const qt_gsi::GenericSta
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QAbstractAnimation_Adaptor *> (new QAbstractAnimation_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QAbstractAnimation::childEvent(QChildEvent *)
|
||||
// void QAbstractAnimation::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -733,11 +733,11 @@ static void _call_emitter_currentLoopChanged_767 (const qt_gsi::GenericMethod *
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractAnimation::customEvent(QEvent *)
|
||||
// void QAbstractAnimation::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -761,7 +761,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -770,7 +770,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QAbstractAnimation_Adaptor *)cls)->emitter_QAbstractAnimation_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -859,13 +859,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QAbstractAnimation::eventFilter(QObject *, QEvent *)
|
||||
// bool QAbstractAnimation::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1002,11 +1002,11 @@ static void _call_emitter_stateChanged_5680 (const qt_gsi::GenericMethod * /*dec
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractAnimation::timerEvent(QTimerEvent *)
|
||||
// void QAbstractAnimation::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1109,10 +1109,10 @@ gsi::Class<QAbstractAnimation> &qtdecl_QAbstractAnimation ();
|
|||
static gsi::Methods methods_QAbstractAnimation_Adaptor () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QAbstractAnimation::QAbstractAnimation(QObject *parent)\nThis method creates an object of class QAbstractAnimation.", &_init_ctor_QAbstractAnimation_Adaptor_1302, &_call_ctor_QAbstractAnimation_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractAnimation::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractAnimation::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_currentLoopChanged", "@brief Emitter for signal void QAbstractAnimation::currentLoopChanged(int currentLoop)\nCall this method to emit this signal.", false, &_init_emitter_currentLoopChanged_767, &_call_emitter_currentLoopChanged_767);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractAnimation::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractAnimation::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QAbstractAnimation::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("emit_directionChanged", "@brief Emitter for signal void QAbstractAnimation::directionChanged(QAbstractAnimation::Direction)\nCall this method to emit this signal.", false, &_init_emitter_directionChanged_3310, &_call_emitter_directionChanged_3310);
|
||||
|
|
@ -1122,7 +1122,7 @@ static gsi::Methods methods_QAbstractAnimation_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("duration", "@hide", true, &_init_cbs_duration_c0_0, &_call_cbs_duration_c0_0, &_set_callback_cbs_duration_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QAbstractAnimation::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractAnimation::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractAnimation::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_finished", "@brief Emitter for signal void QAbstractAnimation::finished()\nCall this method to emit this signal.", false, &_init_emitter_finished_0, &_call_emitter_finished_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QAbstractAnimation::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);
|
||||
|
|
@ -1131,7 +1131,7 @@ static gsi::Methods methods_QAbstractAnimation_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*sender", "@brief Method QObject *QAbstractAnimation::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 QAbstractAnimation::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 ("emit_stateChanged", "@brief Emitter for signal void QAbstractAnimation::stateChanged(QAbstractAnimation::State newState, QAbstractAnimation::State oldState)\nCall this method to emit this signal.", false, &_init_emitter_stateChanged_5680, &_call_emitter_stateChanged_5680);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractAnimation::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractAnimation::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*updateCurrentTime", "@brief Virtual method void QAbstractAnimation::updateCurrentTime(int currentTime)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_updateCurrentTime_767_0, &_call_cbs_updateCurrentTime_767_0);
|
||||
methods += new qt_gsi::GenericMethod ("*updateCurrentTime", "@hide", false, &_init_cbs_updateCurrentTime_767_0, &_call_cbs_updateCurrentTime_767_0, &_set_callback_cbs_updateCurrentTime_767_0);
|
||||
|
|
|
|||
|
|
@ -410,7 +410,7 @@ static void _call_f_wakeUp_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls,
|
|||
|
||||
static void _init_f_instance_1303 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("thread", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("thread", true, "nullptr");
|
||||
decl->add_arg<QThread * > (argspec_0);
|
||||
decl->set_return<QAbstractEventDispatcher * > ();
|
||||
}
|
||||
|
|
@ -419,7 +419,7 @@ static void _call_f_instance_1303 (const qt_gsi::GenericStaticMethod * /*decl*/,
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QThread *arg1 = args ? gsi::arg_reader<QThread * >() (args, heap) : gsi::arg_maker<QThread * >() (0, heap);
|
||||
QThread *arg1 = args ? gsi::arg_reader<QThread * >() (args, heap) : gsi::arg_maker<QThread * >() (nullptr, heap);
|
||||
ret.write<QAbstractEventDispatcher * > ((QAbstractEventDispatcher *)QAbstractEventDispatcher::instance (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -594,33 +594,33 @@ public:
|
|||
emit QAbstractEventDispatcher::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAbstractEventDispatcher::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QAbstractEventDispatcher::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QAbstractEventDispatcher::event(arg1);
|
||||
return QAbstractEventDispatcher::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QAbstractEventDispatcher_Adaptor, bool, QEvent *>(&QAbstractEventDispatcher_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QAbstractEventDispatcher_Adaptor, bool, QEvent *>(&QAbstractEventDispatcher_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QAbstractEventDispatcher::event(arg1);
|
||||
return QAbstractEventDispatcher::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAbstractEventDispatcher::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QAbstractEventDispatcher::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QAbstractEventDispatcher::eventFilter(arg1, arg2);
|
||||
return QAbstractEventDispatcher::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QAbstractEventDispatcher_Adaptor, bool, QObject *, QEvent *>(&QAbstractEventDispatcher_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QAbstractEventDispatcher_Adaptor, bool, QObject *, QEvent *>(&QAbstractEventDispatcher_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QAbstractEventDispatcher::eventFilter(arg1, arg2);
|
||||
return QAbstractEventDispatcher::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -837,33 +837,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractEventDispatcher::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QAbstractEventDispatcher::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QAbstractEventDispatcher::childEvent(arg1);
|
||||
QAbstractEventDispatcher::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QAbstractEventDispatcher_Adaptor, QChildEvent *>(&QAbstractEventDispatcher_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QAbstractEventDispatcher_Adaptor, QChildEvent *>(&QAbstractEventDispatcher_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QAbstractEventDispatcher::childEvent(arg1);
|
||||
QAbstractEventDispatcher::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractEventDispatcher::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QAbstractEventDispatcher::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QAbstractEventDispatcher::customEvent(arg1);
|
||||
QAbstractEventDispatcher::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QAbstractEventDispatcher_Adaptor, QEvent *>(&QAbstractEventDispatcher_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QAbstractEventDispatcher_Adaptor, QEvent *>(&QAbstractEventDispatcher_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QAbstractEventDispatcher::customEvent(arg1);
|
||||
QAbstractEventDispatcher::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -882,18 +882,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractEventDispatcher::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QAbstractEventDispatcher::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QAbstractEventDispatcher::timerEvent(arg1);
|
||||
QAbstractEventDispatcher::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QAbstractEventDispatcher_Adaptor, QTimerEvent *>(&QAbstractEventDispatcher_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QAbstractEventDispatcher_Adaptor, QTimerEvent *>(&QAbstractEventDispatcher_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QAbstractEventDispatcher::timerEvent(arg1);
|
||||
QAbstractEventDispatcher::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -925,7 +925,7 @@ QAbstractEventDispatcher_Adaptor::~QAbstractEventDispatcher_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QAbstractEventDispatcher_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QAbstractEventDispatcher_Adaptor> ();
|
||||
}
|
||||
|
|
@ -934,7 +934,7 @@ static void _call_ctor_QAbstractEventDispatcher_Adaptor_1302 (const qt_gsi::Gene
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QAbstractEventDispatcher_Adaptor *> (new QAbstractEventDispatcher_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -967,11 +967,11 @@ static void _call_emitter_awake_0 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractEventDispatcher::childEvent(QChildEvent *)
|
||||
// void QAbstractEventDispatcher::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1011,11 +1011,11 @@ static void _set_callback_cbs_closingDown_0_0 (void *cls, const gsi::Callback &c
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractEventDispatcher::customEvent(QEvent *)
|
||||
// void QAbstractEventDispatcher::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1039,7 +1039,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1048,7 +1048,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QAbstractEventDispatcher_Adaptor *)cls)->emitter_QAbstractEventDispatcher_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -1077,11 +1077,11 @@ static void _set_callback_cbs_disconnectNotify_2394_0 (void *cls, const gsi::Cal
|
|||
}
|
||||
|
||||
|
||||
// bool QAbstractEventDispatcher::event(QEvent *)
|
||||
// bool QAbstractEventDispatcher::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1100,13 +1100,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QAbstractEventDispatcher::eventFilter(QObject *, QEvent *)
|
||||
// bool QAbstractEventDispatcher::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1413,11 +1413,11 @@ static void _set_callback_cbs_startingUp_0_0 (void *cls, const gsi::Callback &cb
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractEventDispatcher::timerEvent(QTimerEvent *)
|
||||
// void QAbstractEventDispatcher::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1537,18 +1537,18 @@ static gsi::Methods methods_QAbstractEventDispatcher_Adaptor () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QAbstractEventDispatcher::QAbstractEventDispatcher(QObject *parent)\nThis method creates an object of class QAbstractEventDispatcher.", &_init_ctor_QAbstractEventDispatcher_Adaptor_1302, &_call_ctor_QAbstractEventDispatcher_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericMethod ("emit_aboutToBlock", "@brief Emitter for signal void QAbstractEventDispatcher::aboutToBlock()\nCall this method to emit this signal.", false, &_init_emitter_aboutToBlock_0, &_call_emitter_aboutToBlock_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_awake", "@brief Emitter for signal void QAbstractEventDispatcher::awake()\nCall this method to emit this signal.", false, &_init_emitter_awake_0, &_call_emitter_awake_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractEventDispatcher::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractEventDispatcher::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("closingDown", "@brief Virtual method void QAbstractEventDispatcher::closingDown()\nThis method can be reimplemented in a derived class.", false, &_init_cbs_closingDown_0_0, &_call_cbs_closingDown_0_0);
|
||||
methods += new qt_gsi::GenericMethod ("closingDown", "@hide", false, &_init_cbs_closingDown_0_0, &_call_cbs_closingDown_0_0, &_set_callback_cbs_closingDown_0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractEventDispatcher::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractEventDispatcher::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QAbstractEventDispatcher::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QAbstractEventDispatcher::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QAbstractEventDispatcher::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QAbstractEventDispatcher::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractEventDispatcher::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractEventDispatcher::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("flush", "@brief Virtual method void QAbstractEventDispatcher::flush()\nThis method can be reimplemented in a derived class.", false, &_init_cbs_flush_0_0, &_call_cbs_flush_0_0);
|
||||
methods += new qt_gsi::GenericMethod ("flush", "@hide", false, &_init_cbs_flush_0_0, &_call_cbs_flush_0_0, &_set_callback_cbs_flush_0_0);
|
||||
|
|
@ -1573,7 +1573,7 @@ static gsi::Methods methods_QAbstractEventDispatcher_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*senderSignalIndex", "@brief Method int QAbstractEventDispatcher::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 ("startingUp", "@brief Virtual method void QAbstractEventDispatcher::startingUp()\nThis method can be reimplemented in a derived class.", false, &_init_cbs_startingUp_0_0, &_call_cbs_startingUp_0_0);
|
||||
methods += new qt_gsi::GenericMethod ("startingUp", "@hide", false, &_init_cbs_startingUp_0_0, &_call_cbs_startingUp_0_0, &_set_callback_cbs_startingUp_0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractEventDispatcher::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractEventDispatcher::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("unregisterSocketNotifier", "@brief Virtual method void QAbstractEventDispatcher::unregisterSocketNotifier(QSocketNotifier *notifier)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_unregisterSocketNotifier_2152_0, &_call_cbs_unregisterSocketNotifier_2152_0);
|
||||
methods += new qt_gsi::GenericMethod ("unregisterSocketNotifier", "@hide", false, &_init_cbs_unregisterSocketNotifier_2152_0, &_call_cbs_unregisterSocketNotifier_2152_0, &_set_callback_cbs_unregisterSocketNotifier_2152_0);
|
||||
|
|
|
|||
|
|
@ -128,6 +128,28 @@ static void _call_f_canFetchMore_c2395 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// bool QAbstractItemModel::checkIndex(const QModelIndex &index, QFlags<QAbstractItemModel::CheckIndexOption> options)
|
||||
|
||||
|
||||
static void _init_f_checkIndex_c6947 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("index");
|
||||
decl->add_arg<const QModelIndex & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("options", true, "QAbstractItemModel::CheckIndexOption::NoOption");
|
||||
decl->add_arg<QFlags<QAbstractItemModel::CheckIndexOption> > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_checkIndex_c6947 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QModelIndex &arg1 = gsi::arg_reader<const QModelIndex & >() (args, heap);
|
||||
QFlags<QAbstractItemModel::CheckIndexOption> arg2 = args ? gsi::arg_reader<QFlags<QAbstractItemModel::CheckIndexOption> >() (args, heap) : gsi::arg_maker<QFlags<QAbstractItemModel::CheckIndexOption> >() (QAbstractItemModel::CheckIndexOption::NoOption, heap);
|
||||
ret.write<bool > ((bool)((QAbstractItemModel *)cls)->checkIndex (arg1, arg2));
|
||||
}
|
||||
|
||||
|
||||
// int QAbstractItemModel::columnCount(const QModelIndex &parent)
|
||||
|
||||
|
||||
|
|
@ -1053,6 +1075,7 @@ static gsi::Methods methods_QAbstractItemModel () {
|
|||
methods += new qt_gsi::GenericMethod ("buddy", "@brief Method QModelIndex QAbstractItemModel::buddy(const QModelIndex &index)\n", true, &_init_f_buddy_c2395, &_call_f_buddy_c2395);
|
||||
methods += new qt_gsi::GenericMethod ("canDropMimeData", "@brief Method bool QAbstractItemModel::canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent)\n", true, &_init_f_canDropMimeData_c7425, &_call_f_canDropMimeData_c7425);
|
||||
methods += new qt_gsi::GenericMethod ("canFetchMore", "@brief Method bool QAbstractItemModel::canFetchMore(const QModelIndex &parent)\n", true, &_init_f_canFetchMore_c2395, &_call_f_canFetchMore_c2395);
|
||||
methods += new qt_gsi::GenericMethod ("checkIndex", "@brief Method bool QAbstractItemModel::checkIndex(const QModelIndex &index, QFlags<QAbstractItemModel::CheckIndexOption> options)\n", true, &_init_f_checkIndex_c6947, &_call_f_checkIndex_c6947);
|
||||
methods += new qt_gsi::GenericMethod ("columnCount", "@brief Method int QAbstractItemModel::columnCount(const QModelIndex &parent)\n", true, &_init_f_columnCount_c2395, &_call_f_columnCount_c2395);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@brief Method QVariant QAbstractItemModel::data(const QModelIndex &index, int role)\n", true, &_init_f_data_c3054, &_call_f_data_c3054);
|
||||
methods += new qt_gsi::GenericMethod ("dropMimeData", "@brief Method bool QAbstractItemModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent)\n", false, &_init_f_dropMimeData_7425, &_call_f_dropMimeData_7425);
|
||||
|
|
@ -1439,33 +1462,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAbstractItemModel::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QAbstractItemModel::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QAbstractItemModel::event(arg1);
|
||||
return QAbstractItemModel::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QAbstractItemModel_Adaptor, bool, QEvent *>(&QAbstractItemModel_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QAbstractItemModel_Adaptor, bool, QEvent *>(&QAbstractItemModel_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QAbstractItemModel::event(arg1);
|
||||
return QAbstractItemModel::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAbstractItemModel::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QAbstractItemModel::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QAbstractItemModel::eventFilter(arg1, arg2);
|
||||
return QAbstractItemModel::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QAbstractItemModel_Adaptor, bool, QObject *, QEvent *>(&QAbstractItemModel_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QAbstractItemModel_Adaptor, bool, QObject *, QEvent *>(&QAbstractItemModel_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QAbstractItemModel::eventFilter(arg1, arg2);
|
||||
return QAbstractItemModel::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1989,33 +2012,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractItemModel::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QAbstractItemModel::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QAbstractItemModel::childEvent(arg1);
|
||||
QAbstractItemModel::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QAbstractItemModel_Adaptor, QChildEvent *>(&QAbstractItemModel_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QAbstractItemModel_Adaptor, QChildEvent *>(&QAbstractItemModel_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QAbstractItemModel::childEvent(arg1);
|
||||
QAbstractItemModel::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractItemModel::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QAbstractItemModel::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QAbstractItemModel::customEvent(arg1);
|
||||
QAbstractItemModel::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QAbstractItemModel_Adaptor, QEvent *>(&QAbstractItemModel_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QAbstractItemModel_Adaptor, QEvent *>(&QAbstractItemModel_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QAbstractItemModel::customEvent(arg1);
|
||||
QAbstractItemModel::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2034,18 +2057,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractItemModel::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QAbstractItemModel::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QAbstractItemModel::timerEvent(arg1);
|
||||
QAbstractItemModel::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QAbstractItemModel_Adaptor, QTimerEvent *>(&QAbstractItemModel_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QAbstractItemModel_Adaptor, QTimerEvent *>(&QAbstractItemModel_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QAbstractItemModel::timerEvent(arg1);
|
||||
QAbstractItemModel::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2097,7 +2120,7 @@ QAbstractItemModel_Adaptor::~QAbstractItemModel_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QAbstractItemModel_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QAbstractItemModel_Adaptor> ();
|
||||
}
|
||||
|
|
@ -2106,7 +2129,7 @@ static void _call_ctor_QAbstractItemModel_Adaptor_1302 (const qt_gsi::GenericSta
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QAbstractItemModel_Adaptor *> (new QAbstractItemModel_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -2411,11 +2434,11 @@ static void _call_fp_changePersistentIndexList_5912 (const qt_gsi::GenericMethod
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractItemModel::childEvent(QChildEvent *)
|
||||
// void QAbstractItemModel::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -2622,7 +2645,7 @@ static void _init_fp_createIndex_c2374 (qt_gsi::GenericMethod *decl)
|
|||
decl->add_arg<int > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("column");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("data", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("data", true, "nullptr");
|
||||
decl->add_arg<void * > (argspec_2);
|
||||
decl->set_return<QModelIndex > ();
|
||||
}
|
||||
|
|
@ -2633,7 +2656,7 @@ static void _call_fp_createIndex_c2374 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
int arg2 = gsi::arg_reader<int >() (args, heap);
|
||||
void *arg3 = args ? gsi::arg_reader<void * >() (args, heap) : gsi::arg_maker<void * >() (0, heap);
|
||||
void *arg3 = args ? gsi::arg_reader<void * >() (args, heap) : gsi::arg_maker<void * >() (nullptr, heap);
|
||||
ret.write<QModelIndex > ((QModelIndex)((QAbstractItemModel_Adaptor *)cls)->fp_QAbstractItemModel_createIndex_c2374 (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
|
@ -2662,11 +2685,11 @@ static void _call_fp_createIndex_c2657 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractItemModel::customEvent(QEvent *)
|
||||
// void QAbstractItemModel::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -2767,7 +2790,7 @@ static void _call_fp_decodeData_5302 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -2776,7 +2799,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QAbstractItemModel_Adaptor *)cls)->emitter_QAbstractItemModel_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -2967,11 +2990,11 @@ static void _call_fp_endResetModel_0 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
}
|
||||
|
||||
|
||||
// bool QAbstractItemModel::event(QEvent *)
|
||||
// bool QAbstractItemModel::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -2990,13 +3013,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QAbstractItemModel::eventFilter(QObject *, QEvent *)
|
||||
// bool QAbstractItemModel::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -4099,11 +4122,11 @@ static void _set_callback_cbs_supportedDropActions_c0_0 (void *cls, const gsi::C
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractItemModel::timerEvent(QTimerEvent *)
|
||||
// void QAbstractItemModel::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -4146,7 +4169,7 @@ static gsi::Methods methods_QAbstractItemModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("canFetchMore", "@hide", true, &_init_cbs_canFetchMore_c2395_0, &_call_cbs_canFetchMore_c2395_0, &_set_callback_cbs_canFetchMore_c2395_0);
|
||||
methods += new qt_gsi::GenericMethod ("*changePersistentIndex", "@brief Method void QAbstractItemModel::changePersistentIndex(const QModelIndex &from, const QModelIndex &to)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_changePersistentIndex_4682, &_call_fp_changePersistentIndex_4682);
|
||||
methods += new qt_gsi::GenericMethod ("*changePersistentIndexList", "@brief Method void QAbstractItemModel::changePersistentIndexList(const QList<QModelIndex> &from, const QList<QModelIndex> &to)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_changePersistentIndexList_5912, &_call_fp_changePersistentIndexList_5912);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractItemModel::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractItemModel::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("columnCount", "@brief Virtual method int QAbstractItemModel::columnCount(const QModelIndex &parent)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_columnCount_c2395_1, &_call_cbs_columnCount_c2395_1);
|
||||
methods += new qt_gsi::GenericMethod ("columnCount", "@hide", true, &_init_cbs_columnCount_c2395_1, &_call_cbs_columnCount_c2395_1, &_set_callback_cbs_columnCount_c2395_1);
|
||||
|
|
@ -4158,7 +4181,7 @@ static gsi::Methods methods_QAbstractItemModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_columnsRemoved", "@brief Emitter for signal void QAbstractItemModel::columnsRemoved(const QModelIndex &parent, int first, int last)\nCall this method to emit this signal.", false, &_init_emitter_columnsRemoved_7372, &_call_emitter_columnsRemoved_7372);
|
||||
methods += new qt_gsi::GenericMethod ("*createIndex", "@brief Method QModelIndex QAbstractItemModel::createIndex(int row, int column, void *data)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_createIndex_c2374, &_call_fp_createIndex_c2374);
|
||||
methods += new qt_gsi::GenericMethod ("*createIndex", "@brief Method QModelIndex QAbstractItemModel::createIndex(int row, int column, quintptr id)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_createIndex_c2657, &_call_fp_createIndex_c2657);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractItemModel::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractItemModel::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@brief Virtual method QVariant QAbstractItemModel::data(const QModelIndex &index, int role)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_data_c3054_1, &_call_cbs_data_c3054_1);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@hide", true, &_init_cbs_data_c3054_1, &_call_cbs_data_c3054_1, &_set_callback_cbs_data_c3054_1);
|
||||
|
|
@ -4177,9 +4200,9 @@ static gsi::Methods methods_QAbstractItemModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*endRemoveColumns", "@brief Method void QAbstractItemModel::endRemoveColumns()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endRemoveColumns_0, &_call_fp_endRemoveColumns_0);
|
||||
methods += new qt_gsi::GenericMethod ("*endRemoveRows", "@brief Method void QAbstractItemModel::endRemoveRows()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endRemoveRows_0, &_call_fp_endRemoveRows_0);
|
||||
methods += new qt_gsi::GenericMethod ("*endResetModel", "@brief Method void QAbstractItemModel::endResetModel()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endResetModel_0, &_call_fp_endResetModel_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QAbstractItemModel::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QAbstractItemModel::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractItemModel::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractItemModel::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("fetchMore", "@brief Virtual method void QAbstractItemModel::fetchMore(const QModelIndex &parent)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_fetchMore_2395_0, &_call_cbs_fetchMore_2395_0);
|
||||
methods += new qt_gsi::GenericMethod ("fetchMore", "@hide", false, &_init_cbs_fetchMore_2395_0, &_call_cbs_fetchMore_2395_0, &_set_callback_cbs_fetchMore_2395_0);
|
||||
|
|
@ -4255,7 +4278,7 @@ static gsi::Methods methods_QAbstractItemModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("supportedDragActions", "@hide", true, &_init_cbs_supportedDragActions_c0_0, &_call_cbs_supportedDragActions_c0_0, &_set_callback_cbs_supportedDragActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("supportedDropActions", "@brief Virtual method QFlags<Qt::DropAction> QAbstractItemModel::supportedDropActions()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_supportedDropActions_c0_0, &_call_cbs_supportedDropActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("supportedDropActions", "@hide", true, &_init_cbs_supportedDropActions_c0_0, &_call_cbs_supportedDropActions_c0_0, &_set_callback_cbs_supportedDropActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractItemModel::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractItemModel::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
@ -4267,6 +4290,26 @@ gsi::Class<QAbstractItemModel_Adaptor> decl_QAbstractItemModel_Adaptor (qtdecl_Q
|
|||
}
|
||||
|
||||
|
||||
// Implementation of the enum wrapper class for QAbstractItemModel::CheckIndexOption
|
||||
namespace qt_gsi
|
||||
{
|
||||
|
||||
static gsi::Enum<QAbstractItemModel::CheckIndexOption> decl_QAbstractItemModel_CheckIndexOption_Enum ("QtCore", "QAbstractItemModel_CheckIndexOption",
|
||||
gsi::enum_const ("NoOption", QAbstractItemModel::CheckIndexOption::NoOption, "@brief Enum constant QAbstractItemModel::CheckIndexOption::NoOption") +
|
||||
gsi::enum_const ("IndexIsValid", QAbstractItemModel::CheckIndexOption::IndexIsValid, "@brief Enum constant QAbstractItemModel::CheckIndexOption::IndexIsValid") +
|
||||
gsi::enum_const ("DoNotUseParent", QAbstractItemModel::CheckIndexOption::DoNotUseParent, "@brief Enum constant QAbstractItemModel::CheckIndexOption::DoNotUseParent") +
|
||||
gsi::enum_const ("ParentIsInvalid", QAbstractItemModel::CheckIndexOption::ParentIsInvalid, "@brief Enum constant QAbstractItemModel::CheckIndexOption::ParentIsInvalid"),
|
||||
"@qt\n@brief This class represents the QAbstractItemModel::CheckIndexOption enum");
|
||||
|
||||
static gsi::QFlagsClass<QAbstractItemModel::CheckIndexOption > decl_QAbstractItemModel_CheckIndexOption_Enums ("QtCore", "QAbstractItemModel_QFlags_CheckIndexOption",
|
||||
"@qt\n@brief This class represents the QFlags<QAbstractItemModel::CheckIndexOption> flag set");
|
||||
|
||||
static gsi::ClassExt<QAbstractItemModel> decl_QAbstractItemModel_CheckIndexOption_Enum_as_child (decl_QAbstractItemModel_CheckIndexOption_Enum, "CheckIndexOption");
|
||||
static gsi::ClassExt<QAbstractItemModel> decl_QAbstractItemModel_CheckIndexOption_Enums_as_child (decl_QAbstractItemModel_CheckIndexOption_Enums, "QFlags_CheckIndexOption");
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Implementation of the enum wrapper class for QAbstractItemModel::LayoutChangeHint
|
||||
namespace qt_gsi
|
||||
{
|
||||
|
|
|
|||
|
|
@ -566,33 +566,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAbstractListModel::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QAbstractListModel::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QAbstractListModel::event(arg1);
|
||||
return QAbstractListModel::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QAbstractListModel_Adaptor, bool, QEvent *>(&QAbstractListModel_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QAbstractListModel_Adaptor, bool, QEvent *>(&QAbstractListModel_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QAbstractListModel::event(arg1);
|
||||
return QAbstractListModel::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAbstractListModel::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QAbstractListModel::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QAbstractListModel::eventFilter(arg1, arg2);
|
||||
return QAbstractListModel::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QAbstractListModel_Adaptor, bool, QObject *, QEvent *>(&QAbstractListModel_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QAbstractListModel_Adaptor, bool, QObject *, QEvent *>(&QAbstractListModel_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QAbstractListModel::eventFilter(arg1, arg2);
|
||||
return QAbstractListModel::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1082,33 +1082,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractListModel::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QAbstractListModel::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QAbstractListModel::childEvent(arg1);
|
||||
QAbstractListModel::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QAbstractListModel_Adaptor, QChildEvent *>(&QAbstractListModel_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QAbstractListModel_Adaptor, QChildEvent *>(&QAbstractListModel_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QAbstractListModel::childEvent(arg1);
|
||||
QAbstractListModel::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractListModel::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QAbstractListModel::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QAbstractListModel::customEvent(arg1);
|
||||
QAbstractListModel::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QAbstractListModel_Adaptor, QEvent *>(&QAbstractListModel_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QAbstractListModel_Adaptor, QEvent *>(&QAbstractListModel_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QAbstractListModel::customEvent(arg1);
|
||||
QAbstractListModel::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1127,18 +1127,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractListModel::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QAbstractListModel::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QAbstractListModel::timerEvent(arg1);
|
||||
QAbstractListModel::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QAbstractListModel_Adaptor, QTimerEvent *>(&QAbstractListModel_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QAbstractListModel_Adaptor, QTimerEvent *>(&QAbstractListModel_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QAbstractListModel::timerEvent(arg1);
|
||||
QAbstractListModel::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1187,7 +1187,7 @@ QAbstractListModel_Adaptor::~QAbstractListModel_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QAbstractListModel_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QAbstractListModel_Adaptor> ();
|
||||
}
|
||||
|
|
@ -1196,7 +1196,7 @@ static void _call_ctor_QAbstractListModel_Adaptor_1302 (const qt_gsi::GenericSta
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QAbstractListModel_Adaptor *> (new QAbstractListModel_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -1501,11 +1501,11 @@ static void _call_fp_changePersistentIndexList_5912 (const qt_gsi::GenericMethod
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractListModel::childEvent(QChildEvent *)
|
||||
// void QAbstractListModel::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1689,7 +1689,7 @@ static void _init_fp_createIndex_c2374 (qt_gsi::GenericMethod *decl)
|
|||
decl->add_arg<int > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("column");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("data", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("data", true, "nullptr");
|
||||
decl->add_arg<void * > (argspec_2);
|
||||
decl->set_return<QModelIndex > ();
|
||||
}
|
||||
|
|
@ -1700,7 +1700,7 @@ static void _call_fp_createIndex_c2374 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
int arg2 = gsi::arg_reader<int >() (args, heap);
|
||||
void *arg3 = args ? gsi::arg_reader<void * >() (args, heap) : gsi::arg_maker<void * >() (0, heap);
|
||||
void *arg3 = args ? gsi::arg_reader<void * >() (args, heap) : gsi::arg_maker<void * >() (nullptr, heap);
|
||||
ret.write<QModelIndex > ((QModelIndex)((QAbstractListModel_Adaptor *)cls)->fp_QAbstractListModel_createIndex_c2374 (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
|
@ -1729,11 +1729,11 @@ static void _call_fp_createIndex_c2657 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractListModel::customEvent(QEvent *)
|
||||
// void QAbstractListModel::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1834,7 +1834,7 @@ static void _call_fp_decodeData_5302 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1843,7 +1843,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QAbstractListModel_Adaptor *)cls)->emitter_QAbstractListModel_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -2034,11 +2034,11 @@ static void _call_fp_endResetModel_0 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
}
|
||||
|
||||
|
||||
// bool QAbstractListModel::event(QEvent *)
|
||||
// bool QAbstractListModel::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -2057,13 +2057,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QAbstractListModel::eventFilter(QObject *, QEvent *)
|
||||
// bool QAbstractListModel::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -3120,11 +3120,11 @@ static void _set_callback_cbs_supportedDropActions_c0_0 (void *cls, const gsi::C
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractListModel::timerEvent(QTimerEvent *)
|
||||
// void QAbstractListModel::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -3167,7 +3167,7 @@ static gsi::Methods methods_QAbstractListModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("canFetchMore", "@hide", true, &_init_cbs_canFetchMore_c2395_0, &_call_cbs_canFetchMore_c2395_0, &_set_callback_cbs_canFetchMore_c2395_0);
|
||||
methods += new qt_gsi::GenericMethod ("*changePersistentIndex", "@brief Method void QAbstractListModel::changePersistentIndex(const QModelIndex &from, const QModelIndex &to)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_changePersistentIndex_4682, &_call_fp_changePersistentIndex_4682);
|
||||
methods += new qt_gsi::GenericMethod ("*changePersistentIndexList", "@brief Method void QAbstractListModel::changePersistentIndexList(const QList<QModelIndex> &from, const QList<QModelIndex> &to)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_changePersistentIndexList_5912, &_call_fp_changePersistentIndexList_5912);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractListModel::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractListModel::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_columnsAboutToBeInserted", "@brief Emitter for signal void QAbstractListModel::columnsAboutToBeInserted(const QModelIndex &parent, int first, int last)\nCall this method to emit this signal.", false, &_init_emitter_columnsAboutToBeInserted_7372, &_call_emitter_columnsAboutToBeInserted_7372);
|
||||
methods += new qt_gsi::GenericMethod ("emit_columnsAboutToBeMoved", "@brief Emitter for signal void QAbstractListModel::columnsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn)\nCall this method to emit this signal.", false, &_init_emitter_columnsAboutToBeMoved_10318, &_call_emitter_columnsAboutToBeMoved_10318);
|
||||
|
|
@ -3177,7 +3177,7 @@ static gsi::Methods methods_QAbstractListModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_columnsRemoved", "@brief Emitter for signal void QAbstractListModel::columnsRemoved(const QModelIndex &parent, int first, int last)\nCall this method to emit this signal.", false, &_init_emitter_columnsRemoved_7372, &_call_emitter_columnsRemoved_7372);
|
||||
methods += new qt_gsi::GenericMethod ("*createIndex", "@brief Method QModelIndex QAbstractListModel::createIndex(int row, int column, void *data)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_createIndex_c2374, &_call_fp_createIndex_c2374);
|
||||
methods += new qt_gsi::GenericMethod ("*createIndex", "@brief Method QModelIndex QAbstractListModel::createIndex(int row, int column, quintptr id)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_createIndex_c2657, &_call_fp_createIndex_c2657);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractListModel::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractListModel::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@brief Virtual method QVariant QAbstractListModel::data(const QModelIndex &index, int role)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_data_c3054_1, &_call_cbs_data_c3054_1);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@hide", true, &_init_cbs_data_c3054_1, &_call_cbs_data_c3054_1, &_set_callback_cbs_data_c3054_1);
|
||||
|
|
@ -3196,9 +3196,9 @@ static gsi::Methods methods_QAbstractListModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*endRemoveColumns", "@brief Method void QAbstractListModel::endRemoveColumns()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endRemoveColumns_0, &_call_fp_endRemoveColumns_0);
|
||||
methods += new qt_gsi::GenericMethod ("*endRemoveRows", "@brief Method void QAbstractListModel::endRemoveRows()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endRemoveRows_0, &_call_fp_endRemoveRows_0);
|
||||
methods += new qt_gsi::GenericMethod ("*endResetModel", "@brief Method void QAbstractListModel::endResetModel()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endResetModel_0, &_call_fp_endResetModel_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QAbstractListModel::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QAbstractListModel::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractListModel::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractListModel::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("fetchMore", "@brief Virtual method void QAbstractListModel::fetchMore(const QModelIndex &parent)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_fetchMore_2395_0, &_call_cbs_fetchMore_2395_0);
|
||||
methods += new qt_gsi::GenericMethod ("fetchMore", "@hide", false, &_init_cbs_fetchMore_2395_0, &_call_cbs_fetchMore_2395_0, &_set_callback_cbs_fetchMore_2395_0);
|
||||
|
|
@ -3270,7 +3270,7 @@ static gsi::Methods methods_QAbstractListModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("supportedDragActions", "@hide", true, &_init_cbs_supportedDragActions_c0_0, &_call_cbs_supportedDragActions_c0_0, &_set_callback_cbs_supportedDragActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("supportedDropActions", "@brief Virtual method QFlags<Qt::DropAction> QAbstractListModel::supportedDropActions()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_supportedDropActions_c0_0, &_call_cbs_supportedDropActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("supportedDropActions", "@hide", true, &_init_cbs_supportedDropActions_c0_0, &_call_cbs_supportedDropActions_c0_0, &_set_callback_cbs_supportedDropActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractListModel::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractListModel::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1063,33 +1063,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAbstractProxyModel::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QAbstractProxyModel::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QAbstractProxyModel::event(arg1);
|
||||
return QAbstractProxyModel::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QAbstractProxyModel_Adaptor, bool, QEvent *>(&QAbstractProxyModel_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QAbstractProxyModel_Adaptor, bool, QEvent *>(&QAbstractProxyModel_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QAbstractProxyModel::event(arg1);
|
||||
return QAbstractProxyModel::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAbstractProxyModel::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QAbstractProxyModel::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QAbstractProxyModel::eventFilter(arg1, arg2);
|
||||
return QAbstractProxyModel::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QAbstractProxyModel_Adaptor, bool, QObject *, QEvent *>(&QAbstractProxyModel_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QAbstractProxyModel_Adaptor, bool, QObject *, QEvent *>(&QAbstractProxyModel_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QAbstractProxyModel::eventFilter(arg1, arg2);
|
||||
return QAbstractProxyModel::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1696,33 +1696,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractProxyModel::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QAbstractProxyModel::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QAbstractProxyModel::childEvent(arg1);
|
||||
QAbstractProxyModel::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QAbstractProxyModel_Adaptor, QChildEvent *>(&QAbstractProxyModel_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QAbstractProxyModel_Adaptor, QChildEvent *>(&QAbstractProxyModel_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QAbstractProxyModel::childEvent(arg1);
|
||||
QAbstractProxyModel::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractProxyModel::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QAbstractProxyModel::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QAbstractProxyModel::customEvent(arg1);
|
||||
QAbstractProxyModel::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QAbstractProxyModel_Adaptor, QEvent *>(&QAbstractProxyModel_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QAbstractProxyModel_Adaptor, QEvent *>(&QAbstractProxyModel_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QAbstractProxyModel::customEvent(arg1);
|
||||
QAbstractProxyModel::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1741,18 +1741,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractProxyModel::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QAbstractProxyModel::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QAbstractProxyModel::timerEvent(arg1);
|
||||
QAbstractProxyModel::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QAbstractProxyModel_Adaptor, QTimerEvent *>(&QAbstractProxyModel_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QAbstractProxyModel_Adaptor, QTimerEvent *>(&QAbstractProxyModel_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QAbstractProxyModel::timerEvent(arg1);
|
||||
QAbstractProxyModel::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1809,7 +1809,7 @@ QAbstractProxyModel_Adaptor::~QAbstractProxyModel_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QAbstractProxyModel_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QAbstractProxyModel_Adaptor> ();
|
||||
}
|
||||
|
|
@ -1818,7 +1818,7 @@ static void _call_ctor_QAbstractProxyModel_Adaptor_1302 (const qt_gsi::GenericSt
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QAbstractProxyModel_Adaptor *> (new QAbstractProxyModel_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -2123,11 +2123,11 @@ static void _call_fp_changePersistentIndexList_5912 (const qt_gsi::GenericMethod
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractProxyModel::childEvent(QChildEvent *)
|
||||
// void QAbstractProxyModel::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -2334,7 +2334,7 @@ static void _init_fp_createIndex_c2374 (qt_gsi::GenericMethod *decl)
|
|||
decl->add_arg<int > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("column");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("data", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("data", true, "nullptr");
|
||||
decl->add_arg<void * > (argspec_2);
|
||||
decl->set_return<QModelIndex > ();
|
||||
}
|
||||
|
|
@ -2345,7 +2345,7 @@ static void _call_fp_createIndex_c2374 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
int arg2 = gsi::arg_reader<int >() (args, heap);
|
||||
void *arg3 = args ? gsi::arg_reader<void * >() (args, heap) : gsi::arg_maker<void * >() (0, heap);
|
||||
void *arg3 = args ? gsi::arg_reader<void * >() (args, heap) : gsi::arg_maker<void * >() (nullptr, heap);
|
||||
ret.write<QModelIndex > ((QModelIndex)((QAbstractProxyModel_Adaptor *)cls)->fp_QAbstractProxyModel_createIndex_c2374 (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
|
@ -2374,11 +2374,11 @@ static void _call_fp_createIndex_c2657 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractProxyModel::customEvent(QEvent *)
|
||||
// void QAbstractProxyModel::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -2479,7 +2479,7 @@ static void _call_fp_decodeData_5302 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -2488,7 +2488,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QAbstractProxyModel_Adaptor *)cls)->emitter_QAbstractProxyModel_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -2679,11 +2679,11 @@ static void _call_fp_endResetModel_0 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
}
|
||||
|
||||
|
||||
// bool QAbstractProxyModel::event(QEvent *)
|
||||
// bool QAbstractProxyModel::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -2702,13 +2702,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QAbstractProxyModel::eventFilter(QObject *, QEvent *)
|
||||
// bool QAbstractProxyModel::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -3941,11 +3941,11 @@ static void _set_callback_cbs_supportedDropActions_c0_0 (void *cls, const gsi::C
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractProxyModel::timerEvent(QTimerEvent *)
|
||||
// void QAbstractProxyModel::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -3988,7 +3988,7 @@ static gsi::Methods methods_QAbstractProxyModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("canFetchMore", "@hide", true, &_init_cbs_canFetchMore_c2395_0, &_call_cbs_canFetchMore_c2395_0, &_set_callback_cbs_canFetchMore_c2395_0);
|
||||
methods += new qt_gsi::GenericMethod ("*changePersistentIndex", "@brief Method void QAbstractProxyModel::changePersistentIndex(const QModelIndex &from, const QModelIndex &to)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_changePersistentIndex_4682, &_call_fp_changePersistentIndex_4682);
|
||||
methods += new qt_gsi::GenericMethod ("*changePersistentIndexList", "@brief Method void QAbstractProxyModel::changePersistentIndexList(const QList<QModelIndex> &from, const QList<QModelIndex> &to)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_changePersistentIndexList_5912, &_call_fp_changePersistentIndexList_5912);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractProxyModel::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractProxyModel::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("columnCount", "@brief Virtual method int QAbstractProxyModel::columnCount(const QModelIndex &parent)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_columnCount_c2395_1, &_call_cbs_columnCount_c2395_1);
|
||||
methods += new qt_gsi::GenericMethod ("columnCount", "@hide", true, &_init_cbs_columnCount_c2395_1, &_call_cbs_columnCount_c2395_1, &_set_callback_cbs_columnCount_c2395_1);
|
||||
|
|
@ -4000,7 +4000,7 @@ static gsi::Methods methods_QAbstractProxyModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_columnsRemoved", "@brief Emitter for signal void QAbstractProxyModel::columnsRemoved(const QModelIndex &parent, int first, int last)\nCall this method to emit this signal.", false, &_init_emitter_columnsRemoved_7372, &_call_emitter_columnsRemoved_7372);
|
||||
methods += new qt_gsi::GenericMethod ("*createIndex", "@brief Method QModelIndex QAbstractProxyModel::createIndex(int row, int column, void *data)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_createIndex_c2374, &_call_fp_createIndex_c2374);
|
||||
methods += new qt_gsi::GenericMethod ("*createIndex", "@brief Method QModelIndex QAbstractProxyModel::createIndex(int row, int column, quintptr id)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_createIndex_c2657, &_call_fp_createIndex_c2657);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractProxyModel::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractProxyModel::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@brief Virtual method QVariant QAbstractProxyModel::data(const QModelIndex &proxyIndex, int role)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_data_c3054_1, &_call_cbs_data_c3054_1);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@hide", true, &_init_cbs_data_c3054_1, &_call_cbs_data_c3054_1, &_set_callback_cbs_data_c3054_1);
|
||||
|
|
@ -4019,9 +4019,9 @@ static gsi::Methods methods_QAbstractProxyModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*endRemoveColumns", "@brief Method void QAbstractProxyModel::endRemoveColumns()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endRemoveColumns_0, &_call_fp_endRemoveColumns_0);
|
||||
methods += new qt_gsi::GenericMethod ("*endRemoveRows", "@brief Method void QAbstractProxyModel::endRemoveRows()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endRemoveRows_0, &_call_fp_endRemoveRows_0);
|
||||
methods += new qt_gsi::GenericMethod ("*endResetModel", "@brief Method void QAbstractProxyModel::endResetModel()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endResetModel_0, &_call_fp_endResetModel_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QAbstractProxyModel::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QAbstractProxyModel::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractProxyModel::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractProxyModel::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("fetchMore", "@brief Virtual method void QAbstractProxyModel::fetchMore(const QModelIndex &parent)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_fetchMore_2395_0, &_call_cbs_fetchMore_2395_0);
|
||||
methods += new qt_gsi::GenericMethod ("fetchMore", "@hide", false, &_init_cbs_fetchMore_2395_0, &_call_cbs_fetchMore_2395_0, &_set_callback_cbs_fetchMore_2395_0);
|
||||
|
|
@ -4108,7 +4108,7 @@ static gsi::Methods methods_QAbstractProxyModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("supportedDragActions", "@hide", true, &_init_cbs_supportedDragActions_c0_0, &_call_cbs_supportedDragActions_c0_0, &_set_callback_cbs_supportedDragActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("supportedDropActions", "@brief Virtual method QFlags<Qt::DropAction> QAbstractProxyModel::supportedDropActions()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_supportedDropActions_c0_0, &_call_cbs_supportedDropActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("supportedDropActions", "@hide", true, &_init_cbs_supportedDropActions_c0_0, &_call_cbs_supportedDropActions_c0_0, &_set_callback_cbs_supportedDropActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractProxyModel::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractProxyModel::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -231,18 +231,18 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QAbstractState::entered()'");
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAbstractState::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QAbstractState::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QAbstractState::eventFilter(arg1, arg2);
|
||||
return QAbstractState::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QAbstractState_Adaptor, bool, QObject *, QEvent *>(&QAbstractState_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QAbstractState_Adaptor, bool, QObject *, QEvent *>(&QAbstractState_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QAbstractState::eventFilter(arg1, arg2);
|
||||
return QAbstractState::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -259,33 +259,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QAbstractState::objectNameChanged(const QString &objectName)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractState::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QAbstractState::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QAbstractState::childEvent(arg1);
|
||||
QAbstractState::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QAbstractState_Adaptor, QChildEvent *>(&QAbstractState_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QAbstractState_Adaptor, QChildEvent *>(&QAbstractState_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QAbstractState::childEvent(arg1);
|
||||
QAbstractState::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractState::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QAbstractState::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QAbstractState::customEvent(arg1);
|
||||
QAbstractState::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QAbstractState_Adaptor, QEvent *>(&QAbstractState_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QAbstractState_Adaptor, QEvent *>(&QAbstractState_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QAbstractState::customEvent(arg1);
|
||||
QAbstractState::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -351,18 +351,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractState::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QAbstractState::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QAbstractState::timerEvent(arg1);
|
||||
QAbstractState::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QAbstractState_Adaptor, QTimerEvent *>(&QAbstractState_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QAbstractState_Adaptor, QTimerEvent *>(&QAbstractState_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QAbstractState::timerEvent(arg1);
|
||||
QAbstractState::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -410,11 +410,11 @@ static void _call_emitter_activeChanged_864 (const qt_gsi::GenericMethod * /*dec
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractState::childEvent(QChildEvent *)
|
||||
// void QAbstractState::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -434,11 +434,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractState::customEvent(QEvent *)
|
||||
// void QAbstractState::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -462,7 +462,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -471,7 +471,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QAbstractState_Adaptor *)cls)->emitter_QAbstractState_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -537,13 +537,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QAbstractState::eventFilter(QObject *, QEvent *)
|
||||
// bool QAbstractState::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -707,11 +707,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractState::timerEvent(QTimerEvent *)
|
||||
// void QAbstractState::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -740,9 +740,9 @@ static gsi::Methods methods_QAbstractState_Adaptor () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QAbstractState::QAbstractState()\nThis method creates an object of class QAbstractState.", &_init_ctor_QAbstractState_Adaptor_0, &_call_ctor_QAbstractState_Adaptor_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_activeChanged", "@brief Emitter for signal void QAbstractState::activeChanged(bool active)\nCall this method to emit this signal.", false, &_init_emitter_activeChanged_864, &_call_emitter_activeChanged_864);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractState::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractState::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractState::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractState::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QAbstractState::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QAbstractState::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
|
|
@ -750,7 +750,7 @@ static gsi::Methods methods_QAbstractState_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_entered", "@brief Emitter for signal void QAbstractState::entered()\nCall this method to emit this signal.", false, &_init_emitter_entered_3384, &_call_emitter_entered_3384);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QAbstractState::event(QEvent *e)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractState::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractState::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_exited", "@brief Emitter for signal void QAbstractState::exited()\nCall this method to emit this signal.", false, &_init_emitter_exited_3384, &_call_emitter_exited_3384);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QAbstractState::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);
|
||||
|
|
@ -762,7 +762,7 @@ static gsi::Methods methods_QAbstractState_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QAbstractState::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 ("*sender", "@brief Method QObject *QAbstractState::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 QAbstractState::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 ("*timerEvent", "@brief Virtual method void QAbstractState::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractState::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -582,33 +582,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAbstractTableModel::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QAbstractTableModel::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QAbstractTableModel::event(arg1);
|
||||
return QAbstractTableModel::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QAbstractTableModel_Adaptor, bool, QEvent *>(&QAbstractTableModel_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QAbstractTableModel_Adaptor, bool, QEvent *>(&QAbstractTableModel_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QAbstractTableModel::event(arg1);
|
||||
return QAbstractTableModel::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAbstractTableModel::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QAbstractTableModel::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QAbstractTableModel::eventFilter(arg1, arg2);
|
||||
return QAbstractTableModel::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QAbstractTableModel_Adaptor, bool, QObject *, QEvent *>(&QAbstractTableModel_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QAbstractTableModel_Adaptor, bool, QObject *, QEvent *>(&QAbstractTableModel_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QAbstractTableModel::eventFilter(arg1, arg2);
|
||||
return QAbstractTableModel::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1098,33 +1098,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractTableModel::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QAbstractTableModel::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QAbstractTableModel::childEvent(arg1);
|
||||
QAbstractTableModel::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QAbstractTableModel_Adaptor, QChildEvent *>(&QAbstractTableModel_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QAbstractTableModel_Adaptor, QChildEvent *>(&QAbstractTableModel_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QAbstractTableModel::childEvent(arg1);
|
||||
QAbstractTableModel::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractTableModel::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QAbstractTableModel::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QAbstractTableModel::customEvent(arg1);
|
||||
QAbstractTableModel::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QAbstractTableModel_Adaptor, QEvent *>(&QAbstractTableModel_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QAbstractTableModel_Adaptor, QEvent *>(&QAbstractTableModel_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QAbstractTableModel::customEvent(arg1);
|
||||
QAbstractTableModel::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1143,18 +1143,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractTableModel::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QAbstractTableModel::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QAbstractTableModel::timerEvent(arg1);
|
||||
QAbstractTableModel::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QAbstractTableModel_Adaptor, QTimerEvent *>(&QAbstractTableModel_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QAbstractTableModel_Adaptor, QTimerEvent *>(&QAbstractTableModel_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QAbstractTableModel::timerEvent(arg1);
|
||||
QAbstractTableModel::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1204,7 +1204,7 @@ QAbstractTableModel_Adaptor::~QAbstractTableModel_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QAbstractTableModel_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QAbstractTableModel_Adaptor> ();
|
||||
}
|
||||
|
|
@ -1213,7 +1213,7 @@ static void _call_ctor_QAbstractTableModel_Adaptor_1302 (const qt_gsi::GenericSt
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QAbstractTableModel_Adaptor *> (new QAbstractTableModel_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -1518,11 +1518,11 @@ static void _call_fp_changePersistentIndexList_5912 (const qt_gsi::GenericMethod
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractTableModel::childEvent(QChildEvent *)
|
||||
// void QAbstractTableModel::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1729,7 +1729,7 @@ static void _init_fp_createIndex_c2374 (qt_gsi::GenericMethod *decl)
|
|||
decl->add_arg<int > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("column");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("data", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("data", true, "nullptr");
|
||||
decl->add_arg<void * > (argspec_2);
|
||||
decl->set_return<QModelIndex > ();
|
||||
}
|
||||
|
|
@ -1740,7 +1740,7 @@ static void _call_fp_createIndex_c2374 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
int arg2 = gsi::arg_reader<int >() (args, heap);
|
||||
void *arg3 = args ? gsi::arg_reader<void * >() (args, heap) : gsi::arg_maker<void * >() (0, heap);
|
||||
void *arg3 = args ? gsi::arg_reader<void * >() (args, heap) : gsi::arg_maker<void * >() (nullptr, heap);
|
||||
ret.write<QModelIndex > ((QModelIndex)((QAbstractTableModel_Adaptor *)cls)->fp_QAbstractTableModel_createIndex_c2374 (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
|
@ -1769,11 +1769,11 @@ static void _call_fp_createIndex_c2657 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractTableModel::customEvent(QEvent *)
|
||||
// void QAbstractTableModel::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1874,7 +1874,7 @@ static void _call_fp_decodeData_5302 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1883,7 +1883,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QAbstractTableModel_Adaptor *)cls)->emitter_QAbstractTableModel_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -2074,11 +2074,11 @@ static void _call_fp_endResetModel_0 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
}
|
||||
|
||||
|
||||
// bool QAbstractTableModel::event(QEvent *)
|
||||
// bool QAbstractTableModel::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -2097,13 +2097,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QAbstractTableModel::eventFilter(QObject *, QEvent *)
|
||||
// bool QAbstractTableModel::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -3160,11 +3160,11 @@ static void _set_callback_cbs_supportedDropActions_c0_0 (void *cls, const gsi::C
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractTableModel::timerEvent(QTimerEvent *)
|
||||
// void QAbstractTableModel::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -3207,7 +3207,7 @@ static gsi::Methods methods_QAbstractTableModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("canFetchMore", "@hide", true, &_init_cbs_canFetchMore_c2395_0, &_call_cbs_canFetchMore_c2395_0, &_set_callback_cbs_canFetchMore_c2395_0);
|
||||
methods += new qt_gsi::GenericMethod ("*changePersistentIndex", "@brief Method void QAbstractTableModel::changePersistentIndex(const QModelIndex &from, const QModelIndex &to)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_changePersistentIndex_4682, &_call_fp_changePersistentIndex_4682);
|
||||
methods += new qt_gsi::GenericMethod ("*changePersistentIndexList", "@brief Method void QAbstractTableModel::changePersistentIndexList(const QList<QModelIndex> &from, const QList<QModelIndex> &to)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_changePersistentIndexList_5912, &_call_fp_changePersistentIndexList_5912);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractTableModel::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractTableModel::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("columnCount", "@brief Virtual method int QAbstractTableModel::columnCount(const QModelIndex &parent)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_columnCount_c2395_1, &_call_cbs_columnCount_c2395_1);
|
||||
methods += new qt_gsi::GenericMethod ("columnCount", "@hide", true, &_init_cbs_columnCount_c2395_1, &_call_cbs_columnCount_c2395_1, &_set_callback_cbs_columnCount_c2395_1);
|
||||
|
|
@ -3219,7 +3219,7 @@ static gsi::Methods methods_QAbstractTableModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_columnsRemoved", "@brief Emitter for signal void QAbstractTableModel::columnsRemoved(const QModelIndex &parent, int first, int last)\nCall this method to emit this signal.", false, &_init_emitter_columnsRemoved_7372, &_call_emitter_columnsRemoved_7372);
|
||||
methods += new qt_gsi::GenericMethod ("*createIndex", "@brief Method QModelIndex QAbstractTableModel::createIndex(int row, int column, void *data)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_createIndex_c2374, &_call_fp_createIndex_c2374);
|
||||
methods += new qt_gsi::GenericMethod ("*createIndex", "@brief Method QModelIndex QAbstractTableModel::createIndex(int row, int column, quintptr id)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_createIndex_c2657, &_call_fp_createIndex_c2657);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractTableModel::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractTableModel::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@brief Virtual method QVariant QAbstractTableModel::data(const QModelIndex &index, int role)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_data_c3054_1, &_call_cbs_data_c3054_1);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@hide", true, &_init_cbs_data_c3054_1, &_call_cbs_data_c3054_1, &_set_callback_cbs_data_c3054_1);
|
||||
|
|
@ -3238,9 +3238,9 @@ static gsi::Methods methods_QAbstractTableModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*endRemoveColumns", "@brief Method void QAbstractTableModel::endRemoveColumns()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endRemoveColumns_0, &_call_fp_endRemoveColumns_0);
|
||||
methods += new qt_gsi::GenericMethod ("*endRemoveRows", "@brief Method void QAbstractTableModel::endRemoveRows()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endRemoveRows_0, &_call_fp_endRemoveRows_0);
|
||||
methods += new qt_gsi::GenericMethod ("*endResetModel", "@brief Method void QAbstractTableModel::endResetModel()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endResetModel_0, &_call_fp_endResetModel_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QAbstractTableModel::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QAbstractTableModel::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractTableModel::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractTableModel::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("fetchMore", "@brief Virtual method void QAbstractTableModel::fetchMore(const QModelIndex &parent)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_fetchMore_2395_0, &_call_cbs_fetchMore_2395_0);
|
||||
methods += new qt_gsi::GenericMethod ("fetchMore", "@hide", false, &_init_cbs_fetchMore_2395_0, &_call_cbs_fetchMore_2395_0, &_set_callback_cbs_fetchMore_2395_0);
|
||||
|
|
@ -3312,7 +3312,7 @@ static gsi::Methods methods_QAbstractTableModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("supportedDragActions", "@hide", true, &_init_cbs_supportedDragActions_c0_0, &_call_cbs_supportedDragActions_c0_0, &_set_callback_cbs_supportedDragActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("supportedDropActions", "@brief Virtual method QFlags<Qt::DropAction> QAbstractTableModel::supportedDropActions()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_supportedDropActions_c0_0, &_call_cbs_supportedDropActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("supportedDropActions", "@hide", true, &_init_cbs_supportedDropActions_c0_0, &_call_cbs_supportedDropActions_c0_0, &_set_callback_cbs_supportedDropActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractTableModel::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractTableModel::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -380,18 +380,18 @@ public:
|
|||
emit QAbstractTransition::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAbstractTransition::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QAbstractTransition::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QAbstractTransition::eventFilter(arg1, arg2);
|
||||
return QAbstractTransition::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QAbstractTransition_Adaptor, bool, QObject *, QEvent *>(&QAbstractTransition_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QAbstractTransition_Adaptor, bool, QObject *, QEvent *>(&QAbstractTransition_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QAbstractTransition::eventFilter(arg1, arg2);
|
||||
return QAbstractTransition::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -420,33 +420,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QAbstractTransition::triggered()'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractTransition::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QAbstractTransition::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QAbstractTransition::childEvent(arg1);
|
||||
QAbstractTransition::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QAbstractTransition_Adaptor, QChildEvent *>(&QAbstractTransition_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QAbstractTransition_Adaptor, QChildEvent *>(&QAbstractTransition_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QAbstractTransition::childEvent(arg1);
|
||||
QAbstractTransition::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractTransition::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QAbstractTransition::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QAbstractTransition::customEvent(arg1);
|
||||
QAbstractTransition::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QAbstractTransition_Adaptor, QEvent *>(&QAbstractTransition_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QAbstractTransition_Adaptor, QEvent *>(&QAbstractTransition_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QAbstractTransition::customEvent(arg1);
|
||||
QAbstractTransition::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -512,18 +512,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAbstractTransition::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QAbstractTransition::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QAbstractTransition::timerEvent(arg1);
|
||||
QAbstractTransition::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QAbstractTransition_Adaptor, QTimerEvent *>(&QAbstractTransition_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QAbstractTransition_Adaptor, QTimerEvent *>(&QAbstractTransition_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QAbstractTransition::timerEvent(arg1);
|
||||
QAbstractTransition::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -543,7 +543,7 @@ QAbstractTransition_Adaptor::~QAbstractTransition_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QAbstractTransition_Adaptor_1216 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("sourceState", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("sourceState", true, "nullptr");
|
||||
decl->add_arg<QState * > (argspec_0);
|
||||
decl->set_return_new<QAbstractTransition_Adaptor> ();
|
||||
}
|
||||
|
|
@ -552,16 +552,16 @@ static void _call_ctor_QAbstractTransition_Adaptor_1216 (const qt_gsi::GenericSt
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QState *arg1 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (0, heap);
|
||||
QState *arg1 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (nullptr, heap);
|
||||
ret.write<QAbstractTransition_Adaptor *> (new QAbstractTransition_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QAbstractTransition::childEvent(QChildEvent *)
|
||||
// void QAbstractTransition::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -581,11 +581,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractTransition::customEvent(QEvent *)
|
||||
// void QAbstractTransition::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -609,7 +609,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -618,7 +618,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QAbstractTransition_Adaptor *)cls)->emitter_QAbstractTransition_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -670,13 +670,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QAbstractTransition::eventFilter(QObject *, QEvent *)
|
||||
// bool QAbstractTransition::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -853,11 +853,11 @@ static void _call_emitter_targetStatesChanged_3938 (const qt_gsi::GenericMethod
|
|||
}
|
||||
|
||||
|
||||
// void QAbstractTransition::timerEvent(QTimerEvent *)
|
||||
// void QAbstractTransition::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -899,16 +899,16 @@ gsi::Class<QAbstractTransition> &qtdecl_QAbstractTransition ();
|
|||
static gsi::Methods methods_QAbstractTransition_Adaptor () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QAbstractTransition::QAbstractTransition(QState *sourceState)\nThis method creates an object of class QAbstractTransition.", &_init_ctor_QAbstractTransition_Adaptor_1216, &_call_ctor_QAbstractTransition_Adaptor_1216);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractTransition::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAbstractTransition::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractTransition::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAbstractTransition::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QAbstractTransition::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QAbstractTransition::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QAbstractTransition::event(QEvent *e)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractTransition::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAbstractTransition::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*eventTest", "@brief Virtual method bool QAbstractTransition::eventTest(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventTest_1217_0, &_call_cbs_eventTest_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*eventTest", "@hide", false, &_init_cbs_eventTest_1217_0, &_call_cbs_eventTest_1217_0, &_set_callback_cbs_eventTest_1217_0);
|
||||
|
|
@ -921,7 +921,7 @@ static gsi::Methods methods_QAbstractTransition_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*senderSignalIndex", "@brief Method int QAbstractTransition::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 ("emit_targetStateChanged", "@brief Emitter for signal void QAbstractTransition::targetStateChanged()\nCall this method to emit this signal.", false, &_init_emitter_targetStateChanged_3938, &_call_emitter_targetStateChanged_3938);
|
||||
methods += new qt_gsi::GenericMethod ("emit_targetStatesChanged", "@brief Emitter for signal void QAbstractTransition::targetStatesChanged()\nCall this method to emit this signal.", false, &_init_emitter_targetStatesChanged_3938, &_call_emitter_targetStatesChanged_3938);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractTransition::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAbstractTransition::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_triggered", "@brief Emitter for signal void QAbstractTransition::triggered()\nCall this method to emit this signal.", false, &_init_emitter_triggered_3938, &_call_emitter_triggered_3938);
|
||||
return methods;
|
||||
|
|
|
|||
|
|
@ -329,33 +329,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAnimationDriver::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QAnimationDriver::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QAnimationDriver::event(arg1);
|
||||
return QAnimationDriver::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QAnimationDriver_Adaptor, bool, QEvent *>(&QAnimationDriver_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QAnimationDriver_Adaptor, bool, QEvent *>(&QAnimationDriver_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QAnimationDriver::event(arg1);
|
||||
return QAnimationDriver::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAnimationDriver::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QAnimationDriver::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QAnimationDriver::eventFilter(arg1, arg2);
|
||||
return QAnimationDriver::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QAnimationDriver_Adaptor, bool, QObject *, QEvent *>(&QAnimationDriver_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QAnimationDriver_Adaptor, bool, QObject *, QEvent *>(&QAnimationDriver_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QAnimationDriver::eventFilter(arg1, arg2);
|
||||
return QAnimationDriver::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -378,33 +378,33 @@ public:
|
|||
emit QAnimationDriver::stopped();
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAnimationDriver::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QAnimationDriver::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QAnimationDriver::childEvent(arg1);
|
||||
QAnimationDriver::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QAnimationDriver_Adaptor, QChildEvent *>(&QAnimationDriver_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QAnimationDriver_Adaptor, QChildEvent *>(&QAnimationDriver_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QAnimationDriver::childEvent(arg1);
|
||||
QAnimationDriver::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAnimationDriver::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QAnimationDriver::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QAnimationDriver::customEvent(arg1);
|
||||
QAnimationDriver::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QAnimationDriver_Adaptor, QEvent *>(&QAnimationDriver_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QAnimationDriver_Adaptor, QEvent *>(&QAnimationDriver_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QAnimationDriver::customEvent(arg1);
|
||||
QAnimationDriver::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -453,18 +453,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAnimationDriver::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QAnimationDriver::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QAnimationDriver::timerEvent(arg1);
|
||||
QAnimationDriver::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QAnimationDriver_Adaptor, QTimerEvent *>(&QAnimationDriver_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QAnimationDriver_Adaptor, QTimerEvent *>(&QAnimationDriver_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QAnimationDriver::timerEvent(arg1);
|
||||
QAnimationDriver::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -486,7 +486,7 @@ QAnimationDriver_Adaptor::~QAnimationDriver_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QAnimationDriver_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QAnimationDriver_Adaptor> ();
|
||||
}
|
||||
|
|
@ -495,7 +495,7 @@ static void _call_ctor_QAnimationDriver_Adaptor_1302 (const qt_gsi::GenericStati
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QAnimationDriver_Adaptor *> (new QAnimationDriver_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -539,11 +539,11 @@ static void _call_fp_advanceAnimation_986 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QAnimationDriver::childEvent(QChildEvent *)
|
||||
// void QAnimationDriver::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -563,11 +563,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QAnimationDriver::customEvent(QEvent *)
|
||||
// void QAnimationDriver::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -591,7 +591,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -600,7 +600,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QAnimationDriver_Adaptor *)cls)->emitter_QAnimationDriver_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -648,11 +648,11 @@ static void _set_callback_cbs_elapsed_c0_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QAnimationDriver::event(QEvent *)
|
||||
// bool QAnimationDriver::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -671,13 +671,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QAnimationDriver::eventFilter(QObject *, QEvent *)
|
||||
// bool QAnimationDriver::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -847,11 +847,11 @@ static void _call_emitter_stopped_0 (const qt_gsi::GenericMethod * /*decl*/, voi
|
|||
}
|
||||
|
||||
|
||||
// void QAnimationDriver::timerEvent(QTimerEvent *)
|
||||
// void QAnimationDriver::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -882,18 +882,18 @@ static gsi::Methods methods_QAnimationDriver_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("advance", "@brief Virtual method void QAnimationDriver::advance()\nThis method can be reimplemented in a derived class.", false, &_init_cbs_advance_0_0, &_call_cbs_advance_0_0);
|
||||
methods += new qt_gsi::GenericMethod ("advance", "@hide", false, &_init_cbs_advance_0_0, &_call_cbs_advance_0_0, &_set_callback_cbs_advance_0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*advanceAnimation", "@brief Method void QAnimationDriver::advanceAnimation(qint64 timeStep)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_advanceAnimation_986, &_call_fp_advanceAnimation_986);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAnimationDriver::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAnimationDriver::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAnimationDriver::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAnimationDriver::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QAnimationDriver::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QAnimationDriver::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("elapsed", "@brief Virtual method qint64 QAnimationDriver::elapsed()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_elapsed_c0_0, &_call_cbs_elapsed_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("elapsed", "@hide", true, &_init_cbs_elapsed_c0_0, &_call_cbs_elapsed_c0_0, &_set_callback_cbs_elapsed_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QAnimationDriver::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QAnimationDriver::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAnimationDriver::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAnimationDriver::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QAnimationDriver::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 ("emit_objectNameChanged", "@brief Emitter for signal void QAnimationDriver::objectNameChanged(const QString &objectName)\nCall this method to emit this signal.", false, &_init_emitter_objectNameChanged_4567, &_call_emitter_objectNameChanged_4567);
|
||||
|
|
@ -906,7 +906,7 @@ static gsi::Methods methods_QAnimationDriver_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*stop", "@brief Virtual method void QAnimationDriver::stop()\nThis method can be reimplemented in a derived class.", false, &_init_cbs_stop_0_0, &_call_cbs_stop_0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*stop", "@hide", false, &_init_cbs_stop_0_0, &_call_cbs_stop_0_0, &_set_callback_cbs_stop_0_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_stopped", "@brief Emitter for signal void QAnimationDriver::stopped()\nCall this method to emit this signal.", false, &_init_emitter_stopped_0, &_call_emitter_stopped_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAnimationDriver::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAnimationDriver::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -363,18 +363,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QAnimationGroup::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QAnimationGroup::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QAnimationGroup::eventFilter(arg1, arg2);
|
||||
return QAnimationGroup::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QAnimationGroup_Adaptor, bool, QObject *, QEvent *>(&QAnimationGroup_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QAnimationGroup_Adaptor, bool, QObject *, QEvent *>(&QAnimationGroup_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QAnimationGroup::eventFilter(arg1, arg2);
|
||||
return QAnimationGroup::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -397,33 +397,33 @@ public:
|
|||
emit QAnimationGroup::stateChanged(newState, oldState);
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAnimationGroup::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QAnimationGroup::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QAnimationGroup::childEvent(arg1);
|
||||
QAnimationGroup::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QAnimationGroup_Adaptor, QChildEvent *>(&QAnimationGroup_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QAnimationGroup_Adaptor, QChildEvent *>(&QAnimationGroup_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QAnimationGroup::childEvent(arg1);
|
||||
QAnimationGroup::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAnimationGroup::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QAnimationGroup::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QAnimationGroup::customEvent(arg1);
|
||||
QAnimationGroup::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QAnimationGroup_Adaptor, QEvent *>(&QAnimationGroup_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QAnimationGroup_Adaptor, QEvent *>(&QAnimationGroup_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QAnimationGroup::customEvent(arg1);
|
||||
QAnimationGroup::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -457,18 +457,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QAnimationGroup::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QAnimationGroup::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QAnimationGroup::timerEvent(arg1);
|
||||
QAnimationGroup::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QAnimationGroup_Adaptor, QTimerEvent *>(&QAnimationGroup_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QAnimationGroup_Adaptor, QTimerEvent *>(&QAnimationGroup_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QAnimationGroup::timerEvent(arg1);
|
||||
QAnimationGroup::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -536,7 +536,7 @@ QAnimationGroup_Adaptor::~QAnimationGroup_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QAnimationGroup_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QAnimationGroup_Adaptor> ();
|
||||
}
|
||||
|
|
@ -545,16 +545,16 @@ static void _call_ctor_QAnimationGroup_Adaptor_1302 (const qt_gsi::GenericStatic
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QAnimationGroup_Adaptor *> (new QAnimationGroup_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QAnimationGroup::childEvent(QChildEvent *)
|
||||
// void QAnimationGroup::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -592,11 +592,11 @@ static void _call_emitter_currentLoopChanged_767 (const qt_gsi::GenericMethod *
|
|||
}
|
||||
|
||||
|
||||
// void QAnimationGroup::customEvent(QEvent *)
|
||||
// void QAnimationGroup::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -620,7 +620,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -629,7 +629,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QAnimationGroup_Adaptor *)cls)->emitter_QAnimationGroup_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -718,13 +718,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QAnimationGroup::eventFilter(QObject *, QEvent *)
|
||||
// bool QAnimationGroup::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -861,11 +861,11 @@ static void _call_emitter_stateChanged_5680 (const qt_gsi::GenericMethod * /*dec
|
|||
}
|
||||
|
||||
|
||||
// void QAnimationGroup::timerEvent(QTimerEvent *)
|
||||
// void QAnimationGroup::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -968,10 +968,10 @@ gsi::Class<QAnimationGroup> &qtdecl_QAnimationGroup ();
|
|||
static gsi::Methods methods_QAnimationGroup_Adaptor () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QAnimationGroup::QAnimationGroup(QObject *parent)\nThis method creates an object of class QAnimationGroup.", &_init_ctor_QAnimationGroup_Adaptor_1302, &_call_ctor_QAnimationGroup_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAnimationGroup::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QAnimationGroup::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_currentLoopChanged", "@brief Emitter for signal void QAnimationGroup::currentLoopChanged(int currentLoop)\nCall this method to emit this signal.", false, &_init_emitter_currentLoopChanged_767, &_call_emitter_currentLoopChanged_767);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAnimationGroup::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QAnimationGroup::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QAnimationGroup::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("emit_directionChanged", "@brief Emitter for signal void QAnimationGroup::directionChanged(QAbstractAnimation::Direction)\nCall this method to emit this signal.", false, &_init_emitter_directionChanged_3310, &_call_emitter_directionChanged_3310);
|
||||
|
|
@ -981,7 +981,7 @@ static gsi::Methods methods_QAnimationGroup_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("duration", "@hide", true, &_init_cbs_duration_c0_0, &_call_cbs_duration_c0_0, &_set_callback_cbs_duration_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QAnimationGroup::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAnimationGroup::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QAnimationGroup::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_finished", "@brief Emitter for signal void QAnimationGroup::finished()\nCall this method to emit this signal.", false, &_init_emitter_finished_0, &_call_emitter_finished_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QAnimationGroup::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);
|
||||
|
|
@ -990,7 +990,7 @@ static gsi::Methods methods_QAnimationGroup_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*sender", "@brief Method QObject *QAnimationGroup::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 QAnimationGroup::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 ("emit_stateChanged", "@brief Emitter for signal void QAnimationGroup::stateChanged(QAbstractAnimation::State newState, QAbstractAnimation::State oldState)\nCall this method to emit this signal.", false, &_init_emitter_stateChanged_5680, &_call_emitter_stateChanged_5680);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAnimationGroup::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QAnimationGroup::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*updateCurrentTime", "@brief Virtual method void QAnimationGroup::updateCurrentTime(int currentTime)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_updateCurrentTime_767_0, &_call_cbs_updateCurrentTime_767_0);
|
||||
methods += new qt_gsi::GenericMethod ("*updateCurrentTime", "@hide", false, &_init_cbs_updateCurrentTime_767_0, &_call_cbs_updateCurrentTime_767_0, &_set_callback_cbs_updateCurrentTime_767_0);
|
||||
|
|
|
|||
|
|
@ -65,6 +65,21 @@ static void _call_f_isRecursive_0 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// bool QBasicMutex::isRecursive()
|
||||
|
||||
|
||||
static void _init_f_isRecursive_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_isRecursive_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<bool > ((bool)((QBasicMutex *)cls)->isRecursive ());
|
||||
}
|
||||
|
||||
|
||||
// void QBasicMutex::lock()
|
||||
|
||||
|
||||
|
|
@ -96,6 +111,21 @@ static void _call_f_tryLock_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls
|
|||
}
|
||||
|
||||
|
||||
// bool QBasicMutex::try_lock()
|
||||
|
||||
|
||||
static void _init_f_try_lock_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_try_lock_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<bool > ((bool)((QBasicMutex *)cls)->try_lock ());
|
||||
}
|
||||
|
||||
|
||||
// void QBasicMutex::unlock()
|
||||
|
||||
|
||||
|
|
@ -120,8 +150,10 @@ static gsi::Methods methods_QBasicMutex () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QBasicMutex::QBasicMutex()\nThis method creates an object of class QBasicMutex.", &_init_ctor_QBasicMutex_0, &_call_ctor_QBasicMutex_0);
|
||||
methods += new qt_gsi::GenericMethod ("isRecursive?", "@brief Method bool QBasicMutex::isRecursive()\n", false, &_init_f_isRecursive_0, &_call_f_isRecursive_0);
|
||||
methods += new qt_gsi::GenericMethod ("isRecursive?", "@brief Method bool QBasicMutex::isRecursive()\n", true, &_init_f_isRecursive_c0, &_call_f_isRecursive_c0);
|
||||
methods += new qt_gsi::GenericMethod ("lock", "@brief Method void QBasicMutex::lock()\n", false, &_init_f_lock_0, &_call_f_lock_0);
|
||||
methods += new qt_gsi::GenericMethod ("tryLock", "@brief Method bool QBasicMutex::tryLock()\n", false, &_init_f_tryLock_0, &_call_f_tryLock_0);
|
||||
methods += new qt_gsi::GenericMethod ("try_lock", "@brief Method bool QBasicMutex::try_lock()\n", false, &_init_f_try_lock_0, &_call_f_try_lock_0);
|
||||
methods += new qt_gsi::GenericMethod ("unlock", "@brief Method void QBasicMutex::unlock()\n", false, &_init_f_unlock_0, &_call_f_unlock_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ static void _call_smo (const qt_gsi::GenericStaticMethod *, gsi::SerialArgs &, g
|
|||
|
||||
static void _init_ctor_QBuffer_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QBuffer> ();
|
||||
}
|
||||
|
|
@ -66,7 +66,7 @@ static void _call_ctor_QBuffer_1302 (const qt_gsi::GenericStaticMethod * /*decl*
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QBuffer *> (new QBuffer (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -78,7 +78,7 @@ static void _init_ctor_QBuffer_2812 (qt_gsi::GenericStaticMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("buf");
|
||||
decl->add_arg<QByteArray * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_1);
|
||||
decl->set_return_new<QBuffer> ();
|
||||
}
|
||||
|
|
@ -88,7 +88,7 @@ static void _call_ctor_QBuffer_2812 (const qt_gsi::GenericStaticMethod * /*decl*
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QByteArray *arg1 = gsi::arg_reader<QByteArray * >() (args, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QBuffer *> (new QBuffer (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -389,6 +389,8 @@ static gsi::Methods methods_QBuffer () {
|
|||
methods += new qt_gsi::GenericMethod ("size", "@brief Method qint64 QBuffer::size()\nThis is a reimplementation of QIODevice::size", true, &_init_f_size_c0, &_call_f_size_c0);
|
||||
methods += gsi::qt_signal ("aboutToClose()", "aboutToClose", "@brief Signal declaration for QBuffer::aboutToClose()\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<qint64 > ("bytesWritten(qint64)", "bytesWritten", gsi::arg("bytes"), "@brief Signal declaration for QBuffer::bytesWritten(qint64 bytes)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int, qint64 > ("channelBytesWritten(int, qint64)", "channelBytesWritten", gsi::arg("channel"), gsi::arg("bytes"), "@brief Signal declaration for QBuffer::channelBytesWritten(int channel, qint64 bytes)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int > ("channelReadyRead(int)", "channelReadyRead", gsi::arg("channel"), "@brief Signal declaration for QBuffer::channelReadyRead(int channel)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<QObject * > ("destroyed(QObject *)", "destroyed", gsi::arg("arg1"), "@brief Signal declaration for QBuffer::destroyed(QObject *)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<const QString & > ("objectNameChanged(const QString &)", "objectNameChanged", gsi::arg("objectName"), "@brief Signal declaration for QBuffer::objectNameChanged(const QString &objectName)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal ("readChannelFinished()", "readChannelFinished", "@brief Signal declaration for QBuffer::readChannelFinished()\nYou can bind a procedure to this signal.");
|
||||
|
|
|
|||
|
|
@ -178,6 +178,36 @@ static void _call_f_description_c0 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// QFlags<QCommandLineOption::Flag> QCommandLineOption::flags()
|
||||
|
||||
|
||||
static void _init_f_flags_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QFlags<QCommandLineOption::Flag> > ();
|
||||
}
|
||||
|
||||
static void _call_f_flags_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QFlags<QCommandLineOption::Flag> > ((QFlags<QCommandLineOption::Flag>)((QCommandLineOption *)cls)->flags ());
|
||||
}
|
||||
|
||||
|
||||
// bool QCommandLineOption::isHidden()
|
||||
|
||||
|
||||
static void _init_f_isHidden_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_isHidden_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<bool > ((bool)((QCommandLineOption *)cls)->isHidden ());
|
||||
}
|
||||
|
||||
|
||||
// QStringList QCommandLineOption::names()
|
||||
|
||||
|
||||
|
|
@ -272,6 +302,46 @@ static void _call_f_setDescription_2025 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// void QCommandLineOption::setFlags(QFlags<QCommandLineOption::Flag> aflags)
|
||||
|
||||
|
||||
static void _init_f_setFlags_3435 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("aflags");
|
||||
decl->add_arg<QFlags<QCommandLineOption::Flag> > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setFlags_3435 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QFlags<QCommandLineOption::Flag> arg1 = gsi::arg_reader<QFlags<QCommandLineOption::Flag> >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QCommandLineOption *)cls)->setFlags (arg1);
|
||||
}
|
||||
|
||||
|
||||
// void QCommandLineOption::setHidden(bool hidden)
|
||||
|
||||
|
||||
static void _init_f_setHidden_864 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("hidden");
|
||||
decl->add_arg<bool > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setHidden_864 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
bool arg1 = gsi::arg_reader<bool >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QCommandLineOption *)cls)->setHidden (arg1);
|
||||
}
|
||||
|
||||
|
||||
// void QCommandLineOption::setValueName(const QString &name)
|
||||
|
||||
|
||||
|
|
@ -340,11 +410,15 @@ static gsi::Methods methods_QCommandLineOption () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QCommandLineOption::QCommandLineOption(const QCommandLineOption &other)\nThis method creates an object of class QCommandLineOption.", &_init_ctor_QCommandLineOption_3122, &_call_ctor_QCommandLineOption_3122);
|
||||
methods += new qt_gsi::GenericMethod (":defaultValues", "@brief Method QStringList QCommandLineOption::defaultValues()\n", true, &_init_f_defaultValues_c0, &_call_f_defaultValues_c0);
|
||||
methods += new qt_gsi::GenericMethod (":description", "@brief Method QString QCommandLineOption::description()\n", true, &_init_f_description_c0, &_call_f_description_c0);
|
||||
methods += new qt_gsi::GenericMethod ("flags", "@brief Method QFlags<QCommandLineOption::Flag> QCommandLineOption::flags()\n", true, &_init_f_flags_c0, &_call_f_flags_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isHidden?", "@brief Method bool QCommandLineOption::isHidden()\n", true, &_init_f_isHidden_c0, &_call_f_isHidden_c0);
|
||||
methods += new qt_gsi::GenericMethod ("names", "@brief Method QStringList QCommandLineOption::names()\n", true, &_init_f_names_c0, &_call_f_names_c0);
|
||||
methods += new qt_gsi::GenericMethod ("assign", "@brief Method QCommandLineOption &QCommandLineOption::operator=(const QCommandLineOption &other)\n", false, &_init_f_operator_eq__3122, &_call_f_operator_eq__3122);
|
||||
methods += new qt_gsi::GenericMethod ("setDefaultValue", "@brief Method void QCommandLineOption::setDefaultValue(const QString &defaultValue)\n", false, &_init_f_setDefaultValue_2025, &_call_f_setDefaultValue_2025);
|
||||
methods += new qt_gsi::GenericMethod ("setDefaultValues|defaultValues=", "@brief Method void QCommandLineOption::setDefaultValues(const QStringList &defaultValues)\n", false, &_init_f_setDefaultValues_2437, &_call_f_setDefaultValues_2437);
|
||||
methods += new qt_gsi::GenericMethod ("setDescription|description=", "@brief Method void QCommandLineOption::setDescription(const QString &description)\n", false, &_init_f_setDescription_2025, &_call_f_setDescription_2025);
|
||||
methods += new qt_gsi::GenericMethod ("setFlags", "@brief Method void QCommandLineOption::setFlags(QFlags<QCommandLineOption::Flag> aflags)\n", false, &_init_f_setFlags_3435, &_call_f_setFlags_3435);
|
||||
methods += new qt_gsi::GenericMethod ("setHidden", "@brief Method void QCommandLineOption::setHidden(bool hidden)\n", false, &_init_f_setHidden_864, &_call_f_setHidden_864);
|
||||
methods += new qt_gsi::GenericMethod ("setValueName|valueName=", "@brief Method void QCommandLineOption::setValueName(const QString &name)\n", false, &_init_f_setValueName_2025, &_call_f_setValueName_2025);
|
||||
methods += new qt_gsi::GenericMethod ("swap", "@brief Method void QCommandLineOption::swap(QCommandLineOption &other)\n", false, &_init_f_swap_2427, &_call_f_swap_2427);
|
||||
methods += new qt_gsi::GenericMethod (":valueName", "@brief Method QString QCommandLineOption::valueName()\n", true, &_init_f_valueName_c0, &_call_f_valueName_c0);
|
||||
|
|
@ -360,3 +434,23 @@ GSI_QTCORE_PUBLIC gsi::Class<QCommandLineOption> &qtdecl_QCommandLineOption () {
|
|||
|
||||
}
|
||||
|
||||
|
||||
// Implementation of the enum wrapper class for QCommandLineOption::Flag
|
||||
namespace qt_gsi
|
||||
{
|
||||
|
||||
static gsi::Enum<QCommandLineOption::Flag> decl_QCommandLineOption_Flag_Enum ("QtCore", "QCommandLineOption_Flag",
|
||||
gsi::enum_const ("HiddenFromHelp", QCommandLineOption::HiddenFromHelp, "@brief Enum constant QCommandLineOption::HiddenFromHelp") +
|
||||
gsi::enum_const ("ShortOptionStyle", QCommandLineOption::ShortOptionStyle, "@brief Enum constant QCommandLineOption::ShortOptionStyle"),
|
||||
"@qt\n@brief This class represents the QCommandLineOption::Flag enum");
|
||||
|
||||
static gsi::QFlagsClass<QCommandLineOption::Flag > decl_QCommandLineOption_Flag_Enums ("QtCore", "QCommandLineOption_QFlags_Flag",
|
||||
"@qt\n@brief This class represents the QFlags<QCommandLineOption::Flag> flag set");
|
||||
|
||||
// Inject the declarations into the parent
|
||||
static gsi::ClassExt<QCommandLineOption> inject_QCommandLineOption_Flag_Enum_in_parent (decl_QCommandLineOption_Flag_Enum.defs ());
|
||||
static gsi::ClassExt<QCommandLineOption> decl_QCommandLineOption_Flag_Enum_as_child (decl_QCommandLineOption_Flag_Enum, "Flag");
|
||||
static gsi::ClassExt<QCommandLineOption> decl_QCommandLineOption_Flag_Enums_as_child (decl_QCommandLineOption_Flag_Enums, "QFlags_Flag");
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -354,6 +354,26 @@ static void _call_f_setApplicationDescription_2025 (const qt_gsi::GenericMethod
|
|||
}
|
||||
|
||||
|
||||
// void QCommandLineParser::setOptionsAfterPositionalArgumentsMode(QCommandLineParser::OptionsAfterPositionalArgumentsMode mode)
|
||||
|
||||
|
||||
static void _init_f_setOptionsAfterPositionalArgumentsMode_5992 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("mode");
|
||||
decl->add_arg<const qt_gsi::Converter<QCommandLineParser::OptionsAfterPositionalArgumentsMode>::target_type & > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setOptionsAfterPositionalArgumentsMode_5992 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const qt_gsi::Converter<QCommandLineParser::OptionsAfterPositionalArgumentsMode>::target_type & arg1 = gsi::arg_reader<const qt_gsi::Converter<QCommandLineParser::OptionsAfterPositionalArgumentsMode>::target_type & >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QCommandLineParser *)cls)->setOptionsAfterPositionalArgumentsMode (qt_gsi::QtToCppAdaptor<QCommandLineParser::OptionsAfterPositionalArgumentsMode>(arg1).cref());
|
||||
}
|
||||
|
||||
|
||||
// void QCommandLineParser::setSingleDashWordOptionMode(QCommandLineParser::SingleDashWordOptionMode parsingMode)
|
||||
|
||||
|
||||
|
|
@ -508,7 +528,7 @@ static void _init_f_tr_4013 (qt_gsi::GenericStaticMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("sourceText");
|
||||
decl->add_arg<const char * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("disambiguation", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("disambiguation", true, "nullptr");
|
||||
decl->add_arg<const char * > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("n", true, "-1");
|
||||
decl->add_arg<int > (argspec_2);
|
||||
|
|
@ -520,7 +540,7 @@ static void _call_f_tr_4013 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const char *arg1 = gsi::arg_reader<const char * >() (args, heap);
|
||||
const char *arg2 = args ? gsi::arg_reader<const char * >() (args, heap) : gsi::arg_maker<const char * >() (0, heap);
|
||||
const char *arg2 = args ? gsi::arg_reader<const char * >() (args, heap) : gsi::arg_maker<const char * >() (nullptr, heap);
|
||||
int arg3 = args ? gsi::arg_reader<int >() (args, heap) : gsi::arg_maker<int >() (-1, heap);
|
||||
ret.write<QString > ((QString)QCommandLineParser::tr (arg1, arg2, arg3));
|
||||
}
|
||||
|
|
@ -533,7 +553,7 @@ static void _init_f_trUtf8_4013 (qt_gsi::GenericStaticMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("sourceText");
|
||||
decl->add_arg<const char * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("disambiguation", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("disambiguation", true, "nullptr");
|
||||
decl->add_arg<const char * > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("n", true, "-1");
|
||||
decl->add_arg<int > (argspec_2);
|
||||
|
|
@ -545,7 +565,7 @@ static void _call_f_trUtf8_4013 (const qt_gsi::GenericStaticMethod * /*decl*/, g
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const char *arg1 = gsi::arg_reader<const char * >() (args, heap);
|
||||
const char *arg2 = args ? gsi::arg_reader<const char * >() (args, heap) : gsi::arg_maker<const char * >() (0, heap);
|
||||
const char *arg2 = args ? gsi::arg_reader<const char * >() (args, heap) : gsi::arg_maker<const char * >() (nullptr, heap);
|
||||
int arg3 = args ? gsi::arg_reader<int >() (args, heap) : gsi::arg_maker<int >() (-1, heap);
|
||||
ret.write<QString > ((QString)QCommandLineParser::trUtf8 (arg1, arg2, arg3));
|
||||
}
|
||||
|
|
@ -575,6 +595,7 @@ static gsi::Methods methods_QCommandLineParser () {
|
|||
methods += new qt_gsi::GenericMethod ("process", "@brief Method void QCommandLineParser::process(const QStringList &arguments)\n", false, &_init_f_process_2437, &_call_f_process_2437);
|
||||
methods += new qt_gsi::GenericMethod ("process", "@brief Method void QCommandLineParser::process(const QCoreApplication &app)\n", false, &_init_f_process_2927, &_call_f_process_2927);
|
||||
methods += new qt_gsi::GenericMethod ("setApplicationDescription|applicationDescription=", "@brief Method void QCommandLineParser::setApplicationDescription(const QString &description)\n", false, &_init_f_setApplicationDescription_2025, &_call_f_setApplicationDescription_2025);
|
||||
methods += new qt_gsi::GenericMethod ("setOptionsAfterPositionalArgumentsMode", "@brief Method void QCommandLineParser::setOptionsAfterPositionalArgumentsMode(QCommandLineParser::OptionsAfterPositionalArgumentsMode mode)\n", false, &_init_f_setOptionsAfterPositionalArgumentsMode_5992, &_call_f_setOptionsAfterPositionalArgumentsMode_5992);
|
||||
methods += new qt_gsi::GenericMethod ("setSingleDashWordOptionMode", "@brief Method void QCommandLineParser::setSingleDashWordOptionMode(QCommandLineParser::SingleDashWordOptionMode parsingMode)\n", false, &_init_f_setSingleDashWordOptionMode_4777, &_call_f_setSingleDashWordOptionMode_4777);
|
||||
methods += new qt_gsi::GenericMethod ("showHelp", "@brief Method void QCommandLineParser::showHelp(int exitCode)\n", false, &_init_f_showHelp_767, &_call_f_showHelp_767);
|
||||
methods += new qt_gsi::GenericMethod ("showVersion", "@brief Method void QCommandLineParser::showVersion()\n", false, &_init_f_showVersion_0, &_call_f_showVersion_0);
|
||||
|
|
@ -598,6 +619,26 @@ GSI_QTCORE_PUBLIC gsi::Class<QCommandLineParser> &qtdecl_QCommandLineParser () {
|
|||
}
|
||||
|
||||
|
||||
// Implementation of the enum wrapper class for QCommandLineParser::OptionsAfterPositionalArgumentsMode
|
||||
namespace qt_gsi
|
||||
{
|
||||
|
||||
static gsi::Enum<QCommandLineParser::OptionsAfterPositionalArgumentsMode> decl_QCommandLineParser_OptionsAfterPositionalArgumentsMode_Enum ("QtCore", "QCommandLineParser_OptionsAfterPositionalArgumentsMode",
|
||||
gsi::enum_const ("ParseAsOptions", QCommandLineParser::ParseAsOptions, "@brief Enum constant QCommandLineParser::ParseAsOptions") +
|
||||
gsi::enum_const ("ParseAsPositionalArguments", QCommandLineParser::ParseAsPositionalArguments, "@brief Enum constant QCommandLineParser::ParseAsPositionalArguments"),
|
||||
"@qt\n@brief This class represents the QCommandLineParser::OptionsAfterPositionalArgumentsMode enum");
|
||||
|
||||
static gsi::QFlagsClass<QCommandLineParser::OptionsAfterPositionalArgumentsMode > decl_QCommandLineParser_OptionsAfterPositionalArgumentsMode_Enums ("QtCore", "QCommandLineParser_QFlags_OptionsAfterPositionalArgumentsMode",
|
||||
"@qt\n@brief This class represents the QFlags<QCommandLineParser::OptionsAfterPositionalArgumentsMode> flag set");
|
||||
|
||||
// Inject the declarations into the parent
|
||||
static gsi::ClassExt<QCommandLineParser> inject_QCommandLineParser_OptionsAfterPositionalArgumentsMode_Enum_in_parent (decl_QCommandLineParser_OptionsAfterPositionalArgumentsMode_Enum.defs ());
|
||||
static gsi::ClassExt<QCommandLineParser> decl_QCommandLineParser_OptionsAfterPositionalArgumentsMode_Enum_as_child (decl_QCommandLineParser_OptionsAfterPositionalArgumentsMode_Enum, "OptionsAfterPositionalArgumentsMode");
|
||||
static gsi::ClassExt<QCommandLineParser> decl_QCommandLineParser_OptionsAfterPositionalArgumentsMode_Enums_as_child (decl_QCommandLineParser_OptionsAfterPositionalArgumentsMode_Enums, "QFlags_OptionsAfterPositionalArgumentsMode");
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Implementation of the enum wrapper class for QCommandLineParser::SingleDashWordOptionMode
|
||||
namespace qt_gsi
|
||||
{
|
||||
|
|
|
|||
|
|
@ -581,7 +581,7 @@ static void _call_f_sendEvent_2411 (const qt_gsi::GenericStaticMethod * /*decl*/
|
|||
|
||||
static void _init_f_sendPostedEvents_1961 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("receiver", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("receiver", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("event_type", true, "0");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
|
|
@ -592,7 +592,7 @@ static void _call_f_sendPostedEvents_1961 (const qt_gsi::GenericStaticMethod * /
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
int arg2 = args ? gsi::arg_reader<int >() (args, heap) : gsi::arg_maker<int >() (0, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
QCoreApplication::sendPostedEvents (arg1, arg2);
|
||||
|
|
@ -875,7 +875,7 @@ static void _init_f_translate_5636 (qt_gsi::GenericStaticMethod *decl)
|
|||
decl->add_arg<const char * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("key");
|
||||
decl->add_arg<const char * > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("disambiguation", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("disambiguation", true, "nullptr");
|
||||
decl->add_arg<const char * > (argspec_2);
|
||||
static gsi::ArgSpecBase argspec_3 ("n", true, "-1");
|
||||
decl->add_arg<int > (argspec_3);
|
||||
|
|
@ -888,7 +888,7 @@ static void _call_f_translate_5636 (const qt_gsi::GenericStaticMethod * /*decl*/
|
|||
tl::Heap heap;
|
||||
const char *arg1 = gsi::arg_reader<const char * >() (args, heap);
|
||||
const char *arg2 = gsi::arg_reader<const char * >() (args, heap);
|
||||
const char *arg3 = args ? gsi::arg_reader<const char * >() (args, heap) : gsi::arg_maker<const char * >() (0, heap);
|
||||
const char *arg3 = args ? gsi::arg_reader<const char * >() (args, heap) : gsi::arg_maker<const char * >() (nullptr, heap);
|
||||
int arg4 = args ? gsi::arg_reader<int >() (args, heap) : gsi::arg_maker<int >() (-1, heap);
|
||||
ret.write<QString > ((QString)QCoreApplication::translate (arg1, arg2, arg3, arg4));
|
||||
}
|
||||
|
|
@ -1037,18 +1037,18 @@ public:
|
|||
emit QCoreApplication::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QCoreApplication::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QCoreApplication::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QCoreApplication::eventFilter(arg1, arg2);
|
||||
return QCoreApplication::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QCoreApplication_Adaptor, bool, QObject *, QEvent *>(&QCoreApplication_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QCoreApplication_Adaptor, bool, QObject *, QEvent *>(&QCoreApplication_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QCoreApplication::eventFilter(arg1, arg2);
|
||||
return QCoreApplication::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1071,33 +1071,33 @@ public:
|
|||
emit QCoreApplication::organizationNameChanged();
|
||||
}
|
||||
|
||||
// [adaptor impl] void QCoreApplication::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QCoreApplication::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QCoreApplication::childEvent(arg1);
|
||||
QCoreApplication::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QCoreApplication_Adaptor, QChildEvent *>(&QCoreApplication_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QCoreApplication_Adaptor, QChildEvent *>(&QCoreApplication_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QCoreApplication::childEvent(arg1);
|
||||
QCoreApplication::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QCoreApplication::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QCoreApplication::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QCoreApplication::customEvent(arg1);
|
||||
QCoreApplication::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QCoreApplication_Adaptor, QEvent *>(&QCoreApplication_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QCoreApplication_Adaptor, QEvent *>(&QCoreApplication_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QCoreApplication::customEvent(arg1);
|
||||
QCoreApplication::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1131,18 +1131,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QCoreApplication::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QCoreApplication::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QCoreApplication::timerEvent(arg1);
|
||||
QCoreApplication::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QCoreApplication_Adaptor, QTimerEvent *>(&QCoreApplication_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QCoreApplication_Adaptor, QTimerEvent *>(&QCoreApplication_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QCoreApplication::timerEvent(arg1);
|
||||
QCoreApplication::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1198,11 +1198,11 @@ static void _call_emitter_applicationVersionChanged_0 (const qt_gsi::GenericMeth
|
|||
}
|
||||
|
||||
|
||||
// void QCoreApplication::childEvent(QChildEvent *)
|
||||
// void QCoreApplication::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1222,11 +1222,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QCoreApplication::customEvent(QEvent *)
|
||||
// void QCoreApplication::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1250,7 +1250,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1259,7 +1259,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QCoreApplication_Adaptor *)cls)->emitter_QCoreApplication_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -1311,13 +1311,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QCoreApplication::eventFilter(QObject *, QEvent *)
|
||||
// bool QCoreApplication::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1447,11 +1447,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QCoreApplication::timerEvent(QTimerEvent *)
|
||||
// void QCoreApplication::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1481,16 +1481,16 @@ static gsi::Methods methods_QCoreApplication_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_aboutToQuit", "@brief Emitter for signal void QCoreApplication::aboutToQuit()\nCall this method to emit this signal.", false, &_init_emitter_aboutToQuit_3584, &_call_emitter_aboutToQuit_3584);
|
||||
methods += new qt_gsi::GenericMethod ("emit_applicationNameChanged", "@brief Emitter for signal void QCoreApplication::applicationNameChanged()\nCall this method to emit this signal.", false, &_init_emitter_applicationNameChanged_0, &_call_emitter_applicationNameChanged_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_applicationVersionChanged", "@brief Emitter for signal void QCoreApplication::applicationVersionChanged()\nCall this method to emit this signal.", false, &_init_emitter_applicationVersionChanged_0, &_call_emitter_applicationVersionChanged_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QCoreApplication::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QCoreApplication::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QCoreApplication::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QCoreApplication::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QCoreApplication::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QCoreApplication::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QCoreApplication::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QCoreApplication::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QCoreApplication::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QCoreApplication::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 ("emit_objectNameChanged", "@brief Emitter for signal void QCoreApplication::objectNameChanged(const QString &objectName)\nCall this method to emit this signal.", false, &_init_emitter_objectNameChanged_4567, &_call_emitter_objectNameChanged_4567);
|
||||
|
|
@ -1499,7 +1499,7 @@ static gsi::Methods methods_QCoreApplication_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QCoreApplication::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 ("*sender", "@brief Method QObject *QCoreApplication::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 QCoreApplication::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 ("*timerEvent", "@brief Virtual method void QCoreApplication::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QCoreApplication::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -170,6 +170,25 @@ static void _call_f_hash_5532 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi
|
|||
}
|
||||
|
||||
|
||||
// static int QCryptographicHash::hashLength(QCryptographicHash::Algorithm method)
|
||||
|
||||
|
||||
static void _init_f_hashLength_3331 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("method");
|
||||
decl->add_arg<const qt_gsi::Converter<QCryptographicHash::Algorithm>::target_type & > (argspec_0);
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
||||
static void _call_f_hashLength_3331 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const qt_gsi::Converter<QCryptographicHash::Algorithm>::target_type & arg1 = gsi::arg_reader<const qt_gsi::Converter<QCryptographicHash::Algorithm>::target_type & >() (args, heap);
|
||||
ret.write<int > ((int)QCryptographicHash::hashLength (qt_gsi::QtToCppAdaptor<QCryptographicHash::Algorithm>(arg1).cref()));
|
||||
}
|
||||
|
||||
|
||||
|
||||
namespace gsi
|
||||
{
|
||||
|
|
@ -183,6 +202,7 @@ static gsi::Methods methods_QCryptographicHash () {
|
|||
methods += new qt_gsi::GenericMethod ("reset", "@brief Method void QCryptographicHash::reset()\n", false, &_init_f_reset_0, &_call_f_reset_0);
|
||||
methods += new qt_gsi::GenericMethod ("result", "@brief Method QByteArray QCryptographicHash::result()\n", true, &_init_f_result_c0, &_call_f_result_c0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("hash", "@brief Static method QByteArray QCryptographicHash::hash(const QByteArray &data, QCryptographicHash::Algorithm method)\nThis method is static and can be called without an instance.", &_init_f_hash_5532, &_call_f_hash_5532);
|
||||
methods += new qt_gsi::GenericStaticMethod ("hashLength", "@brief Static method int QCryptographicHash::hashLength(QCryptographicHash::Algorithm method)\nThis method is static and can be called without an instance.", &_init_f_hashLength_3331, &_call_f_hashLength_3331);
|
||||
return methods;
|
||||
}
|
||||
|
||||
|
|
@ -208,6 +228,14 @@ static gsi::Enum<QCryptographicHash::Algorithm> decl_QCryptographicHash_Algorith
|
|||
gsi::enum_const ("Sha256", QCryptographicHash::Sha256, "@brief Enum constant QCryptographicHash::Sha256") +
|
||||
gsi::enum_const ("Sha384", QCryptographicHash::Sha384, "@brief Enum constant QCryptographicHash::Sha384") +
|
||||
gsi::enum_const ("Sha512", QCryptographicHash::Sha512, "@brief Enum constant QCryptographicHash::Sha512") +
|
||||
gsi::enum_const ("Keccak_224", QCryptographicHash::Keccak_224, "@brief Enum constant QCryptographicHash::Keccak_224") +
|
||||
gsi::enum_const ("Keccak_256", QCryptographicHash::Keccak_256, "@brief Enum constant QCryptographicHash::Keccak_256") +
|
||||
gsi::enum_const ("Keccak_384", QCryptographicHash::Keccak_384, "@brief Enum constant QCryptographicHash::Keccak_384") +
|
||||
gsi::enum_const ("Keccak_512", QCryptographicHash::Keccak_512, "@brief Enum constant QCryptographicHash::Keccak_512") +
|
||||
gsi::enum_const ("RealSha3_224", QCryptographicHash::RealSha3_224, "@brief Enum constant QCryptographicHash::RealSha3_224") +
|
||||
gsi::enum_const ("RealSha3_256", QCryptographicHash::RealSha3_256, "@brief Enum constant QCryptographicHash::RealSha3_256") +
|
||||
gsi::enum_const ("RealSha3_384", QCryptographicHash::RealSha3_384, "@brief Enum constant QCryptographicHash::RealSha3_384") +
|
||||
gsi::enum_const ("RealSha3_512", QCryptographicHash::RealSha3_512, "@brief Enum constant QCryptographicHash::RealSha3_512") +
|
||||
gsi::enum_const ("Sha3_224", QCryptographicHash::Sha3_224, "@brief Enum constant QCryptographicHash::Sha3_224") +
|
||||
gsi::enum_const ("Sha3_256", QCryptographicHash::Sha3_256, "@brief Enum constant QCryptographicHash::Sha3_256") +
|
||||
gsi::enum_const ("Sha3_384", QCryptographicHash::Sha3_384, "@brief Enum constant QCryptographicHash::Sha3_384") +
|
||||
|
|
|
|||
|
|
@ -319,6 +319,22 @@ static void _call_ctor_QDataStream_2309 (const qt_gsi::GenericStaticMethod * /*d
|
|||
}
|
||||
|
||||
|
||||
// void QDataStream::abortTransaction()
|
||||
|
||||
|
||||
static void _init_f_abortTransaction_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_abortTransaction_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QDataStream *)cls)->abortTransaction ();
|
||||
}
|
||||
|
||||
|
||||
// bool QDataStream::atEnd()
|
||||
|
||||
|
||||
|
|
@ -349,6 +365,21 @@ static void _call_f_byteOrder_c0 (const qt_gsi::GenericMethod * /*decl*/, void *
|
|||
}
|
||||
|
||||
|
||||
// bool QDataStream::commitTransaction()
|
||||
|
||||
|
||||
static void _init_f_commitTransaction_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_commitTransaction_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<bool > ((bool)((QDataStream *)cls)->commitTransaction ());
|
||||
}
|
||||
|
||||
|
||||
// QIODevice *QDataStream::device()
|
||||
|
||||
|
||||
|
|
@ -395,6 +426,22 @@ static void _call_f_resetStatus_0 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// void QDataStream::rollbackTransaction()
|
||||
|
||||
|
||||
static void _init_f_rollbackTransaction_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_rollbackTransaction_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QDataStream *)cls)->rollbackTransaction ();
|
||||
}
|
||||
|
||||
|
||||
// void QDataStream::setByteOrder(QDataStream::ByteOrder)
|
||||
|
||||
|
||||
|
|
@ -514,6 +561,22 @@ static void _call_f_skipRawData_767 (const qt_gsi::GenericMethod * /*decl*/, voi
|
|||
}
|
||||
|
||||
|
||||
// void QDataStream::startTransaction()
|
||||
|
||||
|
||||
static void _init_f_startTransaction_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_startTransaction_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QDataStream *)cls)->startTransaction ();
|
||||
}
|
||||
|
||||
|
||||
// QDataStream::Status QDataStream::status()
|
||||
|
||||
|
||||
|
|
@ -614,17 +677,21 @@ static gsi::Methods methods_QDataStream () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QDataStream::QDataStream(QIODevice *)\nThis method creates an object of class QDataStream.", &_init_ctor_QDataStream_1447, &_call_ctor_QDataStream_1447);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QDataStream::QDataStream(QByteArray *, QFlags<QIODevice::OpenModeFlag> flags)\nThis method creates an object of class QDataStream.", &_init_ctor_QDataStream_4752, &_call_ctor_QDataStream_4752);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QDataStream::QDataStream(const QByteArray &)\nThis method creates an object of class QDataStream.", &_init_ctor_QDataStream_2309, &_call_ctor_QDataStream_2309);
|
||||
methods += new qt_gsi::GenericMethod ("abortTransaction", "@brief Method void QDataStream::abortTransaction()\n", false, &_init_f_abortTransaction_0, &_call_f_abortTransaction_0);
|
||||
methods += new qt_gsi::GenericMethod ("atEnd", "@brief Method bool QDataStream::atEnd()\n", true, &_init_f_atEnd_c0, &_call_f_atEnd_c0);
|
||||
methods += new qt_gsi::GenericMethod (":byteOrder", "@brief Method QDataStream::ByteOrder QDataStream::byteOrder()\n", true, &_init_f_byteOrder_c0, &_call_f_byteOrder_c0);
|
||||
methods += new qt_gsi::GenericMethod ("commitTransaction", "@brief Method bool QDataStream::commitTransaction()\n", false, &_init_f_commitTransaction_0, &_call_f_commitTransaction_0);
|
||||
methods += new qt_gsi::GenericMethod (":device", "@brief Method QIODevice *QDataStream::device()\n", true, &_init_f_device_c0, &_call_f_device_c0);
|
||||
methods += new qt_gsi::GenericMethod (":floatingPointPrecision", "@brief Method QDataStream::FloatingPointPrecision QDataStream::floatingPointPrecision()\n", true, &_init_f_floatingPointPrecision_c0, &_call_f_floatingPointPrecision_c0);
|
||||
methods += new qt_gsi::GenericMethod ("resetStatus", "@brief Method void QDataStream::resetStatus()\n", false, &_init_f_resetStatus_0, &_call_f_resetStatus_0);
|
||||
methods += new qt_gsi::GenericMethod ("rollbackTransaction", "@brief Method void QDataStream::rollbackTransaction()\n", false, &_init_f_rollbackTransaction_0, &_call_f_rollbackTransaction_0);
|
||||
methods += new qt_gsi::GenericMethod ("setByteOrder|byteOrder=", "@brief Method void QDataStream::setByteOrder(QDataStream::ByteOrder)\n", false, &_init_f_setByteOrder_2543, &_call_f_setByteOrder_2543);
|
||||
methods += new qt_gsi::GenericMethod ("setDevice|device=", "@brief Method void QDataStream::setDevice(QIODevice *)\n", false, &_init_f_setDevice_1447, &_call_f_setDevice_1447);
|
||||
methods += new qt_gsi::GenericMethod ("setFloatingPointPrecision|floatingPointPrecision=", "@brief Method void QDataStream::setFloatingPointPrecision(QDataStream::FloatingPointPrecision precision)\n", false, &_init_f_setFloatingPointPrecision_3913, &_call_f_setFloatingPointPrecision_3913);
|
||||
methods += new qt_gsi::GenericMethod ("setStatus|status=", "@brief Method void QDataStream::setStatus(QDataStream::Status status)\n", false, &_init_f_setStatus_2275, &_call_f_setStatus_2275);
|
||||
methods += new qt_gsi::GenericMethod ("setVersion|version=", "@brief Method void QDataStream::setVersion(int)\n", false, &_init_f_setVersion_767, &_call_f_setVersion_767);
|
||||
methods += new qt_gsi::GenericMethod ("skipRawData", "@brief Method int QDataStream::skipRawData(int len)\n", false, &_init_f_skipRawData_767, &_call_f_skipRawData_767);
|
||||
methods += new qt_gsi::GenericMethod ("startTransaction", "@brief Method void QDataStream::startTransaction()\n", false, &_init_f_startTransaction_0, &_call_f_startTransaction_0);
|
||||
methods += new qt_gsi::GenericMethod (":status", "@brief Method QDataStream::Status QDataStream::status()\n", true, &_init_f_status_c0, &_call_f_status_c0);
|
||||
methods += new qt_gsi::GenericMethod ("unsetDevice", "@brief Method void QDataStream::unsetDevice()\n", false, &_init_f_unsetDevice_0, &_call_f_unsetDevice_0);
|
||||
methods += new qt_gsi::GenericMethod (":version", "@brief Method int QDataStream::version()\n", true, &_init_f_version_c0, &_call_f_version_c0);
|
||||
|
|
|
|||
|
|
@ -252,6 +252,32 @@ static void _call_f_getDate_2643 (const qt_gsi::GenericMethod * /*decl*/, void *
|
|||
}
|
||||
|
||||
|
||||
// void QDate::getDate(int *year, int *month, int *day)
|
||||
|
||||
|
||||
static void _init_f_getDate_c2643 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("year");
|
||||
decl->add_arg<int * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("month");
|
||||
decl->add_arg<int * > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("day");
|
||||
decl->add_arg<int * > (argspec_2);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_getDate_c2643 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int *arg1 = gsi::arg_reader<int * >() (args, heap);
|
||||
int *arg2 = gsi::arg_reader<int * >() (args, heap);
|
||||
int *arg3 = gsi::arg_reader<int * >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QDate *)cls)->getDate (arg1, arg2, arg3);
|
||||
}
|
||||
|
||||
|
||||
// bool QDate::isNull()
|
||||
|
||||
|
||||
|
|
@ -494,7 +520,7 @@ static void _call_f_toString_c2025 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
|
||||
static void _init_f_weekNumber_c953 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("yearNum", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("yearNum", true, "nullptr");
|
||||
decl->add_arg<int * > (argspec_0);
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
|
@ -503,7 +529,7 @@ static void _call_f_weekNumber_c953 (const qt_gsi::GenericMethod * /*decl*/, voi
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int *arg1 = args ? gsi::arg_reader<int * >() (args, heap) : gsi::arg_maker<int * >() (0, heap);
|
||||
int *arg1 = args ? gsi::arg_reader<int * >() (args, heap) : gsi::arg_maker<int * >() (nullptr, heap);
|
||||
ret.write<int > ((int)((QDate *)cls)->weekNumber (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -538,12 +564,12 @@ static void _call_f_currentDate_0 (const qt_gsi::GenericStaticMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// static QDate QDate::fromJulianDay(qint64 jd)
|
||||
// static QDate QDate::fromJulianDay(qint64 jd_)
|
||||
|
||||
|
||||
static void _init_f_fromJulianDay_986 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("jd");
|
||||
static gsi::ArgSpecBase argspec_0 ("jd_");
|
||||
decl->add_arg<qint64 > (argspec_0);
|
||||
decl->set_return<QDate > ();
|
||||
}
|
||||
|
|
@ -751,6 +777,7 @@ static gsi::Methods methods_QDate () {
|
|||
methods += new qt_gsi::GenericMethod ("daysInYear", "@brief Method int QDate::daysInYear()\n", true, &_init_f_daysInYear_c0, &_call_f_daysInYear_c0);
|
||||
methods += new qt_gsi::GenericMethod ("daysTo", "@brief Method qint64 QDate::daysTo(const QDate &)\n", true, &_init_f_daysTo_c1776, &_call_f_daysTo_c1776);
|
||||
methods += new qt_gsi::GenericMethod ("getDate", "@brief Method void QDate::getDate(int *year, int *month, int *day)\n", false, &_init_f_getDate_2643, &_call_f_getDate_2643);
|
||||
methods += new qt_gsi::GenericMethod ("getDate", "@brief Method void QDate::getDate(int *year, int *month, int *day)\n", true, &_init_f_getDate_c2643, &_call_f_getDate_c2643);
|
||||
methods += new qt_gsi::GenericMethod ("isNull?", "@brief Method bool QDate::isNull()\n", true, &_init_f_isNull_c0, &_call_f_isNull_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isValid?", "@brief Method bool QDate::isValid()\n", true, &_init_f_isValid_c0, &_call_f_isValid_c0);
|
||||
methods += new qt_gsi::GenericMethod ("month", "@brief Method int QDate::month()\n", true, &_init_f_month_c0, &_call_f_month_c0);
|
||||
|
|
@ -767,7 +794,7 @@ static gsi::Methods methods_QDate () {
|
|||
methods += new qt_gsi::GenericMethod ("weekNumber", "@brief Method int QDate::weekNumber(int *yearNum)\n", true, &_init_f_weekNumber_c953, &_call_f_weekNumber_c953);
|
||||
methods += new qt_gsi::GenericMethod ("year", "@brief Method int QDate::year()\n", true, &_init_f_year_c0, &_call_f_year_c0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("currentDate", "@brief Static method QDate QDate::currentDate()\nThis method is static and can be called without an instance.", &_init_f_currentDate_0, &_call_f_currentDate_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromJulianDay", "@brief Static method QDate QDate::fromJulianDay(qint64 jd)\nThis method is static and can be called without an instance.", &_init_f_fromJulianDay_986, &_call_f_fromJulianDay_986);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromJulianDay", "@brief Static method QDate QDate::fromJulianDay(qint64 jd_)\nThis method is static and can be called without an instance.", &_init_f_fromJulianDay_986, &_call_f_fromJulianDay_986);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromString", "@brief Static method QDate QDate::fromString(const QString &s, Qt::DateFormat f)\nThis method is static and can be called without an instance.", &_init_f_fromString_3665, &_call_f_fromString_3665);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromString", "@brief Static method QDate QDate::fromString(const QString &s, const QString &format)\nThis method is static and can be called without an instance.", &_init_f_fromString_3942, &_call_f_fromString_3942);
|
||||
methods += new qt_gsi::GenericStaticMethod ("isLeapYear?", "@brief Static method bool QDate::isLeapYear(int year)\nThis method is static and can be called without an instance.", &_init_f_isLeapYear_767, &_call_f_isLeapYear_767);
|
||||
|
|
|
|||
|
|
@ -589,6 +589,26 @@ static void _call_f_setOffsetFromUtc_767 (const qt_gsi::GenericMethod * /*decl*/
|
|||
}
|
||||
|
||||
|
||||
// void QDateTime::setSecsSinceEpoch(qint64 secs)
|
||||
|
||||
|
||||
static void _init_f_setSecsSinceEpoch_986 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("secs");
|
||||
decl->add_arg<qint64 > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setSecsSinceEpoch_986 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
qint64 arg1 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QDateTime *)cls)->setSecsSinceEpoch (arg1);
|
||||
}
|
||||
|
||||
|
||||
// void QDateTime::setTime(const QTime &time)
|
||||
|
||||
|
||||
|
|
@ -818,6 +838,21 @@ static void _call_f_toOffsetFromUtc_c767 (const qt_gsi::GenericMethod * /*decl*/
|
|||
}
|
||||
|
||||
|
||||
// qint64 QDateTime::toSecsSinceEpoch()
|
||||
|
||||
|
||||
static void _init_f_toSecsSinceEpoch_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<qint64 > ();
|
||||
}
|
||||
|
||||
static void _call_f_toSecsSinceEpoch_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<qint64 > ((qint64)((QDateTime *)cls)->toSecsSinceEpoch ());
|
||||
}
|
||||
|
||||
|
||||
// QString QDateTime::toString(Qt::DateFormat f)
|
||||
|
||||
|
||||
|
|
@ -984,6 +1019,21 @@ static void _call_f_currentMSecsSinceEpoch_0 (const qt_gsi::GenericStaticMethod
|
|||
}
|
||||
|
||||
|
||||
// static qint64 QDateTime::currentSecsSinceEpoch()
|
||||
|
||||
|
||||
static void _init_f_currentSecsSinceEpoch_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<qint64 > ();
|
||||
}
|
||||
|
||||
static void _call_f_currentSecsSinceEpoch_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<qint64 > ((qint64)QDateTime::currentSecsSinceEpoch ());
|
||||
}
|
||||
|
||||
|
||||
// static QDateTime QDateTime::fromMSecsSinceEpoch(qint64 msecs)
|
||||
|
||||
|
||||
|
|
@ -1050,6 +1100,53 @@ static void _call_f_fromMSecsSinceEpoch_3083 (const qt_gsi::GenericStaticMethod
|
|||
}
|
||||
|
||||
|
||||
// static QDateTime QDateTime::fromSecsSinceEpoch(qint64 secs, Qt::TimeSpec spe, int offsetFromUtc)
|
||||
|
||||
|
||||
static void _init_f_fromSecsSinceEpoch_3080 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("secs");
|
||||
decl->add_arg<qint64 > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("spe", true, "Qt::LocalTime");
|
||||
decl->add_arg<const qt_gsi::Converter<Qt::TimeSpec>::target_type & > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("offsetFromUtc", true, "0");
|
||||
decl->add_arg<int > (argspec_2);
|
||||
decl->set_return<QDateTime > ();
|
||||
}
|
||||
|
||||
static void _call_f_fromSecsSinceEpoch_3080 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
qint64 arg1 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
const qt_gsi::Converter<Qt::TimeSpec>::target_type & arg2 = args ? gsi::arg_reader<const qt_gsi::Converter<Qt::TimeSpec>::target_type & >() (args, heap) : gsi::arg_maker<const qt_gsi::Converter<Qt::TimeSpec>::target_type & >() (qt_gsi::CppToQtReadAdaptor<Qt::TimeSpec>(heap, Qt::LocalTime), heap);
|
||||
int arg3 = args ? gsi::arg_reader<int >() (args, heap) : gsi::arg_maker<int >() (0, heap);
|
||||
ret.write<QDateTime > ((QDateTime)QDateTime::fromSecsSinceEpoch (arg1, qt_gsi::QtToCppAdaptor<Qt::TimeSpec>(arg2).cref(), arg3));
|
||||
}
|
||||
|
||||
|
||||
// static QDateTime QDateTime::fromSecsSinceEpoch(qint64 secs, const QTimeZone &timeZone)
|
||||
|
||||
|
||||
static void _init_f_fromSecsSinceEpoch_3083 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("secs");
|
||||
decl->add_arg<qint64 > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("timeZone");
|
||||
decl->add_arg<const QTimeZone & > (argspec_1);
|
||||
decl->set_return<QDateTime > ();
|
||||
}
|
||||
|
||||
static void _call_f_fromSecsSinceEpoch_3083 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
qint64 arg1 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
const QTimeZone &arg2 = gsi::arg_reader<const QTimeZone & >() (args, heap);
|
||||
ret.write<QDateTime > ((QDateTime)QDateTime::fromSecsSinceEpoch (arg1, arg2));
|
||||
}
|
||||
|
||||
|
||||
// static QDateTime QDateTime::fromString(const QString &s, Qt::DateFormat f)
|
||||
|
||||
|
||||
|
|
@ -1195,6 +1292,7 @@ static gsi::Methods methods_QDateTime () {
|
|||
methods += new qt_gsi::GenericMethod ("setDate|date=", "@brief Method void QDateTime::setDate(const QDate &date)\n", false, &_init_f_setDate_1776, &_call_f_setDate_1776);
|
||||
methods += new qt_gsi::GenericMethod ("setMSecsSinceEpoch", "@brief Method void QDateTime::setMSecsSinceEpoch(qint64 msecs)\n", false, &_init_f_setMSecsSinceEpoch_986, &_call_f_setMSecsSinceEpoch_986);
|
||||
methods += new qt_gsi::GenericMethod ("setOffsetFromUtc|offsetFromUtc=", "@brief Method void QDateTime::setOffsetFromUtc(int offsetSeconds)\n", false, &_init_f_setOffsetFromUtc_767, &_call_f_setOffsetFromUtc_767);
|
||||
methods += new qt_gsi::GenericMethod ("setSecsSinceEpoch", "@brief Method void QDateTime::setSecsSinceEpoch(qint64 secs)\n", false, &_init_f_setSecsSinceEpoch_986, &_call_f_setSecsSinceEpoch_986);
|
||||
methods += new qt_gsi::GenericMethod ("setTime|time=", "@brief Method void QDateTime::setTime(const QTime &time)\n", false, &_init_f_setTime_1793, &_call_f_setTime_1793);
|
||||
methods += new qt_gsi::GenericMethod ("setTimeSpec|timeSpec=", "@brief Method void QDateTime::setTimeSpec(Qt::TimeSpec spec)\n", false, &_init_f_setTimeSpec_1543, &_call_f_setTimeSpec_1543);
|
||||
methods += new qt_gsi::GenericMethod ("setTimeZone|timeZone=", "@brief Method void QDateTime::setTimeZone(const QTimeZone &toZone)\n", false, &_init_f_setTimeZone_2205, &_call_f_setTimeZone_2205);
|
||||
|
|
@ -1208,6 +1306,7 @@ static gsi::Methods methods_QDateTime () {
|
|||
methods += new qt_gsi::GenericMethod ("toLocalTime", "@brief Method QDateTime QDateTime::toLocalTime()\n", true, &_init_f_toLocalTime_c0, &_call_f_toLocalTime_c0);
|
||||
methods += new qt_gsi::GenericMethod ("toMSecsSinceEpoch", "@brief Method qint64 QDateTime::toMSecsSinceEpoch()\n", true, &_init_f_toMSecsSinceEpoch_c0, &_call_f_toMSecsSinceEpoch_c0);
|
||||
methods += new qt_gsi::GenericMethod ("toOffsetFromUtc", "@brief Method QDateTime QDateTime::toOffsetFromUtc(int offsetSeconds)\n", true, &_init_f_toOffsetFromUtc_c767, &_call_f_toOffsetFromUtc_c767);
|
||||
methods += new qt_gsi::GenericMethod ("toSecsSinceEpoch", "@brief Method qint64 QDateTime::toSecsSinceEpoch()\n", true, &_init_f_toSecsSinceEpoch_c0, &_call_f_toSecsSinceEpoch_c0);
|
||||
methods += new qt_gsi::GenericMethod ("toString", "@brief Method QString QDateTime::toString(Qt::DateFormat f)\n", true, &_init_f_toString_c1748, &_call_f_toString_c1748);
|
||||
methods += new qt_gsi::GenericMethod ("toString", "@brief Method QString QDateTime::toString(const QString &format)\n", true, &_init_f_toString_c2025, &_call_f_toString_c2025);
|
||||
methods += new qt_gsi::GenericMethod ("toTimeSpec", "@brief Method QDateTime QDateTime::toTimeSpec(Qt::TimeSpec spec)\n", true, &_init_f_toTimeSpec_c1543, &_call_f_toTimeSpec_c1543);
|
||||
|
|
@ -1218,9 +1317,12 @@ static gsi::Methods methods_QDateTime () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("currentDateTime", "@brief Static method QDateTime QDateTime::currentDateTime()\nThis method is static and can be called without an instance.", &_init_f_currentDateTime_0, &_call_f_currentDateTime_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("currentDateTimeUtc", "@brief Static method QDateTime QDateTime::currentDateTimeUtc()\nThis method is static and can be called without an instance.", &_init_f_currentDateTimeUtc_0, &_call_f_currentDateTimeUtc_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("currentMSecsSinceEpoch", "@brief Static method qint64 QDateTime::currentMSecsSinceEpoch()\nThis method is static and can be called without an instance.", &_init_f_currentMSecsSinceEpoch_0, &_call_f_currentMSecsSinceEpoch_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("currentSecsSinceEpoch", "@brief Static method qint64 QDateTime::currentSecsSinceEpoch()\nThis method is static and can be called without an instance.", &_init_f_currentSecsSinceEpoch_0, &_call_f_currentSecsSinceEpoch_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromMSecsSinceEpoch", "@brief Static method QDateTime QDateTime::fromMSecsSinceEpoch(qint64 msecs)\nThis method is static and can be called without an instance.", &_init_f_fromMSecsSinceEpoch_986, &_call_f_fromMSecsSinceEpoch_986);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromMSecsSinceEpoch", "@brief Static method QDateTime QDateTime::fromMSecsSinceEpoch(qint64 msecs, Qt::TimeSpec spec, int offsetFromUtc)\nThis method is static and can be called without an instance.", &_init_f_fromMSecsSinceEpoch_3080, &_call_f_fromMSecsSinceEpoch_3080);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromMSecsSinceEpoch", "@brief Static method QDateTime QDateTime::fromMSecsSinceEpoch(qint64 msecs, const QTimeZone &timeZone)\nThis method is static and can be called without an instance.", &_init_f_fromMSecsSinceEpoch_3083, &_call_f_fromMSecsSinceEpoch_3083);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromSecsSinceEpoch", "@brief Static method QDateTime QDateTime::fromSecsSinceEpoch(qint64 secs, Qt::TimeSpec spe, int offsetFromUtc)\nThis method is static and can be called without an instance.", &_init_f_fromSecsSinceEpoch_3080, &_call_f_fromSecsSinceEpoch_3080);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromSecsSinceEpoch", "@brief Static method QDateTime QDateTime::fromSecsSinceEpoch(qint64 secs, const QTimeZone &timeZone)\nThis method is static and can be called without an instance.", &_init_f_fromSecsSinceEpoch_3083, &_call_f_fromSecsSinceEpoch_3083);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromString", "@brief Static method QDateTime QDateTime::fromString(const QString &s, Qt::DateFormat f)\nThis method is static and can be called without an instance.", &_init_f_fromString_3665, &_call_f_fromString_3665);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromString", "@brief Static method QDateTime QDateTime::fromString(const QString &s, const QString &format)\nThis method is static and can be called without an instance.", &_init_f_fromString_3942, &_call_f_fromString_3942);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromTime_t", "@brief Static method QDateTime QDateTime::fromTime_t(unsigned int secsSince1Jan1970UTC)\nThis method is static and can be called without an instance.", &_init_f_fromTime_t_1772, &_call_f_fromTime_t_1772);
|
||||
|
|
|
|||
|
|
@ -0,0 +1,479 @@
|
|||
|
||||
/*
|
||||
|
||||
KLayout Layout Viewer
|
||||
Copyright (C) 2006-2023 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 gsiDeclQDeadlineTimer.cc
|
||||
*
|
||||
* DO NOT EDIT THIS FILE.
|
||||
* This file has been created automatically
|
||||
*/
|
||||
|
||||
#include <QDeadlineTimer>
|
||||
#include "gsiQt.h"
|
||||
#include "gsiQtCoreCommon.h"
|
||||
#include <memory>
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// class QDeadlineTimer
|
||||
|
||||
// Constructor QDeadlineTimer::QDeadlineTimer(Qt::TimerType type_)
|
||||
|
||||
|
||||
static void _init_ctor_QDeadlineTimer_1680 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("type_", true, "Qt::CoarseTimer");
|
||||
decl->add_arg<const qt_gsi::Converter<Qt::TimerType>::target_type & > (argspec_0);
|
||||
decl->set_return_new<QDeadlineTimer> ();
|
||||
}
|
||||
|
||||
static void _call_ctor_QDeadlineTimer_1680 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const qt_gsi::Converter<Qt::TimerType>::target_type & arg1 = args ? gsi::arg_reader<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (args, heap) : gsi::arg_maker<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (qt_gsi::CppToQtReadAdaptor<Qt::TimerType>(heap, Qt::CoarseTimer), heap);
|
||||
ret.write<QDeadlineTimer *> (new QDeadlineTimer (qt_gsi::QtToCppAdaptor<Qt::TimerType>(arg1).cref()));
|
||||
}
|
||||
|
||||
|
||||
// Constructor QDeadlineTimer::QDeadlineTimer(QDeadlineTimer::ForeverConstant, Qt::TimerType type_)
|
||||
|
||||
|
||||
static void _init_ctor_QDeadlineTimer_5079 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
decl->add_arg<const qt_gsi::Converter<QDeadlineTimer::ForeverConstant>::target_type & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("type_", true, "Qt::CoarseTimer");
|
||||
decl->add_arg<const qt_gsi::Converter<Qt::TimerType>::target_type & > (argspec_1);
|
||||
decl->set_return_new<QDeadlineTimer> ();
|
||||
}
|
||||
|
||||
static void _call_ctor_QDeadlineTimer_5079 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const qt_gsi::Converter<QDeadlineTimer::ForeverConstant>::target_type & arg1 = gsi::arg_reader<const qt_gsi::Converter<QDeadlineTimer::ForeverConstant>::target_type & >() (args, heap);
|
||||
const qt_gsi::Converter<Qt::TimerType>::target_type & arg2 = args ? gsi::arg_reader<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (args, heap) : gsi::arg_maker<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (qt_gsi::CppToQtReadAdaptor<Qt::TimerType>(heap, Qt::CoarseTimer), heap);
|
||||
ret.write<QDeadlineTimer *> (new QDeadlineTimer (qt_gsi::QtToCppAdaptor<QDeadlineTimer::ForeverConstant>(arg1).cref(), qt_gsi::QtToCppAdaptor<Qt::TimerType>(arg2).cref()));
|
||||
}
|
||||
|
||||
|
||||
// Constructor QDeadlineTimer::QDeadlineTimer(qint64 msecs, Qt::TimerType type)
|
||||
|
||||
|
||||
static void _init_ctor_QDeadlineTimer_2558 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("msecs");
|
||||
decl->add_arg<qint64 > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("type", true, "Qt::CoarseTimer");
|
||||
decl->add_arg<const qt_gsi::Converter<Qt::TimerType>::target_type & > (argspec_1);
|
||||
decl->set_return_new<QDeadlineTimer> ();
|
||||
}
|
||||
|
||||
static void _call_ctor_QDeadlineTimer_2558 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
qint64 arg1 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
const qt_gsi::Converter<Qt::TimerType>::target_type & arg2 = args ? gsi::arg_reader<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (args, heap) : gsi::arg_maker<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (qt_gsi::CppToQtReadAdaptor<Qt::TimerType>(heap, Qt::CoarseTimer), heap);
|
||||
ret.write<QDeadlineTimer *> (new QDeadlineTimer (arg1, qt_gsi::QtToCppAdaptor<Qt::TimerType>(arg2).cref()));
|
||||
}
|
||||
|
||||
|
||||
// qint64 QDeadlineTimer::deadline()
|
||||
|
||||
|
||||
static void _init_f_deadline_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<qint64 > ();
|
||||
}
|
||||
|
||||
static void _call_f_deadline_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<qint64 > ((qint64)((QDeadlineTimer *)cls)->deadline ());
|
||||
}
|
||||
|
||||
|
||||
// qint64 QDeadlineTimer::deadlineNSecs()
|
||||
|
||||
|
||||
static void _init_f_deadlineNSecs_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<qint64 > ();
|
||||
}
|
||||
|
||||
static void _call_f_deadlineNSecs_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<qint64 > ((qint64)((QDeadlineTimer *)cls)->deadlineNSecs ());
|
||||
}
|
||||
|
||||
|
||||
// bool QDeadlineTimer::hasExpired()
|
||||
|
||||
|
||||
static void _init_f_hasExpired_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_hasExpired_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<bool > ((bool)((QDeadlineTimer *)cls)->hasExpired ());
|
||||
}
|
||||
|
||||
|
||||
// bool QDeadlineTimer::isForever()
|
||||
|
||||
|
||||
static void _init_f_isForever_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_isForever_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<bool > ((bool)((QDeadlineTimer *)cls)->isForever ());
|
||||
}
|
||||
|
||||
|
||||
// QDeadlineTimer &QDeadlineTimer::operator+=(qint64 msecs)
|
||||
|
||||
|
||||
static void _init_f_operator_plus__eq__986 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("msecs");
|
||||
decl->add_arg<qint64 > (argspec_0);
|
||||
decl->set_return<QDeadlineTimer & > ();
|
||||
}
|
||||
|
||||
static void _call_f_operator_plus__eq__986 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
qint64 arg1 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
ret.write<QDeadlineTimer & > ((QDeadlineTimer &)((QDeadlineTimer *)cls)->operator+= (arg1));
|
||||
}
|
||||
|
||||
|
||||
// QDeadlineTimer &QDeadlineTimer::operator-=(qint64 msecs)
|
||||
|
||||
|
||||
static void _init_f_operator_minus__eq__986 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("msecs");
|
||||
decl->add_arg<qint64 > (argspec_0);
|
||||
decl->set_return<QDeadlineTimer & > ();
|
||||
}
|
||||
|
||||
static void _call_f_operator_minus__eq__986 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
qint64 arg1 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
ret.write<QDeadlineTimer & > ((QDeadlineTimer &)((QDeadlineTimer *)cls)->operator-= (arg1));
|
||||
}
|
||||
|
||||
|
||||
// qint64 QDeadlineTimer::remainingTime()
|
||||
|
||||
|
||||
static void _init_f_remainingTime_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<qint64 > ();
|
||||
}
|
||||
|
||||
static void _call_f_remainingTime_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<qint64 > ((qint64)((QDeadlineTimer *)cls)->remainingTime ());
|
||||
}
|
||||
|
||||
|
||||
// qint64 QDeadlineTimer::remainingTimeNSecs()
|
||||
|
||||
|
||||
static void _init_f_remainingTimeNSecs_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<qint64 > ();
|
||||
}
|
||||
|
||||
static void _call_f_remainingTimeNSecs_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<qint64 > ((qint64)((QDeadlineTimer *)cls)->remainingTimeNSecs ());
|
||||
}
|
||||
|
||||
|
||||
// void QDeadlineTimer::setDeadline(qint64 msecs, Qt::TimerType timerType)
|
||||
|
||||
|
||||
static void _init_f_setDeadline_2558 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("msecs");
|
||||
decl->add_arg<qint64 > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("timerType", true, "Qt::CoarseTimer");
|
||||
decl->add_arg<const qt_gsi::Converter<Qt::TimerType>::target_type & > (argspec_1);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setDeadline_2558 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
qint64 arg1 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
const qt_gsi::Converter<Qt::TimerType>::target_type & arg2 = args ? gsi::arg_reader<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (args, heap) : gsi::arg_maker<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (qt_gsi::CppToQtReadAdaptor<Qt::TimerType>(heap, Qt::CoarseTimer), heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QDeadlineTimer *)cls)->setDeadline (arg1, qt_gsi::QtToCppAdaptor<Qt::TimerType>(arg2).cref());
|
||||
}
|
||||
|
||||
|
||||
// void QDeadlineTimer::setPreciseDeadline(qint64 secs, qint64 nsecs, Qt::TimerType type)
|
||||
|
||||
|
||||
static void _init_f_setPreciseDeadline_3436 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("secs");
|
||||
decl->add_arg<qint64 > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("nsecs", true, "0");
|
||||
decl->add_arg<qint64 > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("type", true, "Qt::CoarseTimer");
|
||||
decl->add_arg<const qt_gsi::Converter<Qt::TimerType>::target_type & > (argspec_2);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setPreciseDeadline_3436 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
qint64 arg1 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
qint64 arg2 = args ? gsi::arg_reader<qint64 >() (args, heap) : gsi::arg_maker<qint64 >() (0, heap);
|
||||
const qt_gsi::Converter<Qt::TimerType>::target_type & arg3 = args ? gsi::arg_reader<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (args, heap) : gsi::arg_maker<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (qt_gsi::CppToQtReadAdaptor<Qt::TimerType>(heap, Qt::CoarseTimer), heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QDeadlineTimer *)cls)->setPreciseDeadline (arg1, arg2, qt_gsi::QtToCppAdaptor<Qt::TimerType>(arg3).cref());
|
||||
}
|
||||
|
||||
|
||||
// void QDeadlineTimer::setPreciseRemainingTime(qint64 secs, qint64 nsecs, Qt::TimerType type)
|
||||
|
||||
|
||||
static void _init_f_setPreciseRemainingTime_3436 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("secs");
|
||||
decl->add_arg<qint64 > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("nsecs", true, "0");
|
||||
decl->add_arg<qint64 > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("type", true, "Qt::CoarseTimer");
|
||||
decl->add_arg<const qt_gsi::Converter<Qt::TimerType>::target_type & > (argspec_2);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setPreciseRemainingTime_3436 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
qint64 arg1 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
qint64 arg2 = args ? gsi::arg_reader<qint64 >() (args, heap) : gsi::arg_maker<qint64 >() (0, heap);
|
||||
const qt_gsi::Converter<Qt::TimerType>::target_type & arg3 = args ? gsi::arg_reader<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (args, heap) : gsi::arg_maker<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (qt_gsi::CppToQtReadAdaptor<Qt::TimerType>(heap, Qt::CoarseTimer), heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QDeadlineTimer *)cls)->setPreciseRemainingTime (arg1, arg2, qt_gsi::QtToCppAdaptor<Qt::TimerType>(arg3).cref());
|
||||
}
|
||||
|
||||
|
||||
// void QDeadlineTimer::setRemainingTime(qint64 msecs, Qt::TimerType type)
|
||||
|
||||
|
||||
static void _init_f_setRemainingTime_2558 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("msecs");
|
||||
decl->add_arg<qint64 > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("type", true, "Qt::CoarseTimer");
|
||||
decl->add_arg<const qt_gsi::Converter<Qt::TimerType>::target_type & > (argspec_1);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setRemainingTime_2558 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
qint64 arg1 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
const qt_gsi::Converter<Qt::TimerType>::target_type & arg2 = args ? gsi::arg_reader<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (args, heap) : gsi::arg_maker<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (qt_gsi::CppToQtReadAdaptor<Qt::TimerType>(heap, Qt::CoarseTimer), heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QDeadlineTimer *)cls)->setRemainingTime (arg1, qt_gsi::QtToCppAdaptor<Qt::TimerType>(arg2).cref());
|
||||
}
|
||||
|
||||
|
||||
// void QDeadlineTimer::setTimerType(Qt::TimerType type)
|
||||
|
||||
|
||||
static void _init_f_setTimerType_1680 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("type");
|
||||
decl->add_arg<const qt_gsi::Converter<Qt::TimerType>::target_type & > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setTimerType_1680 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const qt_gsi::Converter<Qt::TimerType>::target_type & arg1 = gsi::arg_reader<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QDeadlineTimer *)cls)->setTimerType (qt_gsi::QtToCppAdaptor<Qt::TimerType>(arg1).cref());
|
||||
}
|
||||
|
||||
|
||||
// void QDeadlineTimer::swap(QDeadlineTimer &other)
|
||||
|
||||
|
||||
static void _init_f_swap_2002 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("other");
|
||||
decl->add_arg<QDeadlineTimer & > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_swap_2002 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QDeadlineTimer &arg1 = gsi::arg_reader<QDeadlineTimer & >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QDeadlineTimer *)cls)->swap (arg1);
|
||||
}
|
||||
|
||||
|
||||
// Qt::TimerType QDeadlineTimer::timerType()
|
||||
|
||||
|
||||
static void _init_f_timerType_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<qt_gsi::Converter<Qt::TimerType>::target_type > ();
|
||||
}
|
||||
|
||||
static void _call_f_timerType_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<qt_gsi::Converter<Qt::TimerType>::target_type > ((qt_gsi::Converter<Qt::TimerType>::target_type)qt_gsi::CppToQtAdaptor<Qt::TimerType>(((QDeadlineTimer *)cls)->timerType ()));
|
||||
}
|
||||
|
||||
|
||||
// static QDeadlineTimer QDeadlineTimer::addNSecs(QDeadlineTimer dt, qint64 nsecs)
|
||||
|
||||
|
||||
static void _init_f_addNSecs_2698 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("dt");
|
||||
decl->add_arg<QDeadlineTimer > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("nsecs");
|
||||
decl->add_arg<qint64 > (argspec_1);
|
||||
decl->set_return<QDeadlineTimer > ();
|
||||
}
|
||||
|
||||
static void _call_f_addNSecs_2698 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QDeadlineTimer arg1 = gsi::arg_reader<QDeadlineTimer >() (args, heap);
|
||||
qint64 arg2 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
ret.write<QDeadlineTimer > ((QDeadlineTimer)QDeadlineTimer::addNSecs (arg1, arg2));
|
||||
}
|
||||
|
||||
|
||||
// static QDeadlineTimer QDeadlineTimer::current(Qt::TimerType timerType)
|
||||
|
||||
|
||||
static void _init_f_current_1680 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("timerType", true, "Qt::CoarseTimer");
|
||||
decl->add_arg<const qt_gsi::Converter<Qt::TimerType>::target_type & > (argspec_0);
|
||||
decl->set_return<QDeadlineTimer > ();
|
||||
}
|
||||
|
||||
static void _call_f_current_1680 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const qt_gsi::Converter<Qt::TimerType>::target_type & arg1 = args ? gsi::arg_reader<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (args, heap) : gsi::arg_maker<const qt_gsi::Converter<Qt::TimerType>::target_type & >() (qt_gsi::CppToQtReadAdaptor<Qt::TimerType>(heap, Qt::CoarseTimer), heap);
|
||||
ret.write<QDeadlineTimer > ((QDeadlineTimer)QDeadlineTimer::current (qt_gsi::QtToCppAdaptor<Qt::TimerType>(arg1).cref()));
|
||||
}
|
||||
|
||||
|
||||
|
||||
namespace gsi
|
||||
{
|
||||
|
||||
static gsi::Methods methods_QDeadlineTimer () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QDeadlineTimer::QDeadlineTimer(Qt::TimerType type_)\nThis method creates an object of class QDeadlineTimer.", &_init_ctor_QDeadlineTimer_1680, &_call_ctor_QDeadlineTimer_1680);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QDeadlineTimer::QDeadlineTimer(QDeadlineTimer::ForeverConstant, Qt::TimerType type_)\nThis method creates an object of class QDeadlineTimer.", &_init_ctor_QDeadlineTimer_5079, &_call_ctor_QDeadlineTimer_5079);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QDeadlineTimer::QDeadlineTimer(qint64 msecs, Qt::TimerType type)\nThis method creates an object of class QDeadlineTimer.", &_init_ctor_QDeadlineTimer_2558, &_call_ctor_QDeadlineTimer_2558);
|
||||
methods += new qt_gsi::GenericMethod ("deadline", "@brief Method qint64 QDeadlineTimer::deadline()\n", true, &_init_f_deadline_c0, &_call_f_deadline_c0);
|
||||
methods += new qt_gsi::GenericMethod ("deadlineNSecs", "@brief Method qint64 QDeadlineTimer::deadlineNSecs()\n", true, &_init_f_deadlineNSecs_c0, &_call_f_deadlineNSecs_c0);
|
||||
methods += new qt_gsi::GenericMethod ("hasExpired", "@brief Method bool QDeadlineTimer::hasExpired()\n", true, &_init_f_hasExpired_c0, &_call_f_hasExpired_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isForever?", "@brief Method bool QDeadlineTimer::isForever()\n", true, &_init_f_isForever_c0, &_call_f_isForever_c0);
|
||||
methods += new qt_gsi::GenericMethod ("+=", "@brief Method QDeadlineTimer &QDeadlineTimer::operator+=(qint64 msecs)\n", false, &_init_f_operator_plus__eq__986, &_call_f_operator_plus__eq__986);
|
||||
methods += new qt_gsi::GenericMethod ("-=", "@brief Method QDeadlineTimer &QDeadlineTimer::operator-=(qint64 msecs)\n", false, &_init_f_operator_minus__eq__986, &_call_f_operator_minus__eq__986);
|
||||
methods += new qt_gsi::GenericMethod ("remainingTime", "@brief Method qint64 QDeadlineTimer::remainingTime()\n", true, &_init_f_remainingTime_c0, &_call_f_remainingTime_c0);
|
||||
methods += new qt_gsi::GenericMethod ("remainingTimeNSecs", "@brief Method qint64 QDeadlineTimer::remainingTimeNSecs()\n", true, &_init_f_remainingTimeNSecs_c0, &_call_f_remainingTimeNSecs_c0);
|
||||
methods += new qt_gsi::GenericMethod ("setDeadline", "@brief Method void QDeadlineTimer::setDeadline(qint64 msecs, Qt::TimerType timerType)\n", false, &_init_f_setDeadline_2558, &_call_f_setDeadline_2558);
|
||||
methods += new qt_gsi::GenericMethod ("setPreciseDeadline", "@brief Method void QDeadlineTimer::setPreciseDeadline(qint64 secs, qint64 nsecs, Qt::TimerType type)\n", false, &_init_f_setPreciseDeadline_3436, &_call_f_setPreciseDeadline_3436);
|
||||
methods += new qt_gsi::GenericMethod ("setPreciseRemainingTime", "@brief Method void QDeadlineTimer::setPreciseRemainingTime(qint64 secs, qint64 nsecs, Qt::TimerType type)\n", false, &_init_f_setPreciseRemainingTime_3436, &_call_f_setPreciseRemainingTime_3436);
|
||||
methods += new qt_gsi::GenericMethod ("setRemainingTime", "@brief Method void QDeadlineTimer::setRemainingTime(qint64 msecs, Qt::TimerType type)\n", false, &_init_f_setRemainingTime_2558, &_call_f_setRemainingTime_2558);
|
||||
methods += new qt_gsi::GenericMethod ("setTimerType", "@brief Method void QDeadlineTimer::setTimerType(Qt::TimerType type)\n", false, &_init_f_setTimerType_1680, &_call_f_setTimerType_1680);
|
||||
methods += new qt_gsi::GenericMethod ("swap", "@brief Method void QDeadlineTimer::swap(QDeadlineTimer &other)\n", false, &_init_f_swap_2002, &_call_f_swap_2002);
|
||||
methods += new qt_gsi::GenericMethod ("timerType", "@brief Method Qt::TimerType QDeadlineTimer::timerType()\n", true, &_init_f_timerType_c0, &_call_f_timerType_c0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("addNSecs", "@brief Static method QDeadlineTimer QDeadlineTimer::addNSecs(QDeadlineTimer dt, qint64 nsecs)\nThis method is static and can be called without an instance.", &_init_f_addNSecs_2698, &_call_f_addNSecs_2698);
|
||||
methods += new qt_gsi::GenericStaticMethod ("current", "@brief Static method QDeadlineTimer QDeadlineTimer::current(Qt::TimerType timerType)\nThis method is static and can be called without an instance.", &_init_f_current_1680, &_call_f_current_1680);
|
||||
return methods;
|
||||
}
|
||||
|
||||
gsi::Class<QDeadlineTimer> decl_QDeadlineTimer ("QtCore", "QDeadlineTimer",
|
||||
methods_QDeadlineTimer (),
|
||||
"@qt\n@brief Binding of QDeadlineTimer");
|
||||
|
||||
|
||||
GSI_QTCORE_PUBLIC gsi::Class<QDeadlineTimer> &qtdecl_QDeadlineTimer () { return decl_QDeadlineTimer; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Implementation of the enum wrapper class for QDeadlineTimer::ForeverConstant
|
||||
namespace qt_gsi
|
||||
{
|
||||
|
||||
static gsi::Enum<QDeadlineTimer::ForeverConstant> decl_QDeadlineTimer_ForeverConstant_Enum ("QtCore", "QDeadlineTimer_ForeverConstant",
|
||||
gsi::enum_const ("Forever", QDeadlineTimer::Forever, "@brief Enum constant QDeadlineTimer::Forever"),
|
||||
"@qt\n@brief This class represents the QDeadlineTimer::ForeverConstant enum");
|
||||
|
||||
static gsi::QFlagsClass<QDeadlineTimer::ForeverConstant > decl_QDeadlineTimer_ForeverConstant_Enums ("QtCore", "QDeadlineTimer_QFlags_ForeverConstant",
|
||||
"@qt\n@brief This class represents the QFlags<QDeadlineTimer::ForeverConstant> flag set");
|
||||
|
||||
// Inject the declarations into the parent
|
||||
static gsi::ClassExt<QDeadlineTimer> inject_QDeadlineTimer_ForeverConstant_Enum_in_parent (decl_QDeadlineTimer_ForeverConstant_Enum.defs ());
|
||||
static gsi::ClassExt<QDeadlineTimer> decl_QDeadlineTimer_ForeverConstant_Enum_as_child (decl_QDeadlineTimer_ForeverConstant_Enum, "ForeverConstant");
|
||||
static gsi::ClassExt<QDeadlineTimer> decl_QDeadlineTimer_ForeverConstant_Enums_as_child (decl_QDeadlineTimer_ForeverConstant_Enums, "QFlags_ForeverConstant");
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -279,6 +279,26 @@ static void _call_f_setAutoInsertSpaces_864 (const qt_gsi::GenericMethod * /*dec
|
|||
}
|
||||
|
||||
|
||||
// void QDebug::setVerbosity(int verbosityLevel)
|
||||
|
||||
|
||||
static void _init_f_setVerbosity_767 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("verbosityLevel");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setVerbosity_767 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QDebug *)cls)->setVerbosity (arg1);
|
||||
}
|
||||
|
||||
|
||||
// QDebug &QDebug::space()
|
||||
|
||||
|
||||
|
|
@ -314,6 +334,21 @@ static void _call_f_swap_1186 (const qt_gsi::GenericMethod * /*decl*/, void *cls
|
|||
}
|
||||
|
||||
|
||||
// int QDebug::verbosity()
|
||||
|
||||
|
||||
static void _init_f_verbosity_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
||||
static void _call_f_verbosity_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<int > ((int)((QDebug *)cls)->verbosity ());
|
||||
}
|
||||
|
||||
|
||||
|
||||
namespace gsi
|
||||
{
|
||||
|
|
@ -334,8 +369,10 @@ static gsi::Methods methods_QDebug () {
|
|||
methods += new qt_gsi::GenericMethod ("quote", "@brief Method QDebug &QDebug::quote()\n", false, &_init_f_quote_0, &_call_f_quote_0);
|
||||
methods += new qt_gsi::GenericMethod ("resetFormat", "@brief Method QDebug &QDebug::resetFormat()\n", false, &_init_f_resetFormat_0, &_call_f_resetFormat_0);
|
||||
methods += new qt_gsi::GenericMethod ("setAutoInsertSpaces|autoInsertSpaces=", "@brief Method void QDebug::setAutoInsertSpaces(bool b)\n", false, &_init_f_setAutoInsertSpaces_864, &_call_f_setAutoInsertSpaces_864);
|
||||
methods += new qt_gsi::GenericMethod ("setVerbosity", "@brief Method void QDebug::setVerbosity(int verbosityLevel)\n", false, &_init_f_setVerbosity_767, &_call_f_setVerbosity_767);
|
||||
methods += new qt_gsi::GenericMethod ("space", "@brief Method QDebug &QDebug::space()\n", false, &_init_f_space_0, &_call_f_space_0);
|
||||
methods += new qt_gsi::GenericMethod ("swap", "@brief Method void QDebug::swap(QDebug &other)\n", false, &_init_f_swap_1186, &_call_f_swap_1186);
|
||||
methods += new qt_gsi::GenericMethod ("verbosity", "@brief Method int QDebug::verbosity()\n", true, &_init_f_verbosity_c0, &_call_f_verbosity_c0);
|
||||
return methods;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -392,6 +392,25 @@ static void _call_f_isAbsolute_c0 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// bool QDir::isEmpty(QFlags<QDir::Filter> filters)
|
||||
|
||||
|
||||
static void _init_f_isEmpty_c2230 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("filters", true, "QDir::Filters(QDir::AllEntries | QDir::NoDotAndDotDot)");
|
||||
decl->add_arg<QFlags<QDir::Filter> > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_isEmpty_c2230 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QFlags<QDir::Filter> arg1 = args ? gsi::arg_reader<QFlags<QDir::Filter> >() (args, heap) : gsi::arg_maker<QFlags<QDir::Filter> >() (QDir::Filters(QDir::AllEntries | QDir::NoDotAndDotDot), heap);
|
||||
ret.write<bool > ((bool)((QDir *)cls)->isEmpty (arg1));
|
||||
}
|
||||
|
||||
|
||||
// bool QDir::isReadable()
|
||||
|
||||
|
||||
|
|
@ -1053,6 +1072,21 @@ static void _call_f_isRelativePath_2025 (const qt_gsi::GenericStaticMethod * /*d
|
|||
}
|
||||
|
||||
|
||||
// static QChar QDir::listSeparator()
|
||||
|
||||
|
||||
static void _init_f_listSeparator_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<qt_gsi::Converter<QChar>::target_type > ();
|
||||
}
|
||||
|
||||
static void _call_f_listSeparator_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<qt_gsi::Converter<QChar>::target_type > ((qt_gsi::Converter<QChar>::target_type)qt_gsi::CppToQtAdaptor<QChar>(QDir::listSeparator ()));
|
||||
}
|
||||
|
||||
|
||||
// static bool QDir::match(const QStringList &filters, const QString &fileName)
|
||||
|
||||
|
||||
|
|
@ -1296,6 +1330,7 @@ static gsi::Methods methods_QDir () {
|
|||
methods += new qt_gsi::GenericMethod ("filePath", "@brief Method QString QDir::filePath(const QString &fileName)\n", true, &_init_f_filePath_c2025, &_call_f_filePath_c2025);
|
||||
methods += new qt_gsi::GenericMethod (":filter", "@brief Method QFlags<QDir::Filter> QDir::filter()\n", true, &_init_f_filter_c0, &_call_f_filter_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isAbsolute?", "@brief Method bool QDir::isAbsolute()\n", true, &_init_f_isAbsolute_c0, &_call_f_isAbsolute_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isEmpty?", "@brief Method bool QDir::isEmpty(QFlags<QDir::Filter> filters)\n", true, &_init_f_isEmpty_c2230, &_call_f_isEmpty_c2230);
|
||||
methods += new qt_gsi::GenericMethod ("isReadable?", "@brief Method bool QDir::isReadable()\n", true, &_init_f_isReadable_c0, &_call_f_isReadable_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isRelative?", "@brief Method bool QDir::isRelative()\n", true, &_init_f_isRelative_c0, &_call_f_isRelative_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isRoot?", "@brief Method bool QDir::isRoot()\n", true, &_init_f_isRoot_c0, &_call_f_isRoot_c0);
|
||||
|
|
@ -1333,6 +1368,7 @@ static gsi::Methods methods_QDir () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("homePath", "@brief Static method QString QDir::homePath()\nThis method is static and can be called without an instance.", &_init_f_homePath_0, &_call_f_homePath_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("isAbsolutePath?", "@brief Static method bool QDir::isAbsolutePath(const QString &path)\nThis method is static and can be called without an instance.", &_init_f_isAbsolutePath_2025, &_call_f_isAbsolutePath_2025);
|
||||
methods += new qt_gsi::GenericStaticMethod ("isRelativePath?", "@brief Static method bool QDir::isRelativePath(const QString &path)\nThis method is static and can be called without an instance.", &_init_f_isRelativePath_2025, &_call_f_isRelativePath_2025);
|
||||
methods += new qt_gsi::GenericStaticMethod ("listSeparator", "@brief Static method QChar QDir::listSeparator()\nThis method is static and can be called without an instance.", &_init_f_listSeparator_0, &_call_f_listSeparator_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("match", "@brief Static method bool QDir::match(const QStringList &filters, const QString &fileName)\nThis method is static and can be called without an instance.", &_init_f_match_4354, &_call_f_match_4354);
|
||||
methods += new qt_gsi::GenericStaticMethod ("match", "@brief Static method bool QDir::match(const QString &filter, const QString &fileName)\nThis method is static and can be called without an instance.", &_init_f_match_3942, &_call_f_match_3942);
|
||||
methods += new qt_gsi::GenericStaticMethod ("nameFiltersFromString", "@brief Static method QStringList QDir::nameFiltersFromString(const QString &nameFilter)\nThis method is static and can be called without an instance.", &_init_f_nameFiltersFromString_2025, &_call_f_nameFiltersFromString_2025);
|
||||
|
|
|
|||
|
|
@ -446,6 +446,8 @@ static gsi::Enum<QEvent::Type> decl_QEvent_Type_Enum ("QtCore", "QEvent_Type",
|
|||
gsi::enum_const ("WindowChangeInternal", QEvent::WindowChangeInternal, "@brief Enum constant QEvent::WindowChangeInternal") +
|
||||
gsi::enum_const ("ScreenChangeInternal", QEvent::ScreenChangeInternal, "@brief Enum constant QEvent::ScreenChangeInternal") +
|
||||
gsi::enum_const ("PlatformSurface", QEvent::PlatformSurface, "@brief Enum constant QEvent::PlatformSurface") +
|
||||
gsi::enum_const ("Pointer", QEvent::Pointer, "@brief Enum constant QEvent::Pointer") +
|
||||
gsi::enum_const ("TabletTrackingChange", QEvent::TabletTrackingChange, "@brief Enum constant QEvent::TabletTrackingChange") +
|
||||
gsi::enum_const ("User", QEvent::User, "@brief Enum constant QEvent::User") +
|
||||
gsi::enum_const ("MaxUser", QEvent::MaxUser, "@brief Enum constant QEvent::MaxUser"),
|
||||
"@qt\n@brief This class represents the QEvent::Type enum");
|
||||
|
|
|
|||
|
|
@ -342,18 +342,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QEventLoop::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QEventLoop::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QEventLoop::eventFilter(arg1, arg2);
|
||||
return QEventLoop::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QEventLoop_Adaptor, bool, QObject *, QEvent *>(&QEventLoop_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QEventLoop_Adaptor, bool, QObject *, QEvent *>(&QEventLoop_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QEventLoop::eventFilter(arg1, arg2);
|
||||
return QEventLoop::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -364,33 +364,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QEventLoop::objectNameChanged(const QString &objectName)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QEventLoop::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QEventLoop::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QEventLoop::childEvent(arg1);
|
||||
QEventLoop::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QEventLoop_Adaptor, QChildEvent *>(&QEventLoop_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QEventLoop_Adaptor, QChildEvent *>(&QEventLoop_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QEventLoop::childEvent(arg1);
|
||||
QEventLoop::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QEventLoop::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QEventLoop::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QEventLoop::customEvent(arg1);
|
||||
QEventLoop::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QEventLoop_Adaptor, QEvent *>(&QEventLoop_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QEventLoop_Adaptor, QEvent *>(&QEventLoop_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QEventLoop::customEvent(arg1);
|
||||
QEventLoop::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -409,18 +409,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QEventLoop::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QEventLoop::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QEventLoop::timerEvent(arg1);
|
||||
QEventLoop::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QEventLoop_Adaptor, QTimerEvent *>(&QEventLoop_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QEventLoop_Adaptor, QTimerEvent *>(&QEventLoop_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QEventLoop::timerEvent(arg1);
|
||||
QEventLoop::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -438,7 +438,7 @@ QEventLoop_Adaptor::~QEventLoop_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QEventLoop_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QEventLoop_Adaptor> ();
|
||||
}
|
||||
|
|
@ -447,16 +447,16 @@ static void _call_ctor_QEventLoop_Adaptor_1302 (const qt_gsi::GenericStaticMetho
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QEventLoop_Adaptor *> (new QEventLoop_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QEventLoop::childEvent(QChildEvent *)
|
||||
// void QEventLoop::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -476,11 +476,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QEventLoop::customEvent(QEvent *)
|
||||
// void QEventLoop::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -504,7 +504,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -513,7 +513,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QEventLoop_Adaptor *)cls)->emitter_QEventLoop_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -565,13 +565,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QEventLoop::eventFilter(QObject *, QEvent *)
|
||||
// bool QEventLoop::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -673,11 +673,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QEventLoop::timerEvent(QTimerEvent *)
|
||||
// void QEventLoop::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -705,23 +705,23 @@ gsi::Class<QEventLoop> &qtdecl_QEventLoop ();
|
|||
static gsi::Methods methods_QEventLoop_Adaptor () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QEventLoop::QEventLoop(QObject *parent)\nThis method creates an object of class QEventLoop.", &_init_ctor_QEventLoop_Adaptor_1302, &_call_ctor_QEventLoop_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QEventLoop::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QEventLoop::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QEventLoop::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QEventLoop::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QEventLoop::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QEventLoop::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QEventLoop::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QEventLoop::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QEventLoop::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QEventLoop::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 ("emit_objectNameChanged", "@brief Emitter for signal void QEventLoop::objectNameChanged(const QString &objectName)\nCall this method to emit this signal.", false, &_init_emitter_objectNameChanged_4567, &_call_emitter_objectNameChanged_4567);
|
||||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QEventLoop::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 ("*sender", "@brief Method QObject *QEventLoop::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 QEventLoop::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 ("*timerEvent", "@brief Virtual method void QEventLoop::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QEventLoop::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -265,18 +265,18 @@ public:
|
|||
emit QEventTransition::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QEventTransition::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QEventTransition::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QEventTransition::eventFilter(arg1, arg2);
|
||||
return QEventTransition::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QEventTransition_Adaptor, bool, QObject *, QEvent *>(&QEventTransition_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QEventTransition_Adaptor, bool, QObject *, QEvent *>(&QEventTransition_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QEventTransition::eventFilter(arg1, arg2);
|
||||
return QEventTransition::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -305,33 +305,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QEventTransition::triggered()'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QEventTransition::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QEventTransition::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QEventTransition::childEvent(arg1);
|
||||
QEventTransition::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QEventTransition_Adaptor, QChildEvent *>(&QEventTransition_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QEventTransition_Adaptor, QChildEvent *>(&QEventTransition_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QEventTransition::childEvent(arg1);
|
||||
QEventTransition::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QEventTransition::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QEventTransition::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QEventTransition::customEvent(arg1);
|
||||
QEventTransition::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QEventTransition_Adaptor, QEvent *>(&QEventTransition_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QEventTransition_Adaptor, QEvent *>(&QEventTransition_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QEventTransition::customEvent(arg1);
|
||||
QEventTransition::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -395,18 +395,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QEventTransition::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QEventTransition::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QEventTransition::timerEvent(arg1);
|
||||
QEventTransition::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QEventTransition_Adaptor, QTimerEvent *>(&QEventTransition_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QEventTransition_Adaptor, QTimerEvent *>(&QEventTransition_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QEventTransition::timerEvent(arg1);
|
||||
QEventTransition::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -426,7 +426,7 @@ QEventTransition_Adaptor::~QEventTransition_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QEventTransition_Adaptor_1216 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("sourceState", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("sourceState", true, "nullptr");
|
||||
decl->add_arg<QState * > (argspec_0);
|
||||
decl->set_return_new<QEventTransition_Adaptor> ();
|
||||
}
|
||||
|
|
@ -435,7 +435,7 @@ static void _call_ctor_QEventTransition_Adaptor_1216 (const qt_gsi::GenericStati
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QState *arg1 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (0, heap);
|
||||
QState *arg1 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (nullptr, heap);
|
||||
ret.write<QEventTransition_Adaptor *> (new QEventTransition_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -448,7 +448,7 @@ static void _init_ctor_QEventTransition_Adaptor_3867 (qt_gsi::GenericStaticMetho
|
|||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("type");
|
||||
decl->add_arg<const qt_gsi::Converter<QEvent::Type>::target_type & > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("sourceState", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("sourceState", true, "nullptr");
|
||||
decl->add_arg<QState * > (argspec_2);
|
||||
decl->set_return_new<QEventTransition_Adaptor> ();
|
||||
}
|
||||
|
|
@ -459,16 +459,16 @@ static void _call_ctor_QEventTransition_Adaptor_3867 (const qt_gsi::GenericStati
|
|||
tl::Heap heap;
|
||||
QObject *arg1 = gsi::arg_reader<QObject * >() (args, heap);
|
||||
const qt_gsi::Converter<QEvent::Type>::target_type & arg2 = gsi::arg_reader<const qt_gsi::Converter<QEvent::Type>::target_type & >() (args, heap);
|
||||
QState *arg3 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (0, heap);
|
||||
QState *arg3 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (nullptr, heap);
|
||||
ret.write<QEventTransition_Adaptor *> (new QEventTransition_Adaptor (arg1, qt_gsi::QtToCppAdaptor<QEvent::Type>(arg2).cref(), arg3));
|
||||
}
|
||||
|
||||
|
||||
// void QEventTransition::childEvent(QChildEvent *)
|
||||
// void QEventTransition::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -488,11 +488,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QEventTransition::customEvent(QEvent *)
|
||||
// void QEventTransition::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -516,7 +516,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -525,7 +525,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QEventTransition_Adaptor *)cls)->emitter_QEventTransition_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -577,13 +577,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QEventTransition::eventFilter(QObject *, QEvent *)
|
||||
// bool QEventTransition::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -760,11 +760,11 @@ static void _call_emitter_targetStatesChanged_3938 (const qt_gsi::GenericMethod
|
|||
}
|
||||
|
||||
|
||||
// void QEventTransition::timerEvent(QTimerEvent *)
|
||||
// void QEventTransition::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -807,16 +807,16 @@ static gsi::Methods methods_QEventTransition_Adaptor () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QEventTransition::QEventTransition(QState *sourceState)\nThis method creates an object of class QEventTransition.", &_init_ctor_QEventTransition_Adaptor_1216, &_call_ctor_QEventTransition_Adaptor_1216);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QEventTransition::QEventTransition(QObject *object, QEvent::Type type, QState *sourceState)\nThis method creates an object of class QEventTransition.", &_init_ctor_QEventTransition_Adaptor_3867, &_call_ctor_QEventTransition_Adaptor_3867);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QEventTransition::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QEventTransition::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QEventTransition::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QEventTransition::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QEventTransition::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QEventTransition::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QEventTransition::event(QEvent *e)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QEventTransition::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QEventTransition::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*eventTest", "@brief Virtual method bool QEventTransition::eventTest(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventTest_1217_0, &_call_cbs_eventTest_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*eventTest", "@hide", false, &_init_cbs_eventTest_1217_0, &_call_cbs_eventTest_1217_0, &_set_callback_cbs_eventTest_1217_0);
|
||||
|
|
@ -829,7 +829,7 @@ static gsi::Methods methods_QEventTransition_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*senderSignalIndex", "@brief Method int QEventTransition::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 ("emit_targetStateChanged", "@brief Emitter for signal void QEventTransition::targetStateChanged()\nCall this method to emit this signal.", false, &_init_emitter_targetStateChanged_3938, &_call_emitter_targetStateChanged_3938);
|
||||
methods += new qt_gsi::GenericMethod ("emit_targetStatesChanged", "@brief Emitter for signal void QEventTransition::targetStatesChanged()\nCall this method to emit this signal.", false, &_init_emitter_targetStatesChanged_3938, &_call_emitter_targetStatesChanged_3938);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QEventTransition::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QEventTransition::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_triggered", "@brief Emitter for signal void QEventTransition::triggered()\nCall this method to emit this signal.", false, &_init_emitter_triggered_3938, &_call_emitter_triggered_3938);
|
||||
return methods;
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
*/
|
||||
|
||||
#include <QFile>
|
||||
#include <QDateTime>
|
||||
#include <QEvent>
|
||||
#include <QMetaMethod>
|
||||
#include <QObject>
|
||||
|
|
@ -686,6 +687,8 @@ static gsi::Methods methods_QFile () {
|
|||
methods += new qt_gsi::GenericMethod ("symLinkTarget", "@brief Method QString QFile::symLinkTarget()\n", true, &_init_f_symLinkTarget_c0, &_call_f_symLinkTarget_c0);
|
||||
methods += gsi::qt_signal ("aboutToClose()", "aboutToClose", "@brief Signal declaration for QFile::aboutToClose()\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<qint64 > ("bytesWritten(qint64)", "bytesWritten", gsi::arg("bytes"), "@brief Signal declaration for QFile::bytesWritten(qint64 bytes)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int, qint64 > ("channelBytesWritten(int, qint64)", "channelBytesWritten", gsi::arg("channel"), gsi::arg("bytes"), "@brief Signal declaration for QFile::channelBytesWritten(int channel, qint64 bytes)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int > ("channelReadyRead(int)", "channelReadyRead", gsi::arg("channel"), "@brief Signal declaration for QFile::channelReadyRead(int channel)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<QObject * > ("destroyed(QObject *)", "destroyed", gsi::arg("arg1"), "@brief Signal declaration for QFile::destroyed(QObject *)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<const QString & > ("objectNameChanged(const QString &)", "objectNameChanged", gsi::arg("objectName"), "@brief Signal declaration for QFile::objectNameChanged(const QString &objectName)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal ("readChannelFinished()", "readChannelFinished", "@brief Signal declaration for QFile::readChannelFinished()\nYou can bind a procedure to this signal.");
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <QFileDevice>
|
||||
#include <QChildEvent>
|
||||
#include <QDateTime>
|
||||
#include <QEvent>
|
||||
#include <QMetaMethod>
|
||||
#include <QObject>
|
||||
|
|
@ -115,6 +116,25 @@ static void _call_f_fileName_c0 (const qt_gsi::GenericMethod * /*decl*/, void *c
|
|||
}
|
||||
|
||||
|
||||
// QDateTime QFileDevice::fileTime(QFileDevice::FileTime time)
|
||||
|
||||
|
||||
static void _init_f_fileTime_c2392 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("time");
|
||||
decl->add_arg<const qt_gsi::Converter<QFileDevice::FileTime>::target_type & > (argspec_0);
|
||||
decl->set_return<QDateTime > ();
|
||||
}
|
||||
|
||||
static void _call_f_fileTime_c2392 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const qt_gsi::Converter<QFileDevice::FileTime>::target_type & arg1 = gsi::arg_reader<const qt_gsi::Converter<QFileDevice::FileTime>::target_type & >() (args, heap);
|
||||
ret.write<QDateTime > ((QDateTime)((QFileDevice *)cls)->fileTime (qt_gsi::QtToCppAdaptor<QFileDevice::FileTime>(arg1).cref()));
|
||||
}
|
||||
|
||||
|
||||
// bool QFileDevice::flush()
|
||||
|
||||
|
||||
|
|
@ -228,6 +248,28 @@ static void _call_f_seek_986 (const qt_gsi::GenericMethod * /*decl*/, void *cls,
|
|||
}
|
||||
|
||||
|
||||
// bool QFileDevice::setFileTime(const QDateTime &newDate, QFileDevice::FileTime fileTime)
|
||||
|
||||
|
||||
static void _init_f_setFileTime_4459 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("newDate");
|
||||
decl->add_arg<const QDateTime & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("fileTime");
|
||||
decl->add_arg<const qt_gsi::Converter<QFileDevice::FileTime>::target_type & > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_setFileTime_4459 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QDateTime &arg1 = gsi::arg_reader<const QDateTime & >() (args, heap);
|
||||
const qt_gsi::Converter<QFileDevice::FileTime>::target_type & arg2 = gsi::arg_reader<const qt_gsi::Converter<QFileDevice::FileTime>::target_type & >() (args, heap);
|
||||
ret.write<bool > ((bool)((QFileDevice *)cls)->setFileTime (arg1, qt_gsi::QtToCppAdaptor<QFileDevice::FileTime>(arg2).cref()));
|
||||
}
|
||||
|
||||
|
||||
// bool QFileDevice::setPermissions(QFlags<QFileDevice::Permission> permissionSpec)
|
||||
|
||||
|
||||
|
|
@ -338,6 +380,7 @@ static gsi::Methods methods_QFileDevice () {
|
|||
methods += new qt_gsi::GenericMethod ("close", "@brief Method void QFileDevice::close()\nThis is a reimplementation of QIODevice::close", false, &_init_f_close_0, &_call_f_close_0);
|
||||
methods += new qt_gsi::GenericMethod ("error", "@brief Method QFileDevice::FileError QFileDevice::error()\n", true, &_init_f_error_c0, &_call_f_error_c0);
|
||||
methods += new qt_gsi::GenericMethod ("fileName", "@brief Method QString QFileDevice::fileName()\n", true, &_init_f_fileName_c0, &_call_f_fileName_c0);
|
||||
methods += new qt_gsi::GenericMethod ("fileTime", "@brief Method QDateTime QFileDevice::fileTime(QFileDevice::FileTime time)\n", true, &_init_f_fileTime_c2392, &_call_f_fileTime_c2392);
|
||||
methods += new qt_gsi::GenericMethod ("flush", "@brief Method bool QFileDevice::flush()\n", false, &_init_f_flush_0, &_call_f_flush_0);
|
||||
methods += new qt_gsi::GenericMethod ("handle", "@brief Method int QFileDevice::handle()\n", true, &_init_f_handle_c0, &_call_f_handle_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isSequential?", "@brief Method bool QFileDevice::isSequential()\nThis is a reimplementation of QIODevice::isSequential", true, &_init_f_isSequential_c0, &_call_f_isSequential_c0);
|
||||
|
|
@ -345,11 +388,14 @@ static gsi::Methods methods_QFileDevice () {
|
|||
methods += new qt_gsi::GenericMethod ("pos", "@brief Method qint64 QFileDevice::pos()\nThis is a reimplementation of QIODevice::pos", true, &_init_f_pos_c0, &_call_f_pos_c0);
|
||||
methods += new qt_gsi::GenericMethod ("resize", "@brief Method bool QFileDevice::resize(qint64 sz)\n", false, &_init_f_resize_986, &_call_f_resize_986);
|
||||
methods += new qt_gsi::GenericMethod ("seek", "@brief Method bool QFileDevice::seek(qint64 offset)\nThis is a reimplementation of QIODevice::seek", false, &_init_f_seek_986, &_call_f_seek_986);
|
||||
methods += new qt_gsi::GenericMethod ("setFileTime", "@brief Method bool QFileDevice::setFileTime(const QDateTime &newDate, QFileDevice::FileTime fileTime)\n", false, &_init_f_setFileTime_4459, &_call_f_setFileTime_4459);
|
||||
methods += new qt_gsi::GenericMethod ("setPermissions", "@brief Method bool QFileDevice::setPermissions(QFlags<QFileDevice::Permission> permissionSpec)\n", false, &_init_f_setPermissions_3370, &_call_f_setPermissions_3370);
|
||||
methods += new qt_gsi::GenericMethod ("size", "@brief Method qint64 QFileDevice::size()\nThis is a reimplementation of QIODevice::size", true, &_init_f_size_c0, &_call_f_size_c0);
|
||||
methods += new qt_gsi::GenericMethod ("unsetError", "@brief Method void QFileDevice::unsetError()\n", false, &_init_f_unsetError_0, &_call_f_unsetError_0);
|
||||
methods += gsi::qt_signal ("aboutToClose()", "aboutToClose", "@brief Signal declaration for QFileDevice::aboutToClose()\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<qint64 > ("bytesWritten(qint64)", "bytesWritten", gsi::arg("bytes"), "@brief Signal declaration for QFileDevice::bytesWritten(qint64 bytes)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int, qint64 > ("channelBytesWritten(int, qint64)", "channelBytesWritten", gsi::arg("channel"), gsi::arg("bytes"), "@brief Signal declaration for QFileDevice::channelBytesWritten(int channel, qint64 bytes)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int > ("channelReadyRead(int)", "channelReadyRead", gsi::arg("channel"), "@brief Signal declaration for QFileDevice::channelReadyRead(int channel)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<QObject * > ("destroyed(QObject *)", "destroyed", gsi::arg("arg1"), "@brief Signal declaration for QFileDevice::destroyed(QObject *)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<const QString & > ("objectNameChanged(const QString &)", "objectNameChanged", gsi::arg("objectName"), "@brief Signal declaration for QFileDevice::objectNameChanged(const QString &objectName)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal ("readChannelFinished()", "readChannelFinished", "@brief Signal declaration for QFileDevice::readChannelFinished()\nYou can bind a procedure to this signal.");
|
||||
|
|
@ -478,6 +524,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [emitter impl] void QFileDevice::channelBytesWritten(int channel, qint64 bytes)
|
||||
void emitter_QFileDevice_channelBytesWritten_1645(int channel, qint64 bytes)
|
||||
{
|
||||
emit QFileDevice::channelBytesWritten(channel, bytes);
|
||||
}
|
||||
|
||||
// [emitter impl] void QFileDevice::channelReadyRead(int channel)
|
||||
void emitter_QFileDevice_channelReadyRead_767(int channel)
|
||||
{
|
||||
emit QFileDevice::channelReadyRead(channel);
|
||||
}
|
||||
|
||||
// [adaptor impl] void QFileDevice::close()
|
||||
void cbs_close_0_0()
|
||||
{
|
||||
|
|
@ -499,33 +557,33 @@ public:
|
|||
emit QFileDevice::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QFileDevice::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QFileDevice::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QFileDevice::event(arg1);
|
||||
return QFileDevice::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QFileDevice_Adaptor, bool, QEvent *>(&QFileDevice_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QFileDevice_Adaptor, bool, QEvent *>(&QFileDevice_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QFileDevice::event(arg1);
|
||||
return QFileDevice::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QFileDevice::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QFileDevice::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QFileDevice::eventFilter(arg1, arg2);
|
||||
return QFileDevice::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QFileDevice_Adaptor, bool, QObject *, QEvent *>(&QFileDevice_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QFileDevice_Adaptor, bool, QObject *, QEvent *>(&QFileDevice_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QFileDevice::eventFilter(arg1, arg2);
|
||||
return QFileDevice::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -728,33 +786,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QFileDevice::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QFileDevice::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QFileDevice::childEvent(arg1);
|
||||
QFileDevice::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QFileDevice_Adaptor, QChildEvent *>(&QFileDevice_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QFileDevice_Adaptor, QChildEvent *>(&QFileDevice_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QFileDevice::childEvent(arg1);
|
||||
QFileDevice::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QFileDevice::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QFileDevice::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QFileDevice::customEvent(arg1);
|
||||
QFileDevice::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QFileDevice_Adaptor, QEvent *>(&QFileDevice_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QFileDevice_Adaptor, QEvent *>(&QFileDevice_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QFileDevice::customEvent(arg1);
|
||||
QFileDevice::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -773,18 +831,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QFileDevice::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QFileDevice::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QFileDevice::timerEvent(arg1);
|
||||
QFileDevice::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QFileDevice_Adaptor, QTimerEvent *>(&QFileDevice_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QFileDevice_Adaptor, QTimerEvent *>(&QFileDevice_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QFileDevice::timerEvent(arg1);
|
||||
QFileDevice::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -939,11 +997,50 @@ static void _set_callback_cbs_canReadLine_c0_0 (void *cls, const gsi::Callback &
|
|||
}
|
||||
|
||||
|
||||
// void QFileDevice::childEvent(QChildEvent *)
|
||||
// emitter void QFileDevice::channelBytesWritten(int channel, qint64 bytes)
|
||||
|
||||
static void _init_emitter_channelBytesWritten_1645 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("channel");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("bytes");
|
||||
decl->add_arg<qint64 > (argspec_1);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_emitter_channelBytesWritten_1645 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs & /*ret*/)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
qint64 arg2 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
((QFileDevice_Adaptor *)cls)->emitter_QFileDevice_channelBytesWritten_1645 (arg1, arg2);
|
||||
}
|
||||
|
||||
|
||||
// emitter void QFileDevice::channelReadyRead(int channel)
|
||||
|
||||
static void _init_emitter_channelReadyRead_767 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("channel");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_emitter_channelReadyRead_767 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs & /*ret*/)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
((QFileDevice_Adaptor *)cls)->emitter_QFileDevice_channelReadyRead_767 (arg1);
|
||||
}
|
||||
|
||||
|
||||
// void QFileDevice::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -983,11 +1080,11 @@ static void _set_callback_cbs_close_0_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// void QFileDevice::customEvent(QEvent *)
|
||||
// void QFileDevice::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1011,7 +1108,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1020,7 +1117,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QFileDevice_Adaptor *)cls)->emitter_QFileDevice_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -1049,11 +1146,11 @@ static void _set_callback_cbs_disconnectNotify_2394_0 (void *cls, const gsi::Cal
|
|||
}
|
||||
|
||||
|
||||
// bool QFileDevice::event(QEvent *)
|
||||
// bool QFileDevice::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1072,13 +1169,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QFileDevice::eventFilter(QObject *, QEvent *)
|
||||
// bool QFileDevice::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1452,11 +1549,11 @@ static void _set_callback_cbs_size_c0_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// void QFileDevice::timerEvent(QTimerEvent *)
|
||||
// void QFileDevice::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1565,18 +1662,20 @@ static gsi::Methods methods_QFileDevice_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_bytesWritten", "@brief Emitter for signal void QFileDevice::bytesWritten(qint64 bytes)\nCall this method to emit this signal.", false, &_init_emitter_bytesWritten_986, &_call_emitter_bytesWritten_986);
|
||||
methods += new qt_gsi::GenericMethod ("canReadLine", "@brief Virtual method bool QFileDevice::canReadLine()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_canReadLine_c0_0, &_call_cbs_canReadLine_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("canReadLine", "@hide", true, &_init_cbs_canReadLine_c0_0, &_call_cbs_canReadLine_c0_0, &_set_callback_cbs_canReadLine_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QFileDevice::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_channelBytesWritten", "@brief Emitter for signal void QFileDevice::channelBytesWritten(int channel, qint64 bytes)\nCall this method to emit this signal.", false, &_init_emitter_channelBytesWritten_1645, &_call_emitter_channelBytesWritten_1645);
|
||||
methods += new qt_gsi::GenericMethod ("emit_channelReadyRead", "@brief Emitter for signal void QFileDevice::channelReadyRead(int channel)\nCall this method to emit this signal.", false, &_init_emitter_channelReadyRead_767, &_call_emitter_channelReadyRead_767);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QFileDevice::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("close", "@brief Virtual method void QFileDevice::close()\nThis method can be reimplemented in a derived class.", false, &_init_cbs_close_0_0, &_call_cbs_close_0_0);
|
||||
methods += new qt_gsi::GenericMethod ("close", "@hide", false, &_init_cbs_close_0_0, &_call_cbs_close_0_0, &_set_callback_cbs_close_0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QFileDevice::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QFileDevice::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QFileDevice::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QFileDevice::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QFileDevice::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QFileDevice::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QFileDevice::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QFileDevice::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("fileName", "@brief Virtual method QString QFileDevice::fileName()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_fileName_c0_0, &_call_cbs_fileName_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("fileName", "@hide", true, &_init_cbs_fileName_c0_0, &_call_cbs_fileName_c0_0, &_set_callback_cbs_fileName_c0_0);
|
||||
|
|
@ -1607,7 +1706,7 @@ static gsi::Methods methods_QFileDevice_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("setPermissions", "@hide", false, &_init_cbs_setPermissions_3370_0, &_call_cbs_setPermissions_3370_0, &_set_callback_cbs_setPermissions_3370_0);
|
||||
methods += new qt_gsi::GenericMethod ("size", "@brief Virtual method qint64 QFileDevice::size()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_size_c0_0, &_call_cbs_size_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("size", "@hide", true, &_init_cbs_size_c0_0, &_call_cbs_size_c0_0, &_set_callback_cbs_size_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QFileDevice::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QFileDevice::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("waitForBytesWritten", "@brief Virtual method bool QFileDevice::waitForBytesWritten(int msecs)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_waitForBytesWritten_767_0, &_call_cbs_waitForBytesWritten_767_0);
|
||||
methods += new qt_gsi::GenericMethod ("waitForBytesWritten", "@hide", false, &_init_cbs_waitForBytesWritten_767_0, &_call_cbs_waitForBytesWritten_767_0, &_set_callback_cbs_waitForBytesWritten_767_0);
|
||||
|
|
@ -1658,6 +1757,28 @@ static gsi::ClassExt<QFileDevice> decl_QFileDevice_FileError_Enums_as_child (dec
|
|||
}
|
||||
|
||||
|
||||
// Implementation of the enum wrapper class for QFileDevice::FileTime
|
||||
namespace qt_gsi
|
||||
{
|
||||
|
||||
static gsi::Enum<QFileDevice::FileTime> decl_QFileDevice_FileTime_Enum ("QtCore", "QFileDevice_FileTime",
|
||||
gsi::enum_const ("FileAccessTime", QFileDevice::FileAccessTime, "@brief Enum constant QFileDevice::FileAccessTime") +
|
||||
gsi::enum_const ("FileBirthTime", QFileDevice::FileBirthTime, "@brief Enum constant QFileDevice::FileBirthTime") +
|
||||
gsi::enum_const ("FileMetadataChangeTime", QFileDevice::FileMetadataChangeTime, "@brief Enum constant QFileDevice::FileMetadataChangeTime") +
|
||||
gsi::enum_const ("FileModificationTime", QFileDevice::FileModificationTime, "@brief Enum constant QFileDevice::FileModificationTime"),
|
||||
"@qt\n@brief This class represents the QFileDevice::FileTime enum");
|
||||
|
||||
static gsi::QFlagsClass<QFileDevice::FileTime > decl_QFileDevice_FileTime_Enums ("QtCore", "QFileDevice_QFlags_FileTime",
|
||||
"@qt\n@brief This class represents the QFlags<QFileDevice::FileTime> flag set");
|
||||
|
||||
// Inject the declarations into the parent
|
||||
static gsi::ClassExt<QFileDevice> inject_QFileDevice_FileTime_Enum_in_parent (decl_QFileDevice_FileTime_Enum.defs ());
|
||||
static gsi::ClassExt<QFileDevice> decl_QFileDevice_FileTime_Enum_as_child (decl_QFileDevice_FileTime_Enum, "FileTime");
|
||||
static gsi::ClassExt<QFileDevice> decl_QFileDevice_FileTime_Enums_as_child (decl_QFileDevice_FileTime_Enums, "QFlags_FileTime");
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Implementation of the enum wrapper class for QFileDevice::Permission
|
||||
namespace qt_gsi
|
||||
{
|
||||
|
|
|
|||
|
|
@ -192,6 +192,21 @@ static void _call_f_baseName_c0 (const qt_gsi::GenericMethod * /*decl*/, void *c
|
|||
}
|
||||
|
||||
|
||||
// QDateTime QFileInfo::birthTime()
|
||||
|
||||
|
||||
static void _init_f_birthTime_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QDateTime > ();
|
||||
}
|
||||
|
||||
static void _call_f_birthTime_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QDateTime > ((QDateTime)((QFileInfo *)cls)->birthTime ());
|
||||
}
|
||||
|
||||
|
||||
// QString QFileInfo::bundleName()
|
||||
|
||||
|
||||
|
|
@ -357,6 +372,25 @@ static void _call_f_filePath_c0 (const qt_gsi::GenericMethod * /*decl*/, void *c
|
|||
}
|
||||
|
||||
|
||||
// QDateTime QFileInfo::fileTime(QFileDevice::FileTime time)
|
||||
|
||||
|
||||
static void _init_f_fileTime_c2392 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("time");
|
||||
decl->add_arg<const qt_gsi::Converter<QFileDevice::FileTime>::target_type & > (argspec_0);
|
||||
decl->set_return<QDateTime > ();
|
||||
}
|
||||
|
||||
static void _call_f_fileTime_c2392 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const qt_gsi::Converter<QFileDevice::FileTime>::target_type & arg1 = gsi::arg_reader<const qt_gsi::Converter<QFileDevice::FileTime>::target_type & >() (args, heap);
|
||||
ret.write<QDateTime > ((QDateTime)((QFileInfo *)cls)->fileTime (qt_gsi::QtToCppAdaptor<QFileDevice::FileTime>(arg1).cref()));
|
||||
}
|
||||
|
||||
|
||||
// QString QFileInfo::group()
|
||||
|
||||
|
||||
|
|
@ -612,6 +646,21 @@ static void _call_f_makeAbsolute_0 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// QDateTime QFileInfo::metadataChangeTime()
|
||||
|
||||
|
||||
static void _init_f_metadataChangeTime_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QDateTime > ();
|
||||
}
|
||||
|
||||
static void _call_f_metadataChangeTime_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QDateTime > ((QDateTime)((QFileInfo *)cls)->metadataChangeTime ());
|
||||
}
|
||||
|
||||
|
||||
// bool QFileInfo::operator!=(const QFileInfo &fileinfo)
|
||||
|
||||
|
||||
|
|
@ -961,6 +1010,7 @@ static gsi::Methods methods_QFileInfo () {
|
|||
methods += new qt_gsi::GenericMethod ("absoluteFilePath", "@brief Method QString QFileInfo::absoluteFilePath()\n", true, &_init_f_absoluteFilePath_c0, &_call_f_absoluteFilePath_c0);
|
||||
methods += new qt_gsi::GenericMethod ("absolutePath", "@brief Method QString QFileInfo::absolutePath()\n", true, &_init_f_absolutePath_c0, &_call_f_absolutePath_c0);
|
||||
methods += new qt_gsi::GenericMethod ("baseName", "@brief Method QString QFileInfo::baseName()\n", true, &_init_f_baseName_c0, &_call_f_baseName_c0);
|
||||
methods += new qt_gsi::GenericMethod ("birthTime", "@brief Method QDateTime QFileInfo::birthTime()\n", true, &_init_f_birthTime_c0, &_call_f_birthTime_c0);
|
||||
methods += new qt_gsi::GenericMethod ("bundleName", "@brief Method QString QFileInfo::bundleName()\n", true, &_init_f_bundleName_c0, &_call_f_bundleName_c0);
|
||||
methods += new qt_gsi::GenericMethod (":caching", "@brief Method bool QFileInfo::caching()\n", true, &_init_f_caching_c0, &_call_f_caching_c0);
|
||||
methods += new qt_gsi::GenericMethod ("canonicalFilePath", "@brief Method QString QFileInfo::canonicalFilePath()\n", true, &_init_f_canonicalFilePath_c0, &_call_f_canonicalFilePath_c0);
|
||||
|
|
@ -972,6 +1022,7 @@ static gsi::Methods methods_QFileInfo () {
|
|||
methods += new qt_gsi::GenericMethod ("exists", "@brief Method bool QFileInfo::exists()\n", true, &_init_f_exists_c0, &_call_f_exists_c0);
|
||||
methods += new qt_gsi::GenericMethod ("fileName", "@brief Method QString QFileInfo::fileName()\n", true, &_init_f_fileName_c0, &_call_f_fileName_c0);
|
||||
methods += new qt_gsi::GenericMethod ("filePath", "@brief Method QString QFileInfo::filePath()\n", true, &_init_f_filePath_c0, &_call_f_filePath_c0);
|
||||
methods += new qt_gsi::GenericMethod ("fileTime", "@brief Method QDateTime QFileInfo::fileTime(QFileDevice::FileTime time)\n", true, &_init_f_fileTime_c2392, &_call_f_fileTime_c2392);
|
||||
methods += new qt_gsi::GenericMethod ("group", "@brief Method QString QFileInfo::group()\n", true, &_init_f_group_c0, &_call_f_group_c0);
|
||||
methods += new qt_gsi::GenericMethod ("groupId", "@brief Method unsigned int QFileInfo::groupId()\n", true, &_init_f_groupId_c0, &_call_f_groupId_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isAbsolute?", "@brief Method bool QFileInfo::isAbsolute()\n", true, &_init_f_isAbsolute_c0, &_call_f_isAbsolute_c0);
|
||||
|
|
@ -989,6 +1040,7 @@ static gsi::Methods methods_QFileInfo () {
|
|||
methods += new qt_gsi::GenericMethod ("lastModified", "@brief Method QDateTime QFileInfo::lastModified()\n", true, &_init_f_lastModified_c0, &_call_f_lastModified_c0);
|
||||
methods += new qt_gsi::GenericMethod ("lastRead", "@brief Method QDateTime QFileInfo::lastRead()\n", true, &_init_f_lastRead_c0, &_call_f_lastRead_c0);
|
||||
methods += new qt_gsi::GenericMethod ("makeAbsolute", "@brief Method bool QFileInfo::makeAbsolute()\n", false, &_init_f_makeAbsolute_0, &_call_f_makeAbsolute_0);
|
||||
methods += new qt_gsi::GenericMethod ("metadataChangeTime", "@brief Method QDateTime QFileInfo::metadataChangeTime()\n", true, &_init_f_metadataChangeTime_c0, &_call_f_metadataChangeTime_c0);
|
||||
methods += new qt_gsi::GenericMethod ("!=", "@brief Method bool QFileInfo::operator!=(const QFileInfo &fileinfo)\n", true, &_init_f_operator_excl__eq__c2174, &_call_f_operator_excl__eq__c2174);
|
||||
methods += new qt_gsi::GenericMethod ("assign", "@brief Method QFileInfo &QFileInfo::operator=(const QFileInfo &fileinfo)\n", false, &_init_f_operator_eq__2174, &_call_f_operator_eq__2174);
|
||||
methods += new qt_gsi::GenericMethod ("==", "@brief Method bool QFileInfo::operator==(const QFileInfo &fileinfo)\n", true, &_init_f_operator_eq__eq__c2174, &_call_f_operator_eq__eq__c2174);
|
||||
|
|
|
|||
|
|
@ -266,33 +266,33 @@ public:
|
|||
emit QFileSelector::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QFileSelector::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QFileSelector::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QFileSelector::event(arg1);
|
||||
return QFileSelector::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QFileSelector_Adaptor, bool, QEvent *>(&QFileSelector_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QFileSelector_Adaptor, bool, QEvent *>(&QFileSelector_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QFileSelector::event(arg1);
|
||||
return QFileSelector::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QFileSelector::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QFileSelector::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QFileSelector::eventFilter(arg1, arg2);
|
||||
return QFileSelector::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QFileSelector_Adaptor, bool, QObject *, QEvent *>(&QFileSelector_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QFileSelector_Adaptor, bool, QObject *, QEvent *>(&QFileSelector_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QFileSelector::eventFilter(arg1, arg2);
|
||||
return QFileSelector::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -303,33 +303,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QFileSelector::objectNameChanged(const QString &objectName)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QFileSelector::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QFileSelector::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QFileSelector::childEvent(arg1);
|
||||
QFileSelector::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QFileSelector_Adaptor, QChildEvent *>(&QFileSelector_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QFileSelector_Adaptor, QChildEvent *>(&QFileSelector_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QFileSelector::childEvent(arg1);
|
||||
QFileSelector::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QFileSelector::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QFileSelector::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QFileSelector::customEvent(arg1);
|
||||
QFileSelector::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QFileSelector_Adaptor, QEvent *>(&QFileSelector_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QFileSelector_Adaptor, QEvent *>(&QFileSelector_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QFileSelector::customEvent(arg1);
|
||||
QFileSelector::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -348,18 +348,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QFileSelector::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QFileSelector::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QFileSelector::timerEvent(arg1);
|
||||
QFileSelector::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QFileSelector_Adaptor, QTimerEvent *>(&QFileSelector_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QFileSelector_Adaptor, QTimerEvent *>(&QFileSelector_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QFileSelector::timerEvent(arg1);
|
||||
QFileSelector::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -377,7 +377,7 @@ QFileSelector_Adaptor::~QFileSelector_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QFileSelector_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QFileSelector_Adaptor> ();
|
||||
}
|
||||
|
|
@ -386,16 +386,16 @@ static void _call_ctor_QFileSelector_Adaptor_1302 (const qt_gsi::GenericStaticMe
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QFileSelector_Adaptor *> (new QFileSelector_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QFileSelector::childEvent(QChildEvent *)
|
||||
// void QFileSelector::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -415,11 +415,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QFileSelector::customEvent(QEvent *)
|
||||
// void QFileSelector::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -443,7 +443,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -452,7 +452,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QFileSelector_Adaptor *)cls)->emitter_QFileSelector_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -481,11 +481,11 @@ static void _set_callback_cbs_disconnectNotify_2394_0 (void *cls, const gsi::Cal
|
|||
}
|
||||
|
||||
|
||||
// bool QFileSelector::event(QEvent *)
|
||||
// bool QFileSelector::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -504,13 +504,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QFileSelector::eventFilter(QObject *, QEvent *)
|
||||
// bool QFileSelector::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -612,11 +612,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QFileSelector::timerEvent(QTimerEvent *)
|
||||
// void QFileSelector::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -644,23 +644,23 @@ gsi::Class<QFileSelector> &qtdecl_QFileSelector ();
|
|||
static gsi::Methods methods_QFileSelector_Adaptor () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QFileSelector::QFileSelector(QObject *parent)\nThis method creates an object of class QFileSelector.", &_init_ctor_QFileSelector_Adaptor_1302, &_call_ctor_QFileSelector_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QFileSelector::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QFileSelector::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QFileSelector::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QFileSelector::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QFileSelector::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QFileSelector::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QFileSelector::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QFileSelector::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QFileSelector::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QFileSelector::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QFileSelector::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 ("emit_objectNameChanged", "@brief Emitter for signal void QFileSelector::objectNameChanged(const QString &objectName)\nCall this method to emit this signal.", false, &_init_emitter_objectNameChanged_4567, &_call_emitter_objectNameChanged_4567);
|
||||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QFileSelector::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 ("*sender", "@brief Method QObject *QFileSelector::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 QFileSelector::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 ("*timerEvent", "@brief Virtual method void QFileSelector::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QFileSelector::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -305,33 +305,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QFileSystemWatcher::directoryChanged(const QString &path)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QFileSystemWatcher::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QFileSystemWatcher::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QFileSystemWatcher::event(arg1);
|
||||
return QFileSystemWatcher::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QFileSystemWatcher_Adaptor, bool, QEvent *>(&QFileSystemWatcher_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QFileSystemWatcher_Adaptor, bool, QEvent *>(&QFileSystemWatcher_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QFileSystemWatcher::event(arg1);
|
||||
return QFileSystemWatcher::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QFileSystemWatcher::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QFileSystemWatcher::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QFileSystemWatcher::eventFilter(arg1, arg2);
|
||||
return QFileSystemWatcher::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QFileSystemWatcher_Adaptor, bool, QObject *, QEvent *>(&QFileSystemWatcher_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QFileSystemWatcher_Adaptor, bool, QObject *, QEvent *>(&QFileSystemWatcher_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QFileSystemWatcher::eventFilter(arg1, arg2);
|
||||
return QFileSystemWatcher::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -349,33 +349,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QFileSystemWatcher::objectNameChanged(const QString &objectName)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QFileSystemWatcher::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QFileSystemWatcher::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QFileSystemWatcher::childEvent(arg1);
|
||||
QFileSystemWatcher::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QFileSystemWatcher_Adaptor, QChildEvent *>(&QFileSystemWatcher_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QFileSystemWatcher_Adaptor, QChildEvent *>(&QFileSystemWatcher_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QFileSystemWatcher::childEvent(arg1);
|
||||
QFileSystemWatcher::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QFileSystemWatcher::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QFileSystemWatcher::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QFileSystemWatcher::customEvent(arg1);
|
||||
QFileSystemWatcher::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QFileSystemWatcher_Adaptor, QEvent *>(&QFileSystemWatcher_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QFileSystemWatcher_Adaptor, QEvent *>(&QFileSystemWatcher_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QFileSystemWatcher::customEvent(arg1);
|
||||
QFileSystemWatcher::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -394,18 +394,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QFileSystemWatcher::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QFileSystemWatcher::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QFileSystemWatcher::timerEvent(arg1);
|
||||
QFileSystemWatcher::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QFileSystemWatcher_Adaptor, QTimerEvent *>(&QFileSystemWatcher_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QFileSystemWatcher_Adaptor, QTimerEvent *>(&QFileSystemWatcher_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QFileSystemWatcher::timerEvent(arg1);
|
||||
QFileSystemWatcher::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -423,7 +423,7 @@ QFileSystemWatcher_Adaptor::~QFileSystemWatcher_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QFileSystemWatcher_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QFileSystemWatcher_Adaptor> ();
|
||||
}
|
||||
|
|
@ -432,7 +432,7 @@ static void _call_ctor_QFileSystemWatcher_Adaptor_1302 (const qt_gsi::GenericSta
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QFileSystemWatcher_Adaptor *> (new QFileSystemWatcher_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -443,7 +443,7 @@ static void _init_ctor_QFileSystemWatcher_Adaptor_3631 (qt_gsi::GenericStaticMet
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("paths");
|
||||
decl->add_arg<const QStringList & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_1);
|
||||
decl->set_return_new<QFileSystemWatcher_Adaptor> ();
|
||||
}
|
||||
|
|
@ -453,16 +453,16 @@ static void _call_ctor_QFileSystemWatcher_Adaptor_3631 (const qt_gsi::GenericSta
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QStringList &arg1 = gsi::arg_reader<const QStringList & >() (args, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QFileSystemWatcher_Adaptor *> (new QFileSystemWatcher_Adaptor (arg1, arg2));
|
||||
}
|
||||
|
||||
|
||||
// void QFileSystemWatcher::childEvent(QChildEvent *)
|
||||
// void QFileSystemWatcher::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -482,11 +482,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QFileSystemWatcher::customEvent(QEvent *)
|
||||
// void QFileSystemWatcher::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -510,7 +510,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -519,7 +519,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QFileSystemWatcher_Adaptor *)cls)->emitter_QFileSystemWatcher_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -566,11 +566,11 @@ static void _set_callback_cbs_disconnectNotify_2394_0 (void *cls, const gsi::Cal
|
|||
}
|
||||
|
||||
|
||||
// bool QFileSystemWatcher::event(QEvent *)
|
||||
// bool QFileSystemWatcher::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -589,13 +589,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QFileSystemWatcher::eventFilter(QObject *, QEvent *)
|
||||
// bool QFileSystemWatcher::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -715,11 +715,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QFileSystemWatcher::timerEvent(QTimerEvent *)
|
||||
// void QFileSystemWatcher::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -748,17 +748,17 @@ static gsi::Methods methods_QFileSystemWatcher_Adaptor () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QFileSystemWatcher::QFileSystemWatcher(QObject *parent)\nThis method creates an object of class QFileSystemWatcher.", &_init_ctor_QFileSystemWatcher_Adaptor_1302, &_call_ctor_QFileSystemWatcher_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QFileSystemWatcher::QFileSystemWatcher(const QStringList &paths, QObject *parent)\nThis method creates an object of class QFileSystemWatcher.", &_init_ctor_QFileSystemWatcher_Adaptor_3631, &_call_ctor_QFileSystemWatcher_Adaptor_3631);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QFileSystemWatcher::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QFileSystemWatcher::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QFileSystemWatcher::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QFileSystemWatcher::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QFileSystemWatcher::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("emit_directoryChanged", "@brief Emitter for signal void QFileSystemWatcher::directoryChanged(const QString &path)\nCall this method to emit this signal.", false, &_init_emitter_directoryChanged_5715, &_call_emitter_directoryChanged_5715);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QFileSystemWatcher::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QFileSystemWatcher::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QFileSystemWatcher::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QFileSystemWatcher::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QFileSystemWatcher::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_fileChanged", "@brief Emitter for signal void QFileSystemWatcher::fileChanged(const QString &path)\nCall this method to emit this signal.", false, &_init_emitter_fileChanged_5715, &_call_emitter_fileChanged_5715);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QFileSystemWatcher::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);
|
||||
|
|
@ -766,7 +766,7 @@ static gsi::Methods methods_QFileSystemWatcher_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QFileSystemWatcher::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 ("*sender", "@brief Method QObject *QFileSystemWatcher::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 QFileSystemWatcher::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 ("*timerEvent", "@brief Virtual method void QFileSystemWatcher::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QFileSystemWatcher::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,18 +189,18 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QFinalState::entered()'");
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QFinalState::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QFinalState::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QFinalState::eventFilter(arg1, arg2);
|
||||
return QFinalState::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QFinalState_Adaptor, bool, QObject *, QEvent *>(&QFinalState_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QFinalState_Adaptor, bool, QObject *, QEvent *>(&QFinalState_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QFinalState::eventFilter(arg1, arg2);
|
||||
return QFinalState::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -217,33 +217,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QFinalState::objectNameChanged(const QString &objectName)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QFinalState::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QFinalState::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QFinalState::childEvent(arg1);
|
||||
QFinalState::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QFinalState_Adaptor, QChildEvent *>(&QFinalState_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QFinalState_Adaptor, QChildEvent *>(&QFinalState_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QFinalState::childEvent(arg1);
|
||||
QFinalState::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QFinalState::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QFinalState::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QFinalState::customEvent(arg1);
|
||||
QFinalState::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QFinalState_Adaptor, QEvent *>(&QFinalState_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QFinalState_Adaptor, QEvent *>(&QFinalState_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QFinalState::customEvent(arg1);
|
||||
QFinalState::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -307,18 +307,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QFinalState::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QFinalState::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QFinalState::timerEvent(arg1);
|
||||
QFinalState::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QFinalState_Adaptor, QTimerEvent *>(&QFinalState_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QFinalState_Adaptor, QTimerEvent *>(&QFinalState_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QFinalState::timerEvent(arg1);
|
||||
QFinalState::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -338,7 +338,7 @@ QFinalState_Adaptor::~QFinalState_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QFinalState_Adaptor_1216 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QState * > (argspec_0);
|
||||
decl->set_return_new<QFinalState_Adaptor> ();
|
||||
}
|
||||
|
|
@ -347,7 +347,7 @@ static void _call_ctor_QFinalState_Adaptor_1216 (const qt_gsi::GenericStaticMeth
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QState *arg1 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (0, heap);
|
||||
QState *arg1 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (nullptr, heap);
|
||||
ret.write<QFinalState_Adaptor *> (new QFinalState_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -370,11 +370,11 @@ static void _call_emitter_activeChanged_864 (const qt_gsi::GenericMethod * /*dec
|
|||
}
|
||||
|
||||
|
||||
// void QFinalState::childEvent(QChildEvent *)
|
||||
// void QFinalState::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -394,11 +394,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QFinalState::customEvent(QEvent *)
|
||||
// void QFinalState::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -422,7 +422,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -431,7 +431,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QFinalState_Adaptor *)cls)->emitter_QFinalState_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -497,13 +497,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QFinalState::eventFilter(QObject *, QEvent *)
|
||||
// bool QFinalState::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -667,11 +667,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QFinalState::timerEvent(QTimerEvent *)
|
||||
// void QFinalState::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -700,9 +700,9 @@ static gsi::Methods methods_QFinalState_Adaptor () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QFinalState::QFinalState(QState *parent)\nThis method creates an object of class QFinalState.", &_init_ctor_QFinalState_Adaptor_1216, &_call_ctor_QFinalState_Adaptor_1216);
|
||||
methods += new qt_gsi::GenericMethod ("emit_activeChanged", "@brief Emitter for signal void QFinalState::activeChanged(bool active)\nCall this method to emit this signal.", false, &_init_emitter_activeChanged_864, &_call_emitter_activeChanged_864);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QFinalState::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QFinalState::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QFinalState::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QFinalState::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QFinalState::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QFinalState::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
|
|
@ -710,7 +710,7 @@ static gsi::Methods methods_QFinalState_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_entered", "@brief Emitter for signal void QFinalState::entered()\nCall this method to emit this signal.", false, &_init_emitter_entered_3384, &_call_emitter_entered_3384);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QFinalState::event(QEvent *e)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QFinalState::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QFinalState::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_exited", "@brief Emitter for signal void QFinalState::exited()\nCall this method to emit this signal.", false, &_init_emitter_exited_3384, &_call_emitter_exited_3384);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QFinalState::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);
|
||||
|
|
@ -722,7 +722,7 @@ static gsi::Methods methods_QFinalState_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QFinalState::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 ("*sender", "@brief Method QObject *QFinalState::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 QFinalState::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 ("*timerEvent", "@brief Virtual method void QFinalState::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QFinalState::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <QHistoryState>
|
||||
#include <QAbstractState>
|
||||
#include <QAbstractTransition>
|
||||
#include <QChildEvent>
|
||||
#include <QEvent>
|
||||
#include <QMetaMethod>
|
||||
|
|
@ -72,6 +73,21 @@ static void _call_f_defaultState_c0 (const qt_gsi::GenericMethod * /*decl*/, voi
|
|||
}
|
||||
|
||||
|
||||
// QAbstractTransition *QHistoryState::defaultTransition()
|
||||
|
||||
|
||||
static void _init_f_defaultTransition_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QAbstractTransition * > ();
|
||||
}
|
||||
|
||||
static void _call_f_defaultTransition_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QAbstractTransition * > ((QAbstractTransition *)((QHistoryState *)cls)->defaultTransition ());
|
||||
}
|
||||
|
||||
|
||||
// QHistoryState::HistoryType QHistoryState::historyType()
|
||||
|
||||
|
||||
|
|
@ -107,6 +123,26 @@ static void _call_f_setDefaultState_2036 (const qt_gsi::GenericMethod * /*decl*/
|
|||
}
|
||||
|
||||
|
||||
// void QHistoryState::setDefaultTransition(QAbstractTransition *transition)
|
||||
|
||||
|
||||
static void _init_f_setDefaultTransition_2590 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("transition");
|
||||
decl->add_arg<QAbstractTransition * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setDefaultTransition_2590 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QAbstractTransition *arg1 = gsi::arg_reader<QAbstractTransition * >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QHistoryState *)cls)->setDefaultTransition (arg1);
|
||||
}
|
||||
|
||||
|
||||
// void QHistoryState::setHistoryType(QHistoryState::HistoryType type)
|
||||
|
||||
|
||||
|
|
@ -184,11 +220,14 @@ static gsi::Methods methods_QHistoryState () {
|
|||
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 (":defaultState", "@brief Method QAbstractState *QHistoryState::defaultState()\n", true, &_init_f_defaultState_c0, &_call_f_defaultState_c0);
|
||||
methods += new qt_gsi::GenericMethod ("defaultTransition", "@brief Method QAbstractTransition *QHistoryState::defaultTransition()\n", true, &_init_f_defaultTransition_c0, &_call_f_defaultTransition_c0);
|
||||
methods += new qt_gsi::GenericMethod (":historyType", "@brief Method QHistoryState::HistoryType QHistoryState::historyType()\n", true, &_init_f_historyType_c0, &_call_f_historyType_c0);
|
||||
methods += new qt_gsi::GenericMethod ("setDefaultState|defaultState=", "@brief Method void QHistoryState::setDefaultState(QAbstractState *state)\n", false, &_init_f_setDefaultState_2036, &_call_f_setDefaultState_2036);
|
||||
methods += new qt_gsi::GenericMethod ("setDefaultTransition", "@brief Method void QHistoryState::setDefaultTransition(QAbstractTransition *transition)\n", false, &_init_f_setDefaultTransition_2590, &_call_f_setDefaultTransition_2590);
|
||||
methods += new qt_gsi::GenericMethod ("setHistoryType|historyType=", "@brief Method void QHistoryState::setHistoryType(QHistoryState::HistoryType type)\n", false, &_init_f_setHistoryType_3072, &_call_f_setHistoryType_3072);
|
||||
methods += gsi::qt_signal<bool > ("activeChanged(bool)", "activeChanged", gsi::arg("active"), "@brief Signal declaration for QHistoryState::activeChanged(bool active)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal ("defaultStateChanged()", "defaultStateChanged", "@brief Signal declaration for QHistoryState::defaultStateChanged()\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal ("defaultTransitionChanged()", "defaultTransitionChanged", "@brief Signal declaration for QHistoryState::defaultTransitionChanged()\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<QObject * > ("destroyed(QObject *)", "destroyed", gsi::arg("arg1"), "@brief Signal declaration for QHistoryState::destroyed(QObject *)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal ("entered()", "entered", "@brief Signal declaration for QHistoryState::entered()\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal ("exited()", "exited", "@brief Signal declaration for QHistoryState::exited()\nYou can bind a procedure to this signal.");
|
||||
|
|
@ -272,6 +311,12 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QHistoryState::defaultStateChanged()'");
|
||||
}
|
||||
|
||||
// [emitter impl] void QHistoryState::defaultTransitionChanged()
|
||||
void emitter_QHistoryState_defaultTransitionChanged_3318()
|
||||
{
|
||||
throw tl::Exception ("Can't emit private signal 'void QHistoryState::defaultTransitionChanged()'");
|
||||
}
|
||||
|
||||
// [emitter impl] void QHistoryState::destroyed(QObject *)
|
||||
void emitter_QHistoryState_destroyed_1302(QObject *arg1)
|
||||
{
|
||||
|
|
@ -284,18 +329,18 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QHistoryState::entered()'");
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QHistoryState::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QHistoryState::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QHistoryState::eventFilter(arg1, arg2);
|
||||
return QHistoryState::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QHistoryState_Adaptor, bool, QObject *, QEvent *>(&QHistoryState_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QHistoryState_Adaptor, bool, QObject *, QEvent *>(&QHistoryState_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QHistoryState::eventFilter(arg1, arg2);
|
||||
return QHistoryState::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -318,33 +363,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QHistoryState::objectNameChanged(const QString &objectName)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QHistoryState::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QHistoryState::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QHistoryState::childEvent(arg1);
|
||||
QHistoryState::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QHistoryState_Adaptor, QChildEvent *>(&QHistoryState_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QHistoryState_Adaptor, QChildEvent *>(&QHistoryState_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QHistoryState::childEvent(arg1);
|
||||
QHistoryState::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QHistoryState::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QHistoryState::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QHistoryState::customEvent(arg1);
|
||||
QHistoryState::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QHistoryState_Adaptor, QEvent *>(&QHistoryState_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QHistoryState_Adaptor, QEvent *>(&QHistoryState_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QHistoryState::customEvent(arg1);
|
||||
QHistoryState::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -408,18 +453,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QHistoryState::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QHistoryState::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QHistoryState::timerEvent(arg1);
|
||||
QHistoryState::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QHistoryState_Adaptor, QTimerEvent *>(&QHistoryState_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QHistoryState_Adaptor, QTimerEvent *>(&QHistoryState_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QHistoryState::timerEvent(arg1);
|
||||
QHistoryState::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -439,7 +484,7 @@ QHistoryState_Adaptor::~QHistoryState_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QHistoryState_Adaptor_1216 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QState * > (argspec_0);
|
||||
decl->set_return_new<QHistoryState_Adaptor> ();
|
||||
}
|
||||
|
|
@ -448,7 +493,7 @@ static void _call_ctor_QHistoryState_Adaptor_1216 (const qt_gsi::GenericStaticMe
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QState *arg1 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (0, heap);
|
||||
QState *arg1 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (nullptr, heap);
|
||||
ret.write<QHistoryState_Adaptor *> (new QHistoryState_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -459,7 +504,7 @@ static void _init_ctor_QHistoryState_Adaptor_4180 (qt_gsi::GenericStaticMethod *
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("type");
|
||||
decl->add_arg<const qt_gsi::Converter<QHistoryState::HistoryType>::target_type & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "nullptr");
|
||||
decl->add_arg<QState * > (argspec_1);
|
||||
decl->set_return_new<QHistoryState_Adaptor> ();
|
||||
}
|
||||
|
|
@ -469,7 +514,7 @@ static void _call_ctor_QHistoryState_Adaptor_4180 (const qt_gsi::GenericStaticMe
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const qt_gsi::Converter<QHistoryState::HistoryType>::target_type & arg1 = gsi::arg_reader<const qt_gsi::Converter<QHistoryState::HistoryType>::target_type & >() (args, heap);
|
||||
QState *arg2 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (0, heap);
|
||||
QState *arg2 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (nullptr, heap);
|
||||
ret.write<QHistoryState_Adaptor *> (new QHistoryState_Adaptor (qt_gsi::QtToCppAdaptor<QHistoryState::HistoryType>(arg1).cref(), arg2));
|
||||
}
|
||||
|
||||
|
|
@ -492,11 +537,11 @@ static void _call_emitter_activeChanged_864 (const qt_gsi::GenericMethod * /*dec
|
|||
}
|
||||
|
||||
|
||||
// void QHistoryState::childEvent(QChildEvent *)
|
||||
// void QHistoryState::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -516,11 +561,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QHistoryState::customEvent(QEvent *)
|
||||
// void QHistoryState::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -554,11 +599,25 @@ static void _call_emitter_defaultStateChanged_3318 (const qt_gsi::GenericMethod
|
|||
}
|
||||
|
||||
|
||||
// emitter void QHistoryState::defaultTransitionChanged()
|
||||
|
||||
static void _init_emitter_defaultTransitionChanged_3318 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_emitter_defaultTransitionChanged_3318 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs & /*ret*/)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
((QHistoryState_Adaptor *)cls)->emitter_QHistoryState_defaultTransitionChanged_3318 ();
|
||||
}
|
||||
|
||||
|
||||
// emitter void QHistoryState::destroyed(QObject *)
|
||||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -567,7 +626,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QHistoryState_Adaptor *)cls)->emitter_QHistoryState_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -633,13 +692,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QHistoryState::eventFilter(QObject *, QEvent *)
|
||||
// bool QHistoryState::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -817,11 +876,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QHistoryState::timerEvent(QTimerEvent *)
|
||||
// void QHistoryState::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -851,18 +910,19 @@ static gsi::Methods methods_QHistoryState_Adaptor () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QHistoryState::QHistoryState(QState *parent)\nThis method creates an object of class QHistoryState.", &_init_ctor_QHistoryState_Adaptor_1216, &_call_ctor_QHistoryState_Adaptor_1216);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QHistoryState::QHistoryState(QHistoryState::HistoryType type, QState *parent)\nThis method creates an object of class QHistoryState.", &_init_ctor_QHistoryState_Adaptor_4180, &_call_ctor_QHistoryState_Adaptor_4180);
|
||||
methods += new qt_gsi::GenericMethod ("emit_activeChanged", "@brief Emitter for signal void QHistoryState::activeChanged(bool active)\nCall this method to emit this signal.", false, &_init_emitter_activeChanged_864, &_call_emitter_activeChanged_864);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QHistoryState::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QHistoryState::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QHistoryState::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QHistoryState::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_defaultStateChanged", "@brief Emitter for signal void QHistoryState::defaultStateChanged()\nCall this method to emit this signal.", false, &_init_emitter_defaultStateChanged_3318, &_call_emitter_defaultStateChanged_3318);
|
||||
methods += new qt_gsi::GenericMethod ("emit_defaultTransitionChanged", "@brief Emitter for signal void QHistoryState::defaultTransitionChanged()\nCall this method to emit this signal.", false, &_init_emitter_defaultTransitionChanged_3318, &_call_emitter_defaultTransitionChanged_3318);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QHistoryState::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QHistoryState::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_entered", "@brief Emitter for signal void QHistoryState::entered()\nCall this method to emit this signal.", false, &_init_emitter_entered_3384, &_call_emitter_entered_3384);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QHistoryState::event(QEvent *e)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QHistoryState::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QHistoryState::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_exited", "@brief Emitter for signal void QHistoryState::exited()\nCall this method to emit this signal.", false, &_init_emitter_exited_3384, &_call_emitter_exited_3384);
|
||||
methods += new qt_gsi::GenericMethod ("emit_historyTypeChanged", "@brief Emitter for signal void QHistoryState::historyTypeChanged()\nCall this method to emit this signal.", false, &_init_emitter_historyTypeChanged_3318, &_call_emitter_historyTypeChanged_3318);
|
||||
|
|
@ -875,7 +935,7 @@ static gsi::Methods methods_QHistoryState_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QHistoryState::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 ("*sender", "@brief Method QObject *QHistoryState::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 QHistoryState::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 ("*timerEvent", "@brief Virtual method void QHistoryState::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QHistoryState::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -128,6 +128,52 @@ static void _call_f_close_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls,
|
|||
}
|
||||
|
||||
|
||||
// void QIODevice::commitTransaction()
|
||||
|
||||
|
||||
static void _init_f_commitTransaction_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_commitTransaction_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QIODevice *)cls)->commitTransaction ();
|
||||
}
|
||||
|
||||
|
||||
// int QIODevice::currentReadChannel()
|
||||
|
||||
|
||||
static void _init_f_currentReadChannel_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
||||
static void _call_f_currentReadChannel_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<int > ((int)((QIODevice *)cls)->currentReadChannel ());
|
||||
}
|
||||
|
||||
|
||||
// int QIODevice::currentWriteChannel()
|
||||
|
||||
|
||||
static void _init_f_currentWriteChannel_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
||||
static void _call_f_currentWriteChannel_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<int > ((int)((QIODevice *)cls)->currentWriteChannel ());
|
||||
}
|
||||
|
||||
|
||||
// QString QIODevice::errorString()
|
||||
|
||||
|
||||
|
|
@ -203,6 +249,21 @@ static void _call_f_isTextModeEnabled_c0 (const qt_gsi::GenericMethod * /*decl*/
|
|||
}
|
||||
|
||||
|
||||
// bool QIODevice::isTransactionStarted()
|
||||
|
||||
|
||||
static void _init_f_isTransactionStarted_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_isTransactionStarted_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<bool > ((bool)((QIODevice *)cls)->isTransactionStarted ());
|
||||
}
|
||||
|
||||
|
||||
// bool QIODevice::isWritable()
|
||||
|
||||
|
||||
|
|
@ -339,6 +400,21 @@ static void _call_f_readAll_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls
|
|||
}
|
||||
|
||||
|
||||
// int QIODevice::readChannelCount()
|
||||
|
||||
|
||||
static void _init_f_readChannelCount_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
||||
static void _call_f_readChannelCount_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<int > ((int)((QIODevice *)cls)->readChannelCount ());
|
||||
}
|
||||
|
||||
|
||||
// QByteArray QIODevice::readLine(qint64 maxlen)
|
||||
|
||||
|
||||
|
|
@ -373,6 +449,22 @@ static void _call_f_reset_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls,
|
|||
}
|
||||
|
||||
|
||||
// void QIODevice::rollbackTransaction()
|
||||
|
||||
|
||||
static void _init_f_rollbackTransaction_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_rollbackTransaction_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QIODevice *)cls)->rollbackTransaction ();
|
||||
}
|
||||
|
||||
|
||||
// bool QIODevice::seek(qint64 pos)
|
||||
|
||||
|
||||
|
|
@ -392,6 +484,46 @@ static void _call_f_seek_986 (const qt_gsi::GenericMethod * /*decl*/, void *cls,
|
|||
}
|
||||
|
||||
|
||||
// void QIODevice::setCurrentReadChannel(int channel)
|
||||
|
||||
|
||||
static void _init_f_setCurrentReadChannel_767 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("channel");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setCurrentReadChannel_767 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QIODevice *)cls)->setCurrentReadChannel (arg1);
|
||||
}
|
||||
|
||||
|
||||
// void QIODevice::setCurrentWriteChannel(int channel)
|
||||
|
||||
|
||||
static void _init_f_setCurrentWriteChannel_767 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("channel");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setCurrentWriteChannel_767 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QIODevice *)cls)->setCurrentWriteChannel (arg1);
|
||||
}
|
||||
|
||||
|
||||
// void QIODevice::setTextModeEnabled(bool enabled)
|
||||
|
||||
|
||||
|
|
@ -427,6 +559,41 @@ static void _call_f_size_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls,
|
|||
}
|
||||
|
||||
|
||||
// qint64 QIODevice::skip(qint64 maxSize)
|
||||
|
||||
|
||||
static void _init_f_skip_986 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("maxSize");
|
||||
decl->add_arg<qint64 > (argspec_0);
|
||||
decl->set_return<qint64 > ();
|
||||
}
|
||||
|
||||
static void _call_f_skip_986 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
qint64 arg1 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
ret.write<qint64 > ((qint64)((QIODevice *)cls)->skip (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QIODevice::startTransaction()
|
||||
|
||||
|
||||
static void _init_f_startTransaction_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_startTransaction_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QIODevice *)cls)->startTransaction ();
|
||||
}
|
||||
|
||||
|
||||
// void QIODevice::ungetChar(char c)
|
||||
|
||||
|
||||
|
|
@ -526,6 +693,21 @@ static void _call_f_write_2309 (const qt_gsi::GenericMethod * /*decl*/, void *cl
|
|||
}
|
||||
|
||||
|
||||
// int QIODevice::writeChannelCount()
|
||||
|
||||
|
||||
static void _init_f_writeChannelCount_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
||||
static void _call_f_writeChannelCount_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<int > ((int)((QIODevice *)cls)->writeChannelCount ());
|
||||
}
|
||||
|
||||
|
||||
// static QString QIODevice::tr(const char *s, const char *c, int n)
|
||||
|
||||
|
||||
|
|
@ -588,11 +770,15 @@ static gsi::Methods methods_QIODevice () {
|
|||
methods += new qt_gsi::GenericMethod ("bytesToWrite", "@brief Method qint64 QIODevice::bytesToWrite()\n", true, &_init_f_bytesToWrite_c0, &_call_f_bytesToWrite_c0);
|
||||
methods += new qt_gsi::GenericMethod ("canReadLine", "@brief Method bool QIODevice::canReadLine()\n", true, &_init_f_canReadLine_c0, &_call_f_canReadLine_c0);
|
||||
methods += new qt_gsi::GenericMethod ("close", "@brief Method void QIODevice::close()\n", false, &_init_f_close_0, &_call_f_close_0);
|
||||
methods += new qt_gsi::GenericMethod ("commitTransaction", "@brief Method void QIODevice::commitTransaction()\n", false, &_init_f_commitTransaction_0, &_call_f_commitTransaction_0);
|
||||
methods += new qt_gsi::GenericMethod ("currentReadChannel", "@brief Method int QIODevice::currentReadChannel()\n", true, &_init_f_currentReadChannel_c0, &_call_f_currentReadChannel_c0);
|
||||
methods += new qt_gsi::GenericMethod ("currentWriteChannel", "@brief Method int QIODevice::currentWriteChannel()\n", true, &_init_f_currentWriteChannel_c0, &_call_f_currentWriteChannel_c0);
|
||||
methods += new qt_gsi::GenericMethod ("errorString", "@brief Method QString QIODevice::errorString()\n", true, &_init_f_errorString_c0, &_call_f_errorString_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isOpen?", "@brief Method bool QIODevice::isOpen()\n", true, &_init_f_isOpen_c0, &_call_f_isOpen_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isReadable?", "@brief Method bool QIODevice::isReadable()\n", true, &_init_f_isReadable_c0, &_call_f_isReadable_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isSequential?", "@brief Method bool QIODevice::isSequential()\n", true, &_init_f_isSequential_c0, &_call_f_isSequential_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isTextModeEnabled?|:textModeEnabled", "@brief Method bool QIODevice::isTextModeEnabled()\n", true, &_init_f_isTextModeEnabled_c0, &_call_f_isTextModeEnabled_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isTransactionStarted?", "@brief Method bool QIODevice::isTransactionStarted()\n", true, &_init_f_isTransactionStarted_c0, &_call_f_isTransactionStarted_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isWritable?", "@brief Method bool QIODevice::isWritable()\n", true, &_init_f_isWritable_c0, &_call_f_isWritable_c0);
|
||||
methods += new qt_gsi::GenericMethod ("open", "@brief Method bool QIODevice::open(QFlags<QIODevice::OpenModeFlag> mode)\n", false, &_init_f_open_3242, &_call_f_open_3242);
|
||||
methods += new qt_gsi::GenericMethod ("openMode", "@brief Method QFlags<QIODevice::OpenModeFlag> QIODevice::openMode()\n", true, &_init_f_openMode_c0, &_call_f_openMode_c0);
|
||||
|
|
@ -601,18 +787,27 @@ static gsi::Methods methods_QIODevice () {
|
|||
methods += new qt_gsi::GenericMethod ("putChar", "@brief Method bool QIODevice::putChar(char c)\n", false, &_init_f_putChar_850, &_call_f_putChar_850);
|
||||
methods += new qt_gsi::GenericMethod ("read", "@brief Method QByteArray QIODevice::read(qint64 maxlen)\n", false, &_init_f_read_986, &_call_f_read_986);
|
||||
methods += new qt_gsi::GenericMethod ("readAll", "@brief Method QByteArray QIODevice::readAll()\n", false, &_init_f_readAll_0, &_call_f_readAll_0);
|
||||
methods += new qt_gsi::GenericMethod ("readChannelCount", "@brief Method int QIODevice::readChannelCount()\n", true, &_init_f_readChannelCount_c0, &_call_f_readChannelCount_c0);
|
||||
methods += new qt_gsi::GenericMethod ("readLine", "@brief Method QByteArray QIODevice::readLine(qint64 maxlen)\n", false, &_init_f_readLine_986, &_call_f_readLine_986);
|
||||
methods += new qt_gsi::GenericMethod ("reset", "@brief Method bool QIODevice::reset()\n", false, &_init_f_reset_0, &_call_f_reset_0);
|
||||
methods += new qt_gsi::GenericMethod ("rollbackTransaction", "@brief Method void QIODevice::rollbackTransaction()\n", false, &_init_f_rollbackTransaction_0, &_call_f_rollbackTransaction_0);
|
||||
methods += new qt_gsi::GenericMethod ("seek", "@brief Method bool QIODevice::seek(qint64 pos)\n", false, &_init_f_seek_986, &_call_f_seek_986);
|
||||
methods += new qt_gsi::GenericMethod ("setCurrentReadChannel", "@brief Method void QIODevice::setCurrentReadChannel(int channel)\n", false, &_init_f_setCurrentReadChannel_767, &_call_f_setCurrentReadChannel_767);
|
||||
methods += new qt_gsi::GenericMethod ("setCurrentWriteChannel", "@brief Method void QIODevice::setCurrentWriteChannel(int channel)\n", false, &_init_f_setCurrentWriteChannel_767, &_call_f_setCurrentWriteChannel_767);
|
||||
methods += new qt_gsi::GenericMethod ("setTextModeEnabled|textModeEnabled=", "@brief Method void QIODevice::setTextModeEnabled(bool enabled)\n", false, &_init_f_setTextModeEnabled_864, &_call_f_setTextModeEnabled_864);
|
||||
methods += new qt_gsi::GenericMethod ("size", "@brief Method qint64 QIODevice::size()\n", true, &_init_f_size_c0, &_call_f_size_c0);
|
||||
methods += new qt_gsi::GenericMethod ("skip", "@brief Method qint64 QIODevice::skip(qint64 maxSize)\n", false, &_init_f_skip_986, &_call_f_skip_986);
|
||||
methods += new qt_gsi::GenericMethod ("startTransaction", "@brief Method void QIODevice::startTransaction()\n", false, &_init_f_startTransaction_0, &_call_f_startTransaction_0);
|
||||
methods += new qt_gsi::GenericMethod ("ungetChar", "@brief Method void QIODevice::ungetChar(char c)\n", false, &_init_f_ungetChar_850, &_call_f_ungetChar_850);
|
||||
methods += new qt_gsi::GenericMethod ("waitForBytesWritten", "@brief Method bool QIODevice::waitForBytesWritten(int msecs)\n", false, &_init_f_waitForBytesWritten_767, &_call_f_waitForBytesWritten_767);
|
||||
methods += new qt_gsi::GenericMethod ("waitForReadyRead", "@brief Method bool QIODevice::waitForReadyRead(int msecs)\n", false, &_init_f_waitForReadyRead_767, &_call_f_waitForReadyRead_767);
|
||||
methods += new qt_gsi::GenericMethod ("write", "@brief Method qint64 QIODevice::write(const char *data, qint64 len)\n", false, &_init_f_write_2609, &_call_f_write_2609);
|
||||
methods += new qt_gsi::GenericMethod ("write", "@brief Method qint64 QIODevice::write(const QByteArray &data)\n", false, &_init_f_write_2309, &_call_f_write_2309);
|
||||
methods += new qt_gsi::GenericMethod ("writeChannelCount", "@brief Method int QIODevice::writeChannelCount()\n", true, &_init_f_writeChannelCount_c0, &_call_f_writeChannelCount_c0);
|
||||
methods += gsi::qt_signal ("aboutToClose()", "aboutToClose", "@brief Signal declaration for QIODevice::aboutToClose()\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<qint64 > ("bytesWritten(qint64)", "bytesWritten", gsi::arg("bytes"), "@brief Signal declaration for QIODevice::bytesWritten(qint64 bytes)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int, qint64 > ("channelBytesWritten(int, qint64)", "channelBytesWritten", gsi::arg("channel"), gsi::arg("bytes"), "@brief Signal declaration for QIODevice::channelBytesWritten(int channel, qint64 bytes)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int > ("channelReadyRead(int)", "channelReadyRead", gsi::arg("channel"), "@brief Signal declaration for QIODevice::channelReadyRead(int channel)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<QObject * > ("destroyed(QObject *)", "destroyed", gsi::arg("arg1"), "@brief Signal declaration for QIODevice::destroyed(QObject *)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<const QString & > ("objectNameChanged(const QString &)", "objectNameChanged", gsi::arg("objectName"), "@brief Signal declaration for QIODevice::objectNameChanged(const QString &objectName)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal ("readChannelFinished()", "readChannelFinished", "@brief Signal declaration for QIODevice::readChannelFinished()\nYou can bind a procedure to this signal.");
|
||||
|
|
@ -646,7 +841,9 @@ static gsi::Enum<QIODevice::OpenModeFlag> decl_QIODevice_OpenModeFlag_Enum ("QtC
|
|||
gsi::enum_const ("Append", QIODevice::Append, "@brief Enum constant QIODevice::Append") +
|
||||
gsi::enum_const ("Truncate", QIODevice::Truncate, "@brief Enum constant QIODevice::Truncate") +
|
||||
gsi::enum_const ("Text", QIODevice::Text, "@brief Enum constant QIODevice::Text") +
|
||||
gsi::enum_const ("Unbuffered", QIODevice::Unbuffered, "@brief Enum constant QIODevice::Unbuffered"),
|
||||
gsi::enum_const ("Unbuffered", QIODevice::Unbuffered, "@brief Enum constant QIODevice::Unbuffered") +
|
||||
gsi::enum_const ("NewOnly", QIODevice::NewOnly, "@brief Enum constant QIODevice::NewOnly") +
|
||||
gsi::enum_const ("ExistingOnly", QIODevice::ExistingOnly, "@brief Enum constant QIODevice::ExistingOnly"),
|
||||
"@qt\n@brief This class represents the QIODevice::OpenModeFlag enum");
|
||||
|
||||
static gsi::QFlagsClass<QIODevice::OpenModeFlag > decl_QIODevice_OpenModeFlag_Enums ("QtCore", "QIODevice_QFlags_OpenModeFlag",
|
||||
|
|
|
|||
|
|
@ -337,6 +337,21 @@ static void _call_f_parent_c2395 (const qt_gsi::GenericMethod * /*decl*/, void *
|
|||
}
|
||||
|
||||
|
||||
// QObject *QIdentityProxyModel::parent()
|
||||
|
||||
|
||||
static void _init_f_parent_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QObject * > ();
|
||||
}
|
||||
|
||||
static void _call_f_parent_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QObject * > ((QObject *)((QIdentityProxyModel *)cls)->parent ());
|
||||
}
|
||||
|
||||
|
||||
// bool QIdentityProxyModel::removeColumns(int column, int count, const QModelIndex &parent)
|
||||
|
||||
|
||||
|
|
@ -519,6 +534,7 @@ static gsi::Methods methods_QIdentityProxyModel () {
|
|||
methods += new qt_gsi::GenericMethod ("mapToSource", "@brief Method QModelIndex QIdentityProxyModel::mapToSource(const QModelIndex &proxyIndex)\nThis is a reimplementation of QAbstractProxyModel::mapToSource", true, &_init_f_mapToSource_c2395, &_call_f_mapToSource_c2395);
|
||||
methods += new qt_gsi::GenericMethod ("match", "@brief Method QList<QModelIndex> QIdentityProxyModel::match(const QModelIndex &start, int role, const QVariant &value, int hits, QFlags<Qt::MatchFlag> flags)\nThis is a reimplementation of QAbstractItemModel::match", true, &_init_f_match_c7932, &_call_f_match_c7932);
|
||||
methods += new qt_gsi::GenericMethod ("parent", "@brief Method QModelIndex QIdentityProxyModel::parent(const QModelIndex &child)\nThis is a reimplementation of QAbstractItemModel::parent", true, &_init_f_parent_c2395, &_call_f_parent_c2395);
|
||||
methods += new qt_gsi::GenericMethod (":parent", "@brief Method QObject *QIdentityProxyModel::parent()\n", true, &_init_f_parent_c0, &_call_f_parent_c0);
|
||||
methods += new qt_gsi::GenericMethod ("removeColumns", "@brief Method bool QIdentityProxyModel::removeColumns(int column, int count, const QModelIndex &parent)\nThis is a reimplementation of QAbstractItemModel::removeColumns", false, &_init_f_removeColumns_3713, &_call_f_removeColumns_3713);
|
||||
methods += new qt_gsi::GenericMethod ("removeRows", "@brief Method bool QIdentityProxyModel::removeRows(int row, int count, const QModelIndex &parent)\nThis is a reimplementation of QAbstractItemModel::removeRows", false, &_init_f_removeRows_3713, &_call_f_removeRows_3713);
|
||||
methods += new qt_gsi::GenericMethod ("rowCount", "@brief Method int QIdentityProxyModel::rowCount(const QModelIndex &parent)\nThis is a reimplementation of QAbstractItemModel::rowCount", true, &_init_f_rowCount_c2395, &_call_f_rowCount_c2395);
|
||||
|
|
@ -869,33 +885,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QIdentityProxyModel::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QIdentityProxyModel::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QIdentityProxyModel::event(arg1);
|
||||
return QIdentityProxyModel::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QIdentityProxyModel_Adaptor, bool, QEvent *>(&QIdentityProxyModel_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QIdentityProxyModel_Adaptor, bool, QEvent *>(&QIdentityProxyModel_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QIdentityProxyModel::event(arg1);
|
||||
return QIdentityProxyModel::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QIdentityProxyModel::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QIdentityProxyModel::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QIdentityProxyModel::eventFilter(arg1, arg2);
|
||||
return QIdentityProxyModel::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QIdentityProxyModel_Adaptor, bool, QObject *, QEvent *>(&QIdentityProxyModel_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QIdentityProxyModel_Adaptor, bool, QObject *, QEvent *>(&QIdentityProxyModel_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QIdentityProxyModel::eventFilter(arg1, arg2);
|
||||
return QIdentityProxyModel::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1495,33 +1511,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QIdentityProxyModel::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QIdentityProxyModel::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QIdentityProxyModel::childEvent(arg1);
|
||||
QIdentityProxyModel::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QIdentityProxyModel_Adaptor, QChildEvent *>(&QIdentityProxyModel_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QIdentityProxyModel_Adaptor, QChildEvent *>(&QIdentityProxyModel_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QIdentityProxyModel::childEvent(arg1);
|
||||
QIdentityProxyModel::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QIdentityProxyModel::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QIdentityProxyModel::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QIdentityProxyModel::customEvent(arg1);
|
||||
QIdentityProxyModel::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QIdentityProxyModel_Adaptor, QEvent *>(&QIdentityProxyModel_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QIdentityProxyModel_Adaptor, QEvent *>(&QIdentityProxyModel_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QIdentityProxyModel::customEvent(arg1);
|
||||
QIdentityProxyModel::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1540,18 +1556,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QIdentityProxyModel::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QIdentityProxyModel::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QIdentityProxyModel::timerEvent(arg1);
|
||||
QIdentityProxyModel::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QIdentityProxyModel_Adaptor, QTimerEvent *>(&QIdentityProxyModel_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QIdentityProxyModel_Adaptor, QTimerEvent *>(&QIdentityProxyModel_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QIdentityProxyModel::timerEvent(arg1);
|
||||
QIdentityProxyModel::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1608,7 +1624,7 @@ QIdentityProxyModel_Adaptor::~QIdentityProxyModel_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QIdentityProxyModel_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QIdentityProxyModel_Adaptor> ();
|
||||
}
|
||||
|
|
@ -1617,7 +1633,7 @@ static void _call_ctor_QIdentityProxyModel_Adaptor_1302 (const qt_gsi::GenericSt
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QIdentityProxyModel_Adaptor *> (new QIdentityProxyModel_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -1922,11 +1938,11 @@ static void _call_fp_changePersistentIndexList_5912 (const qt_gsi::GenericMethod
|
|||
}
|
||||
|
||||
|
||||
// void QIdentityProxyModel::childEvent(QChildEvent *)
|
||||
// void QIdentityProxyModel::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -2133,7 +2149,7 @@ static void _init_fp_createIndex_c2374 (qt_gsi::GenericMethod *decl)
|
|||
decl->add_arg<int > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("column");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("data", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("data", true, "nullptr");
|
||||
decl->add_arg<void * > (argspec_2);
|
||||
decl->set_return<QModelIndex > ();
|
||||
}
|
||||
|
|
@ -2144,7 +2160,7 @@ static void _call_fp_createIndex_c2374 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
int arg2 = gsi::arg_reader<int >() (args, heap);
|
||||
void *arg3 = args ? gsi::arg_reader<void * >() (args, heap) : gsi::arg_maker<void * >() (0, heap);
|
||||
void *arg3 = args ? gsi::arg_reader<void * >() (args, heap) : gsi::arg_maker<void * >() (nullptr, heap);
|
||||
ret.write<QModelIndex > ((QModelIndex)((QIdentityProxyModel_Adaptor *)cls)->fp_QIdentityProxyModel_createIndex_c2374 (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
|
@ -2173,11 +2189,11 @@ static void _call_fp_createIndex_c2657 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// void QIdentityProxyModel::customEvent(QEvent *)
|
||||
// void QIdentityProxyModel::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -2278,7 +2294,7 @@ static void _call_fp_decodeData_5302 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -2287,7 +2303,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QIdentityProxyModel_Adaptor *)cls)->emitter_QIdentityProxyModel_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -2478,11 +2494,11 @@ static void _call_fp_endResetModel_0 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
}
|
||||
|
||||
|
||||
// bool QIdentityProxyModel::event(QEvent *)
|
||||
// bool QIdentityProxyModel::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -2501,13 +2517,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QIdentityProxyModel::eventFilter(QObject *, QEvent *)
|
||||
// bool QIdentityProxyModel::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -3740,11 +3756,11 @@ static void _set_callback_cbs_supportedDropActions_c0_0 (void *cls, const gsi::C
|
|||
}
|
||||
|
||||
|
||||
// void QIdentityProxyModel::timerEvent(QTimerEvent *)
|
||||
// void QIdentityProxyModel::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -3787,7 +3803,7 @@ static gsi::Methods methods_QIdentityProxyModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("canFetchMore", "@hide", true, &_init_cbs_canFetchMore_c2395_0, &_call_cbs_canFetchMore_c2395_0, &_set_callback_cbs_canFetchMore_c2395_0);
|
||||
methods += new qt_gsi::GenericMethod ("*changePersistentIndex", "@brief Method void QIdentityProxyModel::changePersistentIndex(const QModelIndex &from, const QModelIndex &to)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_changePersistentIndex_4682, &_call_fp_changePersistentIndex_4682);
|
||||
methods += new qt_gsi::GenericMethod ("*changePersistentIndexList", "@brief Method void QIdentityProxyModel::changePersistentIndexList(const QList<QModelIndex> &from, const QList<QModelIndex> &to)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_changePersistentIndexList_5912, &_call_fp_changePersistentIndexList_5912);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QIdentityProxyModel::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QIdentityProxyModel::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("columnCount", "@brief Virtual method int QIdentityProxyModel::columnCount(const QModelIndex &parent)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_columnCount_c2395_1, &_call_cbs_columnCount_c2395_1);
|
||||
methods += new qt_gsi::GenericMethod ("columnCount", "@hide", true, &_init_cbs_columnCount_c2395_1, &_call_cbs_columnCount_c2395_1, &_set_callback_cbs_columnCount_c2395_1);
|
||||
|
|
@ -3799,7 +3815,7 @@ static gsi::Methods methods_QIdentityProxyModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_columnsRemoved", "@brief Emitter for signal void QIdentityProxyModel::columnsRemoved(const QModelIndex &parent, int first, int last)\nCall this method to emit this signal.", false, &_init_emitter_columnsRemoved_7372, &_call_emitter_columnsRemoved_7372);
|
||||
methods += new qt_gsi::GenericMethod ("*createIndex", "@brief Method QModelIndex QIdentityProxyModel::createIndex(int row, int column, void *data)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_createIndex_c2374, &_call_fp_createIndex_c2374);
|
||||
methods += new qt_gsi::GenericMethod ("*createIndex", "@brief Method QModelIndex QIdentityProxyModel::createIndex(int row, int column, quintptr id)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_createIndex_c2657, &_call_fp_createIndex_c2657);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QIdentityProxyModel::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QIdentityProxyModel::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@brief Virtual method QVariant QIdentityProxyModel::data(const QModelIndex &proxyIndex, int role)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_data_c3054_1, &_call_cbs_data_c3054_1);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@hide", true, &_init_cbs_data_c3054_1, &_call_cbs_data_c3054_1, &_set_callback_cbs_data_c3054_1);
|
||||
|
|
@ -3818,9 +3834,9 @@ static gsi::Methods methods_QIdentityProxyModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*endRemoveColumns", "@brief Method void QIdentityProxyModel::endRemoveColumns()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endRemoveColumns_0, &_call_fp_endRemoveColumns_0);
|
||||
methods += new qt_gsi::GenericMethod ("*endRemoveRows", "@brief Method void QIdentityProxyModel::endRemoveRows()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endRemoveRows_0, &_call_fp_endRemoveRows_0);
|
||||
methods += new qt_gsi::GenericMethod ("*endResetModel", "@brief Method void QIdentityProxyModel::endResetModel()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endResetModel_0, &_call_fp_endResetModel_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QIdentityProxyModel::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QIdentityProxyModel::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QIdentityProxyModel::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QIdentityProxyModel::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("fetchMore", "@brief Virtual method void QIdentityProxyModel::fetchMore(const QModelIndex &parent)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_fetchMore_2395_0, &_call_cbs_fetchMore_2395_0);
|
||||
methods += new qt_gsi::GenericMethod ("fetchMore", "@hide", false, &_init_cbs_fetchMore_2395_0, &_call_cbs_fetchMore_2395_0, &_set_callback_cbs_fetchMore_2395_0);
|
||||
|
|
@ -3907,7 +3923,7 @@ static gsi::Methods methods_QIdentityProxyModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("supportedDragActions", "@hide", true, &_init_cbs_supportedDragActions_c0_0, &_call_cbs_supportedDragActions_c0_0, &_set_callback_cbs_supportedDragActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("supportedDropActions", "@brief Virtual method QFlags<Qt::DropAction> QIdentityProxyModel::supportedDropActions()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_supportedDropActions_c0_0, &_call_cbs_supportedDropActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("supportedDropActions", "@hide", true, &_init_cbs_supportedDropActions_c0_0, &_call_cbs_supportedDropActions_c0_0, &_set_callback_cbs_supportedDropActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QIdentityProxyModel::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QIdentityProxyModel::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -648,33 +648,33 @@ public:
|
|||
emit QItemSelectionModel::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QItemSelectionModel::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QItemSelectionModel::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QItemSelectionModel::event(arg1);
|
||||
return QItemSelectionModel::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QItemSelectionModel_Adaptor, bool, QEvent *>(&QItemSelectionModel_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QItemSelectionModel_Adaptor, bool, QEvent *>(&QItemSelectionModel_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QItemSelectionModel::event(arg1);
|
||||
return QItemSelectionModel::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QItemSelectionModel::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QItemSelectionModel::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QItemSelectionModel::eventFilter(arg1, arg2);
|
||||
return QItemSelectionModel::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QItemSelectionModel_Adaptor, bool, QObject *, QEvent *>(&QItemSelectionModel_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QItemSelectionModel_Adaptor, bool, QObject *, QEvent *>(&QItemSelectionModel_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QItemSelectionModel::eventFilter(arg1, arg2);
|
||||
return QItemSelectionModel::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -757,33 +757,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QItemSelectionModel::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QItemSelectionModel::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QItemSelectionModel::childEvent(arg1);
|
||||
QItemSelectionModel::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QItemSelectionModel_Adaptor, QChildEvent *>(&QItemSelectionModel_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QItemSelectionModel_Adaptor, QChildEvent *>(&QItemSelectionModel_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QItemSelectionModel::childEvent(arg1);
|
||||
QItemSelectionModel::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QItemSelectionModel::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QItemSelectionModel::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QItemSelectionModel::customEvent(arg1);
|
||||
QItemSelectionModel::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QItemSelectionModel_Adaptor, QEvent *>(&QItemSelectionModel_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QItemSelectionModel_Adaptor, QEvent *>(&QItemSelectionModel_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QItemSelectionModel::customEvent(arg1);
|
||||
QItemSelectionModel::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -802,18 +802,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QItemSelectionModel::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QItemSelectionModel::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QItemSelectionModel::timerEvent(arg1);
|
||||
QItemSelectionModel::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QItemSelectionModel_Adaptor, QTimerEvent *>(&QItemSelectionModel_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QItemSelectionModel_Adaptor, QTimerEvent *>(&QItemSelectionModel_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QItemSelectionModel::timerEvent(arg1);
|
||||
QItemSelectionModel::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -837,7 +837,7 @@ QItemSelectionModel_Adaptor::~QItemSelectionModel_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QItemSelectionModel_Adaptor_2419 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("model", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("model", true, "nullptr");
|
||||
decl->add_arg<QAbstractItemModel * > (argspec_0);
|
||||
decl->set_return_new<QItemSelectionModel_Adaptor> ();
|
||||
}
|
||||
|
|
@ -846,7 +846,7 @@ static void _call_ctor_QItemSelectionModel_Adaptor_2419 (const qt_gsi::GenericSt
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QAbstractItemModel *arg1 = args ? gsi::arg_reader<QAbstractItemModel * >() (args, heap) : gsi::arg_maker<QAbstractItemModel * >() (0, heap);
|
||||
QAbstractItemModel *arg1 = args ? gsi::arg_reader<QAbstractItemModel * >() (args, heap) : gsi::arg_maker<QAbstractItemModel * >() (nullptr, heap);
|
||||
ret.write<QItemSelectionModel_Adaptor *> (new QItemSelectionModel_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -872,11 +872,11 @@ static void _call_ctor_QItemSelectionModel_Adaptor_3613 (const qt_gsi::GenericSt
|
|||
}
|
||||
|
||||
|
||||
// void QItemSelectionModel::childEvent(QChildEvent *)
|
||||
// void QItemSelectionModel::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -999,11 +999,11 @@ static void _call_emitter_currentRowChanged_4682 (const qt_gsi::GenericMethod *
|
|||
}
|
||||
|
||||
|
||||
// void QItemSelectionModel::customEvent(QEvent *)
|
||||
// void QItemSelectionModel::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1027,7 +1027,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1036,7 +1036,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QItemSelectionModel_Adaptor *)cls)->emitter_QItemSelectionModel_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -1087,11 +1087,11 @@ static void _call_fp_emitSelectionChanged_5346 (const qt_gsi::GenericMethod * /*
|
|||
}
|
||||
|
||||
|
||||
// bool QItemSelectionModel::event(QEvent *)
|
||||
// bool QItemSelectionModel::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1110,13 +1110,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QItemSelectionModel::eventFilter(QObject *, QEvent *)
|
||||
// bool QItemSelectionModel::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1358,11 +1358,11 @@ static void _set_callback_cbs_setCurrentIndex_6758_0 (void *cls, const gsi::Call
|
|||
}
|
||||
|
||||
|
||||
// void QItemSelectionModel::timerEvent(QTimerEvent *)
|
||||
// void QItemSelectionModel::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1391,7 +1391,7 @@ static gsi::Methods methods_QItemSelectionModel_Adaptor () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QItemSelectionModel::QItemSelectionModel(QAbstractItemModel *model)\nThis method creates an object of class QItemSelectionModel.", &_init_ctor_QItemSelectionModel_Adaptor_2419, &_call_ctor_QItemSelectionModel_Adaptor_2419);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QItemSelectionModel::QItemSelectionModel(QAbstractItemModel *model, QObject *parent)\nThis method creates an object of class QItemSelectionModel.", &_init_ctor_QItemSelectionModel_Adaptor_3613, &_call_ctor_QItemSelectionModel_Adaptor_3613);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QItemSelectionModel::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QItemSelectionModel::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("clear", "@brief Virtual method void QItemSelectionModel::clear()\nThis method can be reimplemented in a derived class.", false, &_init_cbs_clear_0_0, &_call_cbs_clear_0_0);
|
||||
methods += new qt_gsi::GenericMethod ("clear", "@hide", false, &_init_cbs_clear_0_0, &_call_cbs_clear_0_0, &_set_callback_cbs_clear_0_0);
|
||||
|
|
@ -1400,15 +1400,15 @@ static gsi::Methods methods_QItemSelectionModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_currentChanged", "@brief Emitter for signal void QItemSelectionModel::currentChanged(const QModelIndex ¤t, const QModelIndex &previous)\nCall this method to emit this signal.", false, &_init_emitter_currentChanged_4682, &_call_emitter_currentChanged_4682);
|
||||
methods += new qt_gsi::GenericMethod ("emit_currentColumnChanged", "@brief Emitter for signal void QItemSelectionModel::currentColumnChanged(const QModelIndex ¤t, const QModelIndex &previous)\nCall this method to emit this signal.", false, &_init_emitter_currentColumnChanged_4682, &_call_emitter_currentColumnChanged_4682);
|
||||
methods += new qt_gsi::GenericMethod ("emit_currentRowChanged", "@brief Emitter for signal void QItemSelectionModel::currentRowChanged(const QModelIndex ¤t, const QModelIndex &previous)\nCall this method to emit this signal.", false, &_init_emitter_currentRowChanged_4682, &_call_emitter_currentRowChanged_4682);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QItemSelectionModel::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QItemSelectionModel::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QItemSelectionModel::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QItemSelectionModel::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*emitSelectionChanged", "@brief Method void QItemSelectionModel::emitSelectionChanged(const QItemSelection &newSelection, const QItemSelection &oldSelection)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_emitSelectionChanged_5346, &_call_fp_emitSelectionChanged_5346);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QItemSelectionModel::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QItemSelectionModel::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QItemSelectionModel::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QItemSelectionModel::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QItemSelectionModel::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 ("emit_modelChanged", "@brief Emitter for signal void QItemSelectionModel::modelChanged(QAbstractItemModel *model)\nCall this method to emit this signal.", false, &_init_emitter_modelChanged_2419, &_call_emitter_modelChanged_2419);
|
||||
|
|
@ -1425,7 +1425,7 @@ static gsi::Methods methods_QItemSelectionModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*senderSignalIndex", "@brief Method int QItemSelectionModel::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 ("setCurrentIndex", "@brief Virtual method void QItemSelectionModel::setCurrentIndex(const QModelIndex &index, QFlags<QItemSelectionModel::SelectionFlag> command)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_setCurrentIndex_6758_0, &_call_cbs_setCurrentIndex_6758_0);
|
||||
methods += new qt_gsi::GenericMethod ("setCurrentIndex", "@hide", false, &_init_cbs_setCurrentIndex_6758_0, &_call_cbs_setCurrentIndex_6758_0, &_set_callback_cbs_setCurrentIndex_6758_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QItemSelectionModel::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QItemSelectionModel::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -72,14 +72,14 @@ static void _call_ctor_QItemSelectionRange_3220 (const qt_gsi::GenericStaticMeth
|
|||
}
|
||||
|
||||
|
||||
// Constructor QItemSelectionRange::QItemSelectionRange(const QModelIndex &topLeft, const QModelIndex &bottomRight)
|
||||
// Constructor QItemSelectionRange::QItemSelectionRange(const QModelIndex &topL, const QModelIndex &bottomR)
|
||||
|
||||
|
||||
static void _init_ctor_QItemSelectionRange_4682 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("topLeft");
|
||||
static gsi::ArgSpecBase argspec_0 ("topL");
|
||||
decl->add_arg<const QModelIndex & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("bottomRight");
|
||||
static gsi::ArgSpecBase argspec_1 ("bottomR");
|
||||
decl->add_arg<const QModelIndex & > (argspec_1);
|
||||
decl->set_return_new<QItemSelectionRange> ();
|
||||
}
|
||||
|
|
@ -353,6 +353,25 @@ static void _call_f_operator_lt__c3220 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// QItemSelectionRange &QItemSelectionRange::operator=(const QItemSelectionRange &other)
|
||||
|
||||
|
||||
static void _init_f_operator_eq__3220 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("other");
|
||||
decl->add_arg<const QItemSelectionRange & > (argspec_0);
|
||||
decl->set_return<QItemSelectionRange & > ();
|
||||
}
|
||||
|
||||
static void _call_f_operator_eq__3220 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QItemSelectionRange &arg1 = gsi::arg_reader<const QItemSelectionRange & >() (args, heap);
|
||||
ret.write<QItemSelectionRange & > ((QItemSelectionRange &)((QItemSelectionRange *)cls)->operator= (arg1));
|
||||
}
|
||||
|
||||
|
||||
// bool QItemSelectionRange::operator==(const QItemSelectionRange &other)
|
||||
|
||||
|
||||
|
|
@ -402,6 +421,26 @@ static void _call_f_right_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls,
|
|||
}
|
||||
|
||||
|
||||
// void QItemSelectionRange::swap(QItemSelectionRange &other)
|
||||
|
||||
|
||||
static void _init_f_swap_2525 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("other");
|
||||
decl->add_arg<QItemSelectionRange & > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_swap_2525 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QItemSelectionRange &arg1 = gsi::arg_reader<QItemSelectionRange & >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QItemSelectionRange *)cls)->swap (arg1);
|
||||
}
|
||||
|
||||
|
||||
// int QItemSelectionRange::top()
|
||||
|
||||
|
||||
|
|
@ -455,7 +494,7 @@ static gsi::Methods methods_QItemSelectionRange () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QItemSelectionRange::QItemSelectionRange()\nThis method creates an object of class QItemSelectionRange.", &_init_ctor_QItemSelectionRange_0, &_call_ctor_QItemSelectionRange_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QItemSelectionRange::QItemSelectionRange(const QItemSelectionRange &other)\nThis method creates an object of class QItemSelectionRange.", &_init_ctor_QItemSelectionRange_3220, &_call_ctor_QItemSelectionRange_3220);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QItemSelectionRange::QItemSelectionRange(const QModelIndex &topLeft, const QModelIndex &bottomRight)\nThis method creates an object of class QItemSelectionRange.", &_init_ctor_QItemSelectionRange_4682, &_call_ctor_QItemSelectionRange_4682);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QItemSelectionRange::QItemSelectionRange(const QModelIndex &topL, const QModelIndex &bottomR)\nThis method creates an object of class QItemSelectionRange.", &_init_ctor_QItemSelectionRange_4682, &_call_ctor_QItemSelectionRange_4682);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QItemSelectionRange::QItemSelectionRange(const QModelIndex &index)\nThis method creates an object of class QItemSelectionRange.", &_init_ctor_QItemSelectionRange_2395, &_call_ctor_QItemSelectionRange_2395);
|
||||
methods += new qt_gsi::GenericMethod ("bottom", "@brief Method int QItemSelectionRange::bottom()\n", true, &_init_f_bottom_c0, &_call_f_bottom_c0);
|
||||
methods += new qt_gsi::GenericMethod ("bottomRight", "@brief Method const QPersistentModelIndex &QItemSelectionRange::bottomRight()\n", true, &_init_f_bottomRight_c0, &_call_f_bottomRight_c0);
|
||||
|
|
@ -471,9 +510,11 @@ static gsi::Methods methods_QItemSelectionRange () {
|
|||
methods += new qt_gsi::GenericMethod ("model", "@brief Method const QAbstractItemModel *QItemSelectionRange::model()\n", true, &_init_f_model_c0, &_call_f_model_c0);
|
||||
methods += new qt_gsi::GenericMethod ("!=", "@brief Method bool QItemSelectionRange::operator!=(const QItemSelectionRange &other)\n", true, &_init_f_operator_excl__eq__c3220, &_call_f_operator_excl__eq__c3220);
|
||||
methods += new qt_gsi::GenericMethod ("<", "@brief Method bool QItemSelectionRange::operator<(const QItemSelectionRange &other)\n", true, &_init_f_operator_lt__c3220, &_call_f_operator_lt__c3220);
|
||||
methods += new qt_gsi::GenericMethod ("assign", "@brief Method QItemSelectionRange &QItemSelectionRange::operator=(const QItemSelectionRange &other)\n", false, &_init_f_operator_eq__3220, &_call_f_operator_eq__3220);
|
||||
methods += new qt_gsi::GenericMethod ("==", "@brief Method bool QItemSelectionRange::operator==(const QItemSelectionRange &other)\n", true, &_init_f_operator_eq__eq__c3220, &_call_f_operator_eq__eq__c3220);
|
||||
methods += new qt_gsi::GenericMethod ("parent", "@brief Method QModelIndex QItemSelectionRange::parent()\n", true, &_init_f_parent_c0, &_call_f_parent_c0);
|
||||
methods += new qt_gsi::GenericMethod ("right", "@brief Method int QItemSelectionRange::right()\n", true, &_init_f_right_c0, &_call_f_right_c0);
|
||||
methods += new qt_gsi::GenericMethod ("swap", "@brief Method void QItemSelectionRange::swap(QItemSelectionRange &other)\n", false, &_init_f_swap_2525, &_call_f_swap_2525);
|
||||
methods += new qt_gsi::GenericMethod ("top", "@brief Method int QItemSelectionRange::top()\n", true, &_init_f_top_c0, &_call_f_top_c0);
|
||||
methods += new qt_gsi::GenericMethod ("topLeft", "@brief Method const QPersistentModelIndex &QItemSelectionRange::topLeft()\n", true, &_init_f_topLeft_c0, &_call_f_topLeft_c0);
|
||||
methods += new qt_gsi::GenericMethod ("width", "@brief Method int QItemSelectionRange::width()\n", true, &_init_f_width_c0, &_call_f_width_c0);
|
||||
|
|
|
|||
|
|
@ -692,6 +692,26 @@ static void _call_f_size_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls,
|
|||
}
|
||||
|
||||
|
||||
// void QJsonArray::swap(QJsonArray &other)
|
||||
|
||||
|
||||
static void _init_f_swap_1620 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("other");
|
||||
decl->add_arg<QJsonArray & > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_swap_1620 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QJsonArray &arg1 = gsi::arg_reader<QJsonArray & >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QJsonArray *)cls)->swap (arg1);
|
||||
}
|
||||
|
||||
|
||||
// QJsonValue QJsonArray::takeAt(int i)
|
||||
|
||||
|
||||
|
|
@ -807,6 +827,7 @@ static gsi::Methods methods_QJsonArray () {
|
|||
methods += new qt_gsi::GenericMethod ("removeLast", "@brief Method void QJsonArray::removeLast()\n", false, &_init_f_removeLast_0, &_call_f_removeLast_0);
|
||||
methods += new qt_gsi::GenericMethod ("replace", "@brief Method void QJsonArray::replace(int i, const QJsonValue &value)\n", false, &_init_f_replace_2972, &_call_f_replace_2972);
|
||||
methods += new qt_gsi::GenericMethod ("size", "@brief Method int QJsonArray::size()\n", true, &_init_f_size_c0, &_call_f_size_c0);
|
||||
methods += new qt_gsi::GenericMethod ("swap", "@brief Method void QJsonArray::swap(QJsonArray &other)\n", false, &_init_f_swap_1620, &_call_f_swap_1620);
|
||||
methods += new qt_gsi::GenericMethod ("takeAt", "@brief Method QJsonValue QJsonArray::takeAt(int i)\n", false, &_init_f_takeAt_767, &_call_f_takeAt_767);
|
||||
methods += new qt_gsi::GenericMethod ("toVariantList", "@brief Method QList<QVariant> QJsonArray::toVariantList()\n", true, &_init_f_toVariantList_c0, &_call_f_toVariantList_c0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromStringList", "@brief Static method QJsonArray QJsonArray::fromStringList(const QStringList &list)\nThis method is static and can be called without an instance.", &_init_f_fromStringList_2437, &_call_f_fromStringList_2437);
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
#include <QJsonArray>
|
||||
#include <QJsonObject>
|
||||
#include <QJsonParseError>
|
||||
#include <QJsonValue>
|
||||
#include "gsiQt.h"
|
||||
#include "gsiQtCoreCommon.h"
|
||||
#include <memory>
|
||||
|
|
@ -257,6 +258,63 @@ static void _call_f_operator_eq__eq__c2635 (const qt_gsi::GenericMethod * /*decl
|
|||
}
|
||||
|
||||
|
||||
// const QJsonValue QJsonDocument::operator[](const QString &key)
|
||||
|
||||
|
||||
static void _init_f_operator_index__c2025 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("key");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
decl->set_return<const QJsonValue > ();
|
||||
}
|
||||
|
||||
static void _call_f_operator_index__c2025 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
ret.write<const QJsonValue > ((const QJsonValue)((QJsonDocument *)cls)->operator[] (arg1));
|
||||
}
|
||||
|
||||
|
||||
// const QJsonValue QJsonDocument::operator[](QLatin1String key)
|
||||
|
||||
|
||||
static void _init_f_operator_index__c1701 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("key");
|
||||
decl->add_arg<QLatin1String > (argspec_0);
|
||||
decl->set_return<const QJsonValue > ();
|
||||
}
|
||||
|
||||
static void _call_f_operator_index__c1701 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QLatin1String arg1 = gsi::arg_reader<QLatin1String >() (args, heap);
|
||||
ret.write<const QJsonValue > ((const QJsonValue)((QJsonDocument *)cls)->operator[] (arg1));
|
||||
}
|
||||
|
||||
|
||||
// const QJsonValue QJsonDocument::operator[](int i)
|
||||
|
||||
|
||||
static void _init_f_operator_index__c767 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("i");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
decl->set_return<const QJsonValue > ();
|
||||
}
|
||||
|
||||
static void _call_f_operator_index__c767 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
ret.write<const QJsonValue > ((const QJsonValue)((QJsonDocument *)cls)->operator[] (arg1));
|
||||
}
|
||||
|
||||
|
||||
// const char *QJsonDocument::rawData(int *size)
|
||||
|
||||
|
||||
|
|
@ -316,6 +374,26 @@ static void _call_f_setObject_2403 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// void QJsonDocument::swap(QJsonDocument &other)
|
||||
|
||||
|
||||
static void _init_f_swap_1940 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("other");
|
||||
decl->add_arg<QJsonDocument & > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_swap_1940 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QJsonDocument &arg1 = gsi::arg_reader<QJsonDocument & >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QJsonDocument *)cls)->swap (arg1);
|
||||
}
|
||||
|
||||
|
||||
// QByteArray QJsonDocument::toBinaryData()
|
||||
|
||||
|
||||
|
|
@ -409,7 +487,7 @@ static void _init_f_fromJson_4343 (qt_gsi::GenericStaticMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("json");
|
||||
decl->add_arg<const QByteArray & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("error", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("error", true, "nullptr");
|
||||
decl->add_arg<QJsonParseError * > (argspec_1);
|
||||
decl->set_return<QJsonDocument > ();
|
||||
}
|
||||
|
|
@ -419,7 +497,7 @@ static void _call_f_fromJson_4343 (const qt_gsi::GenericStaticMethod * /*decl*/,
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QByteArray &arg1 = gsi::arg_reader<const QByteArray & >() (args, heap);
|
||||
QJsonParseError *arg2 = args ? gsi::arg_reader<QJsonParseError * >() (args, heap) : gsi::arg_maker<QJsonParseError * >() (0, heap);
|
||||
QJsonParseError *arg2 = args ? gsi::arg_reader<QJsonParseError * >() (args, heap) : gsi::arg_maker<QJsonParseError * >() (nullptr, heap);
|
||||
ret.write<QJsonDocument > ((QJsonDocument)QJsonDocument::fromJson (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -487,9 +565,13 @@ static gsi::Methods methods_QJsonDocument () {
|
|||
methods += new qt_gsi::GenericMethod ("assign", "@brief Method QJsonDocument &QJsonDocument::operator =(const QJsonDocument &other)\n", false, &_init_f_operator_eq__2635, &_call_f_operator_eq__2635);
|
||||
methods += new qt_gsi::GenericMethod ("!=", "@brief Method bool QJsonDocument::operator!=(const QJsonDocument &other)\n", true, &_init_f_operator_excl__eq__c2635, &_call_f_operator_excl__eq__c2635);
|
||||
methods += new qt_gsi::GenericMethod ("==", "@brief Method bool QJsonDocument::operator==(const QJsonDocument &other)\n", true, &_init_f_operator_eq__eq__c2635, &_call_f_operator_eq__eq__c2635);
|
||||
methods += new qt_gsi::GenericMethod ("[]", "@brief Method const QJsonValue QJsonDocument::operator[](const QString &key)\n", true, &_init_f_operator_index__c2025, &_call_f_operator_index__c2025);
|
||||
methods += new qt_gsi::GenericMethod ("[]", "@brief Method const QJsonValue QJsonDocument::operator[](QLatin1String key)\n", true, &_init_f_operator_index__c1701, &_call_f_operator_index__c1701);
|
||||
methods += new qt_gsi::GenericMethod ("[]", "@brief Method const QJsonValue QJsonDocument::operator[](int i)\n", true, &_init_f_operator_index__c767, &_call_f_operator_index__c767);
|
||||
methods += new qt_gsi::GenericMethod ("rawData", "@brief Method const char *QJsonDocument::rawData(int *size)\n", true, &_init_f_rawData_c953, &_call_f_rawData_c953);
|
||||
methods += new qt_gsi::GenericMethod ("setArray|array=", "@brief Method void QJsonDocument::setArray(const QJsonArray &array)\n", false, &_init_f_setArray_2315, &_call_f_setArray_2315);
|
||||
methods += new qt_gsi::GenericMethod ("setObject", "@brief Method void QJsonDocument::setObject(const QJsonObject &object)\n", false, &_init_f_setObject_2403, &_call_f_setObject_2403);
|
||||
methods += new qt_gsi::GenericMethod ("swap", "@brief Method void QJsonDocument::swap(QJsonDocument &other)\n", false, &_init_f_swap_1940, &_call_f_swap_1940);
|
||||
methods += new qt_gsi::GenericMethod ("toBinaryData", "@brief Method QByteArray QJsonDocument::toBinaryData()\n", true, &_init_f_toBinaryData_c0, &_call_f_toBinaryData_c0);
|
||||
methods += new qt_gsi::GenericMethod ("toJson", "@brief Method QByteArray QJsonDocument::toJson()\n", true, &_init_f_toJson_c0, &_call_f_toJson_c0);
|
||||
methods += new qt_gsi::GenericMethod ("toJson", "@brief Method QByteArray QJsonDocument::toJson(QJsonDocument::JsonFormat format)\n", true, &_init_f_toJson_c2901, &_call_f_toJson_c2901);
|
||||
|
|
|
|||
|
|
@ -150,6 +150,25 @@ static void _call_f_constFind_c2025 (const qt_gsi::GenericMethod * /*decl*/, voi
|
|||
}
|
||||
|
||||
|
||||
// QJsonObject::const_iterator QJsonObject::constFind(QLatin1String key)
|
||||
|
||||
|
||||
static void _init_f_constFind_c1701 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("key");
|
||||
decl->add_arg<QLatin1String > (argspec_0);
|
||||
decl->set_return<QJsonObject::const_iterator > ();
|
||||
}
|
||||
|
||||
static void _call_f_constFind_c1701 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QLatin1String arg1 = gsi::arg_reader<QLatin1String >() (args, heap);
|
||||
ret.write<QJsonObject::const_iterator > ((QJsonObject::const_iterator)((QJsonObject *)cls)->constFind (arg1));
|
||||
}
|
||||
|
||||
|
||||
// bool QJsonObject::contains(const QString &key)
|
||||
|
||||
|
||||
|
|
@ -169,6 +188,25 @@ static void _call_f_contains_c2025 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// bool QJsonObject::contains(QLatin1String key)
|
||||
|
||||
|
||||
static void _init_f_contains_c1701 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("key");
|
||||
decl->add_arg<QLatin1String > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_contains_c1701 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QLatin1String arg1 = gsi::arg_reader<QLatin1String >() (args, heap);
|
||||
ret.write<bool > ((bool)((QJsonObject *)cls)->contains (arg1));
|
||||
}
|
||||
|
||||
|
||||
// int QJsonObject::count()
|
||||
|
||||
|
||||
|
|
@ -267,6 +305,25 @@ static void _call_f_find_2025 (const qt_gsi::GenericMethod * /*decl*/, void *cls
|
|||
}
|
||||
|
||||
|
||||
// QJsonObject::iterator QJsonObject::find(QLatin1String key)
|
||||
|
||||
|
||||
static void _init_f_find_1701 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("key");
|
||||
decl->add_arg<QLatin1String > (argspec_0);
|
||||
decl->set_return<QJsonObject::iterator > ();
|
||||
}
|
||||
|
||||
static void _call_f_find_1701 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QLatin1String arg1 = gsi::arg_reader<QLatin1String >() (args, heap);
|
||||
ret.write<QJsonObject::iterator > ((QJsonObject::iterator)((QJsonObject *)cls)->find (arg1));
|
||||
}
|
||||
|
||||
|
||||
// QJsonObject::const_iterator QJsonObject::find(const QString &key)
|
||||
|
||||
|
||||
|
|
@ -286,6 +343,25 @@ static void _call_f_find_c2025 (const qt_gsi::GenericMethod * /*decl*/, void *cl
|
|||
}
|
||||
|
||||
|
||||
// QJsonObject::const_iterator QJsonObject::find(QLatin1String key)
|
||||
|
||||
|
||||
static void _init_f_find_c1701 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("key");
|
||||
decl->add_arg<QLatin1String > (argspec_0);
|
||||
decl->set_return<QJsonObject::const_iterator > ();
|
||||
}
|
||||
|
||||
static void _call_f_find_c1701 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QLatin1String arg1 = gsi::arg_reader<QLatin1String >() (args, heap);
|
||||
ret.write<QJsonObject::const_iterator > ((QJsonObject::const_iterator)((QJsonObject *)cls)->find (arg1));
|
||||
}
|
||||
|
||||
|
||||
// QJsonObject::iterator QJsonObject::insert(const QString &key, const QJsonValue &value)
|
||||
|
||||
|
||||
|
|
@ -429,6 +505,25 @@ static void _call_f_operator_index__c2025 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// QJsonValue QJsonObject::operator[](QLatin1String key)
|
||||
|
||||
|
||||
static void _init_f_operator_index__c1701 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("key");
|
||||
decl->add_arg<QLatin1String > (argspec_0);
|
||||
decl->set_return<QJsonValue > ();
|
||||
}
|
||||
|
||||
static void _call_f_operator_index__c1701 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QLatin1String arg1 = gsi::arg_reader<QLatin1String >() (args, heap);
|
||||
ret.write<QJsonValue > ((QJsonValue)((QJsonObject *)cls)->operator[] (arg1));
|
||||
}
|
||||
|
||||
|
||||
// QJsonValueRef QJsonObject::operator[](const QString &key)
|
||||
|
||||
|
||||
|
|
@ -448,6 +543,25 @@ static void _call_f_operator_index__2025 (const qt_gsi::GenericMethod * /*decl*/
|
|||
}
|
||||
|
||||
|
||||
// QJsonValueRef QJsonObject::operator[](QLatin1String key)
|
||||
|
||||
|
||||
static void _init_f_operator_index__1701 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("key");
|
||||
decl->add_arg<QLatin1String > (argspec_0);
|
||||
decl->set_return<QJsonValueRef > ();
|
||||
}
|
||||
|
||||
static void _call_f_operator_index__1701 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QLatin1String arg1 = gsi::arg_reader<QLatin1String >() (args, heap);
|
||||
ret.write<QJsonValueRef > ((QJsonValueRef)((QJsonObject *)cls)->operator[] (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QJsonObject::remove(const QString &key)
|
||||
|
||||
|
||||
|
|
@ -483,6 +597,26 @@ static void _call_f_size_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls,
|
|||
}
|
||||
|
||||
|
||||
// void QJsonObject::swap(QJsonObject &other)
|
||||
|
||||
|
||||
static void _init_f_swap_1708 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("other");
|
||||
decl->add_arg<QJsonObject & > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_swap_1708 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QJsonObject &arg1 = gsi::arg_reader<QJsonObject & >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QJsonObject *)cls)->swap (arg1);
|
||||
}
|
||||
|
||||
|
||||
// QJsonValue QJsonObject::take(const QString &key)
|
||||
|
||||
|
||||
|
|
@ -551,6 +685,25 @@ static void _call_f_value_c2025 (const qt_gsi::GenericMethod * /*decl*/, void *c
|
|||
}
|
||||
|
||||
|
||||
// QJsonValue QJsonObject::value(QLatin1String key)
|
||||
|
||||
|
||||
static void _init_f_value_c1701 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("key");
|
||||
decl->add_arg<QLatin1String > (argspec_0);
|
||||
decl->set_return<QJsonValue > ();
|
||||
}
|
||||
|
||||
static void _call_f_value_c1701 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QLatin1String arg1 = gsi::arg_reader<QLatin1String >() (args, heap);
|
||||
ret.write<QJsonValue > ((QJsonValue)((QJsonObject *)cls)->value (arg1));
|
||||
}
|
||||
|
||||
|
||||
// static QJsonObject QJsonObject::fromVariantHash(const QHash<QString, QVariant> &map)
|
||||
|
||||
|
||||
|
|
@ -602,14 +755,18 @@ static gsi::Methods methods_QJsonObject () {
|
|||
methods += new qt_gsi::GenericMethod ("constBegin", "@brief Method QJsonObject::const_iterator QJsonObject::constBegin()\n", true, &_init_f_constBegin_c0, &_call_f_constBegin_c0);
|
||||
methods += new qt_gsi::GenericMethod ("constEnd", "@brief Method QJsonObject::const_iterator QJsonObject::constEnd()\n", true, &_init_f_constEnd_c0, &_call_f_constEnd_c0);
|
||||
methods += new qt_gsi::GenericMethod ("constFind", "@brief Method QJsonObject::const_iterator QJsonObject::constFind(const QString &key)\n", true, &_init_f_constFind_c2025, &_call_f_constFind_c2025);
|
||||
methods += new qt_gsi::GenericMethod ("constFind", "@brief Method QJsonObject::const_iterator QJsonObject::constFind(QLatin1String key)\n", true, &_init_f_constFind_c1701, &_call_f_constFind_c1701);
|
||||
methods += new qt_gsi::GenericMethod ("contains", "@brief Method bool QJsonObject::contains(const QString &key)\n", true, &_init_f_contains_c2025, &_call_f_contains_c2025);
|
||||
methods += new qt_gsi::GenericMethod ("contains", "@brief Method bool QJsonObject::contains(QLatin1String key)\n", true, &_init_f_contains_c1701, &_call_f_contains_c1701);
|
||||
methods += new qt_gsi::GenericMethod ("count", "@brief Method int QJsonObject::count()\n", true, &_init_f_count_c0, &_call_f_count_c0);
|
||||
methods += new qt_gsi::GenericMethod ("empty", "@brief Method bool QJsonObject::empty()\n", true, &_init_f_empty_c0, &_call_f_empty_c0);
|
||||
methods += new qt_gsi::GenericMethod ("end", "@brief Method QJsonObject::iterator QJsonObject::end()\n", false, &_init_f_end_0, &_call_f_end_0);
|
||||
methods += new qt_gsi::GenericMethod ("end", "@brief Method QJsonObject::const_iterator QJsonObject::end()\n", true, &_init_f_end_c0, &_call_f_end_c0);
|
||||
methods += new qt_gsi::GenericMethod ("erase", "@brief Method QJsonObject::iterator QJsonObject::erase(QJsonObject::iterator it)\n", false, &_init_f_erase_2516, &_call_f_erase_2516);
|
||||
methods += new qt_gsi::GenericMethod ("find", "@brief Method QJsonObject::iterator QJsonObject::find(const QString &key)\n", false, &_init_f_find_2025, &_call_f_find_2025);
|
||||
methods += new qt_gsi::GenericMethod ("find", "@brief Method QJsonObject::iterator QJsonObject::find(QLatin1String key)\n", false, &_init_f_find_1701, &_call_f_find_1701);
|
||||
methods += new qt_gsi::GenericMethod ("find", "@brief Method QJsonObject::const_iterator QJsonObject::find(const QString &key)\n", true, &_init_f_find_c2025, &_call_f_find_c2025);
|
||||
methods += new qt_gsi::GenericMethod ("find", "@brief Method QJsonObject::const_iterator QJsonObject::find(QLatin1String key)\n", true, &_init_f_find_c1701, &_call_f_find_c1701);
|
||||
methods += new qt_gsi::GenericMethod ("insert", "@brief Method QJsonObject::iterator QJsonObject::insert(const QString &key, const QJsonValue &value)\n", false, &_init_f_insert_4230, &_call_f_insert_4230);
|
||||
methods += new qt_gsi::GenericMethod ("isEmpty?", "@brief Method bool QJsonObject::isEmpty()\n", true, &_init_f_isEmpty_c0, &_call_f_isEmpty_c0);
|
||||
methods += new qt_gsi::GenericMethod ("keys", "@brief Method QStringList QJsonObject::keys()\n", true, &_init_f_keys_c0, &_call_f_keys_c0);
|
||||
|
|
@ -618,13 +775,17 @@ static gsi::Methods methods_QJsonObject () {
|
|||
methods += new qt_gsi::GenericMethod ("!=", "@brief Method bool QJsonObject::operator!=(const QJsonObject &other)\n", true, &_init_f_operator_excl__eq__c2403, &_call_f_operator_excl__eq__c2403);
|
||||
methods += new qt_gsi::GenericMethod ("==", "@brief Method bool QJsonObject::operator==(const QJsonObject &other)\n", true, &_init_f_operator_eq__eq__c2403, &_call_f_operator_eq__eq__c2403);
|
||||
methods += new qt_gsi::GenericMethod ("[]", "@brief Method QJsonValue QJsonObject::operator[](const QString &key)\n", true, &_init_f_operator_index__c2025, &_call_f_operator_index__c2025);
|
||||
methods += new qt_gsi::GenericMethod ("[]", "@brief Method QJsonValue QJsonObject::operator[](QLatin1String key)\n", true, &_init_f_operator_index__c1701, &_call_f_operator_index__c1701);
|
||||
methods += new qt_gsi::GenericMethod ("[]", "@brief Method QJsonValueRef QJsonObject::operator[](const QString &key)\n", false, &_init_f_operator_index__2025, &_call_f_operator_index__2025);
|
||||
methods += new qt_gsi::GenericMethod ("[]", "@brief Method QJsonValueRef QJsonObject::operator[](QLatin1String key)\n", false, &_init_f_operator_index__1701, &_call_f_operator_index__1701);
|
||||
methods += new qt_gsi::GenericMethod ("remove", "@brief Method void QJsonObject::remove(const QString &key)\n", false, &_init_f_remove_2025, &_call_f_remove_2025);
|
||||
methods += new qt_gsi::GenericMethod ("size", "@brief Method int QJsonObject::size()\n", true, &_init_f_size_c0, &_call_f_size_c0);
|
||||
methods += new qt_gsi::GenericMethod ("swap", "@brief Method void QJsonObject::swap(QJsonObject &other)\n", false, &_init_f_swap_1708, &_call_f_swap_1708);
|
||||
methods += new qt_gsi::GenericMethod ("take", "@brief Method QJsonValue QJsonObject::take(const QString &key)\n", false, &_init_f_take_2025, &_call_f_take_2025);
|
||||
methods += new qt_gsi::GenericMethod ("toVariantHash", "@brief Method QHash<QString, QVariant> QJsonObject::toVariantHash()\n", true, &_init_f_toVariantHash_c0, &_call_f_toVariantHash_c0);
|
||||
methods += new qt_gsi::GenericMethod ("toVariantMap", "@brief Method QMap<QString, QVariant> QJsonObject::toVariantMap()\n", true, &_init_f_toVariantMap_c0, &_call_f_toVariantMap_c0);
|
||||
methods += new qt_gsi::GenericMethod ("value", "@brief Method QJsonValue QJsonObject::value(const QString &key)\n", true, &_init_f_value_c2025, &_call_f_value_c2025);
|
||||
methods += new qt_gsi::GenericMethod ("value", "@brief Method QJsonValue QJsonObject::value(QLatin1String key)\n", true, &_init_f_value_c1701, &_call_f_value_c1701);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromVariantHash", "@brief Static method QJsonObject QJsonObject::fromVariantHash(const QHash<QString, QVariant> &map)\nThis method is static and can be called without an instance.", &_init_f_fromVariantHash_3610, &_call_f_fromVariantHash_3610);
|
||||
methods += new qt_gsi::GenericStaticMethod ("fromVariantMap", "@brief Static method QJsonObject QJsonObject::fromVariantMap(const QMap<QString, QVariant> &map)\nThis method is static and can be called without an instance.", &_init_f_fromVariantMap_3508, &_call_f_fromVariantMap_3508);
|
||||
return methods;
|
||||
|
|
|
|||
|
|
@ -351,6 +351,83 @@ static void _call_f_operator_eq__eq__c2313 (const qt_gsi::GenericMethod * /*decl
|
|||
}
|
||||
|
||||
|
||||
// const QJsonValue QJsonValue::operator[](const QString &key)
|
||||
|
||||
|
||||
static void _init_f_operator_index__c2025 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("key");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
decl->set_return<const QJsonValue > ();
|
||||
}
|
||||
|
||||
static void _call_f_operator_index__c2025 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
ret.write<const QJsonValue > ((const QJsonValue)((QJsonValue *)cls)->operator[] (arg1));
|
||||
}
|
||||
|
||||
|
||||
// const QJsonValue QJsonValue::operator[](QLatin1String key)
|
||||
|
||||
|
||||
static void _init_f_operator_index__c1701 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("key");
|
||||
decl->add_arg<QLatin1String > (argspec_0);
|
||||
decl->set_return<const QJsonValue > ();
|
||||
}
|
||||
|
||||
static void _call_f_operator_index__c1701 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QLatin1String arg1 = gsi::arg_reader<QLatin1String >() (args, heap);
|
||||
ret.write<const QJsonValue > ((const QJsonValue)((QJsonValue *)cls)->operator[] (arg1));
|
||||
}
|
||||
|
||||
|
||||
// const QJsonValue QJsonValue::operator[](int i)
|
||||
|
||||
|
||||
static void _init_f_operator_index__c767 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("i");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
decl->set_return<const QJsonValue > ();
|
||||
}
|
||||
|
||||
static void _call_f_operator_index__c767 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
ret.write<const QJsonValue > ((const QJsonValue)((QJsonValue *)cls)->operator[] (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QJsonValue::swap(QJsonValue &other)
|
||||
|
||||
|
||||
static void _init_f_swap_1618 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("other");
|
||||
decl->add_arg<QJsonValue & > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_swap_1618 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QJsonValue &arg1 = gsi::arg_reader<QJsonValue & >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QJsonValue *)cls)->swap (arg1);
|
||||
}
|
||||
|
||||
|
||||
// QJsonArray QJsonValue::toArray()
|
||||
|
||||
|
||||
|
|
@ -476,12 +553,27 @@ static void _call_f_toObject_c2403 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// QString QJsonValue::toString()
|
||||
|
||||
|
||||
static void _init_f_toString_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
||||
static void _call_f_toString_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QString > ((QString)((QJsonValue *)cls)->toString ());
|
||||
}
|
||||
|
||||
|
||||
// QString QJsonValue::toString(const QString &defaultValue)
|
||||
|
||||
|
||||
static void _init_f_toString_c2025 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("defaultValue", true, "QString()");
|
||||
static gsi::ArgSpecBase argspec_0 ("defaultValue");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
|
@ -490,7 +582,7 @@ static void _call_f_toString_c2025 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = args ? gsi::arg_reader<const QString & >() (args, heap) : gsi::arg_maker<const QString & >() (QString(), heap);
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
ret.write<QString > ((QString)((QJsonValue *)cls)->toString (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -568,6 +660,10 @@ static gsi::Methods methods_QJsonValue () {
|
|||
methods += new qt_gsi::GenericMethod ("assign", "@brief Method QJsonValue &QJsonValue::operator =(const QJsonValue &other)\n", false, &_init_f_operator_eq__2313, &_call_f_operator_eq__2313);
|
||||
methods += new qt_gsi::GenericMethod ("!=", "@brief Method bool QJsonValue::operator!=(const QJsonValue &other)\n", true, &_init_f_operator_excl__eq__c2313, &_call_f_operator_excl__eq__c2313);
|
||||
methods += new qt_gsi::GenericMethod ("==", "@brief Method bool QJsonValue::operator==(const QJsonValue &other)\n", true, &_init_f_operator_eq__eq__c2313, &_call_f_operator_eq__eq__c2313);
|
||||
methods += new qt_gsi::GenericMethod ("[]", "@brief Method const QJsonValue QJsonValue::operator[](const QString &key)\n", true, &_init_f_operator_index__c2025, &_call_f_operator_index__c2025);
|
||||
methods += new qt_gsi::GenericMethod ("[]", "@brief Method const QJsonValue QJsonValue::operator[](QLatin1String key)\n", true, &_init_f_operator_index__c1701, &_call_f_operator_index__c1701);
|
||||
methods += new qt_gsi::GenericMethod ("[]", "@brief Method const QJsonValue QJsonValue::operator[](int i)\n", true, &_init_f_operator_index__c767, &_call_f_operator_index__c767);
|
||||
methods += new qt_gsi::GenericMethod ("swap", "@brief Method void QJsonValue::swap(QJsonValue &other)\n", false, &_init_f_swap_1618, &_call_f_swap_1618);
|
||||
methods += new qt_gsi::GenericMethod ("toArray", "@brief Method QJsonArray QJsonValue::toArray()\n", true, &_init_f_toArray_c0, &_call_f_toArray_c0);
|
||||
methods += new qt_gsi::GenericMethod ("toArray", "@brief Method QJsonArray QJsonValue::toArray(const QJsonArray &defaultValue)\n", true, &_init_f_toArray_c2315, &_call_f_toArray_c2315);
|
||||
methods += new qt_gsi::GenericMethod ("toBool", "@brief Method bool QJsonValue::toBool(bool defaultValue)\n", true, &_init_f_toBool_c864, &_call_f_toBool_c864);
|
||||
|
|
@ -575,6 +671,7 @@ static gsi::Methods methods_QJsonValue () {
|
|||
methods += new qt_gsi::GenericMethod ("toInt", "@brief Method int QJsonValue::toInt(int defaultValue)\n", true, &_init_f_toInt_c767, &_call_f_toInt_c767);
|
||||
methods += new qt_gsi::GenericMethod ("toObject", "@brief Method QJsonObject QJsonValue::toObject()\n", true, &_init_f_toObject_c0, &_call_f_toObject_c0);
|
||||
methods += new qt_gsi::GenericMethod ("toObject", "@brief Method QJsonObject QJsonValue::toObject(const QJsonObject &defaultValue)\n", true, &_init_f_toObject_c2403, &_call_f_toObject_c2403);
|
||||
methods += new qt_gsi::GenericMethod ("toString", "@brief Method QString QJsonValue::toString()\n", true, &_init_f_toString_c0, &_call_f_toString_c0);
|
||||
methods += new qt_gsi::GenericMethod ("toString", "@brief Method QString QJsonValue::toString(const QString &defaultValue)\n", true, &_init_f_toString_c2025, &_call_f_toString_c2025);
|
||||
methods += new qt_gsi::GenericMethod ("toVariant", "@brief Method QVariant QJsonValue::toVariant()\n", true, &_init_f_toVariant_c0, &_call_f_toVariant_c0);
|
||||
methods += new qt_gsi::GenericMethod ("type", "@brief Method QJsonValue::Type QJsonValue::type()\n", true, &_init_f_type_c0, &_call_f_type_c0);
|
||||
|
|
|
|||
|
|
@ -414,33 +414,33 @@ public:
|
|||
emit QLibrary::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QLibrary::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QLibrary::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QLibrary::event(arg1);
|
||||
return QLibrary::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QLibrary_Adaptor, bool, QEvent *>(&QLibrary_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QLibrary_Adaptor, bool, QEvent *>(&QLibrary_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QLibrary::event(arg1);
|
||||
return QLibrary::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QLibrary::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QLibrary::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QLibrary::eventFilter(arg1, arg2);
|
||||
return QLibrary::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QLibrary_Adaptor, bool, QObject *, QEvent *>(&QLibrary_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QLibrary_Adaptor, bool, QObject *, QEvent *>(&QLibrary_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QLibrary::eventFilter(arg1, arg2);
|
||||
return QLibrary::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -451,33 +451,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QLibrary::objectNameChanged(const QString &objectName)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QLibrary::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QLibrary::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QLibrary::childEvent(arg1);
|
||||
QLibrary::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QLibrary_Adaptor, QChildEvent *>(&QLibrary_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QLibrary_Adaptor, QChildEvent *>(&QLibrary_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QLibrary::childEvent(arg1);
|
||||
QLibrary::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QLibrary::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QLibrary::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QLibrary::customEvent(arg1);
|
||||
QLibrary::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QLibrary_Adaptor, QEvent *>(&QLibrary_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QLibrary_Adaptor, QEvent *>(&QLibrary_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QLibrary::customEvent(arg1);
|
||||
QLibrary::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -496,18 +496,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QLibrary::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QLibrary::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QLibrary::timerEvent(arg1);
|
||||
QLibrary::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QLibrary_Adaptor, QTimerEvent *>(&QLibrary_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QLibrary_Adaptor, QTimerEvent *>(&QLibrary_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QLibrary::timerEvent(arg1);
|
||||
QLibrary::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -525,7 +525,7 @@ QLibrary_Adaptor::~QLibrary_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QLibrary_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QLibrary_Adaptor> ();
|
||||
}
|
||||
|
|
@ -534,7 +534,7 @@ static void _call_ctor_QLibrary_Adaptor_1302 (const qt_gsi::GenericStaticMethod
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QLibrary_Adaptor *> (new QLibrary_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -545,7 +545,7 @@ static void _init_ctor_QLibrary_Adaptor_3219 (qt_gsi::GenericStaticMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("fileName");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_1);
|
||||
decl->set_return_new<QLibrary_Adaptor> ();
|
||||
}
|
||||
|
|
@ -555,7 +555,7 @@ static void _call_ctor_QLibrary_Adaptor_3219 (const qt_gsi::GenericStaticMethod
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QLibrary_Adaptor *> (new QLibrary_Adaptor (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -568,7 +568,7 @@ static void _init_ctor_QLibrary_Adaptor_3878 (qt_gsi::GenericStaticMethod *decl)
|
|||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("verNum");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_2);
|
||||
decl->set_return_new<QLibrary_Adaptor> ();
|
||||
}
|
||||
|
|
@ -579,7 +579,7 @@ static void _call_ctor_QLibrary_Adaptor_3878 (const qt_gsi::GenericStaticMethod
|
|||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
int arg2 = gsi::arg_reader<int >() (args, heap);
|
||||
QObject *arg3 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg3 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QLibrary_Adaptor *> (new QLibrary_Adaptor (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
|
@ -592,7 +592,7 @@ static void _init_ctor_QLibrary_Adaptor_5136 (qt_gsi::GenericStaticMethod *decl)
|
|||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("version");
|
||||
decl->add_arg<const QString & > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_2);
|
||||
decl->set_return_new<QLibrary_Adaptor> ();
|
||||
}
|
||||
|
|
@ -603,16 +603,16 @@ static void _call_ctor_QLibrary_Adaptor_5136 (const qt_gsi::GenericStaticMethod
|
|||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
const QString &arg2 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
QObject *arg3 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg3 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QLibrary_Adaptor *> (new QLibrary_Adaptor (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
||||
// void QLibrary::childEvent(QChildEvent *)
|
||||
// void QLibrary::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -632,11 +632,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QLibrary::customEvent(QEvent *)
|
||||
// void QLibrary::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -660,7 +660,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -669,7 +669,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QLibrary_Adaptor *)cls)->emitter_QLibrary_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -698,11 +698,11 @@ static void _set_callback_cbs_disconnectNotify_2394_0 (void *cls, const gsi::Cal
|
|||
}
|
||||
|
||||
|
||||
// bool QLibrary::event(QEvent *)
|
||||
// bool QLibrary::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -721,13 +721,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QLibrary::eventFilter(QObject *, QEvent *)
|
||||
// bool QLibrary::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -829,11 +829,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QLibrary::timerEvent(QTimerEvent *)
|
||||
// void QLibrary::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -864,23 +864,23 @@ static gsi::Methods methods_QLibrary_Adaptor () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QLibrary::QLibrary(const QString &fileName, QObject *parent)\nThis method creates an object of class QLibrary.", &_init_ctor_QLibrary_Adaptor_3219, &_call_ctor_QLibrary_Adaptor_3219);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QLibrary::QLibrary(const QString &fileName, int verNum, QObject *parent)\nThis method creates an object of class QLibrary.", &_init_ctor_QLibrary_Adaptor_3878, &_call_ctor_QLibrary_Adaptor_3878);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QLibrary::QLibrary(const QString &fileName, const QString &version, QObject *parent)\nThis method creates an object of class QLibrary.", &_init_ctor_QLibrary_Adaptor_5136, &_call_ctor_QLibrary_Adaptor_5136);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QLibrary::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QLibrary::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QLibrary::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QLibrary::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QLibrary::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QLibrary::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QLibrary::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QLibrary::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QLibrary::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QLibrary::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QLibrary::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 ("emit_objectNameChanged", "@brief Emitter for signal void QLibrary::objectNameChanged(const QString &objectName)\nCall this method to emit this signal.", false, &_init_emitter_objectNameChanged_4567, &_call_emitter_objectNameChanged_4567);
|
||||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QLibrary::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 ("*sender", "@brief Method QObject *QLibrary::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 QLibrary::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 ("*timerEvent", "@brief Virtual method void QLibrary::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QLibrary::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <QLibraryInfo>
|
||||
#include <QDate>
|
||||
#include <QVersionNumber>
|
||||
#include "gsiQt.h"
|
||||
#include "gsiQtCoreCommon.h"
|
||||
#include <memory>
|
||||
|
|
@ -149,6 +150,21 @@ static void _call_f_platformPluginArguments_2025 (const qt_gsi::GenericStaticMet
|
|||
}
|
||||
|
||||
|
||||
// static QVersionNumber QLibraryInfo::version()
|
||||
|
||||
|
||||
static void _init_f_version_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<QVersionNumber > ();
|
||||
}
|
||||
|
||||
static void _call_f_version_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QVersionNumber > ((QVersionNumber)QLibraryInfo::version ());
|
||||
}
|
||||
|
||||
|
||||
|
||||
namespace gsi
|
||||
{
|
||||
|
|
@ -162,6 +178,7 @@ static gsi::Methods methods_QLibraryInfo () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("licensee", "@brief Static method QString QLibraryInfo::licensee()\nThis method is static and can be called without an instance.", &_init_f_licensee_0, &_call_f_licensee_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("location", "@brief Static method QString QLibraryInfo::location(QLibraryInfo::LibraryLocation)\nThis method is static and can be called without an instance.", &_init_f_location_3304, &_call_f_location_3304);
|
||||
methods += new qt_gsi::GenericStaticMethod ("platformPluginArguments", "@brief Static method QStringList QLibraryInfo::platformPluginArguments(const QString &platformName)\nThis method is static and can be called without an instance.", &_init_f_platformPluginArguments_2025, &_call_f_platformPluginArguments_2025);
|
||||
methods += new qt_gsi::GenericStaticMethod ("version", "@brief Static method QVersionNumber QLibraryInfo::version()\nThis method is static and can be called without an instance.", &_init_f_version_0, &_call_f_version_0);
|
||||
return methods;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -101,6 +101,21 @@ static void _call_ctor_QLine_2744 (const qt_gsi::GenericStaticMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// QPoint QLine::center()
|
||||
|
||||
|
||||
static void _init_f_center_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QPoint > ();
|
||||
}
|
||||
|
||||
static void _call_f_center_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QPoint > ((QPoint)((QLine *)cls)->center ());
|
||||
}
|
||||
|
||||
|
||||
// int QLine::dx()
|
||||
|
||||
|
||||
|
|
@ -459,6 +474,7 @@ static gsi::Methods methods_QLine () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QLine::QLine()\nThis method creates an object of class QLine.", &_init_ctor_QLine_0, &_call_ctor_QLine_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QLine::QLine(const QPoint &pt1, const QPoint &pt2)\nThis method creates an object of class QLine.", &_init_ctor_QLine_3724, &_call_ctor_QLine_3724);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QLine::QLine(int x1, int y1, int x2, int y2)\nThis method creates an object of class QLine.", &_init_ctor_QLine_2744, &_call_ctor_QLine_2744);
|
||||
methods += new qt_gsi::GenericMethod ("center", "@brief Method QPoint QLine::center()\n", true, &_init_f_center_c0, &_call_f_center_c0);
|
||||
methods += new qt_gsi::GenericMethod ("dx", "@brief Method int QLine::dx()\n", true, &_init_f_dx_c0, &_call_f_dx_c0);
|
||||
methods += new qt_gsi::GenericMethod ("dy", "@brief Method int QLine::dy()\n", true, &_init_f_dy_c0, &_call_f_dy_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isNull?", "@brief Method bool QLine::isNull()\n", true, &_init_f_isNull_c0, &_call_f_isNull_c0);
|
||||
|
|
|
|||
|
|
@ -174,6 +174,21 @@ static void _call_f_angleTo_c1856 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// QPointF QLineF::center()
|
||||
|
||||
|
||||
static void _init_f_center_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QPointF > ();
|
||||
}
|
||||
|
||||
static void _call_f_center_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QPointF > ((QPointF)((QLineF *)cls)->center ());
|
||||
}
|
||||
|
||||
|
||||
// double QLineF::dx()
|
||||
|
||||
|
||||
|
|
@ -699,6 +714,7 @@ static gsi::Methods methods_QLineF () {
|
|||
methods += new qt_gsi::GenericMethod (":angle", "@brief Method double QLineF::angle()\n", true, &_init_f_angle_c0, &_call_f_angle_c0);
|
||||
methods += new qt_gsi::GenericMethod ("angle", "@brief Method double QLineF::angle(const QLineF &l)\n", true, &_init_f_angle_c1856, &_call_f_angle_c1856);
|
||||
methods += new qt_gsi::GenericMethod ("angleTo", "@brief Method double QLineF::angleTo(const QLineF &l)\n", true, &_init_f_angleTo_c1856, &_call_f_angleTo_c1856);
|
||||
methods += new qt_gsi::GenericMethod ("center", "@brief Method QPointF QLineF::center()\n", true, &_init_f_center_c0, &_call_f_center_c0);
|
||||
methods += new qt_gsi::GenericMethod ("dx", "@brief Method double QLineF::dx()\n", true, &_init_f_dx_c0, &_call_f_dx_c0);
|
||||
methods += new qt_gsi::GenericMethod ("dy", "@brief Method double QLineF::dy()\n", true, &_init_f_dy_c0, &_call_f_dy_c0);
|
||||
methods += new qt_gsi::GenericMethod ("intersect", "@brief Method QLineF::IntersectType QLineF::intersect(const QLineF &l, QPointF *intersectionPoint)\n", true, &_init_f_intersect_c3043, &_call_f_intersect_c3043);
|
||||
|
|
|
|||
|
|
@ -326,6 +326,31 @@ static void _call_f_firstDayOfWeek_c0 (const qt_gsi::GenericMethod * /*decl*/, v
|
|||
}
|
||||
|
||||
|
||||
// QString QLocale::formattedDataSize(qint64 bytes, int precision, QFlags<QLocale::DataSizeFormat> format)
|
||||
|
||||
|
||||
static void _init_f_formattedDataSize_4864 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("bytes");
|
||||
decl->add_arg<qint64 > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("precision", true, "2");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("format", true, "QLocale::DataSizeIecFormat");
|
||||
decl->add_arg<QFlags<QLocale::DataSizeFormat> > (argspec_2);
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
||||
static void _call_f_formattedDataSize_4864 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
qint64 arg1 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
int arg2 = args ? gsi::arg_reader<int >() (args, heap) : gsi::arg_maker<int >() (2, heap);
|
||||
QFlags<QLocale::DataSizeFormat> arg3 = args ? gsi::arg_reader<QFlags<QLocale::DataSizeFormat> >() (args, heap) : gsi::arg_maker<QFlags<QLocale::DataSizeFormat> >() (QLocale::DataSizeIecFormat, heap);
|
||||
ret.write<QString > ((QString)((QLocale *)cls)->formattedDataSize (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
||||
// QChar QLocale::groupSeparator()
|
||||
|
||||
|
||||
|
|
@ -671,6 +696,26 @@ static void _call_f_standaloneMonthName_c2919 (const qt_gsi::GenericMethod * /*d
|
|||
}
|
||||
|
||||
|
||||
// void QLocale::swap(QLocale &other)
|
||||
|
||||
|
||||
static void _init_f_swap_1291 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("other");
|
||||
decl->add_arg<QLocale & > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_swap_1291 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QLocale &arg1 = gsi::arg_reader<QLocale & >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QLocale *)cls)->swap (arg1);
|
||||
}
|
||||
|
||||
|
||||
// Qt::LayoutDirection QLocale::textDirection()
|
||||
|
||||
|
||||
|
|
@ -859,12 +904,37 @@ static void _call_f_toCurrencyString_c2988 (const qt_gsi::GenericMethod * /*decl
|
|||
}
|
||||
|
||||
|
||||
// QString QLocale::toCurrencyString(float, const QString &symbol)
|
||||
// QString QLocale::toCurrencyString(double, const QString &symbol, int precision)
|
||||
|
||||
|
||||
static void _init_f_toCurrencyString_c3647 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
decl->add_arg<double > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("symbol");
|
||||
decl->add_arg<const QString & > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("precision");
|
||||
decl->add_arg<int > (argspec_2);
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
||||
static void _call_f_toCurrencyString_c3647 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
double arg1 = gsi::arg_reader<double >() (args, heap);
|
||||
const QString &arg2 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
int arg3 = gsi::arg_reader<int >() (args, heap);
|
||||
ret.write<QString > ((QString)((QLocale *)cls)->toCurrencyString (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
||||
// QString QLocale::toCurrencyString(float i, const QString &symbol)
|
||||
|
||||
|
||||
static void _init_f_toCurrencyString_c2887 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("i");
|
||||
decl->add_arg<float > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("symbol", true, "QString()");
|
||||
decl->add_arg<const QString & > (argspec_1);
|
||||
|
|
@ -881,6 +951,31 @@ static void _call_f_toCurrencyString_c2887 (const qt_gsi::GenericMethod * /*decl
|
|||
}
|
||||
|
||||
|
||||
// QString QLocale::toCurrencyString(float i, const QString &symbol, int precision)
|
||||
|
||||
|
||||
static void _init_f_toCurrencyString_c3546 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("i");
|
||||
decl->add_arg<float > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("symbol");
|
||||
decl->add_arg<const QString & > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("precision");
|
||||
decl->add_arg<int > (argspec_2);
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
||||
static void _call_f_toCurrencyString_c3546 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
float arg1 = gsi::arg_reader<float >() (args, heap);
|
||||
const QString &arg2 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
int arg3 = gsi::arg_reader<int >() (args, heap);
|
||||
ret.write<QString > ((QString)((QLocale *)cls)->toCurrencyString (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
||||
// QDate QLocale::toDate(const QString &string, QLocale::FormatType)
|
||||
|
||||
|
||||
|
|
@ -976,7 +1071,7 @@ static void _init_f_toDouble_c2967 (qt_gsi::GenericMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("s");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "nullptr");
|
||||
decl->add_arg<bool * > (argspec_1);
|
||||
decl->set_return<double > ();
|
||||
}
|
||||
|
|
@ -986,7 +1081,7 @@ static void _call_f_toDouble_c2967 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (0, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (nullptr, heap);
|
||||
ret.write<double > ((double)((QLocale *)cls)->toDouble (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -998,7 +1093,7 @@ static void _init_f_toFloat_c2967 (qt_gsi::GenericMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("s");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "nullptr");
|
||||
decl->add_arg<bool * > (argspec_1);
|
||||
decl->set_return<float > ();
|
||||
}
|
||||
|
|
@ -1008,7 +1103,7 @@ static void _call_f_toFloat_c2967 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (0, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (nullptr, heap);
|
||||
ret.write<float > ((float)((QLocale *)cls)->toFloat (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -1020,7 +1115,7 @@ static void _init_f_toInt_c2967 (qt_gsi::GenericMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("s");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "nullptr");
|
||||
decl->add_arg<bool * > (argspec_1);
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
|
@ -1030,7 +1125,7 @@ static void _call_f_toInt_c2967 (const qt_gsi::GenericMethod * /*decl*/, void *c
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (0, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (nullptr, heap);
|
||||
ret.write<int > ((int)((QLocale *)cls)->toInt (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -1042,7 +1137,7 @@ static void _init_f_toLongLong_c2967 (qt_gsi::GenericMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("s");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "nullptr");
|
||||
decl->add_arg<bool * > (argspec_1);
|
||||
decl->set_return<qlonglong > ();
|
||||
}
|
||||
|
|
@ -1052,7 +1147,7 @@ static void _call_f_toLongLong_c2967 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (0, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (nullptr, heap);
|
||||
ret.write<qlonglong > ((qlonglong)((QLocale *)cls)->toLongLong (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -1083,7 +1178,7 @@ static void _init_f_toShort_c2967 (qt_gsi::GenericMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("s");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "nullptr");
|
||||
decl->add_arg<bool * > (argspec_1);
|
||||
decl->set_return<short int > ();
|
||||
}
|
||||
|
|
@ -1093,7 +1188,7 @@ static void _call_f_toShort_c2967 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (0, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (nullptr, heap);
|
||||
ret.write<short int > ((short int)((QLocale *)cls)->toShort (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -1284,28 +1379,6 @@ static void _call_f_toString_c3693 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// QString QLocale::toString(const QDate &date, QLocale::FormatType format)
|
||||
|
||||
|
||||
static void _init_f_toString_c3928 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("date");
|
||||
decl->add_arg<const QDate & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("format", true, "QLocale::LongFormat");
|
||||
decl->add_arg<const qt_gsi::Converter<QLocale::FormatType>::target_type & > (argspec_1);
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
||||
static void _call_f_toString_c3928 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QDate &arg1 = gsi::arg_reader<const QDate & >() (args, heap);
|
||||
const qt_gsi::Converter<QLocale::FormatType>::target_type & arg2 = args ? gsi::arg_reader<const qt_gsi::Converter<QLocale::FormatType>::target_type & >() (args, heap) : gsi::arg_maker<const qt_gsi::Converter<QLocale::FormatType>::target_type & >() (qt_gsi::CppToQtReadAdaptor<QLocale::FormatType>(heap, QLocale::LongFormat), heap);
|
||||
ret.write<QString > ((QString)((QLocale *)cls)->toString (arg1, qt_gsi::QtToCppAdaptor<QLocale::FormatType>(arg2).cref()));
|
||||
}
|
||||
|
||||
|
||||
// QString QLocale::toString(const QTime &time, const QString &formatStr)
|
||||
|
||||
|
||||
|
|
@ -1328,6 +1401,50 @@ static void _call_f_toString_c3710 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// QString QLocale::toString(const QDateTime &dateTime, const QString &format)
|
||||
|
||||
|
||||
static void _init_f_toString_c4092 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("dateTime");
|
||||
decl->add_arg<const QDateTime & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("format");
|
||||
decl->add_arg<const QString & > (argspec_1);
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
||||
static void _call_f_toString_c4092 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QDateTime &arg1 = gsi::arg_reader<const QDateTime & >() (args, heap);
|
||||
const QString &arg2 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
ret.write<QString > ((QString)((QLocale *)cls)->toString (arg1, arg2));
|
||||
}
|
||||
|
||||
|
||||
// QString QLocale::toString(const QDate &date, QLocale::FormatType format)
|
||||
|
||||
|
||||
static void _init_f_toString_c3928 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("date");
|
||||
decl->add_arg<const QDate & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("format", true, "QLocale::LongFormat");
|
||||
decl->add_arg<const qt_gsi::Converter<QLocale::FormatType>::target_type & > (argspec_1);
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
||||
static void _call_f_toString_c3928 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QDate &arg1 = gsi::arg_reader<const QDate & >() (args, heap);
|
||||
const qt_gsi::Converter<QLocale::FormatType>::target_type & arg2 = args ? gsi::arg_reader<const qt_gsi::Converter<QLocale::FormatType>::target_type & >() (args, heap) : gsi::arg_maker<const qt_gsi::Converter<QLocale::FormatType>::target_type & >() (qt_gsi::CppToQtReadAdaptor<QLocale::FormatType>(heap, QLocale::LongFormat), heap);
|
||||
ret.write<QString > ((QString)((QLocale *)cls)->toString (arg1, qt_gsi::QtToCppAdaptor<QLocale::FormatType>(arg2).cref()));
|
||||
}
|
||||
|
||||
|
||||
// QString QLocale::toString(const QTime &time, QLocale::FormatType format)
|
||||
|
||||
|
||||
|
|
@ -1372,28 +1489,6 @@ static void _call_f_toString_c4327 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// QString QLocale::toString(const QDateTime &dateTime, const QString &format)
|
||||
|
||||
|
||||
static void _init_f_toString_c4092 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("dateTime");
|
||||
decl->add_arg<const QDateTime & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("format");
|
||||
decl->add_arg<const QString & > (argspec_1);
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
||||
static void _call_f_toString_c4092 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QDateTime &arg1 = gsi::arg_reader<const QDateTime & >() (args, heap);
|
||||
const QString &arg2 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
ret.write<QString > ((QString)((QLocale *)cls)->toString (arg1, arg2));
|
||||
}
|
||||
|
||||
|
||||
// QTime QLocale::toTime(const QString &string, QLocale::FormatType)
|
||||
|
||||
|
||||
|
|
@ -1445,7 +1540,7 @@ static void _init_f_toUInt_c2967 (qt_gsi::GenericMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("s");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "nullptr");
|
||||
decl->add_arg<bool * > (argspec_1);
|
||||
decl->set_return<unsigned int > ();
|
||||
}
|
||||
|
|
@ -1455,7 +1550,7 @@ static void _call_f_toUInt_c2967 (const qt_gsi::GenericMethod * /*decl*/, void *
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (0, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (nullptr, heap);
|
||||
ret.write<unsigned int > ((unsigned int)((QLocale *)cls)->toUInt (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -1467,7 +1562,7 @@ static void _init_f_toULongLong_c2967 (qt_gsi::GenericMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("s");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "nullptr");
|
||||
decl->add_arg<bool * > (argspec_1);
|
||||
decl->set_return<qulonglong > ();
|
||||
}
|
||||
|
|
@ -1477,7 +1572,7 @@ static void _call_f_toULongLong_c2967 (const qt_gsi::GenericMethod * /*decl*/, v
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (0, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (nullptr, heap);
|
||||
ret.write<qulonglong > ((qulonglong)((QLocale *)cls)->toULongLong (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -1489,7 +1584,7 @@ static void _init_f_toUShort_c2967 (qt_gsi::GenericMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("s");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "nullptr");
|
||||
decl->add_arg<bool * > (argspec_1);
|
||||
decl->set_return<unsigned short int > ();
|
||||
}
|
||||
|
|
@ -1499,7 +1594,7 @@ static void _call_f_toUShort_c2967 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (0, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (nullptr, heap);
|
||||
ret.write<unsigned short int > ((unsigned short int)((QLocale *)cls)->toUShort (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -1741,6 +1836,7 @@ static gsi::Methods methods_QLocale () {
|
|||
methods += new qt_gsi::GenericMethod ("decimalPoint", "@brief Method QChar QLocale::decimalPoint()\n", true, &_init_f_decimalPoint_c0, &_call_f_decimalPoint_c0);
|
||||
methods += new qt_gsi::GenericMethod ("exponential", "@brief Method QChar QLocale::exponential()\n", true, &_init_f_exponential_c0, &_call_f_exponential_c0);
|
||||
methods += new qt_gsi::GenericMethod ("firstDayOfWeek", "@brief Method Qt::DayOfWeek QLocale::firstDayOfWeek()\n", true, &_init_f_firstDayOfWeek_c0, &_call_f_firstDayOfWeek_c0);
|
||||
methods += new qt_gsi::GenericMethod ("formattedDataSize", "@brief Method QString QLocale::formattedDataSize(qint64 bytes, int precision, QFlags<QLocale::DataSizeFormat> format)\n", false, &_init_f_formattedDataSize_4864, &_call_f_formattedDataSize_4864);
|
||||
methods += new qt_gsi::GenericMethod ("groupSeparator", "@brief Method QChar QLocale::groupSeparator()\n", true, &_init_f_groupSeparator_c0, &_call_f_groupSeparator_c0);
|
||||
methods += new qt_gsi::GenericMethod ("language", "@brief Method QLocale::Language QLocale::language()\n", true, &_init_f_language_c0, &_call_f_language_c0);
|
||||
methods += new qt_gsi::GenericMethod ("measurementSystem", "@brief Method QLocale::MeasurementSystem QLocale::measurementSystem()\n", true, &_init_f_measurementSystem_c0, &_call_f_measurementSystem_c0);
|
||||
|
|
@ -1761,6 +1857,7 @@ static gsi::Methods methods_QLocale () {
|
|||
methods += new qt_gsi::GenericMethod ("setNumberOptions|numberOptions=", "@brief Method void QLocale::setNumberOptions(QFlags<QLocale::NumberOption> options)\n", false, &_init_f_setNumberOptions_3171, &_call_f_setNumberOptions_3171);
|
||||
methods += new qt_gsi::GenericMethod ("standaloneDayName", "@brief Method QString QLocale::standaloneDayName(int, QLocale::FormatType format)\n", true, &_init_f_standaloneDayName_c2919, &_call_f_standaloneDayName_c2919);
|
||||
methods += new qt_gsi::GenericMethod ("standaloneMonthName", "@brief Method QString QLocale::standaloneMonthName(int, QLocale::FormatType format)\n", true, &_init_f_standaloneMonthName_c2919, &_call_f_standaloneMonthName_c2919);
|
||||
methods += new qt_gsi::GenericMethod ("swap", "@brief Method void QLocale::swap(QLocale &other)\n", false, &_init_f_swap_1291, &_call_f_swap_1291);
|
||||
methods += new qt_gsi::GenericMethod ("textDirection", "@brief Method Qt::LayoutDirection QLocale::textDirection()\n", true, &_init_f_textDirection_c0, &_call_f_textDirection_c0);
|
||||
methods += new qt_gsi::GenericMethod ("timeFormat", "@brief Method QString QLocale::timeFormat(QLocale::FormatType format)\n", true, &_init_f_timeFormat_c2260, &_call_f_timeFormat_c2260);
|
||||
methods += new qt_gsi::GenericMethod ("toCurrencyString", "@brief Method QString QLocale::toCurrencyString(qlonglong, const QString &symbol)\n", true, &_init_f_toCurrencyString_c3330, &_call_f_toCurrencyString_c3330);
|
||||
|
|
@ -1770,7 +1867,9 @@ static gsi::Methods methods_QLocale () {
|
|||
methods += new qt_gsi::GenericMethod ("toCurrencyString", "@brief Method QString QLocale::toCurrencyString(int, const QString &symbol)\n", true, &_init_f_toCurrencyString_c2684, &_call_f_toCurrencyString_c2684);
|
||||
methods += new qt_gsi::GenericMethod ("toCurrencyString", "@brief Method QString QLocale::toCurrencyString(unsigned int, const QString &symbol)\n", true, &_init_f_toCurrencyString_c3689, &_call_f_toCurrencyString_c3689);
|
||||
methods += new qt_gsi::GenericMethod ("toCurrencyString", "@brief Method QString QLocale::toCurrencyString(double, const QString &symbol)\n", true, &_init_f_toCurrencyString_c2988, &_call_f_toCurrencyString_c2988);
|
||||
methods += new qt_gsi::GenericMethod ("toCurrencyString", "@brief Method QString QLocale::toCurrencyString(float, const QString &symbol)\n", true, &_init_f_toCurrencyString_c2887, &_call_f_toCurrencyString_c2887);
|
||||
methods += new qt_gsi::GenericMethod ("toCurrencyString", "@brief Method QString QLocale::toCurrencyString(double, const QString &symbol, int precision)\n", true, &_init_f_toCurrencyString_c3647, &_call_f_toCurrencyString_c3647);
|
||||
methods += new qt_gsi::GenericMethod ("toCurrencyString", "@brief Method QString QLocale::toCurrencyString(float i, const QString &symbol)\n", true, &_init_f_toCurrencyString_c2887, &_call_f_toCurrencyString_c2887);
|
||||
methods += new qt_gsi::GenericMethod ("toCurrencyString", "@brief Method QString QLocale::toCurrencyString(float i, const QString &symbol, int precision)\n", true, &_init_f_toCurrencyString_c3546, &_call_f_toCurrencyString_c3546);
|
||||
methods += new qt_gsi::GenericMethod ("toDate", "@brief Method QDate QLocale::toDate(const QString &string, QLocale::FormatType)\n", true, &_init_f_toDate_c4177, &_call_f_toDate_c4177);
|
||||
methods += new qt_gsi::GenericMethod ("toDate", "@brief Method QDate QLocale::toDate(const QString &string, const QString &format)\n", true, &_init_f_toDate_c3942, &_call_f_toDate_c3942);
|
||||
methods += new qt_gsi::GenericMethod ("toDateTime", "@brief Method QDateTime QLocale::toDateTime(const QString &string, QLocale::FormatType format)\n", true, &_init_f_toDateTime_c4177, &_call_f_toDateTime_c4177);
|
||||
|
|
@ -1790,11 +1889,11 @@ static gsi::Methods methods_QLocale () {
|
|||
methods += new qt_gsi::GenericMethod ("toString_d", "@brief Method QString QLocale::toString(double i, char f, int prec)\n", true, &_init_f_toString_c2472, &_call_f_toString_c2472);
|
||||
methods += new qt_gsi::GenericMethod ("toString_f", "@brief Method QString QLocale::toString(float i, char f, int prec)\n", true, &_init_f_toString_c2371, &_call_f_toString_c2371);
|
||||
methods += new qt_gsi::GenericMethod ("toString", "@brief Method QString QLocale::toString(const QDate &date, const QString &formatStr)\n", true, &_init_f_toString_c3693, &_call_f_toString_c3693);
|
||||
methods += new qt_gsi::GenericMethod ("toString", "@brief Method QString QLocale::toString(const QDate &date, QLocale::FormatType format)\n", true, &_init_f_toString_c3928, &_call_f_toString_c3928);
|
||||
methods += new qt_gsi::GenericMethod ("toString", "@brief Method QString QLocale::toString(const QTime &time, const QString &formatStr)\n", true, &_init_f_toString_c3710, &_call_f_toString_c3710);
|
||||
methods += new qt_gsi::GenericMethod ("toString", "@brief Method QString QLocale::toString(const QDateTime &dateTime, const QString &format)\n", true, &_init_f_toString_c4092, &_call_f_toString_c4092);
|
||||
methods += new qt_gsi::GenericMethod ("toString", "@brief Method QString QLocale::toString(const QDate &date, QLocale::FormatType format)\n", true, &_init_f_toString_c3928, &_call_f_toString_c3928);
|
||||
methods += new qt_gsi::GenericMethod ("toString", "@brief Method QString QLocale::toString(const QTime &time, QLocale::FormatType format)\n", true, &_init_f_toString_c3945, &_call_f_toString_c3945);
|
||||
methods += new qt_gsi::GenericMethod ("toString", "@brief Method QString QLocale::toString(const QDateTime &dateTime, QLocale::FormatType format)\n", true, &_init_f_toString_c4327, &_call_f_toString_c4327);
|
||||
methods += new qt_gsi::GenericMethod ("toString", "@brief Method QString QLocale::toString(const QDateTime &dateTime, const QString &format)\n", true, &_init_f_toString_c4092, &_call_f_toString_c4092);
|
||||
methods += new qt_gsi::GenericMethod ("toTime", "@brief Method QTime QLocale::toTime(const QString &string, QLocale::FormatType)\n", true, &_init_f_toTime_c4177, &_call_f_toTime_c4177);
|
||||
methods += new qt_gsi::GenericMethod ("toTime", "@brief Method QTime QLocale::toTime(const QString &string, const QString &format)\n", true, &_init_f_toTime_c3942, &_call_f_toTime_c3942);
|
||||
methods += new qt_gsi::GenericMethod ("toUInt", "@brief Method unsigned int QLocale::toUInt(const QString &s, bool *ok)\n", true, &_init_f_toUInt_c2967, &_call_f_toUInt_c2967);
|
||||
|
|
@ -2043,14 +2142,14 @@ static gsi::Enum<QLocale::Country> decl_QLocale_Country_Enum ("QtCore", "QLocale
|
|||
gsi::enum_const ("Tanzania", QLocale::Tanzania, "@brief Enum constant QLocale::Tanzania") +
|
||||
gsi::enum_const ("Thailand", QLocale::Thailand, "@brief Enum constant QLocale::Thailand") +
|
||||
gsi::enum_const ("Togo", QLocale::Togo, "@brief Enum constant QLocale::Togo") +
|
||||
gsi::enum_const ("Tokelau", QLocale::Tokelau, "@brief Enum constant QLocale::Tokelau") +
|
||||
gsi::enum_const ("TokelauCountry", QLocale::TokelauCountry, "@brief Enum constant QLocale::TokelauCountry") +
|
||||
gsi::enum_const ("Tonga", QLocale::Tonga, "@brief Enum constant QLocale::Tonga") +
|
||||
gsi::enum_const ("TrinidadAndTobago", QLocale::TrinidadAndTobago, "@brief Enum constant QLocale::TrinidadAndTobago") +
|
||||
gsi::enum_const ("Tunisia", QLocale::Tunisia, "@brief Enum constant QLocale::Tunisia") +
|
||||
gsi::enum_const ("Turkey", QLocale::Turkey, "@brief Enum constant QLocale::Turkey") +
|
||||
gsi::enum_const ("Turkmenistan", QLocale::Turkmenistan, "@brief Enum constant QLocale::Turkmenistan") +
|
||||
gsi::enum_const ("TurksAndCaicosIslands", QLocale::TurksAndCaicosIslands, "@brief Enum constant QLocale::TurksAndCaicosIslands") +
|
||||
gsi::enum_const ("Tuvalu", QLocale::Tuvalu, "@brief Enum constant QLocale::Tuvalu") +
|
||||
gsi::enum_const ("TuvaluCountry", QLocale::TuvaluCountry, "@brief Enum constant QLocale::TuvaluCountry") +
|
||||
gsi::enum_const ("Uganda", QLocale::Uganda, "@brief Enum constant QLocale::Uganda") +
|
||||
gsi::enum_const ("Ukraine", QLocale::Ukraine, "@brief Enum constant QLocale::Ukraine") +
|
||||
gsi::enum_const ("UnitedArabEmirates", QLocale::UnitedArabEmirates, "@brief Enum constant QLocale::UnitedArabEmirates") +
|
||||
|
|
@ -2076,7 +2175,7 @@ static gsi::Enum<QLocale::Country> decl_QLocale_Country_Enum ("QtCore", "QLocale
|
|||
gsi::enum_const ("Serbia", QLocale::Serbia, "@brief Enum constant QLocale::Serbia") +
|
||||
gsi::enum_const ("SaintBarthelemy", QLocale::SaintBarthelemy, "@brief Enum constant QLocale::SaintBarthelemy") +
|
||||
gsi::enum_const ("SaintMartin", QLocale::SaintMartin, "@brief Enum constant QLocale::SaintMartin") +
|
||||
gsi::enum_const ("LatinAmericaAndTheCaribbean", QLocale::LatinAmericaAndTheCaribbean, "@brief Enum constant QLocale::LatinAmericaAndTheCaribbean") +
|
||||
gsi::enum_const ("LatinAmerica", QLocale::LatinAmerica, "@brief Enum constant QLocale::LatinAmerica") +
|
||||
gsi::enum_const ("AscensionIsland", QLocale::AscensionIsland, "@brief Enum constant QLocale::AscensionIsland") +
|
||||
gsi::enum_const ("AlandIslands", QLocale::AlandIslands, "@brief Enum constant QLocale::AlandIslands") +
|
||||
gsi::enum_const ("DiegoGarcia", QLocale::DiegoGarcia, "@brief Enum constant QLocale::DiegoGarcia") +
|
||||
|
|
@ -2088,12 +2187,19 @@ static gsi::Enum<QLocale::Country> decl_QLocale_Country_Enum ("QtCore", "QLocale
|
|||
gsi::enum_const ("Bonaire", QLocale::Bonaire, "@brief Enum constant QLocale::Bonaire") +
|
||||
gsi::enum_const ("SintMaarten", QLocale::SintMaarten, "@brief Enum constant QLocale::SintMaarten") +
|
||||
gsi::enum_const ("Kosovo", QLocale::Kosovo, "@brief Enum constant QLocale::Kosovo") +
|
||||
gsi::enum_const ("EuropeanUnion", QLocale::EuropeanUnion, "@brief Enum constant QLocale::EuropeanUnion") +
|
||||
gsi::enum_const ("OutlyingOceania", QLocale::OutlyingOceania, "@brief Enum constant QLocale::OutlyingOceania") +
|
||||
gsi::enum_const ("World", QLocale::World, "@brief Enum constant QLocale::World") +
|
||||
gsi::enum_const ("Europe", QLocale::Europe, "@brief Enum constant QLocale::Europe") +
|
||||
gsi::enum_const ("DemocraticRepublicOfCongo", QLocale::DemocraticRepublicOfCongo, "@brief Enum constant QLocale::DemocraticRepublicOfCongo") +
|
||||
gsi::enum_const ("PeoplesRepublicOfCongo", QLocale::PeoplesRepublicOfCongo, "@brief Enum constant QLocale::PeoplesRepublicOfCongo") +
|
||||
gsi::enum_const ("DemocraticRepublicOfKorea", QLocale::DemocraticRepublicOfKorea, "@brief Enum constant QLocale::DemocraticRepublicOfKorea") +
|
||||
gsi::enum_const ("LatinAmericaAndTheCaribbean", QLocale::LatinAmericaAndTheCaribbean, "@brief Enum constant QLocale::LatinAmericaAndTheCaribbean") +
|
||||
gsi::enum_const ("PeoplesRepublicOfCongo", QLocale::PeoplesRepublicOfCongo, "@brief Enum constant QLocale::PeoplesRepublicOfCongo") +
|
||||
gsi::enum_const ("RepublicOfKorea", QLocale::RepublicOfKorea, "@brief Enum constant QLocale::RepublicOfKorea") +
|
||||
gsi::enum_const ("RussianFederation", QLocale::RussianFederation, "@brief Enum constant QLocale::RussianFederation") +
|
||||
gsi::enum_const ("SyrianArabRepublic", QLocale::SyrianArabRepublic, "@brief Enum constant QLocale::SyrianArabRepublic") +
|
||||
gsi::enum_const ("Tokelau", QLocale::Tokelau, "@brief Enum constant QLocale::Tokelau") +
|
||||
gsi::enum_const ("Tuvalu", QLocale::Tuvalu, "@brief Enum constant QLocale::Tuvalu") +
|
||||
gsi::enum_const ("LastCountry", QLocale::LastCountry, "@brief Enum constant QLocale::LastCountry"),
|
||||
"@qt\n@brief This class represents the QLocale::Country enum");
|
||||
|
||||
|
|
@ -2129,6 +2235,29 @@ static gsi::ClassExt<QLocale> decl_QLocale_CurrencySymbolFormat_Enums_as_child (
|
|||
}
|
||||
|
||||
|
||||
// Implementation of the enum wrapper class for QLocale::DataSizeFormat
|
||||
namespace qt_gsi
|
||||
{
|
||||
|
||||
static gsi::Enum<QLocale::DataSizeFormat> decl_QLocale_DataSizeFormat_Enum ("QtCore", "QLocale_DataSizeFormat",
|
||||
gsi::enum_const ("DataSizeBase1000", QLocale::DataSizeBase1000, "@brief Enum constant QLocale::DataSizeBase1000") +
|
||||
gsi::enum_const ("DataSizeSIQuantifiers", QLocale::DataSizeSIQuantifiers, "@brief Enum constant QLocale::DataSizeSIQuantifiers") +
|
||||
gsi::enum_const ("DataSizeIecFormat", QLocale::DataSizeIecFormat, "@brief Enum constant QLocale::DataSizeIecFormat") +
|
||||
gsi::enum_const ("DataSizeTraditionalFormat", QLocale::DataSizeTraditionalFormat, "@brief Enum constant QLocale::DataSizeTraditionalFormat") +
|
||||
gsi::enum_const ("DataSizeSIFormat", QLocale::DataSizeSIFormat, "@brief Enum constant QLocale::DataSizeSIFormat"),
|
||||
"@qt\n@brief This class represents the QLocale::DataSizeFormat enum");
|
||||
|
||||
static gsi::QFlagsClass<QLocale::DataSizeFormat > decl_QLocale_DataSizeFormat_Enums ("QtCore", "QLocale_QFlags_DataSizeFormat",
|
||||
"@qt\n@brief This class represents the QFlags<QLocale::DataSizeFormat> flag set");
|
||||
|
||||
// Inject the declarations into the parent
|
||||
static gsi::ClassExt<QLocale> inject_QLocale_DataSizeFormat_Enum_in_parent (decl_QLocale_DataSizeFormat_Enum.defs ());
|
||||
static gsi::ClassExt<QLocale> decl_QLocale_DataSizeFormat_Enum_as_child (decl_QLocale_DataSizeFormat_Enum, "DataSizeFormat");
|
||||
static gsi::ClassExt<QLocale> decl_QLocale_DataSizeFormat_Enums_as_child (decl_QLocale_DataSizeFormat_Enums, "QFlags_DataSizeFormat");
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Implementation of the enum wrapper class for QLocale::FormatType
|
||||
namespace qt_gsi
|
||||
{
|
||||
|
|
@ -2495,19 +2624,39 @@ static gsi::Enum<QLocale::Language> decl_QLocale_Language_Enum ("QtCore", "QLoca
|
|||
gsi::enum_const ("Mono", QLocale::Mono, "@brief Enum constant QLocale::Mono") +
|
||||
gsi::enum_const ("TedimChin", QLocale::TedimChin, "@brief Enum constant QLocale::TedimChin") +
|
||||
gsi::enum_const ("Maithili", QLocale::Maithili, "@brief Enum constant QLocale::Maithili") +
|
||||
gsi::enum_const ("Norwegian", QLocale::Norwegian, "@brief Enum constant QLocale::Norwegian") +
|
||||
gsi::enum_const ("Ahom", QLocale::Ahom, "@brief Enum constant QLocale::Ahom") +
|
||||
gsi::enum_const ("AmericanSignLanguage", QLocale::AmericanSignLanguage, "@brief Enum constant QLocale::AmericanSignLanguage") +
|
||||
gsi::enum_const ("ArdhamagadhiPrakrit", QLocale::ArdhamagadhiPrakrit, "@brief Enum constant QLocale::ArdhamagadhiPrakrit") +
|
||||
gsi::enum_const ("Bhojpuri", QLocale::Bhojpuri, "@brief Enum constant QLocale::Bhojpuri") +
|
||||
gsi::enum_const ("HieroglyphicLuwian", QLocale::HieroglyphicLuwian, "@brief Enum constant QLocale::HieroglyphicLuwian") +
|
||||
gsi::enum_const ("LiteraryChinese", QLocale::LiteraryChinese, "@brief Enum constant QLocale::LiteraryChinese") +
|
||||
gsi::enum_const ("Mazanderani", QLocale::Mazanderani, "@brief Enum constant QLocale::Mazanderani") +
|
||||
gsi::enum_const ("Mru", QLocale::Mru, "@brief Enum constant QLocale::Mru") +
|
||||
gsi::enum_const ("Newari", QLocale::Newari, "@brief Enum constant QLocale::Newari") +
|
||||
gsi::enum_const ("NorthernLuri", QLocale::NorthernLuri, "@brief Enum constant QLocale::NorthernLuri") +
|
||||
gsi::enum_const ("Palauan", QLocale::Palauan, "@brief Enum constant QLocale::Palauan") +
|
||||
gsi::enum_const ("Papiamento", QLocale::Papiamento, "@brief Enum constant QLocale::Papiamento") +
|
||||
gsi::enum_const ("Saraiki", QLocale::Saraiki, "@brief Enum constant QLocale::Saraiki") +
|
||||
gsi::enum_const ("TokelauLanguage", QLocale::TokelauLanguage, "@brief Enum constant QLocale::TokelauLanguage") +
|
||||
gsi::enum_const ("TokPisin", QLocale::TokPisin, "@brief Enum constant QLocale::TokPisin") +
|
||||
gsi::enum_const ("TuvaluLanguage", QLocale::TuvaluLanguage, "@brief Enum constant QLocale::TuvaluLanguage") +
|
||||
gsi::enum_const ("UncodedLanguages", QLocale::UncodedLanguages, "@brief Enum constant QLocale::UncodedLanguages") +
|
||||
gsi::enum_const ("Cantonese", QLocale::Cantonese, "@brief Enum constant QLocale::Cantonese") +
|
||||
gsi::enum_const ("Osage", QLocale::Osage, "@brief Enum constant QLocale::Osage") +
|
||||
gsi::enum_const ("Tangut", QLocale::Tangut, "@brief Enum constant QLocale::Tangut") +
|
||||
gsi::enum_const ("Afan", QLocale::Afan, "@brief Enum constant QLocale::Afan") +
|
||||
gsi::enum_const ("Bhutani", QLocale::Bhutani, "@brief Enum constant QLocale::Bhutani") +
|
||||
gsi::enum_const ("Byelorussian", QLocale::Byelorussian, "@brief Enum constant QLocale::Byelorussian") +
|
||||
gsi::enum_const ("Cambodian", QLocale::Cambodian, "@brief Enum constant QLocale::Cambodian") +
|
||||
gsi::enum_const ("Chewa", QLocale::Chewa, "@brief Enum constant QLocale::Chewa") +
|
||||
gsi::enum_const ("Frisian", QLocale::Frisian, "@brief Enum constant QLocale::Frisian") +
|
||||
gsi::enum_const ("Kurundi", QLocale::Kurundi, "@brief Enum constant QLocale::Kurundi") +
|
||||
gsi::enum_const ("Moldavian", QLocale::Moldavian, "@brief Enum constant QLocale::Moldavian") +
|
||||
gsi::enum_const ("Norwegian", QLocale::Norwegian, "@brief Enum constant QLocale::Norwegian") +
|
||||
gsi::enum_const ("RhaetoRomance", QLocale::RhaetoRomance, "@brief Enum constant QLocale::RhaetoRomance") +
|
||||
gsi::enum_const ("SerboCroatian", QLocale::SerboCroatian, "@brief Enum constant QLocale::SerboCroatian") +
|
||||
gsi::enum_const ("Tagalog", QLocale::Tagalog, "@brief Enum constant QLocale::Tagalog") +
|
||||
gsi::enum_const ("Twi", QLocale::Twi, "@brief Enum constant QLocale::Twi") +
|
||||
gsi::enum_const ("Afan", QLocale::Afan, "@brief Enum constant QLocale::Afan") +
|
||||
gsi::enum_const ("Byelorussian", QLocale::Byelorussian, "@brief Enum constant QLocale::Byelorussian") +
|
||||
gsi::enum_const ("Bhutani", QLocale::Bhutani, "@brief Enum constant QLocale::Bhutani") +
|
||||
gsi::enum_const ("Cambodian", QLocale::Cambodian, "@brief Enum constant QLocale::Cambodian") +
|
||||
gsi::enum_const ("Kurundi", QLocale::Kurundi, "@brief Enum constant QLocale::Kurundi") +
|
||||
gsi::enum_const ("RhaetoRomance", QLocale::RhaetoRomance, "@brief Enum constant QLocale::RhaetoRomance") +
|
||||
gsi::enum_const ("Chewa", QLocale::Chewa, "@brief Enum constant QLocale::Chewa") +
|
||||
gsi::enum_const ("Frisian", QLocale::Frisian, "@brief Enum constant QLocale::Frisian") +
|
||||
gsi::enum_const ("Uigur", QLocale::Uigur, "@brief Enum constant QLocale::Uigur") +
|
||||
gsi::enum_const ("LastLanguage", QLocale::LastLanguage, "@brief Enum constant QLocale::LastLanguage"),
|
||||
"@qt\n@brief This class represents the QLocale::Language enum");
|
||||
|
|
@ -2550,8 +2699,13 @@ namespace qt_gsi
|
|||
{
|
||||
|
||||
static gsi::Enum<QLocale::NumberOption> decl_QLocale_NumberOption_Enum ("QtCore", "QLocale_NumberOption",
|
||||
gsi::enum_const ("DefaultNumberOptions", QLocale::DefaultNumberOptions, "@brief Enum constant QLocale::DefaultNumberOptions") +
|
||||
gsi::enum_const ("OmitGroupSeparator", QLocale::OmitGroupSeparator, "@brief Enum constant QLocale::OmitGroupSeparator") +
|
||||
gsi::enum_const ("RejectGroupSeparator", QLocale::RejectGroupSeparator, "@brief Enum constant QLocale::RejectGroupSeparator"),
|
||||
gsi::enum_const ("RejectGroupSeparator", QLocale::RejectGroupSeparator, "@brief Enum constant QLocale::RejectGroupSeparator") +
|
||||
gsi::enum_const ("OmitLeadingZeroInExponent", QLocale::OmitLeadingZeroInExponent, "@brief Enum constant QLocale::OmitLeadingZeroInExponent") +
|
||||
gsi::enum_const ("RejectLeadingZeroInExponent", QLocale::RejectLeadingZeroInExponent, "@brief Enum constant QLocale::RejectLeadingZeroInExponent") +
|
||||
gsi::enum_const ("IncludeTrailingZeroesAfterDot", QLocale::IncludeTrailingZeroesAfterDot, "@brief Enum constant QLocale::IncludeTrailingZeroesAfterDot") +
|
||||
gsi::enum_const ("RejectTrailingZeroesAfterDot", QLocale::RejectTrailingZeroesAfterDot, "@brief Enum constant QLocale::RejectTrailingZeroesAfterDot"),
|
||||
"@qt\n@brief This class represents the QLocale::NumberOption enum");
|
||||
|
||||
static gsi::QFlagsClass<QLocale::NumberOption > decl_QLocale_NumberOption_Enums ("QtCore", "QLocale_QFlags_NumberOption",
|
||||
|
|
@ -2718,6 +2872,20 @@ static gsi::Enum<QLocale::Script> decl_QLocale_Script_Enum ("QtCore", "QLocale_S
|
|||
gsi::enum_const ("KhudawadiScript", QLocale::KhudawadiScript, "@brief Enum constant QLocale::KhudawadiScript") +
|
||||
gsi::enum_const ("TirhutaScript", QLocale::TirhutaScript, "@brief Enum constant QLocale::TirhutaScript") +
|
||||
gsi::enum_const ("VarangKshitiScript", QLocale::VarangKshitiScript, "@brief Enum constant QLocale::VarangKshitiScript") +
|
||||
gsi::enum_const ("AhomScript", QLocale::AhomScript, "@brief Enum constant QLocale::AhomScript") +
|
||||
gsi::enum_const ("AnatolianHieroglyphsScript", QLocale::AnatolianHieroglyphsScript, "@brief Enum constant QLocale::AnatolianHieroglyphsScript") +
|
||||
gsi::enum_const ("HatranScript", QLocale::HatranScript, "@brief Enum constant QLocale::HatranScript") +
|
||||
gsi::enum_const ("MultaniScript", QLocale::MultaniScript, "@brief Enum constant QLocale::MultaniScript") +
|
||||
gsi::enum_const ("OldHungarianScript", QLocale::OldHungarianScript, "@brief Enum constant QLocale::OldHungarianScript") +
|
||||
gsi::enum_const ("SignWritingScript", QLocale::SignWritingScript, "@brief Enum constant QLocale::SignWritingScript") +
|
||||
gsi::enum_const ("AdlamScript", QLocale::AdlamScript, "@brief Enum constant QLocale::AdlamScript") +
|
||||
gsi::enum_const ("BhaiksukiScript", QLocale::BhaiksukiScript, "@brief Enum constant QLocale::BhaiksukiScript") +
|
||||
gsi::enum_const ("MarchenScript", QLocale::MarchenScript, "@brief Enum constant QLocale::MarchenScript") +
|
||||
gsi::enum_const ("NewaScript", QLocale::NewaScript, "@brief Enum constant QLocale::NewaScript") +
|
||||
gsi::enum_const ("OsageScript", QLocale::OsageScript, "@brief Enum constant QLocale::OsageScript") +
|
||||
gsi::enum_const ("TangutScript", QLocale::TangutScript, "@brief Enum constant QLocale::TangutScript") +
|
||||
gsi::enum_const ("HanWithBopomofoScript", QLocale::HanWithBopomofoScript, "@brief Enum constant QLocale::HanWithBopomofoScript") +
|
||||
gsi::enum_const ("JamoScript", QLocale::JamoScript, "@brief Enum constant QLocale::JamoScript") +
|
||||
gsi::enum_const ("SimplifiedChineseScript", QLocale::SimplifiedChineseScript, "@brief Enum constant QLocale::SimplifiedChineseScript") +
|
||||
gsi::enum_const ("TraditionalChineseScript", QLocale::TraditionalChineseScript, "@brief Enum constant QLocale::TraditionalChineseScript") +
|
||||
gsi::enum_const ("LastScript", QLocale::LastScript, "@brief Enum constant QLocale::LastScript"),
|
||||
|
|
|
|||
|
|
@ -66,6 +66,21 @@ static void _call_f_enclosingMetaObject_c0 (const qt_gsi::GenericMethod * /*decl
|
|||
}
|
||||
|
||||
|
||||
// const char *QMetaEnum::enumName()
|
||||
|
||||
|
||||
static void _init_f_enumName_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<const char * > ();
|
||||
}
|
||||
|
||||
static void _call_f_enumName_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<const char * > ((const char *)((QMetaEnum *)cls)->enumName ());
|
||||
}
|
||||
|
||||
|
||||
// bool QMetaEnum::isFlag()
|
||||
|
||||
|
||||
|
|
@ -81,6 +96,21 @@ static void _call_f_isFlag_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls
|
|||
}
|
||||
|
||||
|
||||
// bool QMetaEnum::isScoped()
|
||||
|
||||
|
||||
static void _init_f_isScoped_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_isScoped_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<bool > ((bool)((QMetaEnum *)cls)->isScoped ());
|
||||
}
|
||||
|
||||
|
||||
// bool QMetaEnum::isValid()
|
||||
|
||||
|
||||
|
|
@ -137,7 +167,7 @@ static void _init_f_keyToValue_c2673 (qt_gsi::GenericMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("key");
|
||||
decl->add_arg<const char * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "nullptr");
|
||||
decl->add_arg<bool * > (argspec_1);
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
|
@ -147,7 +177,7 @@ static void _call_f_keyToValue_c2673 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const char *arg1 = gsi::arg_reader<const char * >() (args, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (0, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (nullptr, heap);
|
||||
ret.write<int > ((int)((QMetaEnum *)cls)->keyToValue (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -159,7 +189,7 @@ static void _init_f_keysToValue_c2673 (qt_gsi::GenericMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("keys");
|
||||
decl->add_arg<const char * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("ok", true, "nullptr");
|
||||
decl->add_arg<bool * > (argspec_1);
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
|
@ -169,7 +199,7 @@ static void _call_f_keysToValue_c2673 (const qt_gsi::GenericMethod * /*decl*/, v
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const char *arg1 = gsi::arg_reader<const char * >() (args, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (0, heap);
|
||||
bool *arg2 = args ? gsi::arg_reader<bool * >() (args, heap) : gsi::arg_maker<bool * >() (nullptr, heap);
|
||||
ret.write<int > ((int)((QMetaEnum *)cls)->keysToValue (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -269,7 +299,9 @@ static gsi::Methods methods_QMetaEnum () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QMetaEnum::QMetaEnum()\nThis method creates an object of class QMetaEnum.", &_init_ctor_QMetaEnum_0, &_call_ctor_QMetaEnum_0);
|
||||
methods += new qt_gsi::GenericMethod ("enclosingMetaObject", "@brief Method const QMetaObject *QMetaEnum::enclosingMetaObject()\n", true, &_init_f_enclosingMetaObject_c0, &_call_f_enclosingMetaObject_c0);
|
||||
methods += new qt_gsi::GenericMethod ("enumName", "@brief Method const char *QMetaEnum::enumName()\n", true, &_init_f_enumName_c0, &_call_f_enumName_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isFlag?", "@brief Method bool QMetaEnum::isFlag()\n", true, &_init_f_isFlag_c0, &_call_f_isFlag_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isScoped?", "@brief Method bool QMetaEnum::isScoped()\n", true, &_init_f_isScoped_c0, &_call_f_isScoped_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isValid?", "@brief Method bool QMetaEnum::isValid()\n", true, &_init_f_isValid_c0, &_call_f_isValid_c0);
|
||||
methods += new qt_gsi::GenericMethod ("key", "@brief Method const char *QMetaEnum::key(int index)\n", true, &_init_f_key_c767, &_call_f_key_c767);
|
||||
methods += new qt_gsi::GenericMethod ("keyCount", "@brief Method int QMetaEnum::keyCount()\n", true, &_init_f_keyCount_c0, &_call_f_keyCount_c0);
|
||||
|
|
|
|||
|
|
@ -335,6 +335,25 @@ static void _call_f_indexOfSlot_c1731 (const qt_gsi::GenericMethod * /*decl*/, v
|
|||
}
|
||||
|
||||
|
||||
// bool QMetaObject::inherits(const QMetaObject *metaObject)
|
||||
|
||||
|
||||
static void _init_f_inherits_c2388 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("metaObject");
|
||||
decl->add_arg<const QMetaObject * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_inherits_c2388 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QMetaObject *arg1 = gsi::arg_reader<const QMetaObject * >() (args, heap);
|
||||
ret.write<bool > ((bool)((QMetaObject *)cls)->inherits (arg1));
|
||||
}
|
||||
|
||||
|
||||
// QMetaMethod QMetaObject::method(int index)
|
||||
|
||||
|
||||
|
|
@ -547,7 +566,7 @@ static void _init_f_connect_6708 (qt_gsi::GenericStaticMethod *decl)
|
|||
decl->add_arg<int > (argspec_3);
|
||||
static gsi::ArgSpecBase argspec_4 ("type", true, "0");
|
||||
decl->add_arg<int > (argspec_4);
|
||||
static gsi::ArgSpecBase argspec_5 ("types", true, "0");
|
||||
static gsi::ArgSpecBase argspec_5 ("types", true, "nullptr");
|
||||
decl->add_arg<int * > (argspec_5);
|
||||
decl->set_return<QMetaObject::Connection > ();
|
||||
}
|
||||
|
|
@ -561,7 +580,7 @@ static void _call_f_connect_6708 (const qt_gsi::GenericStaticMethod * /*decl*/,
|
|||
const QObject *arg3 = gsi::arg_reader<const QObject * >() (args, heap);
|
||||
int arg4 = gsi::arg_reader<int >() (args, heap);
|
||||
int arg5 = args ? gsi::arg_reader<int >() (args, heap) : gsi::arg_maker<int >() (0, heap);
|
||||
int *arg6 = args ? gsi::arg_reader<int * >() (args, heap) : gsi::arg_maker<int * >() (0, heap);
|
||||
int *arg6 = args ? gsi::arg_reader<int * >() (args, heap) : gsi::arg_maker<int * >() (nullptr, heap);
|
||||
ret.write<QMetaObject::Connection > ((QMetaObject::Connection)QMetaObject::connect (arg1, arg2, arg3, arg4, arg5, arg6));
|
||||
}
|
||||
|
||||
|
|
@ -703,6 +722,7 @@ static gsi::Methods methods_QMetaObject () {
|
|||
methods += new qt_gsi::GenericMethod ("indexOfProperty", "@brief Method int QMetaObject::indexOfProperty(const char *name)\n", true, &_init_f_indexOfProperty_c1731, &_call_f_indexOfProperty_c1731);
|
||||
methods += new qt_gsi::GenericMethod ("indexOfSignal", "@brief Method int QMetaObject::indexOfSignal(const char *signal)\n", true, &_init_f_indexOfSignal_c1731, &_call_f_indexOfSignal_c1731);
|
||||
methods += new qt_gsi::GenericMethod ("indexOfSlot", "@brief Method int QMetaObject::indexOfSlot(const char *slot)\n", true, &_init_f_indexOfSlot_c1731, &_call_f_indexOfSlot_c1731);
|
||||
methods += new qt_gsi::GenericMethod ("inherits", "@brief Method bool QMetaObject::inherits(const QMetaObject *metaObject)\n", true, &_init_f_inherits_c2388, &_call_f_inherits_c2388);
|
||||
methods += new qt_gsi::GenericMethod ("method", "@brief Method QMetaMethod QMetaObject::method(int index)\n", true, &_init_f_method_c767, &_call_f_method_c767);
|
||||
methods += new qt_gsi::GenericMethod ("methodCount", "@brief Method int QMetaObject::methodCount()\n", true, &_init_f_methodCount_c0, &_call_f_methodCount_c0);
|
||||
methods += new qt_gsi::GenericMethod ("methodOffset", "@brief Method int QMetaObject::methodOffset()\n", true, &_init_f_methodOffset_c0, &_call_f_methodOffset_c0);
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ static void _call_f_isConstant_c0 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
|
||||
static void _init_f_isDesignable_c1997 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("obj", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("obj", true, "nullptr");
|
||||
decl->add_arg<const QObject * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -143,7 +143,7 @@ static void _call_f_isDesignable_c1997 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QObject *arg1 = args ? gsi::arg_reader<const QObject * >() (args, heap) : gsi::arg_maker<const QObject * >() (0, heap);
|
||||
const QObject *arg1 = args ? gsi::arg_reader<const QObject * >() (args, heap) : gsi::arg_maker<const QObject * >() (nullptr, heap);
|
||||
ret.write<bool > ((bool)((QMetaProperty *)cls)->isDesignable (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -153,7 +153,7 @@ static void _call_f_isDesignable_c1997 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
|
||||
static void _init_f_isEditable_c1997 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("obj", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("obj", true, "nullptr");
|
||||
decl->add_arg<const QObject * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -162,7 +162,7 @@ static void _call_f_isEditable_c1997 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QObject *arg1 = args ? gsi::arg_reader<const QObject * >() (args, heap) : gsi::arg_maker<const QObject * >() (0, heap);
|
||||
const QObject *arg1 = args ? gsi::arg_reader<const QObject * >() (args, heap) : gsi::arg_maker<const QObject * >() (nullptr, heap);
|
||||
ret.write<bool > ((bool)((QMetaProperty *)cls)->isEditable (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -247,7 +247,7 @@ static void _call_f_isResettable_c0 (const qt_gsi::GenericMethod * /*decl*/, voi
|
|||
|
||||
static void _init_f_isScriptable_c1997 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("obj", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("obj", true, "nullptr");
|
||||
decl->add_arg<const QObject * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -256,7 +256,7 @@ static void _call_f_isScriptable_c1997 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QObject *arg1 = args ? gsi::arg_reader<const QObject * >() (args, heap) : gsi::arg_maker<const QObject * >() (0, heap);
|
||||
const QObject *arg1 = args ? gsi::arg_reader<const QObject * >() (args, heap) : gsi::arg_maker<const QObject * >() (nullptr, heap);
|
||||
ret.write<bool > ((bool)((QMetaProperty *)cls)->isScriptable (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -266,7 +266,7 @@ static void _call_f_isScriptable_c1997 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
|
||||
static void _init_f_isStored_c1997 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("obj", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("obj", true, "nullptr");
|
||||
decl->add_arg<const QObject * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -275,7 +275,7 @@ static void _call_f_isStored_c1997 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QObject *arg1 = args ? gsi::arg_reader<const QObject * >() (args, heap) : gsi::arg_maker<const QObject * >() (0, heap);
|
||||
const QObject *arg1 = args ? gsi::arg_reader<const QObject * >() (args, heap) : gsi::arg_maker<const QObject * >() (nullptr, heap);
|
||||
ret.write<bool > ((bool)((QMetaProperty *)cls)->isStored (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -285,7 +285,7 @@ static void _call_f_isStored_c1997 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
|
||||
static void _init_f_isUser_c1997 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("obj", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("obj", true, "nullptr");
|
||||
decl->add_arg<const QObject * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -294,7 +294,7 @@ static void _call_f_isUser_c1997 (const qt_gsi::GenericMethod * /*decl*/, void *
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QObject *arg1 = args ? gsi::arg_reader<const QObject * >() (args, heap) : gsi::arg_maker<const QObject * >() (0, heap);
|
||||
const QObject *arg1 = args ? gsi::arg_reader<const QObject * >() (args, heap) : gsi::arg_maker<const QObject * >() (nullptr, heap);
|
||||
ret.write<bool > ((bool)((QMetaProperty *)cls)->isUser (arg1));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ static void _init_f_construct_c2699 (qt_gsi::GenericMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("where");
|
||||
decl->add_arg<void * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("copy", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("copy", true, "nullptr");
|
||||
decl->add_arg<const void * > (argspec_1);
|
||||
decl->set_return<void * > ();
|
||||
}
|
||||
|
|
@ -73,7 +73,7 @@ static void _call_f_construct_c2699 (const qt_gsi::GenericMethod * /*decl*/, voi
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
void *arg1 = gsi::arg_reader<void * >() (args, heap);
|
||||
const void *arg2 = args ? gsi::arg_reader<const void * >() (args, heap) : gsi::arg_maker<const void * >() (0, heap);
|
||||
const void *arg2 = args ? gsi::arg_reader<const void * >() (args, heap) : gsi::arg_maker<const void * >() (nullptr, heap);
|
||||
ret.write<void * > ((void *)((QMetaType *)cls)->construct (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -83,7 +83,7 @@ static void _call_f_construct_c2699 (const qt_gsi::GenericMethod * /*decl*/, voi
|
|||
|
||||
static void _init_f_create_c1751 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("copy", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("copy", true, "nullptr");
|
||||
decl->add_arg<const void * > (argspec_0);
|
||||
decl->set_return<void * > ();
|
||||
}
|
||||
|
|
@ -92,7 +92,7 @@ static void _call_f_create_c1751 (const qt_gsi::GenericMethod * /*decl*/, void *
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const void *arg1 = args ? gsi::arg_reader<const void * >() (args, heap) : gsi::arg_maker<const void * >() (0, heap);
|
||||
const void *arg1 = args ? gsi::arg_reader<const void * >() (args, heap) : gsi::arg_maker<const void * >() (nullptr, heap);
|
||||
ret.write<void * > ((void *)((QMetaType *)cls)->create (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -285,7 +285,7 @@ static void _init_f_create_2410 (qt_gsi::GenericStaticMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("type");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("copy", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("copy", true, "nullptr");
|
||||
decl->add_arg<const void * > (argspec_1);
|
||||
decl->set_return<void * > ();
|
||||
}
|
||||
|
|
@ -295,7 +295,7 @@ static void _call_f_create_2410 (const qt_gsi::GenericStaticMethod * /*decl*/, g
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
const void *arg2 = args ? gsi::arg_reader<const void * >() (args, heap) : gsi::arg_maker<const void * >() (0, heap);
|
||||
const void *arg2 = args ? gsi::arg_reader<const void * >() (args, heap) : gsi::arg_maker<const void * >() (nullptr, heap);
|
||||
ret.write<void * > ((void *)QMetaType::create (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -650,8 +650,8 @@ static gsi::Methods methods_QMetaType () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QMetaType::QMetaType(const int type)\nThis method creates an object of class QMetaType.", &_init_ctor_QMetaType_1462, &_call_ctor_QMetaType_1462);
|
||||
methods += new qt_gsi::GenericMethod ("construct", "@brief Method void *QMetaType::construct(void *where, const void *copy)\n", true, &_init_f_construct_c2699, &_call_f_construct_c2699);
|
||||
methods += new qt_gsi::GenericMethod ("qt_create", "@brief Method void *QMetaType::create(const void *copy)\n", true, &_init_f_create_c1751, &_call_f_create_c1751);
|
||||
methods += new qt_gsi::GenericMethod ("qt_destroy", "@brief Method void QMetaType::destroy(void *data)\n", true, &_init_f_destroy_c1056, &_call_f_destroy_c1056);
|
||||
methods += new qt_gsi::GenericMethod ("create|qt_create", "@brief Method void *QMetaType::create(const void *copy)\n", true, &_init_f_create_c1751, &_call_f_create_c1751);
|
||||
methods += new qt_gsi::GenericMethod ("destroy|qt_destroy", "@brief Method void QMetaType::destroy(void *data)\n", true, &_init_f_destroy_c1056, &_call_f_destroy_c1056);
|
||||
methods += new qt_gsi::GenericMethod ("destruct", "@brief Method void QMetaType::destruct(void *data)\n", true, &_init_f_destruct_c1056, &_call_f_destruct_c1056);
|
||||
methods += new qt_gsi::GenericMethod ("flags", "@brief Method QFlags<QMetaType::TypeFlag> QMetaType::flags()\n", true, &_init_f_flags_c0, &_call_f_flags_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isRegistered?", "@brief Method bool QMetaType::isRegistered()\n", true, &_init_f_isRegistered_c0, &_call_f_isRegistered_c0);
|
||||
|
|
@ -660,9 +660,9 @@ static gsi::Methods methods_QMetaType () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("compare", "@brief Static method bool QMetaType::compare(const void *lhs, const void *rhs, int typeId, int *result)\nThis method is static and can be called without an instance.", &_init_f_compare_4898, &_call_f_compare_4898);
|
||||
methods += new qt_gsi::GenericStaticMethod ("construct", "@brief Static method void *QMetaType::construct(int type, void *where, const void *copy)\nThis method is static and can be called without an instance.", &_init_f_construct_3358, &_call_f_construct_3358);
|
||||
methods += new qt_gsi::GenericStaticMethod ("convert", "@brief Static method bool QMetaType::convert(const void *from, int fromTypeId, void *to, int toTypeId)\nThis method is static and can be called without an instance.", &_init_f_convert_4017, &_call_f_convert_4017);
|
||||
methods += new qt_gsi::GenericStaticMethod ("qt_create", "@brief Static method void *QMetaType::create(int type, const void *copy)\nThis method is static and can be called without an instance.", &_init_f_create_2410, &_call_f_create_2410);
|
||||
methods += new qt_gsi::GenericStaticMethod ("create|qt_create", "@brief Static method void *QMetaType::create(int type, const void *copy)\nThis method is static and can be called without an instance.", &_init_f_create_2410, &_call_f_create_2410);
|
||||
methods += new qt_gsi::GenericStaticMethod ("debugStream", "@brief Static method bool QMetaType::debugStream(QDebug &dbg, const void *rhs, int typeId)\nThis method is static and can be called without an instance.", &_init_f_debugStream_3488, &_call_f_debugStream_3488);
|
||||
methods += new qt_gsi::GenericStaticMethod ("qt_destroy", "@brief Static method void QMetaType::destroy(int type, void *data)\nThis method is static and can be called without an instance.", &_init_f_destroy_1715, &_call_f_destroy_1715);
|
||||
methods += new qt_gsi::GenericStaticMethod ("destroy|qt_destroy", "@brief Static method void QMetaType::destroy(int type, void *data)\nThis method is static and can be called without an instance.", &_init_f_destroy_1715, &_call_f_destroy_1715);
|
||||
methods += new qt_gsi::GenericStaticMethod ("destruct", "@brief Static method void QMetaType::destruct(int type, void *where)\nThis method is static and can be called without an instance.", &_init_f_destruct_1715, &_call_f_destruct_1715);
|
||||
methods += new qt_gsi::GenericStaticMethod ("equals", "@brief Static method bool QMetaType::equals(const void *lhs, const void *rhs, int typeId, int *result)\nThis method is static and can be called without an instance.", &_init_f_equals_4898, &_call_f_equals_4898);
|
||||
methods += new qt_gsi::GenericStaticMethod ("hasRegisteredComparators", "@brief Static method bool QMetaType::hasRegisteredComparators(int typeId)\nThis method is static and can be called without an instance.", &_init_f_hasRegisteredComparators_767, &_call_f_hasRegisteredComparators_767);
|
||||
|
|
@ -704,7 +704,8 @@ static gsi::Enum<QMetaType::TypeFlag> decl_QMetaType_TypeFlag_Enum ("QtCore", "Q
|
|||
gsi::enum_const ("WeakPointerToQObject", QMetaType::WeakPointerToQObject, "@brief Enum constant QMetaType::WeakPointerToQObject") +
|
||||
gsi::enum_const ("TrackingPointerToQObject", QMetaType::TrackingPointerToQObject, "@brief Enum constant QMetaType::TrackingPointerToQObject") +
|
||||
gsi::enum_const ("WasDeclaredAsMetaType", QMetaType::WasDeclaredAsMetaType, "@brief Enum constant QMetaType::WasDeclaredAsMetaType") +
|
||||
gsi::enum_const ("IsGadget", QMetaType::IsGadget, "@brief Enum constant QMetaType::IsGadget"),
|
||||
gsi::enum_const ("IsGadget", QMetaType::IsGadget, "@brief Enum constant QMetaType::IsGadget") +
|
||||
gsi::enum_const ("PointerToGadget", QMetaType::PointerToGadget, "@brief Enum constant QMetaType::PointerToGadget"),
|
||||
"@qt\n@brief This class represents the QMetaType::TypeFlag enum");
|
||||
|
||||
static gsi::QFlagsClass<QMetaType::TypeFlag > decl_QMetaType_TypeFlag_Enums ("QtCore", "QMetaType_QFlags_TypeFlag",
|
||||
|
|
|
|||
|
|
@ -550,33 +550,33 @@ public:
|
|||
emit QMimeData::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QMimeData::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QMimeData::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QMimeData::event(arg1);
|
||||
return QMimeData::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QMimeData_Adaptor, bool, QEvent *>(&QMimeData_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QMimeData_Adaptor, bool, QEvent *>(&QMimeData_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QMimeData::event(arg1);
|
||||
return QMimeData::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QMimeData::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QMimeData::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QMimeData::eventFilter(arg1, arg2);
|
||||
return QMimeData::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QMimeData_Adaptor, bool, QObject *, QEvent *>(&QMimeData_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QMimeData_Adaptor, bool, QObject *, QEvent *>(&QMimeData_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QMimeData::eventFilter(arg1, arg2);
|
||||
return QMimeData::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -617,33 +617,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QMimeData::objectNameChanged(const QString &objectName)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QMimeData::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QMimeData::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QMimeData::childEvent(arg1);
|
||||
QMimeData::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QMimeData_Adaptor, QChildEvent *>(&QMimeData_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QMimeData_Adaptor, QChildEvent *>(&QMimeData_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QMimeData::childEvent(arg1);
|
||||
QMimeData::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QMimeData::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QMimeData::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QMimeData::customEvent(arg1);
|
||||
QMimeData::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QMimeData_Adaptor, QEvent *>(&QMimeData_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QMimeData_Adaptor, QEvent *>(&QMimeData_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QMimeData::customEvent(arg1);
|
||||
QMimeData::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -677,18 +677,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QMimeData::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QMimeData::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QMimeData::timerEvent(arg1);
|
||||
QMimeData::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QMimeData_Adaptor, QTimerEvent *>(&QMimeData_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QMimeData_Adaptor, QTimerEvent *>(&QMimeData_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QMimeData::timerEvent(arg1);
|
||||
QMimeData::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -719,11 +719,11 @@ static void _call_ctor_QMimeData_Adaptor_0 (const qt_gsi::GenericStaticMethod *
|
|||
}
|
||||
|
||||
|
||||
// void QMimeData::childEvent(QChildEvent *)
|
||||
// void QMimeData::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -743,11 +743,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QMimeData::customEvent(QEvent *)
|
||||
// void QMimeData::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -771,7 +771,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -780,7 +780,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QMimeData_Adaptor *)cls)->emitter_QMimeData_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -809,11 +809,11 @@ static void _set_callback_cbs_disconnectNotify_2394_0 (void *cls, const gsi::Cal
|
|||
}
|
||||
|
||||
|
||||
// bool QMimeData::event(QEvent *)
|
||||
// bool QMimeData::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -832,13 +832,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QMimeData::eventFilter(QObject *, QEvent *)
|
||||
// bool QMimeData::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1008,11 +1008,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QMimeData::timerEvent(QTimerEvent *)
|
||||
// void QMimeData::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1040,16 +1040,16 @@ gsi::Class<QMimeData> &qtdecl_QMimeData ();
|
|||
static gsi::Methods methods_QMimeData_Adaptor () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QMimeData::QMimeData()\nThis method creates an object of class QMimeData.", &_init_ctor_QMimeData_Adaptor_0, &_call_ctor_QMimeData_Adaptor_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QMimeData::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QMimeData::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QMimeData::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QMimeData::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QMimeData::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QMimeData::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QMimeData::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QMimeData::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QMimeData::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QMimeData::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("formats", "@brief Virtual method QStringList QMimeData::formats()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_formats_c0_0, &_call_cbs_formats_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("formats", "@hide", true, &_init_cbs_formats_c0_0, &_call_cbs_formats_c0_0, &_set_callback_cbs_formats_c0_0);
|
||||
|
|
@ -1062,7 +1062,7 @@ static gsi::Methods methods_QMimeData_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*retrieveData", "@hide", true, &_init_cbs_retrieveData_c3693_0, &_call_cbs_retrieveData_c3693_0, &_set_callback_cbs_retrieveData_c3693_0);
|
||||
methods += new qt_gsi::GenericMethod ("*sender", "@brief Method QObject *QMimeData::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 QMimeData::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 ("*timerEvent", "@brief Virtual method void QMimeData::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QMimeData::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -291,6 +291,44 @@ static void _call_f_sibling_c1426 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// QModelIndex QModelIndex::siblingAtColumn(int column)
|
||||
|
||||
|
||||
static void _init_f_siblingAtColumn_c767 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("column");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
decl->set_return<QModelIndex > ();
|
||||
}
|
||||
|
||||
static void _call_f_siblingAtColumn_c767 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
ret.write<QModelIndex > ((QModelIndex)((QModelIndex *)cls)->siblingAtColumn (arg1));
|
||||
}
|
||||
|
||||
|
||||
// QModelIndex QModelIndex::siblingAtRow(int row)
|
||||
|
||||
|
||||
static void _init_f_siblingAtRow_c767 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("row");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
decl->set_return<QModelIndex > ();
|
||||
}
|
||||
|
||||
static void _call_f_siblingAtRow_c767 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
ret.write<QModelIndex > ((QModelIndex)((QModelIndex *)cls)->siblingAtRow (arg1));
|
||||
}
|
||||
|
||||
|
||||
|
||||
namespace gsi
|
||||
{
|
||||
|
|
@ -312,6 +350,8 @@ static gsi::Methods methods_QModelIndex () {
|
|||
methods += new qt_gsi::GenericMethod ("parent", "@brief Method QModelIndex QModelIndex::parent()\n", true, &_init_f_parent_c0, &_call_f_parent_c0);
|
||||
methods += new qt_gsi::GenericMethod ("row", "@brief Method int QModelIndex::row()\n", true, &_init_f_row_c0, &_call_f_row_c0);
|
||||
methods += new qt_gsi::GenericMethod ("sibling", "@brief Method QModelIndex QModelIndex::sibling(int row, int column)\n", true, &_init_f_sibling_c1426, &_call_f_sibling_c1426);
|
||||
methods += new qt_gsi::GenericMethod ("siblingAtColumn", "@brief Method QModelIndex QModelIndex::siblingAtColumn(int column)\n", true, &_init_f_siblingAtColumn_c767, &_call_f_siblingAtColumn_c767);
|
||||
methods += new qt_gsi::GenericMethod ("siblingAtRow", "@brief Method QModelIndex QModelIndex::siblingAtRow(int row)\n", true, &_init_f_siblingAtRow_c767, &_call_f_siblingAtRow_c767);
|
||||
return methods;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -57,12 +57,12 @@ static void _call_ctor_QMutex_2507 (const qt_gsi::GenericStaticMethod * /*decl*/
|
|||
// bool QMutex::isRecursive()
|
||||
|
||||
|
||||
static void _init_f_isRecursive_0 (qt_gsi::GenericMethod *decl)
|
||||
static void _init_f_isRecursive_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_isRecursive_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
static void _call_f_isRecursive_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<bool > ((bool)((QMutex *)cls)->isRecursive ());
|
||||
|
|
@ -104,6 +104,21 @@ static void _call_f_tryLock_767 (const qt_gsi::GenericMethod * /*decl*/, void *c
|
|||
}
|
||||
|
||||
|
||||
// bool QMutex::try_lock()
|
||||
|
||||
|
||||
static void _init_f_try_lock_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_try_lock_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<bool > ((bool)((QMutex *)cls)->try_lock ());
|
||||
}
|
||||
|
||||
|
||||
// void QMutex::unlock()
|
||||
|
||||
|
||||
|
|
@ -127,9 +142,10 @@ namespace gsi
|
|||
static gsi::Methods methods_QMutex () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QMutex::QMutex(QMutex::RecursionMode mode)\nThis method creates an object of class QMutex.", &_init_ctor_QMutex_2507, &_call_ctor_QMutex_2507);
|
||||
methods += new qt_gsi::GenericMethod ("isRecursive?", "@brief Method bool QMutex::isRecursive()\n", false, &_init_f_isRecursive_0, &_call_f_isRecursive_0);
|
||||
methods += new qt_gsi::GenericMethod ("isRecursive?", "@brief Method bool QMutex::isRecursive()\n", true, &_init_f_isRecursive_c0, &_call_f_isRecursive_c0);
|
||||
methods += new qt_gsi::GenericMethod ("lock", "@brief Method void QMutex::lock()\n", false, &_init_f_lock_0, &_call_f_lock_0);
|
||||
methods += new qt_gsi::GenericMethod ("tryLock", "@brief Method bool QMutex::tryLock(int timeout)\n", false, &_init_f_tryLock_767, &_call_f_tryLock_767);
|
||||
methods += new qt_gsi::GenericMethod ("try_lock", "@brief Method bool QMutex::try_lock()\n", false, &_init_f_try_lock_0, &_call_f_try_lock_0);
|
||||
methods += new qt_gsi::GenericMethod ("unlock", "@brief Method void QMutex::unlock()\n", false, &_init_f_unlock_0, &_call_f_unlock_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -137,11 +137,11 @@ static void _call_f_deleteLater_0 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
|
||||
static void _init_f_disconnect_c5243 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("signal", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("signal", true, "nullptr");
|
||||
decl->add_arg<const char * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("receiver", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("receiver", true, "nullptr");
|
||||
decl->add_arg<const QObject * > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("member", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("member", true, "nullptr");
|
||||
decl->add_arg<const char * > (argspec_2);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -150,9 +150,9 @@ static void _call_f_disconnect_c5243 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const char *arg1 = args ? gsi::arg_reader<const char * >() (args, heap) : gsi::arg_maker<const char * >() (0, heap);
|
||||
const QObject *arg2 = args ? gsi::arg_reader<const QObject * >() (args, heap) : gsi::arg_maker<const QObject * >() (0, heap);
|
||||
const char *arg3 = args ? gsi::arg_reader<const char * >() (args, heap) : gsi::arg_maker<const char * >() (0, heap);
|
||||
const char *arg1 = args ? gsi::arg_reader<const char * >() (args, heap) : gsi::arg_maker<const char * >() (nullptr, heap);
|
||||
const QObject *arg2 = args ? gsi::arg_reader<const QObject * >() (args, heap) : gsi::arg_maker<const QObject * >() (nullptr, heap);
|
||||
const char *arg3 = args ? gsi::arg_reader<const char * >() (args, heap) : gsi::arg_maker<const char * >() (nullptr, heap);
|
||||
ret.write<bool > ((bool)((QObject *)cls)->disconnect (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
|
@ -164,7 +164,7 @@ static void _init_f_disconnect_c3620 (qt_gsi::GenericMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("receiver");
|
||||
decl->add_arg<const QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("member", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("member", true, "nullptr");
|
||||
decl->add_arg<const char * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -174,7 +174,7 @@ static void _call_f_disconnect_c3620 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QObject *arg1 = gsi::arg_reader<const QObject * >() (args, heap);
|
||||
const char *arg2 = args ? gsi::arg_reader<const char * >() (args, heap) : gsi::arg_maker<const char * >() (0, heap);
|
||||
const char *arg2 = args ? gsi::arg_reader<const char * >() (args, heap) : gsi::arg_maker<const char * >() (nullptr, heap);
|
||||
ret.write<bool > ((bool)((QObject *)cls)->disconnect (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -195,6 +195,22 @@ static void _call_f_dumpObjectInfo_0 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
}
|
||||
|
||||
|
||||
// void QObject::dumpObjectInfo()
|
||||
|
||||
|
||||
static void _init_f_dumpObjectInfo_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_dumpObjectInfo_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QObject *)cls)->dumpObjectInfo ();
|
||||
}
|
||||
|
||||
|
||||
// void QObject::dumpObjectTree()
|
||||
|
||||
|
||||
|
|
@ -211,6 +227,22 @@ static void _call_f_dumpObjectTree_0 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
}
|
||||
|
||||
|
||||
// void QObject::dumpObjectTree()
|
||||
|
||||
|
||||
static void _init_f_dumpObjectTree_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_dumpObjectTree_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QObject *)cls)->dumpObjectTree ();
|
||||
}
|
||||
|
||||
|
||||
// QList<QByteArray> QObject::dynamicPropertyNames()
|
||||
|
||||
|
||||
|
|
@ -226,12 +258,12 @@ static void _call_f_dynamicPropertyNames_c0 (const qt_gsi::GenericMethod * /*dec
|
|||
}
|
||||
|
||||
|
||||
// bool QObject::event(QEvent *)
|
||||
// bool QObject::event(QEvent *event)
|
||||
|
||||
|
||||
static void _init_f_event_1217 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -245,14 +277,14 @@ static void _call_f_event_1217 (const qt_gsi::GenericMethod * /*decl*/, void *cl
|
|||
}
|
||||
|
||||
|
||||
// bool QObject::eventFilter(QObject *, QEvent *)
|
||||
// bool QObject::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
|
||||
static void _init_f_eventFilter_2411 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -286,12 +318,12 @@ static void _call_f_inherits_c1731 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// void QObject::installEventFilter(QObject *)
|
||||
// void QObject::installEventFilter(QObject *filterObj)
|
||||
|
||||
|
||||
static void _init_f_installEventFilter_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("filterObj");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -425,12 +457,12 @@ static void _call_f_property_c1731 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// void QObject::removeEventFilter(QObject *)
|
||||
// void QObject::removeEventFilter(QObject *obj)
|
||||
|
||||
|
||||
static void _init_f_removeEventFilter_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("obj");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -465,12 +497,12 @@ static void _call_f_setObjectName_2025 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// void QObject::setParent(QObject *)
|
||||
// void QObject::setParent(QObject *parent)
|
||||
|
||||
|
||||
static void _init_f_setParent_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -779,12 +811,14 @@ static gsi::Methods methods_QObject () {
|
|||
methods += new qt_gsi::GenericMethod ("disconnect", "@brief Method bool QObject::disconnect(const char *signal, const QObject *receiver, const char *member)\n", true, &_init_f_disconnect_c5243, &_call_f_disconnect_c5243);
|
||||
methods += new qt_gsi::GenericMethod ("disconnect", "@brief Method bool QObject::disconnect(const QObject *receiver, const char *member)\n", true, &_init_f_disconnect_c3620, &_call_f_disconnect_c3620);
|
||||
methods += new qt_gsi::GenericMethod ("dumpObjectInfo", "@brief Method void QObject::dumpObjectInfo()\n", false, &_init_f_dumpObjectInfo_0, &_call_f_dumpObjectInfo_0);
|
||||
methods += new qt_gsi::GenericMethod ("dumpObjectInfo", "@brief Method void QObject::dumpObjectInfo()\n", true, &_init_f_dumpObjectInfo_c0, &_call_f_dumpObjectInfo_c0);
|
||||
methods += new qt_gsi::GenericMethod ("dumpObjectTree", "@brief Method void QObject::dumpObjectTree()\n", false, &_init_f_dumpObjectTree_0, &_call_f_dumpObjectTree_0);
|
||||
methods += new qt_gsi::GenericMethod ("dumpObjectTree", "@brief Method void QObject::dumpObjectTree()\n", true, &_init_f_dumpObjectTree_c0, &_call_f_dumpObjectTree_c0);
|
||||
methods += new qt_gsi::GenericMethod ("dynamicPropertyNames", "@brief Method QList<QByteArray> QObject::dynamicPropertyNames()\n", true, &_init_f_dynamicPropertyNames_c0, &_call_f_dynamicPropertyNames_c0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Method bool QObject::event(QEvent *)\n", false, &_init_f_event_1217, &_call_f_event_1217);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Method bool QObject::eventFilter(QObject *, QEvent *)\n", false, &_init_f_eventFilter_2411, &_call_f_eventFilter_2411);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Method bool QObject::event(QEvent *event)\n", false, &_init_f_event_1217, &_call_f_event_1217);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Method bool QObject::eventFilter(QObject *watched, QEvent *event)\n", false, &_init_f_eventFilter_2411, &_call_f_eventFilter_2411);
|
||||
methods += new qt_gsi::GenericMethod ("inherits", "@brief Method bool QObject::inherits(const char *classname)\n", true, &_init_f_inherits_c1731, &_call_f_inherits_c1731);
|
||||
methods += new qt_gsi::GenericMethod ("installEventFilter", "@brief Method void QObject::installEventFilter(QObject *)\n", false, &_init_f_installEventFilter_1302, &_call_f_installEventFilter_1302);
|
||||
methods += new qt_gsi::GenericMethod ("installEventFilter", "@brief Method void QObject::installEventFilter(QObject *filterObj)\n", false, &_init_f_installEventFilter_1302, &_call_f_installEventFilter_1302);
|
||||
methods += new qt_gsi::GenericMethod ("isWidgetType?", "@brief Method bool QObject::isWidgetType()\n", true, &_init_f_isWidgetType_c0, &_call_f_isWidgetType_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isWindowType?", "@brief Method bool QObject::isWindowType()\n", true, &_init_f_isWindowType_c0, &_call_f_isWindowType_c0);
|
||||
methods += new qt_gsi::GenericMethod ("killTimer", "@brief Method void QObject::killTimer(int id)\n", false, &_init_f_killTimer_767, &_call_f_killTimer_767);
|
||||
|
|
@ -792,9 +826,9 @@ static gsi::Methods methods_QObject () {
|
|||
methods += new qt_gsi::GenericMethod (":objectName", "@brief Method QString QObject::objectName()\n", true, &_init_f_objectName_c0, &_call_f_objectName_c0);
|
||||
methods += new qt_gsi::GenericMethod (":parent", "@brief Method QObject *QObject::parent()\n", true, &_init_f_parent_c0, &_call_f_parent_c0);
|
||||
methods += new qt_gsi::GenericMethod ("property", "@brief Method QVariant QObject::property(const char *name)\n", true, &_init_f_property_c1731, &_call_f_property_c1731);
|
||||
methods += new qt_gsi::GenericMethod ("removeEventFilter", "@brief Method void QObject::removeEventFilter(QObject *)\n", false, &_init_f_removeEventFilter_1302, &_call_f_removeEventFilter_1302);
|
||||
methods += new qt_gsi::GenericMethod ("removeEventFilter", "@brief Method void QObject::removeEventFilter(QObject *obj)\n", false, &_init_f_removeEventFilter_1302, &_call_f_removeEventFilter_1302);
|
||||
methods += new qt_gsi::GenericMethod ("setObjectName|objectName=", "@brief Method void QObject::setObjectName(const QString &name)\n", false, &_init_f_setObjectName_2025, &_call_f_setObjectName_2025);
|
||||
methods += new qt_gsi::GenericMethod ("setParent|parent=", "@brief Method void QObject::setParent(QObject *)\n", false, &_init_f_setParent_1302, &_call_f_setParent_1302);
|
||||
methods += new qt_gsi::GenericMethod ("setParent|parent=", "@brief Method void QObject::setParent(QObject *parent)\n", false, &_init_f_setParent_1302, &_call_f_setParent_1302);
|
||||
methods += new qt_gsi::GenericMethod ("setProperty", "@brief Method bool QObject::setProperty(const char *name, const QVariant &value)\n", false, &_init_f_setProperty_3742, &_call_f_setProperty_3742);
|
||||
methods += new qt_gsi::GenericMethod ("signalsBlocked", "@brief Method bool QObject::signalsBlocked()\n", true, &_init_f_signalsBlocked_c0, &_call_f_signalsBlocked_c0);
|
||||
methods += new qt_gsi::GenericMethod ("startTimer", "@brief Method int QObject::startTimer(int interval, Qt::TimerType timerType)\n", false, &_init_f_startTimer_2339, &_call_f_startTimer_2339);
|
||||
|
|
@ -867,33 +901,33 @@ public:
|
|||
emit QObject::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QObject::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QObject::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QObject::event(arg1);
|
||||
return QObject::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QObject_Adaptor, bool, QEvent *>(&QObject_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QObject_Adaptor, bool, QEvent *>(&QObject_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QObject::event(arg1);
|
||||
return QObject::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QObject::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QObject::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QObject::eventFilter(arg1, arg2);
|
||||
return QObject::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QObject_Adaptor, bool, QObject *, QEvent *>(&QObject_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QObject_Adaptor, bool, QObject *, QEvent *>(&QObject_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QObject::eventFilter(arg1, arg2);
|
||||
return QObject::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -904,33 +938,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QObject::objectNameChanged(const QString &objectName)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QObject::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QObject::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QObject::childEvent(arg1);
|
||||
QObject::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QObject_Adaptor, QChildEvent *>(&QObject_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QObject_Adaptor, QChildEvent *>(&QObject_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QObject::childEvent(arg1);
|
||||
QObject::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QObject::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QObject::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QObject::customEvent(arg1);
|
||||
QObject::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QObject_Adaptor, QEvent *>(&QObject_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QObject_Adaptor, QEvent *>(&QObject_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QObject::customEvent(arg1);
|
||||
QObject::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -949,18 +983,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QObject::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QObject::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QObject::timerEvent(arg1);
|
||||
QObject::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QObject_Adaptor, QTimerEvent *>(&QObject_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QObject_Adaptor, QTimerEvent *>(&QObject_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QObject::timerEvent(arg1);
|
||||
QObject::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -978,7 +1012,7 @@ QObject_Adaptor::~QObject_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QObject_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QObject_Adaptor> ();
|
||||
}
|
||||
|
|
@ -987,16 +1021,16 @@ static void _call_ctor_QObject_Adaptor_1302 (const qt_gsi::GenericStaticMethod *
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QObject_Adaptor *> (new QObject_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QObject::childEvent(QChildEvent *)
|
||||
// void QObject::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1016,11 +1050,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QObject::customEvent(QEvent *)
|
||||
// void QObject::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1044,7 +1078,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1053,7 +1087,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QObject_Adaptor *)cls)->emitter_QObject_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -1082,11 +1116,11 @@ static void _set_callback_cbs_disconnectNotify_2394_0 (void *cls, const gsi::Cal
|
|||
}
|
||||
|
||||
|
||||
// bool QObject::event(QEvent *)
|
||||
// bool QObject::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1105,13 +1139,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QObject::eventFilter(QObject *, QEvent *)
|
||||
// bool QObject::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1213,11 +1247,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QObject::timerEvent(QTimerEvent *)
|
||||
// void QObject::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1245,23 +1279,23 @@ gsi::Class<QObject> &qtdecl_QObject ();
|
|||
static gsi::Methods methods_QObject_Adaptor () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QObject::QObject(QObject *parent)\nThis method creates an object of class QObject.", &_init_ctor_QObject_Adaptor_1302, &_call_ctor_QObject_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QObject::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QObject::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QObject::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QObject::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QObject::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QObject::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QObject::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QObject::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QObject::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QObject::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QObject::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 ("emit_objectNameChanged", "@brief Emitter for signal void QObject::objectNameChanged(const QString &objectName)\nCall this method to emit this signal.", false, &_init_emitter_objectNameChanged_4567, &_call_emitter_objectNameChanged_4567);
|
||||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QObject::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 ("*sender", "@brief Method QObject *QObject::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 QObject::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 ("*timerEvent", "@brief Virtual method void QObject::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QObject::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,237 @@
|
|||
|
||||
/*
|
||||
|
||||
KLayout Layout Viewer
|
||||
Copyright (C) 2006-2023 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 gsiDeclQOperatingSystemVersion.cc
|
||||
*
|
||||
* DO NOT EDIT THIS FILE.
|
||||
* This file has been created automatically
|
||||
*/
|
||||
|
||||
#include <QOperatingSystemVersion>
|
||||
#include "gsiQt.h"
|
||||
#include "gsiQtCoreCommon.h"
|
||||
#include <memory>
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// class QOperatingSystemVersion
|
||||
|
||||
// Constructor QOperatingSystemVersion::QOperatingSystemVersion(QOperatingSystemVersion::OSType osType, int vmajor, int vminor, int vmicro)
|
||||
|
||||
|
||||
static void _init_ctor_QOperatingSystemVersion_5514 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("osType");
|
||||
decl->add_arg<const qt_gsi::Converter<QOperatingSystemVersion::OSType>::target_type & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("vmajor");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("vminor", true, "-1");
|
||||
decl->add_arg<int > (argspec_2);
|
||||
static gsi::ArgSpecBase argspec_3 ("vmicro", true, "-1");
|
||||
decl->add_arg<int > (argspec_3);
|
||||
decl->set_return_new<QOperatingSystemVersion> ();
|
||||
}
|
||||
|
||||
static void _call_ctor_QOperatingSystemVersion_5514 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const qt_gsi::Converter<QOperatingSystemVersion::OSType>::target_type & arg1 = gsi::arg_reader<const qt_gsi::Converter<QOperatingSystemVersion::OSType>::target_type & >() (args, heap);
|
||||
int arg2 = gsi::arg_reader<int >() (args, heap);
|
||||
int arg3 = args ? gsi::arg_reader<int >() (args, heap) : gsi::arg_maker<int >() (-1, heap);
|
||||
int arg4 = args ? gsi::arg_reader<int >() (args, heap) : gsi::arg_maker<int >() (-1, heap);
|
||||
ret.write<QOperatingSystemVersion *> (new QOperatingSystemVersion (qt_gsi::QtToCppAdaptor<QOperatingSystemVersion::OSType>(arg1).cref(), arg2, arg3, arg4));
|
||||
}
|
||||
|
||||
|
||||
// int QOperatingSystemVersion::majorVersion()
|
||||
|
||||
|
||||
static void _init_f_majorVersion_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
||||
static void _call_f_majorVersion_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<int > ((int)((QOperatingSystemVersion *)cls)->majorVersion ());
|
||||
}
|
||||
|
||||
|
||||
// int QOperatingSystemVersion::microVersion()
|
||||
|
||||
|
||||
static void _init_f_microVersion_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
||||
static void _call_f_microVersion_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<int > ((int)((QOperatingSystemVersion *)cls)->microVersion ());
|
||||
}
|
||||
|
||||
|
||||
// int QOperatingSystemVersion::minorVersion()
|
||||
|
||||
|
||||
static void _init_f_minorVersion_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
||||
static void _call_f_minorVersion_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<int > ((int)((QOperatingSystemVersion *)cls)->minorVersion ());
|
||||
}
|
||||
|
||||
|
||||
// QString QOperatingSystemVersion::name()
|
||||
|
||||
|
||||
static void _init_f_name_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
||||
static void _call_f_name_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QString > ((QString)((QOperatingSystemVersion *)cls)->name ());
|
||||
}
|
||||
|
||||
|
||||
// int QOperatingSystemVersion::segmentCount()
|
||||
|
||||
|
||||
static void _init_f_segmentCount_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
||||
static void _call_f_segmentCount_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<int > ((int)((QOperatingSystemVersion *)cls)->segmentCount ());
|
||||
}
|
||||
|
||||
|
||||
// QOperatingSystemVersion::OSType QOperatingSystemVersion::type()
|
||||
|
||||
|
||||
static void _init_f_type_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<qt_gsi::Converter<QOperatingSystemVersion::OSType>::target_type > ();
|
||||
}
|
||||
|
||||
static void _call_f_type_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<qt_gsi::Converter<QOperatingSystemVersion::OSType>::target_type > ((qt_gsi::Converter<QOperatingSystemVersion::OSType>::target_type)qt_gsi::CppToQtAdaptor<QOperatingSystemVersion::OSType>(((QOperatingSystemVersion *)cls)->type ()));
|
||||
}
|
||||
|
||||
|
||||
// static QOperatingSystemVersion QOperatingSystemVersion::current()
|
||||
|
||||
|
||||
static void _init_f_current_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<QOperatingSystemVersion > ();
|
||||
}
|
||||
|
||||
static void _call_f_current_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QOperatingSystemVersion > ((QOperatingSystemVersion)QOperatingSystemVersion::current ());
|
||||
}
|
||||
|
||||
|
||||
// static QOperatingSystemVersion::OSType QOperatingSystemVersion::currentType()
|
||||
|
||||
|
||||
static void _init_f_currentType_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<qt_gsi::Converter<QOperatingSystemVersion::OSType>::target_type > ();
|
||||
}
|
||||
|
||||
static void _call_f_currentType_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<qt_gsi::Converter<QOperatingSystemVersion::OSType>::target_type > ((qt_gsi::Converter<QOperatingSystemVersion::OSType>::target_type)qt_gsi::CppToQtAdaptor<QOperatingSystemVersion::OSType>(QOperatingSystemVersion::currentType ()));
|
||||
}
|
||||
|
||||
|
||||
|
||||
namespace gsi
|
||||
{
|
||||
|
||||
static gsi::Methods methods_QOperatingSystemVersion () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QOperatingSystemVersion::QOperatingSystemVersion(QOperatingSystemVersion::OSType osType, int vmajor, int vminor, int vmicro)\nThis method creates an object of class QOperatingSystemVersion.", &_init_ctor_QOperatingSystemVersion_5514, &_call_ctor_QOperatingSystemVersion_5514);
|
||||
methods += new qt_gsi::GenericMethod ("majorVersion", "@brief Method int QOperatingSystemVersion::majorVersion()\n", true, &_init_f_majorVersion_c0, &_call_f_majorVersion_c0);
|
||||
methods += new qt_gsi::GenericMethod ("microVersion", "@brief Method int QOperatingSystemVersion::microVersion()\n", true, &_init_f_microVersion_c0, &_call_f_microVersion_c0);
|
||||
methods += new qt_gsi::GenericMethod ("minorVersion", "@brief Method int QOperatingSystemVersion::minorVersion()\n", true, &_init_f_minorVersion_c0, &_call_f_minorVersion_c0);
|
||||
methods += new qt_gsi::GenericMethod ("name", "@brief Method QString QOperatingSystemVersion::name()\n", true, &_init_f_name_c0, &_call_f_name_c0);
|
||||
methods += new qt_gsi::GenericMethod ("segmentCount", "@brief Method int QOperatingSystemVersion::segmentCount()\n", true, &_init_f_segmentCount_c0, &_call_f_segmentCount_c0);
|
||||
methods += new qt_gsi::GenericMethod ("type", "@brief Method QOperatingSystemVersion::OSType QOperatingSystemVersion::type()\n", true, &_init_f_type_c0, &_call_f_type_c0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("current", "@brief Static method QOperatingSystemVersion QOperatingSystemVersion::current()\nThis method is static and can be called without an instance.", &_init_f_current_0, &_call_f_current_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("currentType", "@brief Static method QOperatingSystemVersion::OSType QOperatingSystemVersion::currentType()\nThis method is static and can be called without an instance.", &_init_f_currentType_0, &_call_f_currentType_0);
|
||||
return methods;
|
||||
}
|
||||
|
||||
gsi::Class<QOperatingSystemVersion> decl_QOperatingSystemVersion ("QtCore", "QOperatingSystemVersion",
|
||||
methods_QOperatingSystemVersion (),
|
||||
"@qt\n@brief Binding of QOperatingSystemVersion");
|
||||
|
||||
|
||||
GSI_QTCORE_PUBLIC gsi::Class<QOperatingSystemVersion> &qtdecl_QOperatingSystemVersion () { return decl_QOperatingSystemVersion; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Implementation of the enum wrapper class for QOperatingSystemVersion::OSType
|
||||
namespace qt_gsi
|
||||
{
|
||||
|
||||
static gsi::Enum<QOperatingSystemVersion::OSType> decl_QOperatingSystemVersion_OSType_Enum ("QtCore", "QOperatingSystemVersion_OSType",
|
||||
gsi::enum_const ("Unknown", QOperatingSystemVersion::Unknown, "@brief Enum constant QOperatingSystemVersion::Unknown") +
|
||||
gsi::enum_const ("Windows", QOperatingSystemVersion::Windows, "@brief Enum constant QOperatingSystemVersion::Windows") +
|
||||
gsi::enum_const ("MacOS", QOperatingSystemVersion::MacOS, "@brief Enum constant QOperatingSystemVersion::MacOS") +
|
||||
gsi::enum_const ("IOS", QOperatingSystemVersion::IOS, "@brief Enum constant QOperatingSystemVersion::IOS") +
|
||||
gsi::enum_const ("TvOS", QOperatingSystemVersion::TvOS, "@brief Enum constant QOperatingSystemVersion::TvOS") +
|
||||
gsi::enum_const ("WatchOS", QOperatingSystemVersion::WatchOS, "@brief Enum constant QOperatingSystemVersion::WatchOS") +
|
||||
gsi::enum_const ("Android", QOperatingSystemVersion::Android, "@brief Enum constant QOperatingSystemVersion::Android"),
|
||||
"@qt\n@brief This class represents the QOperatingSystemVersion::OSType enum");
|
||||
|
||||
static gsi::QFlagsClass<QOperatingSystemVersion::OSType > decl_QOperatingSystemVersion_OSType_Enums ("QtCore", "QOperatingSystemVersion_QFlags_OSType",
|
||||
"@qt\n@brief This class represents the QFlags<QOperatingSystemVersion::OSType> flag set");
|
||||
|
||||
// Inject the declarations into the parent
|
||||
static gsi::ClassExt<QOperatingSystemVersion> inject_QOperatingSystemVersion_OSType_Enum_in_parent (decl_QOperatingSystemVersion_OSType_Enum.defs ());
|
||||
static gsi::ClassExt<QOperatingSystemVersion> decl_QOperatingSystemVersion_OSType_Enum_as_child (decl_QOperatingSystemVersion_OSType_Enum, "OSType");
|
||||
static gsi::ClassExt<QOperatingSystemVersion> decl_QOperatingSystemVersion_OSType_Enums_as_child (decl_QOperatingSystemVersion_OSType_Enums, "QFlags_OSType");
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -221,18 +221,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QParallelAnimationGroup::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QParallelAnimationGroup::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QParallelAnimationGroup::eventFilter(arg1, arg2);
|
||||
return QParallelAnimationGroup::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QParallelAnimationGroup_Adaptor, bool, QObject *, QEvent *>(&QParallelAnimationGroup_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QParallelAnimationGroup_Adaptor, bool, QObject *, QEvent *>(&QParallelAnimationGroup_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QParallelAnimationGroup::eventFilter(arg1, arg2);
|
||||
return QParallelAnimationGroup::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -255,33 +255,33 @@ public:
|
|||
emit QParallelAnimationGroup::stateChanged(newState, oldState);
|
||||
}
|
||||
|
||||
// [adaptor impl] void QParallelAnimationGroup::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QParallelAnimationGroup::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QParallelAnimationGroup::childEvent(arg1);
|
||||
QParallelAnimationGroup::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QParallelAnimationGroup_Adaptor, QChildEvent *>(&QParallelAnimationGroup_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QParallelAnimationGroup_Adaptor, QChildEvent *>(&QParallelAnimationGroup_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QParallelAnimationGroup::childEvent(arg1);
|
||||
QParallelAnimationGroup::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QParallelAnimationGroup::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QParallelAnimationGroup::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QParallelAnimationGroup::customEvent(arg1);
|
||||
QParallelAnimationGroup::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QParallelAnimationGroup_Adaptor, QEvent *>(&QParallelAnimationGroup_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QParallelAnimationGroup_Adaptor, QEvent *>(&QParallelAnimationGroup_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QParallelAnimationGroup::customEvent(arg1);
|
||||
QParallelAnimationGroup::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -315,18 +315,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QParallelAnimationGroup::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QParallelAnimationGroup::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QParallelAnimationGroup::timerEvent(arg1);
|
||||
QParallelAnimationGroup::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QParallelAnimationGroup_Adaptor, QTimerEvent *>(&QParallelAnimationGroup_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QParallelAnimationGroup_Adaptor, QTimerEvent *>(&QParallelAnimationGroup_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QParallelAnimationGroup::timerEvent(arg1);
|
||||
QParallelAnimationGroup::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -393,7 +393,7 @@ QParallelAnimationGroup_Adaptor::~QParallelAnimationGroup_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QParallelAnimationGroup_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QParallelAnimationGroup_Adaptor> ();
|
||||
}
|
||||
|
|
@ -402,16 +402,16 @@ static void _call_ctor_QParallelAnimationGroup_Adaptor_1302 (const qt_gsi::Gener
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QParallelAnimationGroup_Adaptor *> (new QParallelAnimationGroup_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QParallelAnimationGroup::childEvent(QChildEvent *)
|
||||
// void QParallelAnimationGroup::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -449,11 +449,11 @@ static void _call_emitter_currentLoopChanged_767 (const qt_gsi::GenericMethod *
|
|||
}
|
||||
|
||||
|
||||
// void QParallelAnimationGroup::customEvent(QEvent *)
|
||||
// void QParallelAnimationGroup::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -477,7 +477,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -486,7 +486,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QParallelAnimationGroup_Adaptor *)cls)->emitter_QParallelAnimationGroup_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -575,13 +575,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QParallelAnimationGroup::eventFilter(QObject *, QEvent *)
|
||||
// bool QParallelAnimationGroup::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -718,11 +718,11 @@ static void _call_emitter_stateChanged_5680 (const qt_gsi::GenericMethod * /*dec
|
|||
}
|
||||
|
||||
|
||||
// void QParallelAnimationGroup::timerEvent(QTimerEvent *)
|
||||
// void QParallelAnimationGroup::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -825,10 +825,10 @@ gsi::Class<QParallelAnimationGroup> &qtdecl_QParallelAnimationGroup ();
|
|||
static gsi::Methods methods_QParallelAnimationGroup_Adaptor () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QParallelAnimationGroup::QParallelAnimationGroup(QObject *parent)\nThis method creates an object of class QParallelAnimationGroup.", &_init_ctor_QParallelAnimationGroup_Adaptor_1302, &_call_ctor_QParallelAnimationGroup_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QParallelAnimationGroup::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QParallelAnimationGroup::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_currentLoopChanged", "@brief Emitter for signal void QParallelAnimationGroup::currentLoopChanged(int currentLoop)\nCall this method to emit this signal.", false, &_init_emitter_currentLoopChanged_767, &_call_emitter_currentLoopChanged_767);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QParallelAnimationGroup::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QParallelAnimationGroup::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QParallelAnimationGroup::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("emit_directionChanged", "@brief Emitter for signal void QParallelAnimationGroup::directionChanged(QAbstractAnimation::Direction)\nCall this method to emit this signal.", false, &_init_emitter_directionChanged_3310, &_call_emitter_directionChanged_3310);
|
||||
|
|
@ -838,7 +838,7 @@ static gsi::Methods methods_QParallelAnimationGroup_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("duration", "@hide", true, &_init_cbs_duration_c0_0, &_call_cbs_duration_c0_0, &_set_callback_cbs_duration_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QParallelAnimationGroup::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QParallelAnimationGroup::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QParallelAnimationGroup::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_finished", "@brief Emitter for signal void QParallelAnimationGroup::finished()\nCall this method to emit this signal.", false, &_init_emitter_finished_0, &_call_emitter_finished_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QParallelAnimationGroup::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);
|
||||
|
|
@ -847,7 +847,7 @@ static gsi::Methods methods_QParallelAnimationGroup_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*sender", "@brief Method QObject *QParallelAnimationGroup::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 QParallelAnimationGroup::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 ("emit_stateChanged", "@brief Emitter for signal void QParallelAnimationGroup::stateChanged(QAbstractAnimation::State newState, QAbstractAnimation::State oldState)\nCall this method to emit this signal.", false, &_init_emitter_stateChanged_5680, &_call_emitter_stateChanged_5680);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QParallelAnimationGroup::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QParallelAnimationGroup::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*updateCurrentTime", "@brief Virtual method void QParallelAnimationGroup::updateCurrentTime(int currentTime)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_updateCurrentTime_767_0, &_call_cbs_updateCurrentTime_767_0);
|
||||
methods += new qt_gsi::GenericMethod ("*updateCurrentTime", "@hide", false, &_init_cbs_updateCurrentTime_767_0, &_call_cbs_updateCurrentTime_767_0, &_set_callback_cbs_updateCurrentTime_767_0);
|
||||
|
|
|
|||
|
|
@ -253,18 +253,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QPauseAnimation::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QPauseAnimation::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QPauseAnimation::eventFilter(arg1, arg2);
|
||||
return QPauseAnimation::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QPauseAnimation_Adaptor, bool, QObject *, QEvent *>(&QPauseAnimation_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QPauseAnimation_Adaptor, bool, QObject *, QEvent *>(&QPauseAnimation_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QPauseAnimation::eventFilter(arg1, arg2);
|
||||
return QPauseAnimation::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -287,33 +287,33 @@ public:
|
|||
emit QPauseAnimation::stateChanged(newState, oldState);
|
||||
}
|
||||
|
||||
// [adaptor impl] void QPauseAnimation::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QPauseAnimation::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QPauseAnimation::childEvent(arg1);
|
||||
QPauseAnimation::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QPauseAnimation_Adaptor, QChildEvent *>(&QPauseAnimation_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QPauseAnimation_Adaptor, QChildEvent *>(&QPauseAnimation_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QPauseAnimation::childEvent(arg1);
|
||||
QPauseAnimation::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QPauseAnimation::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QPauseAnimation::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QPauseAnimation::customEvent(arg1);
|
||||
QPauseAnimation::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QPauseAnimation_Adaptor, QEvent *>(&QPauseAnimation_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QPauseAnimation_Adaptor, QEvent *>(&QPauseAnimation_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QPauseAnimation::customEvent(arg1);
|
||||
QPauseAnimation::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -347,18 +347,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QPauseAnimation::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QPauseAnimation::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QPauseAnimation::timerEvent(arg1);
|
||||
QPauseAnimation::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QPauseAnimation_Adaptor, QTimerEvent *>(&QPauseAnimation_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QPauseAnimation_Adaptor, QTimerEvent *>(&QPauseAnimation_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QPauseAnimation::timerEvent(arg1);
|
||||
QPauseAnimation::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -425,7 +425,7 @@ QPauseAnimation_Adaptor::~QPauseAnimation_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QPauseAnimation_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QPauseAnimation_Adaptor> ();
|
||||
}
|
||||
|
|
@ -434,7 +434,7 @@ static void _call_ctor_QPauseAnimation_Adaptor_1302 (const qt_gsi::GenericStatic
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QPauseAnimation_Adaptor *> (new QPauseAnimation_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -445,7 +445,7 @@ static void _init_ctor_QPauseAnimation_Adaptor_1961 (qt_gsi::GenericStaticMethod
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("msecs");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_1);
|
||||
decl->set_return_new<QPauseAnimation_Adaptor> ();
|
||||
}
|
||||
|
|
@ -455,16 +455,16 @@ static void _call_ctor_QPauseAnimation_Adaptor_1961 (const qt_gsi::GenericStatic
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QPauseAnimation_Adaptor *> (new QPauseAnimation_Adaptor (arg1, arg2));
|
||||
}
|
||||
|
||||
|
||||
// void QPauseAnimation::childEvent(QChildEvent *)
|
||||
// void QPauseAnimation::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -502,11 +502,11 @@ static void _call_emitter_currentLoopChanged_767 (const qt_gsi::GenericMethod *
|
|||
}
|
||||
|
||||
|
||||
// void QPauseAnimation::customEvent(QEvent *)
|
||||
// void QPauseAnimation::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -530,7 +530,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -539,7 +539,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QPauseAnimation_Adaptor *)cls)->emitter_QPauseAnimation_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -628,13 +628,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QPauseAnimation::eventFilter(QObject *, QEvent *)
|
||||
// bool QPauseAnimation::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -771,11 +771,11 @@ static void _call_emitter_stateChanged_5680 (const qt_gsi::GenericMethod * /*dec
|
|||
}
|
||||
|
||||
|
||||
// void QPauseAnimation::timerEvent(QTimerEvent *)
|
||||
// void QPauseAnimation::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -879,10 +879,10 @@ static gsi::Methods methods_QPauseAnimation_Adaptor () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QPauseAnimation::QPauseAnimation(QObject *parent)\nThis method creates an object of class QPauseAnimation.", &_init_ctor_QPauseAnimation_Adaptor_1302, &_call_ctor_QPauseAnimation_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QPauseAnimation::QPauseAnimation(int msecs, QObject *parent)\nThis method creates an object of class QPauseAnimation.", &_init_ctor_QPauseAnimation_Adaptor_1961, &_call_ctor_QPauseAnimation_Adaptor_1961);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QPauseAnimation::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QPauseAnimation::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_currentLoopChanged", "@brief Emitter for signal void QPauseAnimation::currentLoopChanged(int currentLoop)\nCall this method to emit this signal.", false, &_init_emitter_currentLoopChanged_767, &_call_emitter_currentLoopChanged_767);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QPauseAnimation::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QPauseAnimation::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QPauseAnimation::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("emit_directionChanged", "@brief Emitter for signal void QPauseAnimation::directionChanged(QAbstractAnimation::Direction)\nCall this method to emit this signal.", false, &_init_emitter_directionChanged_3310, &_call_emitter_directionChanged_3310);
|
||||
|
|
@ -892,7 +892,7 @@ static gsi::Methods methods_QPauseAnimation_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("duration", "@hide", true, &_init_cbs_duration_c0_0, &_call_cbs_duration_c0_0, &_set_callback_cbs_duration_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QPauseAnimation::event(QEvent *e)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QPauseAnimation::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QPauseAnimation::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_finished", "@brief Emitter for signal void QPauseAnimation::finished()\nCall this method to emit this signal.", false, &_init_emitter_finished_0, &_call_emitter_finished_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QPauseAnimation::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);
|
||||
|
|
@ -901,7 +901,7 @@ static gsi::Methods methods_QPauseAnimation_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*sender", "@brief Method QObject *QPauseAnimation::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 QPauseAnimation::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 ("emit_stateChanged", "@brief Emitter for signal void QPauseAnimation::stateChanged(QAbstractAnimation::State newState, QAbstractAnimation::State oldState)\nCall this method to emit this signal.", false, &_init_emitter_stateChanged_5680, &_call_emitter_stateChanged_5680);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QPauseAnimation::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QPauseAnimation::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*updateCurrentTime", "@brief Virtual method void QPauseAnimation::updateCurrentTime(int)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_updateCurrentTime_767_0, &_call_cbs_updateCurrentTime_767_0);
|
||||
methods += new qt_gsi::GenericMethod ("*updateCurrentTime", "@hide", false, &_init_cbs_updateCurrentTime_767_0, &_call_cbs_updateCurrentTime_767_0, &_set_callback_cbs_updateCurrentTime_767_0);
|
||||
|
|
|
|||
|
|
@ -388,33 +388,33 @@ public:
|
|||
emit QPluginLoader::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QPluginLoader::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QPluginLoader::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QPluginLoader::event(arg1);
|
||||
return QPluginLoader::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QPluginLoader_Adaptor, bool, QEvent *>(&QPluginLoader_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QPluginLoader_Adaptor, bool, QEvent *>(&QPluginLoader_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QPluginLoader::event(arg1);
|
||||
return QPluginLoader::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QPluginLoader::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QPluginLoader::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QPluginLoader::eventFilter(arg1, arg2);
|
||||
return QPluginLoader::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QPluginLoader_Adaptor, bool, QObject *, QEvent *>(&QPluginLoader_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QPluginLoader_Adaptor, bool, QObject *, QEvent *>(&QPluginLoader_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QPluginLoader::eventFilter(arg1, arg2);
|
||||
return QPluginLoader::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -425,33 +425,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QPluginLoader::objectNameChanged(const QString &objectName)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QPluginLoader::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QPluginLoader::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QPluginLoader::childEvent(arg1);
|
||||
QPluginLoader::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QPluginLoader_Adaptor, QChildEvent *>(&QPluginLoader_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QPluginLoader_Adaptor, QChildEvent *>(&QPluginLoader_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QPluginLoader::childEvent(arg1);
|
||||
QPluginLoader::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QPluginLoader::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QPluginLoader::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QPluginLoader::customEvent(arg1);
|
||||
QPluginLoader::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QPluginLoader_Adaptor, QEvent *>(&QPluginLoader_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QPluginLoader_Adaptor, QEvent *>(&QPluginLoader_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QPluginLoader::customEvent(arg1);
|
||||
QPluginLoader::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -470,18 +470,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QPluginLoader::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QPluginLoader::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QPluginLoader::timerEvent(arg1);
|
||||
QPluginLoader::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QPluginLoader_Adaptor, QTimerEvent *>(&QPluginLoader_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QPluginLoader_Adaptor, QTimerEvent *>(&QPluginLoader_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QPluginLoader::timerEvent(arg1);
|
||||
QPluginLoader::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -499,7 +499,7 @@ QPluginLoader_Adaptor::~QPluginLoader_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QPluginLoader_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QPluginLoader_Adaptor> ();
|
||||
}
|
||||
|
|
@ -508,7 +508,7 @@ static void _call_ctor_QPluginLoader_Adaptor_1302 (const qt_gsi::GenericStaticMe
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QPluginLoader_Adaptor *> (new QPluginLoader_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -519,7 +519,7 @@ static void _init_ctor_QPluginLoader_Adaptor_3219 (qt_gsi::GenericStaticMethod *
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("fileName");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_1);
|
||||
decl->set_return_new<QPluginLoader_Adaptor> ();
|
||||
}
|
||||
|
|
@ -529,16 +529,16 @@ static void _call_ctor_QPluginLoader_Adaptor_3219 (const qt_gsi::GenericStaticMe
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QPluginLoader_Adaptor *> (new QPluginLoader_Adaptor (arg1, arg2));
|
||||
}
|
||||
|
||||
|
||||
// void QPluginLoader::childEvent(QChildEvent *)
|
||||
// void QPluginLoader::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -558,11 +558,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QPluginLoader::customEvent(QEvent *)
|
||||
// void QPluginLoader::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -586,7 +586,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -595,7 +595,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QPluginLoader_Adaptor *)cls)->emitter_QPluginLoader_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -624,11 +624,11 @@ static void _set_callback_cbs_disconnectNotify_2394_0 (void *cls, const gsi::Cal
|
|||
}
|
||||
|
||||
|
||||
// bool QPluginLoader::event(QEvent *)
|
||||
// bool QPluginLoader::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -647,13 +647,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QPluginLoader::eventFilter(QObject *, QEvent *)
|
||||
// bool QPluginLoader::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -755,11 +755,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QPluginLoader::timerEvent(QTimerEvent *)
|
||||
// void QPluginLoader::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -788,23 +788,23 @@ static gsi::Methods methods_QPluginLoader_Adaptor () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QPluginLoader::QPluginLoader(QObject *parent)\nThis method creates an object of class QPluginLoader.", &_init_ctor_QPluginLoader_Adaptor_1302, &_call_ctor_QPluginLoader_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QPluginLoader::QPluginLoader(const QString &fileName, QObject *parent)\nThis method creates an object of class QPluginLoader.", &_init_ctor_QPluginLoader_Adaptor_3219, &_call_ctor_QPluginLoader_Adaptor_3219);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QPluginLoader::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QPluginLoader::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QPluginLoader::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QPluginLoader::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QPluginLoader::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QPluginLoader::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QPluginLoader::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QPluginLoader::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QPluginLoader::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QPluginLoader::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QPluginLoader::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 ("emit_objectNameChanged", "@brief Emitter for signal void QPluginLoader::objectNameChanged(const QString &objectName)\nCall this method to emit this signal.", false, &_init_emitter_objectNameChanged_4567, &_call_emitter_objectNameChanged_4567);
|
||||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QPluginLoader::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 ("*sender", "@brief Method QObject *QPluginLoader::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 QPluginLoader::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 ("*timerEvent", "@brief Virtual method void QPluginLoader::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QPluginLoader::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ static void _call_smo (const qt_gsi::GenericStaticMethod *, gsi::SerialArgs &, g
|
|||
|
||||
static void _init_ctor_QProcess_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QProcess> ();
|
||||
}
|
||||
|
|
@ -67,7 +67,7 @@ static void _call_ctor_QProcess_1302 (const qt_gsi::GenericStaticMethod * /*decl
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QProcess *> (new QProcess (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -794,6 +794,25 @@ static void _call_f_start_3242 (const qt_gsi::GenericMethod * /*decl*/, void *cl
|
|||
}
|
||||
|
||||
|
||||
// bool QProcess::startDetached(qint64 *pid)
|
||||
|
||||
|
||||
static void _init_f_startDetached_1172 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("pid", true, "nullptr");
|
||||
decl->add_arg<qint64 * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_startDetached_1172 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
qint64 *arg1 = args ? gsi::arg_reader<qint64 * >() (args, heap) : gsi::arg_maker<qint64 * >() (nullptr, heap);
|
||||
ret.write<bool > ((bool)((QProcess *)cls)->startDetached (arg1));
|
||||
}
|
||||
|
||||
|
||||
// QProcess::ProcessState QProcess::state()
|
||||
|
||||
|
||||
|
|
@ -983,7 +1002,7 @@ static void _init_f_startDetached_7335 (qt_gsi::GenericStaticMethod *decl)
|
|||
decl->add_arg<const QStringList & > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("workingDirectory");
|
||||
decl->add_arg<const QString & > (argspec_2);
|
||||
static gsi::ArgSpecBase argspec_3 ("pid", true, "0");
|
||||
static gsi::ArgSpecBase argspec_3 ("pid", true, "nullptr");
|
||||
decl->add_arg<qint64 * > (argspec_3);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -995,7 +1014,7 @@ static void _call_f_startDetached_7335 (const qt_gsi::GenericStaticMethod * /*de
|
|||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
const QStringList &arg2 = gsi::arg_reader<const QStringList & >() (args, heap);
|
||||
const QString &arg3 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
qint64 *arg4 = args ? gsi::arg_reader<qint64 * >() (args, heap) : gsi::arg_maker<qint64 * >() (0, heap);
|
||||
qint64 *arg4 = args ? gsi::arg_reader<qint64 * >() (args, heap) : gsi::arg_maker<qint64 * >() (nullptr, heap);
|
||||
ret.write<bool > ((bool)QProcess::startDetached (arg1, arg2, arg3, arg4));
|
||||
}
|
||||
|
||||
|
|
@ -1155,6 +1174,7 @@ static gsi::Methods methods_QProcess () {
|
|||
methods += new qt_gsi::GenericMethod ("start", "@brief Method void QProcess::start(const QString &program, const QStringList &arguments, QFlags<QIODevice::OpenModeFlag> mode)\n", false, &_init_f_start_7488, &_call_f_start_7488);
|
||||
methods += new qt_gsi::GenericMethod ("start", "@brief Method void QProcess::start(const QString &command, QFlags<QIODevice::OpenModeFlag> mode)\n", false, &_init_f_start_5159, &_call_f_start_5159);
|
||||
methods += new qt_gsi::GenericMethod ("start", "@brief Method void QProcess::start(QFlags<QIODevice::OpenModeFlag> mode)\n", false, &_init_f_start_3242, &_call_f_start_3242);
|
||||
methods += new qt_gsi::GenericMethod ("startDetached", "@brief Method bool QProcess::startDetached(qint64 *pid)\n", false, &_init_f_startDetached_1172, &_call_f_startDetached_1172);
|
||||
methods += new qt_gsi::GenericMethod ("state", "@brief Method QProcess::ProcessState QProcess::state()\n", true, &_init_f_state_c0, &_call_f_state_c0);
|
||||
methods += new qt_gsi::GenericMethod ("terminate", "@brief Method void QProcess::terminate()\n", false, &_init_f_terminate_0, &_call_f_terminate_0);
|
||||
methods += new qt_gsi::GenericMethod ("waitForBytesWritten", "@brief Method bool QProcess::waitForBytesWritten(int msecs)\nThis is a reimplementation of QIODevice::waitForBytesWritten", false, &_init_f_waitForBytesWritten_767, &_call_f_waitForBytesWritten_767);
|
||||
|
|
@ -1164,8 +1184,11 @@ static gsi::Methods methods_QProcess () {
|
|||
methods += new qt_gsi::GenericMethod (":workingDirectory", "@brief Method QString QProcess::workingDirectory()\n", true, &_init_f_workingDirectory_c0, &_call_f_workingDirectory_c0);
|
||||
methods += gsi::qt_signal ("aboutToClose()", "aboutToClose", "@brief Signal declaration for QProcess::aboutToClose()\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<qint64 > ("bytesWritten(qint64)", "bytesWritten", gsi::arg("bytes"), "@brief Signal declaration for QProcess::bytesWritten(qint64 bytes)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int, qint64 > ("channelBytesWritten(int, qint64)", "channelBytesWritten", gsi::arg("channel"), gsi::arg("bytes"), "@brief Signal declaration for QProcess::channelBytesWritten(int channel, qint64 bytes)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int > ("channelReadyRead(int)", "channelReadyRead", gsi::arg("channel"), "@brief Signal declaration for QProcess::channelReadyRead(int channel)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<QObject * > ("destroyed(QObject *)", "destroyed", gsi::arg("arg1"), "@brief Signal declaration for QProcess::destroyed(QObject *)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<const qt_gsi::Converter<QProcess::ProcessError>::target_type & > ("error(QProcess::ProcessError)", "error_sig", gsi::arg("error"), "@brief Signal declaration for QProcess::error(QProcess::ProcessError error)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<const qt_gsi::Converter<QProcess::ProcessError>::target_type & > ("errorOccurred(QProcess::ProcessError)", "errorOccurred", gsi::arg("error"), "@brief Signal declaration for QProcess::errorOccurred(QProcess::ProcessError error)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int > ("finished(int)", "finished_int", gsi::arg("exitCode"), "@brief Signal declaration for QProcess::finished(int exitCode)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int, const qt_gsi::Converter<QProcess::ExitStatus>::target_type & > ("finished(int, QProcess::ExitStatus)", "finished", gsi::arg("exitCode"), gsi::arg("exitStatus"), "@brief Signal declaration for QProcess::finished(int exitCode, QProcess::ExitStatus exitStatus)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<const QString & > ("objectNameChanged(const QString &)", "objectNameChanged", gsi::arg("objectName"), "@brief Signal declaration for QProcess::objectNameChanged(const QString &objectName)\nYou can bind a procedure to this signal.");
|
||||
|
|
|
|||
|
|
@ -292,18 +292,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QPropertyAnimation::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QPropertyAnimation::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QPropertyAnimation::eventFilter(arg1, arg2);
|
||||
return QPropertyAnimation::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QPropertyAnimation_Adaptor, bool, QObject *, QEvent *>(&QPropertyAnimation_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QPropertyAnimation_Adaptor, bool, QObject *, QEvent *>(&QPropertyAnimation_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QPropertyAnimation::eventFilter(arg1, arg2);
|
||||
return QPropertyAnimation::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -332,33 +332,33 @@ public:
|
|||
emit QPropertyAnimation::valueChanged(value);
|
||||
}
|
||||
|
||||
// [adaptor impl] void QPropertyAnimation::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QPropertyAnimation::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QPropertyAnimation::childEvent(arg1);
|
||||
QPropertyAnimation::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QPropertyAnimation_Adaptor, QChildEvent *>(&QPropertyAnimation_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QPropertyAnimation_Adaptor, QChildEvent *>(&QPropertyAnimation_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QPropertyAnimation::childEvent(arg1);
|
||||
QPropertyAnimation::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QPropertyAnimation::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QPropertyAnimation::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QPropertyAnimation::customEvent(arg1);
|
||||
QPropertyAnimation::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QPropertyAnimation_Adaptor, QEvent *>(&QPropertyAnimation_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QPropertyAnimation_Adaptor, QEvent *>(&QPropertyAnimation_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QPropertyAnimation::customEvent(arg1);
|
||||
QPropertyAnimation::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -407,18 +407,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QPropertyAnimation::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QPropertyAnimation::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QPropertyAnimation::timerEvent(arg1);
|
||||
QPropertyAnimation::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QPropertyAnimation_Adaptor, QTimerEvent *>(&QPropertyAnimation_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QPropertyAnimation_Adaptor, QTimerEvent *>(&QPropertyAnimation_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QPropertyAnimation::timerEvent(arg1);
|
||||
QPropertyAnimation::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -502,7 +502,7 @@ QPropertyAnimation_Adaptor::~QPropertyAnimation_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QPropertyAnimation_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QPropertyAnimation_Adaptor> ();
|
||||
}
|
||||
|
|
@ -511,7 +511,7 @@ static void _call_ctor_QPropertyAnimation_Adaptor_1302 (const qt_gsi::GenericSta
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QPropertyAnimation_Adaptor *> (new QPropertyAnimation_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -524,7 +524,7 @@ static void _init_ctor_QPropertyAnimation_Adaptor_4697 (qt_gsi::GenericStaticMet
|
|||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("propertyName");
|
||||
decl->add_arg<const QByteArray & > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_2);
|
||||
decl->set_return_new<QPropertyAnimation_Adaptor> ();
|
||||
}
|
||||
|
|
@ -535,16 +535,16 @@ static void _call_ctor_QPropertyAnimation_Adaptor_4697 (const qt_gsi::GenericSta
|
|||
tl::Heap heap;
|
||||
QObject *arg1 = gsi::arg_reader<QObject * >() (args, heap);
|
||||
const QByteArray &arg2 = gsi::arg_reader<const QByteArray & >() (args, heap);
|
||||
QObject *arg3 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg3 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QPropertyAnimation_Adaptor *> (new QPropertyAnimation_Adaptor (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
||||
// void QPropertyAnimation::childEvent(QChildEvent *)
|
||||
// void QPropertyAnimation::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -582,11 +582,11 @@ static void _call_emitter_currentLoopChanged_767 (const qt_gsi::GenericMethod *
|
|||
}
|
||||
|
||||
|
||||
// void QPropertyAnimation::customEvent(QEvent *)
|
||||
// void QPropertyAnimation::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -610,7 +610,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -619,7 +619,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QPropertyAnimation_Adaptor *)cls)->emitter_QPropertyAnimation_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -708,13 +708,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QPropertyAnimation::eventFilter(QObject *, QEvent *)
|
||||
// bool QPropertyAnimation::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -880,11 +880,11 @@ static void _call_emitter_stateChanged_5680 (const qt_gsi::GenericMethod * /*dec
|
|||
}
|
||||
|
||||
|
||||
// void QPropertyAnimation::timerEvent(QTimerEvent *)
|
||||
// void QPropertyAnimation::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1030,10 +1030,10 @@ static gsi::Methods methods_QPropertyAnimation_Adaptor () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QPropertyAnimation::QPropertyAnimation(QObject *parent)\nThis method creates an object of class QPropertyAnimation.", &_init_ctor_QPropertyAnimation_Adaptor_1302, &_call_ctor_QPropertyAnimation_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QPropertyAnimation::QPropertyAnimation(QObject *target, const QByteArray &propertyName, QObject *parent)\nThis method creates an object of class QPropertyAnimation.", &_init_ctor_QPropertyAnimation_Adaptor_4697, &_call_ctor_QPropertyAnimation_Adaptor_4697);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QPropertyAnimation::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QPropertyAnimation::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_currentLoopChanged", "@brief Emitter for signal void QPropertyAnimation::currentLoopChanged(int currentLoop)\nCall this method to emit this signal.", false, &_init_emitter_currentLoopChanged_767, &_call_emitter_currentLoopChanged_767);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QPropertyAnimation::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QPropertyAnimation::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QPropertyAnimation::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("emit_directionChanged", "@brief Emitter for signal void QPropertyAnimation::directionChanged(QAbstractAnimation::Direction)\nCall this method to emit this signal.", false, &_init_emitter_directionChanged_3310, &_call_emitter_directionChanged_3310);
|
||||
|
|
@ -1043,7 +1043,7 @@ static gsi::Methods methods_QPropertyAnimation_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("duration", "@hide", true, &_init_cbs_duration_c0_0, &_call_cbs_duration_c0_0, &_set_callback_cbs_duration_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QPropertyAnimation::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QPropertyAnimation::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QPropertyAnimation::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_finished", "@brief Emitter for signal void QPropertyAnimation::finished()\nCall this method to emit this signal.", false, &_init_emitter_finished_0, &_call_emitter_finished_0);
|
||||
methods += new qt_gsi::GenericMethod ("*interpolated", "@brief Virtual method QVariant QPropertyAnimation::interpolated(const QVariant &from, const QVariant &to, double progress)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_interpolated_c5093_0, &_call_cbs_interpolated_c5093_0);
|
||||
|
|
@ -1054,7 +1054,7 @@ static gsi::Methods methods_QPropertyAnimation_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*sender", "@brief Method QObject *QPropertyAnimation::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 QPropertyAnimation::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 ("emit_stateChanged", "@brief Emitter for signal void QPropertyAnimation::stateChanged(QAbstractAnimation::State newState, QAbstractAnimation::State oldState)\nCall this method to emit this signal.", false, &_init_emitter_stateChanged_5680, &_call_emitter_stateChanged_5680);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QPropertyAnimation::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QPropertyAnimation::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*updateCurrentTime", "@brief Virtual method void QPropertyAnimation::updateCurrentTime(int)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_updateCurrentTime_767_0, &_call_cbs_updateCurrentTime_767_0);
|
||||
methods += new qt_gsi::GenericMethod ("*updateCurrentTime", "@hide", false, &_init_cbs_updateCurrentTime_767_0, &_call_cbs_updateCurrentTime_767_0, &_set_callback_cbs_updateCurrentTime_767_0);
|
||||
|
|
|
|||
|
|
@ -0,0 +1,431 @@
|
|||
|
||||
/*
|
||||
|
||||
KLayout Layout Viewer
|
||||
Copyright (C) 2006-2023 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 gsiDeclQRandomGenerator.cc
|
||||
*
|
||||
* DO NOT EDIT THIS FILE.
|
||||
* This file has been created automatically
|
||||
*/
|
||||
|
||||
#include <QRandomGenerator>
|
||||
#include "gsiQt.h"
|
||||
#include "gsiQtCoreCommon.h"
|
||||
#include <memory>
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// class QRandomGenerator
|
||||
|
||||
// Constructor QRandomGenerator::QRandomGenerator(quint32 seedValue)
|
||||
|
||||
|
||||
static void _init_ctor_QRandomGenerator_1098 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("seedValue", true, "1");
|
||||
decl->add_arg<quint32 > (argspec_0);
|
||||
decl->set_return_new<QRandomGenerator> ();
|
||||
}
|
||||
|
||||
static void _call_ctor_QRandomGenerator_1098 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
quint32 arg1 = args ? gsi::arg_reader<quint32 >() (args, heap) : gsi::arg_maker<quint32 >() (1, heap);
|
||||
ret.write<QRandomGenerator *> (new QRandomGenerator (arg1));
|
||||
}
|
||||
|
||||
|
||||
// Constructor QRandomGenerator::QRandomGenerator(const QRandomGenerator &other)
|
||||
|
||||
|
||||
static void _init_ctor_QRandomGenerator_2938 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("other");
|
||||
decl->add_arg<const QRandomGenerator & > (argspec_0);
|
||||
decl->set_return_new<QRandomGenerator> ();
|
||||
}
|
||||
|
||||
static void _call_ctor_QRandomGenerator_2938 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QRandomGenerator &arg1 = gsi::arg_reader<const QRandomGenerator & >() (args, heap);
|
||||
ret.write<QRandomGenerator *> (new QRandomGenerator (arg1));
|
||||
}
|
||||
|
||||
|
||||
// double QRandomGenerator::bounded(double highest)
|
||||
|
||||
|
||||
static void _init_f_bounded_1071 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("highest");
|
||||
decl->add_arg<double > (argspec_0);
|
||||
decl->set_return<double > ();
|
||||
}
|
||||
|
||||
static void _call_f_bounded_1071 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
double arg1 = gsi::arg_reader<double >() (args, heap);
|
||||
ret.write<double > ((double)((QRandomGenerator *)cls)->bounded (arg1));
|
||||
}
|
||||
|
||||
|
||||
// quint32 QRandomGenerator::bounded(quint32 highest)
|
||||
|
||||
|
||||
static void _init_f_bounded_1098 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("highest");
|
||||
decl->add_arg<quint32 > (argspec_0);
|
||||
decl->set_return<quint32 > ();
|
||||
}
|
||||
|
||||
static void _call_f_bounded_1098 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
quint32 arg1 = gsi::arg_reader<quint32 >() (args, heap);
|
||||
ret.write<quint32 > ((quint32)((QRandomGenerator *)cls)->bounded (arg1));
|
||||
}
|
||||
|
||||
|
||||
// quint32 QRandomGenerator::bounded(quint32 lowest, quint32 highest)
|
||||
|
||||
|
||||
static void _init_f_bounded_2088 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("lowest");
|
||||
decl->add_arg<quint32 > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("highest");
|
||||
decl->add_arg<quint32 > (argspec_1);
|
||||
decl->set_return<quint32 > ();
|
||||
}
|
||||
|
||||
static void _call_f_bounded_2088 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
quint32 arg1 = gsi::arg_reader<quint32 >() (args, heap);
|
||||
quint32 arg2 = gsi::arg_reader<quint32 >() (args, heap);
|
||||
ret.write<quint32 > ((quint32)((QRandomGenerator *)cls)->bounded (arg1, arg2));
|
||||
}
|
||||
|
||||
|
||||
// int QRandomGenerator::bounded(int highest)
|
||||
|
||||
|
||||
static void _init_f_bounded_767 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("highest");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
||||
static void _call_f_bounded_767 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
ret.write<int > ((int)((QRandomGenerator *)cls)->bounded (arg1));
|
||||
}
|
||||
|
||||
|
||||
// int QRandomGenerator::bounded(int lowest, int highest)
|
||||
|
||||
|
||||
static void _init_f_bounded_1426 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("lowest");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("highest");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
||||
static void _call_f_bounded_1426 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
int arg2 = gsi::arg_reader<int >() (args, heap);
|
||||
ret.write<int > ((int)((QRandomGenerator *)cls)->bounded (arg1, arg2));
|
||||
}
|
||||
|
||||
|
||||
// void QRandomGenerator::discard(unsigned long long int z)
|
||||
|
||||
|
||||
static void _init_f_discard_2924 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("z");
|
||||
decl->add_arg<unsigned long long int > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_discard_2924 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
unsigned long long int arg1 = gsi::arg_reader<unsigned long long int >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QRandomGenerator *)cls)->discard (arg1);
|
||||
}
|
||||
|
||||
|
||||
// quint32 QRandomGenerator::generate()
|
||||
|
||||
|
||||
static void _init_f_generate_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<quint32 > ();
|
||||
}
|
||||
|
||||
static void _call_f_generate_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<quint32 > ((quint32)((QRandomGenerator *)cls)->generate ());
|
||||
}
|
||||
|
||||
|
||||
// void QRandomGenerator::generate(quint32 *begin, quint32 *end)
|
||||
|
||||
|
||||
static void _init_f_generate_2460 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("begin");
|
||||
decl->add_arg<quint32 * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("end");
|
||||
decl->add_arg<quint32 * > (argspec_1);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_generate_2460 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
quint32 *arg1 = gsi::arg_reader<quint32 * >() (args, heap);
|
||||
quint32 *arg2 = gsi::arg_reader<quint32 * >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QRandomGenerator *)cls)->generate (arg1, arg2);
|
||||
}
|
||||
|
||||
|
||||
// quint64 QRandomGenerator::generate64()
|
||||
|
||||
|
||||
static void _init_f_generate64_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<quint64 > ();
|
||||
}
|
||||
|
||||
static void _call_f_generate64_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<quint64 > ((quint64)((QRandomGenerator *)cls)->generate64 ());
|
||||
}
|
||||
|
||||
|
||||
// double QRandomGenerator::generateDouble()
|
||||
|
||||
|
||||
static void _init_f_generateDouble_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<double > ();
|
||||
}
|
||||
|
||||
static void _call_f_generateDouble_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<double > ((double)((QRandomGenerator *)cls)->generateDouble ());
|
||||
}
|
||||
|
||||
|
||||
// quint32 QRandomGenerator::operator()()
|
||||
|
||||
|
||||
static void _init_f_operator_func__0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<quint32 > ();
|
||||
}
|
||||
|
||||
static void _call_f_operator_func__0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<quint32 > ((quint32)((QRandomGenerator *)cls)->operator() ());
|
||||
}
|
||||
|
||||
|
||||
// QRandomGenerator &QRandomGenerator::operator=(const QRandomGenerator &other)
|
||||
|
||||
|
||||
static void _init_f_operator_eq__2938 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("other");
|
||||
decl->add_arg<const QRandomGenerator & > (argspec_0);
|
||||
decl->set_return<QRandomGenerator & > ();
|
||||
}
|
||||
|
||||
static void _call_f_operator_eq__2938 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QRandomGenerator &arg1 = gsi::arg_reader<const QRandomGenerator & >() (args, heap);
|
||||
ret.write<QRandomGenerator & > ((QRandomGenerator &)((QRandomGenerator *)cls)->operator= (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QRandomGenerator::seed(quint32 s)
|
||||
|
||||
|
||||
static void _init_f_seed_1098 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("s", true, "1");
|
||||
decl->add_arg<quint32 > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_seed_1098 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
quint32 arg1 = args ? gsi::arg_reader<quint32 >() (args, heap) : gsi::arg_maker<quint32 >() (1, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QRandomGenerator *)cls)->seed (arg1);
|
||||
}
|
||||
|
||||
|
||||
// static QRandomGenerator *QRandomGenerator::global()
|
||||
|
||||
|
||||
static void _init_f_global_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<QRandomGenerator * > ();
|
||||
}
|
||||
|
||||
static void _call_f_global_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QRandomGenerator * > ((QRandomGenerator *)QRandomGenerator::global ());
|
||||
}
|
||||
|
||||
|
||||
// static quint32 QRandomGenerator::max()
|
||||
|
||||
|
||||
static void _init_f_max_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<quint32 > ();
|
||||
}
|
||||
|
||||
static void _call_f_max_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<quint32 > ((quint32)QRandomGenerator::max ());
|
||||
}
|
||||
|
||||
|
||||
// static quint32 QRandomGenerator::min()
|
||||
|
||||
|
||||
static void _init_f_min_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<quint32 > ();
|
||||
}
|
||||
|
||||
static void _call_f_min_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<quint32 > ((quint32)QRandomGenerator::min ());
|
||||
}
|
||||
|
||||
|
||||
// static QRandomGenerator QRandomGenerator::securelySeeded()
|
||||
|
||||
|
||||
static void _init_f_securelySeeded_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<QRandomGenerator > ();
|
||||
}
|
||||
|
||||
static void _call_f_securelySeeded_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QRandomGenerator > ((QRandomGenerator)QRandomGenerator::securelySeeded ());
|
||||
}
|
||||
|
||||
|
||||
// static QRandomGenerator *QRandomGenerator::system()
|
||||
|
||||
|
||||
static void _init_f_system_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<QRandomGenerator * > ();
|
||||
}
|
||||
|
||||
static void _call_f_system_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QRandomGenerator * > ((QRandomGenerator *)QRandomGenerator::system ());
|
||||
}
|
||||
|
||||
|
||||
|
||||
namespace gsi
|
||||
{
|
||||
|
||||
static gsi::Methods methods_QRandomGenerator () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QRandomGenerator::QRandomGenerator(quint32 seedValue)\nThis method creates an object of class QRandomGenerator.", &_init_ctor_QRandomGenerator_1098, &_call_ctor_QRandomGenerator_1098);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QRandomGenerator::QRandomGenerator(const QRandomGenerator &other)\nThis method creates an object of class QRandomGenerator.", &_init_ctor_QRandomGenerator_2938, &_call_ctor_QRandomGenerator_2938);
|
||||
methods += new qt_gsi::GenericMethod ("bounded", "@brief Method double QRandomGenerator::bounded(double highest)\n", false, &_init_f_bounded_1071, &_call_f_bounded_1071);
|
||||
methods += new qt_gsi::GenericMethod ("bounded", "@brief Method quint32 QRandomGenerator::bounded(quint32 highest)\n", false, &_init_f_bounded_1098, &_call_f_bounded_1098);
|
||||
methods += new qt_gsi::GenericMethod ("bounded", "@brief Method quint32 QRandomGenerator::bounded(quint32 lowest, quint32 highest)\n", false, &_init_f_bounded_2088, &_call_f_bounded_2088);
|
||||
methods += new qt_gsi::GenericMethod ("bounded", "@brief Method int QRandomGenerator::bounded(int highest)\n", false, &_init_f_bounded_767, &_call_f_bounded_767);
|
||||
methods += new qt_gsi::GenericMethod ("bounded", "@brief Method int QRandomGenerator::bounded(int lowest, int highest)\n", false, &_init_f_bounded_1426, &_call_f_bounded_1426);
|
||||
methods += new qt_gsi::GenericMethod ("discard", "@brief Method void QRandomGenerator::discard(unsigned long long int z)\n", false, &_init_f_discard_2924, &_call_f_discard_2924);
|
||||
methods += new qt_gsi::GenericMethod ("generate", "@brief Method quint32 QRandomGenerator::generate()\n", false, &_init_f_generate_0, &_call_f_generate_0);
|
||||
methods += new qt_gsi::GenericMethod ("generate", "@brief Method void QRandomGenerator::generate(quint32 *begin, quint32 *end)\n", false, &_init_f_generate_2460, &_call_f_generate_2460);
|
||||
methods += new qt_gsi::GenericMethod ("generate64", "@brief Method quint64 QRandomGenerator::generate64()\n", false, &_init_f_generate64_0, &_call_f_generate64_0);
|
||||
methods += new qt_gsi::GenericMethod ("generateDouble", "@brief Method double QRandomGenerator::generateDouble()\n", false, &_init_f_generateDouble_0, &_call_f_generateDouble_0);
|
||||
methods += new qt_gsi::GenericMethod ("()", "@brief Method quint32 QRandomGenerator::operator()()\n", false, &_init_f_operator_func__0, &_call_f_operator_func__0);
|
||||
methods += new qt_gsi::GenericMethod ("assign", "@brief Method QRandomGenerator &QRandomGenerator::operator=(const QRandomGenerator &other)\n", false, &_init_f_operator_eq__2938, &_call_f_operator_eq__2938);
|
||||
methods += new qt_gsi::GenericMethod ("seed", "@brief Method void QRandomGenerator::seed(quint32 s)\n", false, &_init_f_seed_1098, &_call_f_seed_1098);
|
||||
methods += new qt_gsi::GenericStaticMethod ("global", "@brief Static method QRandomGenerator *QRandomGenerator::global()\nThis method is static and can be called without an instance.", &_init_f_global_0, &_call_f_global_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("max", "@brief Static method quint32 QRandomGenerator::max()\nThis method is static and can be called without an instance.", &_init_f_max_0, &_call_f_max_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("min", "@brief Static method quint32 QRandomGenerator::min()\nThis method is static and can be called without an instance.", &_init_f_min_0, &_call_f_min_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("securelySeeded", "@brief Static method QRandomGenerator QRandomGenerator::securelySeeded()\nThis method is static and can be called without an instance.", &_init_f_securelySeeded_0, &_call_f_securelySeeded_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("system", "@brief Static method QRandomGenerator *QRandomGenerator::system()\nThis method is static and can be called without an instance.", &_init_f_system_0, &_call_f_system_0);
|
||||
return methods;
|
||||
}
|
||||
|
||||
gsi::Class<QRandomGenerator> decl_QRandomGenerator ("QtCore", "QRandomGenerator",
|
||||
methods_QRandomGenerator (),
|
||||
"@qt\n@brief Binding of QRandomGenerator");
|
||||
|
||||
|
||||
GSI_QTCORE_PUBLIC gsi::Class<QRandomGenerator> &qtdecl_QRandomGenerator () { return decl_QRandomGenerator; }
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,255 @@
|
|||
|
||||
/*
|
||||
|
||||
KLayout Layout Viewer
|
||||
Copyright (C) 2006-2023 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 gsiDeclQRandomGenerator64.cc
|
||||
*
|
||||
* DO NOT EDIT THIS FILE.
|
||||
* This file has been created automatically
|
||||
*/
|
||||
|
||||
#include <QRandomGenerator64>
|
||||
#include <QRandomGenerator>
|
||||
#include "gsiQt.h"
|
||||
#include "gsiQtCoreCommon.h"
|
||||
#include <memory>
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// class QRandomGenerator64
|
||||
|
||||
// Constructor QRandomGenerator64::QRandomGenerator64(quint32 seedValue)
|
||||
|
||||
|
||||
static void _init_ctor_QRandomGenerator64_1098 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("seedValue", true, "1");
|
||||
decl->add_arg<quint32 > (argspec_0);
|
||||
decl->set_return_new<QRandomGenerator64> ();
|
||||
}
|
||||
|
||||
static void _call_ctor_QRandomGenerator64_1098 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
quint32 arg1 = args ? gsi::arg_reader<quint32 >() (args, heap) : gsi::arg_maker<quint32 >() (1, heap);
|
||||
ret.write<QRandomGenerator64 *> (new QRandomGenerator64 (arg1));
|
||||
}
|
||||
|
||||
|
||||
// Constructor QRandomGenerator64::QRandomGenerator64(const QRandomGenerator &other)
|
||||
|
||||
|
||||
static void _init_ctor_QRandomGenerator64_2938 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("other");
|
||||
decl->add_arg<const QRandomGenerator & > (argspec_0);
|
||||
decl->set_return_new<QRandomGenerator64> ();
|
||||
}
|
||||
|
||||
static void _call_ctor_QRandomGenerator64_2938 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QRandomGenerator &arg1 = gsi::arg_reader<const QRandomGenerator & >() (args, heap);
|
||||
ret.write<QRandomGenerator64 *> (new QRandomGenerator64 (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QRandomGenerator64::discard(unsigned long long int z)
|
||||
|
||||
|
||||
static void _init_f_discard_2924 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("z");
|
||||
decl->add_arg<unsigned long long int > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_discard_2924 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
unsigned long long int arg1 = gsi::arg_reader<unsigned long long int >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QRandomGenerator64 *)cls)->discard (arg1);
|
||||
}
|
||||
|
||||
|
||||
// void QRandomGenerator64::generate(quint32 *begin, quint32 *end)
|
||||
|
||||
|
||||
static void _init_f_generate_2460 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("begin");
|
||||
decl->add_arg<quint32 * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("end");
|
||||
decl->add_arg<quint32 * > (argspec_1);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_generate_2460 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
quint32 *arg1 = gsi::arg_reader<quint32 * >() (args, heap);
|
||||
quint32 *arg2 = gsi::arg_reader<quint32 * >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QRandomGenerator64 *)cls)->generate (arg1, arg2);
|
||||
}
|
||||
|
||||
|
||||
// quint64 QRandomGenerator64::generate()
|
||||
|
||||
|
||||
static void _init_f_generate_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<quint64 > ();
|
||||
}
|
||||
|
||||
static void _call_f_generate_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<quint64 > ((quint64)((QRandomGenerator64 *)cls)->generate ());
|
||||
}
|
||||
|
||||
|
||||
// quint32 QRandomGenerator64::operator()()
|
||||
|
||||
|
||||
static void _init_f_operator_func__0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<quint32 > ();
|
||||
}
|
||||
|
||||
static void _call_f_operator_func__0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<quint32 > ((quint32)((QRandomGenerator64 *)cls)->operator() ());
|
||||
}
|
||||
|
||||
|
||||
// static QRandomGenerator64 *QRandomGenerator64::global()
|
||||
|
||||
|
||||
static void _init_f_global_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<QRandomGenerator64 * > ();
|
||||
}
|
||||
|
||||
static void _call_f_global_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QRandomGenerator64 * > ((QRandomGenerator64 *)QRandomGenerator64::global ());
|
||||
}
|
||||
|
||||
|
||||
// static quint32 QRandomGenerator64::max()
|
||||
|
||||
|
||||
static void _init_f_max_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<quint32 > ();
|
||||
}
|
||||
|
||||
static void _call_f_max_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<quint32 > ((quint32)QRandomGenerator64::max ());
|
||||
}
|
||||
|
||||
|
||||
// static quint32 QRandomGenerator64::min()
|
||||
|
||||
|
||||
static void _init_f_min_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<quint32 > ();
|
||||
}
|
||||
|
||||
static void _call_f_min_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<quint32 > ((quint32)QRandomGenerator64::min ());
|
||||
}
|
||||
|
||||
|
||||
// static QRandomGenerator64 QRandomGenerator64::securelySeeded()
|
||||
|
||||
|
||||
static void _init_f_securelySeeded_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<QRandomGenerator64 > ();
|
||||
}
|
||||
|
||||
static void _call_f_securelySeeded_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QRandomGenerator64 > ((QRandomGenerator64)QRandomGenerator64::securelySeeded ());
|
||||
}
|
||||
|
||||
|
||||
// static QRandomGenerator64 *QRandomGenerator64::system()
|
||||
|
||||
|
||||
static void _init_f_system_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<QRandomGenerator64 * > ();
|
||||
}
|
||||
|
||||
static void _call_f_system_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QRandomGenerator64 * > ((QRandomGenerator64 *)QRandomGenerator64::system ());
|
||||
}
|
||||
|
||||
|
||||
|
||||
namespace gsi
|
||||
{
|
||||
|
||||
static gsi::Methods methods_QRandomGenerator64 () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QRandomGenerator64::QRandomGenerator64(quint32 seedValue)\nThis method creates an object of class QRandomGenerator64.", &_init_ctor_QRandomGenerator64_1098, &_call_ctor_QRandomGenerator64_1098);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QRandomGenerator64::QRandomGenerator64(const QRandomGenerator &other)\nThis method creates an object of class QRandomGenerator64.", &_init_ctor_QRandomGenerator64_2938, &_call_ctor_QRandomGenerator64_2938);
|
||||
methods += new qt_gsi::GenericMethod ("discard", "@brief Method void QRandomGenerator64::discard(unsigned long long int z)\n", false, &_init_f_discard_2924, &_call_f_discard_2924);
|
||||
methods += new qt_gsi::GenericMethod ("generate", "@brief Method void QRandomGenerator64::generate(quint32 *begin, quint32 *end)\n", false, &_init_f_generate_2460, &_call_f_generate_2460);
|
||||
methods += new qt_gsi::GenericMethod ("generate", "@brief Method quint64 QRandomGenerator64::generate()\n", false, &_init_f_generate_0, &_call_f_generate_0);
|
||||
methods += new qt_gsi::GenericMethod ("()", "@brief Method quint32 QRandomGenerator64::operator()()\n", false, &_init_f_operator_func__0, &_call_f_operator_func__0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("global", "@brief Static method QRandomGenerator64 *QRandomGenerator64::global()\nThis method is static and can be called without an instance.", &_init_f_global_0, &_call_f_global_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("max", "@brief Static method quint32 QRandomGenerator64::max()\nThis method is static and can be called without an instance.", &_init_f_max_0, &_call_f_max_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("min", "@brief Static method quint32 QRandomGenerator64::min()\nThis method is static and can be called without an instance.", &_init_f_min_0, &_call_f_min_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("securelySeeded", "@brief Static method QRandomGenerator64 QRandomGenerator64::securelySeeded()\nThis method is static and can be called without an instance.", &_init_f_securelySeeded_0, &_call_f_securelySeeded_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("system", "@brief Static method QRandomGenerator64 *QRandomGenerator64::system()\nThis method is static and can be called without an instance.", &_init_f_system_0, &_call_f_system_0);
|
||||
return methods;
|
||||
}
|
||||
|
||||
gsi::Class<QRandomGenerator> &qtdecl_QRandomGenerator ();
|
||||
|
||||
gsi::Class<QRandomGenerator64> decl_QRandomGenerator64 (qtdecl_QRandomGenerator (), "QtCore", "QRandomGenerator64",
|
||||
methods_QRandomGenerator64 (),
|
||||
"@qt\n@brief Binding of QRandomGenerator64");
|
||||
|
||||
|
||||
GSI_QTCORE_PUBLIC gsi::Class<QRandomGenerator64> &qtdecl_QRandomGenerator64 () { return decl_QRandomGenerator64; }
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -1371,6 +1371,21 @@ static void _call_f_translated_c1916 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
}
|
||||
|
||||
|
||||
// QRect QRect::transposed()
|
||||
|
||||
|
||||
static void _init_f_transposed_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QRect > ();
|
||||
}
|
||||
|
||||
static void _call_f_transposed_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QRect > ((QRect)((QRect *)cls)->transposed ());
|
||||
}
|
||||
|
||||
|
||||
// QRect QRect::united(const QRect &other)
|
||||
|
||||
|
||||
|
|
@ -1528,6 +1543,7 @@ static gsi::Methods methods_QRect () {
|
|||
methods += new qt_gsi::GenericMethod ("translate", "@brief Method void QRect::translate(const QPoint &p)\n", false, &_init_f_translate_1916, &_call_f_translate_1916);
|
||||
methods += new qt_gsi::GenericMethod ("translated", "@brief Method QRect QRect::translated(int dx, int dy)\n", true, &_init_f_translated_c1426, &_call_f_translated_c1426);
|
||||
methods += new qt_gsi::GenericMethod ("translated", "@brief Method QRect QRect::translated(const QPoint &p)\n", true, &_init_f_translated_c1916, &_call_f_translated_c1916);
|
||||
methods += new qt_gsi::GenericMethod ("transposed", "@brief Method QRect QRect::transposed()\n", true, &_init_f_transposed_c0, &_call_f_transposed_c0);
|
||||
methods += new qt_gsi::GenericMethod ("united", "@brief Method QRect QRect::united(const QRect &other)\n", true, &_init_f_united_c1792, &_call_f_united_c1792);
|
||||
methods += new qt_gsi::GenericMethod (":width", "@brief Method int QRect::width()\n", true, &_init_f_width_c0, &_call_f_width_c0);
|
||||
methods += new qt_gsi::GenericMethod (":x", "@brief Method int QRect::x()\n", true, &_init_f_x_c0, &_call_f_x_c0);
|
||||
|
|
|
|||
|
|
@ -1390,6 +1390,21 @@ static void _call_f_translated_c1986 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
}
|
||||
|
||||
|
||||
// QRectF QRectF::transposed()
|
||||
|
||||
|
||||
static void _init_f_transposed_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QRectF > ();
|
||||
}
|
||||
|
||||
static void _call_f_transposed_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QRectF > ((QRectF)((QRectF *)cls)->transposed ());
|
||||
}
|
||||
|
||||
|
||||
// QRectF QRectF::united(const QRectF &other)
|
||||
|
||||
|
||||
|
|
@ -1549,6 +1564,7 @@ static gsi::Methods methods_QRectF () {
|
|||
methods += new qt_gsi::GenericMethod ("translate", "@brief Method void QRectF::translate(const QPointF &p)\n", false, &_init_f_translate_1986, &_call_f_translate_1986);
|
||||
methods += new qt_gsi::GenericMethod ("translated", "@brief Method QRectF QRectF::translated(double dx, double dy)\n", true, &_init_f_translated_c2034, &_call_f_translated_c2034);
|
||||
methods += new qt_gsi::GenericMethod ("translated", "@brief Method QRectF QRectF::translated(const QPointF &p)\n", true, &_init_f_translated_c1986, &_call_f_translated_c1986);
|
||||
methods += new qt_gsi::GenericMethod ("transposed", "@brief Method QRectF QRectF::transposed()\n", true, &_init_f_transposed_c0, &_call_f_transposed_c0);
|
||||
methods += new qt_gsi::GenericMethod ("united", "@brief Method QRectF QRectF::united(const QRectF &other)\n", true, &_init_f_united_c1862, &_call_f_united_c1862);
|
||||
methods += new qt_gsi::GenericMethod (":width", "@brief Method double QRectF::width()\n", true, &_init_f_width_c0, &_call_f_width_c0);
|
||||
methods += new qt_gsi::GenericMethod (":x", "@brief Method double QRectF::x()\n", true, &_init_f_x_c0, &_call_f_x_c0);
|
||||
|
|
|
|||
|
|
@ -387,6 +387,25 @@ static void _call_f_swap_2493 (const qt_gsi::GenericMethod * /*decl*/, void *cls
|
|||
}
|
||||
|
||||
|
||||
// static QString QRegularExpression::anchoredPattern(const QString &expression)
|
||||
|
||||
|
||||
static void _init_f_anchoredPattern_2025 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("expression");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
||||
static void _call_f_anchoredPattern_2025 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
ret.write<QString > ((QString)QRegularExpression::anchoredPattern (arg1));
|
||||
}
|
||||
|
||||
|
||||
// static QString QRegularExpression::escape(const QString &str)
|
||||
|
||||
|
||||
|
|
@ -406,6 +425,25 @@ static void _call_f_escape_2025 (const qt_gsi::GenericStaticMethod * /*decl*/, g
|
|||
}
|
||||
|
||||
|
||||
// static QString QRegularExpression::wildcardToRegularExpression(const QString &str)
|
||||
|
||||
|
||||
static void _init_f_wildcardToRegularExpression_2025 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("str");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
||||
static void _call_f_wildcardToRegularExpression_2025 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
ret.write<QString > ((QString)QRegularExpression::wildcardToRegularExpression (arg1));
|
||||
}
|
||||
|
||||
|
||||
|
||||
namespace gsi
|
||||
{
|
||||
|
|
@ -431,7 +469,9 @@ static gsi::Methods methods_QRegularExpression () {
|
|||
methods += new qt_gsi::GenericMethod ("setPattern|pattern=", "@brief Method void QRegularExpression::setPattern(const QString &pattern)\n", false, &_init_f_setPattern_2025, &_call_f_setPattern_2025);
|
||||
methods += new qt_gsi::GenericMethod ("setPatternOptions|patternOptions=", "@brief Method void QRegularExpression::setPatternOptions(QFlags<QRegularExpression::PatternOption> options)\n", false, &_init_f_setPatternOptions_4490, &_call_f_setPatternOptions_4490);
|
||||
methods += new qt_gsi::GenericMethod ("swap", "@brief Method void QRegularExpression::swap(QRegularExpression &other)\n", false, &_init_f_swap_2493, &_call_f_swap_2493);
|
||||
methods += new qt_gsi::GenericStaticMethod ("anchoredPattern", "@brief Static method QString QRegularExpression::anchoredPattern(const QString &expression)\nThis method is static and can be called without an instance.", &_init_f_anchoredPattern_2025, &_call_f_anchoredPattern_2025);
|
||||
methods += new qt_gsi::GenericStaticMethod ("escape", "@brief Static method QString QRegularExpression::escape(const QString &str)\nThis method is static and can be called without an instance.", &_init_f_escape_2025, &_call_f_escape_2025);
|
||||
methods += new qt_gsi::GenericStaticMethod ("wildcardToRegularExpression", "@brief Static method QString QRegularExpression::wildcardToRegularExpression(const QString &str)\nThis method is static and can be called without an instance.", &_init_f_wildcardToRegularExpression_2025, &_call_f_wildcardToRegularExpression_2025);
|
||||
return methods;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
*/
|
||||
|
||||
#include <QResource>
|
||||
#include <QDateTime>
|
||||
#include <QLocale>
|
||||
#include "gsiQt.h"
|
||||
#include "gsiQtCoreCommon.h"
|
||||
|
|
@ -133,6 +134,21 @@ static void _call_f_isValid_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cl
|
|||
}
|
||||
|
||||
|
||||
// QDateTime QResource::lastModified()
|
||||
|
||||
|
||||
static void _init_f_lastModified_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QDateTime > ();
|
||||
}
|
||||
|
||||
static void _call_f_lastModified_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QDateTime > ((QDateTime)((QResource *)cls)->lastModified ());
|
||||
}
|
||||
|
||||
|
||||
// QLocale QResource::locale()
|
||||
|
||||
|
||||
|
|
@ -338,6 +354,7 @@ static gsi::Methods methods_QResource () {
|
|||
methods += new qt_gsi::GenericMethod (":fileName", "@brief Method QString QResource::fileName()\n", true, &_init_f_fileName_c0, &_call_f_fileName_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isCompressed?", "@brief Method bool QResource::isCompressed()\n", true, &_init_f_isCompressed_c0, &_call_f_isCompressed_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isValid?", "@brief Method bool QResource::isValid()\n", true, &_init_f_isValid_c0, &_call_f_isValid_c0);
|
||||
methods += new qt_gsi::GenericMethod ("lastModified", "@brief Method QDateTime QResource::lastModified()\n", true, &_init_f_lastModified_c0, &_call_f_lastModified_c0);
|
||||
methods += new qt_gsi::GenericMethod (":locale", "@brief Method QLocale QResource::locale()\n", true, &_init_f_locale_c0, &_call_f_locale_c0);
|
||||
methods += new qt_gsi::GenericMethod ("setFileName|fileName=", "@brief Method void QResource::setFileName(const QString &file)\n", false, &_init_f_setFileName_2025, &_call_f_setFileName_2025);
|
||||
methods += new qt_gsi::GenericMethod ("setLocale|locale=", "@brief Method void QResource::setLocale(const QLocale &locale)\n", false, &_init_f_setLocale_1986, &_call_f_setLocale_1986);
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <QSaveFile>
|
||||
#include <QChildEvent>
|
||||
#include <QDateTime>
|
||||
#include <QEvent>
|
||||
#include <QMetaMethod>
|
||||
#include <QObject>
|
||||
|
|
@ -239,6 +240,8 @@ static gsi::Methods methods_QSaveFile () {
|
|||
methods += new qt_gsi::GenericMethod ("setFileName|fileName=", "@brief Method void QSaveFile::setFileName(const QString &name)\n", false, &_init_f_setFileName_2025, &_call_f_setFileName_2025);
|
||||
methods += gsi::qt_signal ("aboutToClose()", "aboutToClose", "@brief Signal declaration for QSaveFile::aboutToClose()\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<qint64 > ("bytesWritten(qint64)", "bytesWritten", gsi::arg("bytes"), "@brief Signal declaration for QSaveFile::bytesWritten(qint64 bytes)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int, qint64 > ("channelBytesWritten(int, qint64)", "channelBytesWritten", gsi::arg("channel"), gsi::arg("bytes"), "@brief Signal declaration for QSaveFile::channelBytesWritten(int channel, qint64 bytes)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int > ("channelReadyRead(int)", "channelReadyRead", gsi::arg("channel"), "@brief Signal declaration for QSaveFile::channelReadyRead(int channel)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<QObject * > ("destroyed(QObject *)", "destroyed", gsi::arg("arg1"), "@brief Signal declaration for QSaveFile::destroyed(QObject *)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<const QString & > ("objectNameChanged(const QString &)", "objectNameChanged", gsi::arg("objectName"), "@brief Signal declaration for QSaveFile::objectNameChanged(const QString &objectName)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal ("readChannelFinished()", "readChannelFinished", "@brief Signal declaration for QSaveFile::readChannelFinished()\nYou can bind a procedure to this signal.");
|
||||
|
|
@ -391,39 +394,51 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [emitter impl] void QSaveFile::channelBytesWritten(int channel, qint64 bytes)
|
||||
void emitter_QSaveFile_channelBytesWritten_1645(int channel, qint64 bytes)
|
||||
{
|
||||
emit QSaveFile::channelBytesWritten(channel, bytes);
|
||||
}
|
||||
|
||||
// [emitter impl] void QSaveFile::channelReadyRead(int channel)
|
||||
void emitter_QSaveFile_channelReadyRead_767(int channel)
|
||||
{
|
||||
emit QSaveFile::channelReadyRead(channel);
|
||||
}
|
||||
|
||||
// [emitter impl] void QSaveFile::destroyed(QObject *)
|
||||
void emitter_QSaveFile_destroyed_1302(QObject *arg1)
|
||||
{
|
||||
emit QSaveFile::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QSaveFile::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QSaveFile::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QSaveFile::event(arg1);
|
||||
return QSaveFile::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QSaveFile_Adaptor, bool, QEvent *>(&QSaveFile_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QSaveFile_Adaptor, bool, QEvent *>(&QSaveFile_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QSaveFile::event(arg1);
|
||||
return QSaveFile::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QSaveFile::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QSaveFile::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QSaveFile::eventFilter(arg1, arg2);
|
||||
return QSaveFile::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QSaveFile_Adaptor, bool, QObject *, QEvent *>(&QSaveFile_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QSaveFile_Adaptor, bool, QObject *, QEvent *>(&QSaveFile_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QSaveFile::eventFilter(arg1, arg2);
|
||||
return QSaveFile::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -626,33 +641,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSaveFile::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QSaveFile::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QSaveFile::childEvent(arg1);
|
||||
QSaveFile::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QSaveFile_Adaptor, QChildEvent *>(&QSaveFile_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QSaveFile_Adaptor, QChildEvent *>(&QSaveFile_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QSaveFile::childEvent(arg1);
|
||||
QSaveFile::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSaveFile::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QSaveFile::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QSaveFile::customEvent(arg1);
|
||||
QSaveFile::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QSaveFile_Adaptor, QEvent *>(&QSaveFile_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QSaveFile_Adaptor, QEvent *>(&QSaveFile_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QSaveFile::customEvent(arg1);
|
||||
QSaveFile::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -671,18 +686,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSaveFile::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QSaveFile::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QSaveFile::timerEvent(arg1);
|
||||
QSaveFile::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QSaveFile_Adaptor, QTimerEvent *>(&QSaveFile_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QSaveFile_Adaptor, QTimerEvent *>(&QSaveFile_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QSaveFile::timerEvent(arg1);
|
||||
QSaveFile::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -750,7 +765,7 @@ static void _call_ctor_QSaveFile_Adaptor_2025 (const qt_gsi::GenericStaticMethod
|
|||
|
||||
static void _init_ctor_QSaveFile_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QSaveFile_Adaptor> ();
|
||||
}
|
||||
|
|
@ -759,7 +774,7 @@ static void _call_ctor_QSaveFile_Adaptor_1302 (const qt_gsi::GenericStaticMethod
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QSaveFile_Adaptor *> (new QSaveFile_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -893,11 +908,50 @@ static void _set_callback_cbs_canReadLine_c0_0 (void *cls, const gsi::Callback &
|
|||
}
|
||||
|
||||
|
||||
// void QSaveFile::childEvent(QChildEvent *)
|
||||
// emitter void QSaveFile::channelBytesWritten(int channel, qint64 bytes)
|
||||
|
||||
static void _init_emitter_channelBytesWritten_1645 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("channel");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("bytes");
|
||||
decl->add_arg<qint64 > (argspec_1);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_emitter_channelBytesWritten_1645 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs & /*ret*/)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
qint64 arg2 = gsi::arg_reader<qint64 >() (args, heap);
|
||||
((QSaveFile_Adaptor *)cls)->emitter_QSaveFile_channelBytesWritten_1645 (arg1, arg2);
|
||||
}
|
||||
|
||||
|
||||
// emitter void QSaveFile::channelReadyRead(int channel)
|
||||
|
||||
static void _init_emitter_channelReadyRead_767 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("channel");
|
||||
decl->add_arg<int > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_emitter_channelReadyRead_767 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs & /*ret*/)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
((QSaveFile_Adaptor *)cls)->emitter_QSaveFile_channelReadyRead_767 (arg1);
|
||||
}
|
||||
|
||||
|
||||
// void QSaveFile::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -917,11 +971,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QSaveFile::customEvent(QEvent *)
|
||||
// void QSaveFile::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -945,7 +999,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -954,7 +1008,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QSaveFile_Adaptor *)cls)->emitter_QSaveFile_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -983,11 +1037,11 @@ static void _set_callback_cbs_disconnectNotify_2394_0 (void *cls, const gsi::Cal
|
|||
}
|
||||
|
||||
|
||||
// bool QSaveFile::event(QEvent *)
|
||||
// bool QSaveFile::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1006,13 +1060,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QSaveFile::eventFilter(QObject *, QEvent *)
|
||||
// bool QSaveFile::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1386,11 +1440,11 @@ static void _set_callback_cbs_size_c0_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// void QSaveFile::timerEvent(QTimerEvent *)
|
||||
// void QSaveFile::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1502,16 +1556,18 @@ static gsi::Methods methods_QSaveFile_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_bytesWritten", "@brief Emitter for signal void QSaveFile::bytesWritten(qint64 bytes)\nCall this method to emit this signal.", false, &_init_emitter_bytesWritten_986, &_call_emitter_bytesWritten_986);
|
||||
methods += new qt_gsi::GenericMethod ("canReadLine", "@brief Virtual method bool QSaveFile::canReadLine()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_canReadLine_c0_0, &_call_cbs_canReadLine_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("canReadLine", "@hide", true, &_init_cbs_canReadLine_c0_0, &_call_cbs_canReadLine_c0_0, &_set_callback_cbs_canReadLine_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSaveFile::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_channelBytesWritten", "@brief Emitter for signal void QSaveFile::channelBytesWritten(int channel, qint64 bytes)\nCall this method to emit this signal.", false, &_init_emitter_channelBytesWritten_1645, &_call_emitter_channelBytesWritten_1645);
|
||||
methods += new qt_gsi::GenericMethod ("emit_channelReadyRead", "@brief Emitter for signal void QSaveFile::channelReadyRead(int channel)\nCall this method to emit this signal.", false, &_init_emitter_channelReadyRead_767, &_call_emitter_channelReadyRead_767);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSaveFile::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSaveFile::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSaveFile::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QSaveFile::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QSaveFile::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QSaveFile::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QSaveFile::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSaveFile::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSaveFile::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("fileName", "@brief Virtual method QString QSaveFile::fileName()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_fileName_c0_0, &_call_cbs_fileName_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("fileName", "@hide", true, &_init_cbs_fileName_c0_0, &_call_cbs_fileName_c0_0, &_set_callback_cbs_fileName_c0_0);
|
||||
|
|
@ -1542,7 +1598,7 @@ static gsi::Methods methods_QSaveFile_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("setPermissions", "@hide", false, &_init_cbs_setPermissions_3370_0, &_call_cbs_setPermissions_3370_0, &_set_callback_cbs_setPermissions_3370_0);
|
||||
methods += new qt_gsi::GenericMethod ("size", "@brief Virtual method qint64 QSaveFile::size()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_size_c0_0, &_call_cbs_size_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("size", "@hide", true, &_init_cbs_size_c0_0, &_call_cbs_size_c0_0, &_set_callback_cbs_size_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QSaveFile::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QSaveFile::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("waitForBytesWritten", "@brief Virtual method bool QSaveFile::waitForBytesWritten(int msecs)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_waitForBytesWritten_767_0, &_call_cbs_waitForBytesWritten_767_0);
|
||||
methods += new qt_gsi::GenericMethod ("waitForBytesWritten", "@hide", false, &_init_cbs_waitForBytesWritten_767_0, &_call_cbs_waitForBytesWritten_767_0, &_set_callback_cbs_waitForBytesWritten_767_0);
|
||||
|
|
|
|||
|
|
@ -0,0 +1,171 @@
|
|||
|
||||
/*
|
||||
|
||||
KLayout Layout Viewer
|
||||
Copyright (C) 2006-2023 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 gsiDeclQSemaphoreReleaser.cc
|
||||
*
|
||||
* DO NOT EDIT THIS FILE.
|
||||
* This file has been created automatically
|
||||
*/
|
||||
|
||||
#include <QSemaphoreReleaser>
|
||||
#include <QSemaphore>
|
||||
#include "gsiQt.h"
|
||||
#include "gsiQtCoreCommon.h"
|
||||
#include <memory>
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// class QSemaphoreReleaser
|
||||
|
||||
// Constructor QSemaphoreReleaser::QSemaphoreReleaser()
|
||||
|
||||
|
||||
static void _init_ctor_QSemaphoreReleaser_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return_new<QSemaphoreReleaser> ();
|
||||
}
|
||||
|
||||
static void _call_ctor_QSemaphoreReleaser_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QSemaphoreReleaser *> (new QSemaphoreReleaser ());
|
||||
}
|
||||
|
||||
|
||||
// Constructor QSemaphoreReleaser::QSemaphoreReleaser(QSemaphore &sem, int n)
|
||||
|
||||
|
||||
static void _init_ctor_QSemaphoreReleaser_2290 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("sem");
|
||||
decl->add_arg<QSemaphore & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("n", true, "1");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
decl->set_return_new<QSemaphoreReleaser> ();
|
||||
}
|
||||
|
||||
static void _call_ctor_QSemaphoreReleaser_2290 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QSemaphore &arg1 = gsi::arg_reader<QSemaphore & >() (args, heap);
|
||||
int arg2 = args ? gsi::arg_reader<int >() (args, heap) : gsi::arg_maker<int >() (1, heap);
|
||||
ret.write<QSemaphoreReleaser *> (new QSemaphoreReleaser (arg1, arg2));
|
||||
}
|
||||
|
||||
|
||||
// Constructor QSemaphoreReleaser::QSemaphoreReleaser(QSemaphore *sem, int n)
|
||||
|
||||
|
||||
static void _init_ctor_QSemaphoreReleaser_2294 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("sem");
|
||||
decl->add_arg<QSemaphore * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("n", true, "1");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
decl->set_return_new<QSemaphoreReleaser> ();
|
||||
}
|
||||
|
||||
static void _call_ctor_QSemaphoreReleaser_2294 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QSemaphore *arg1 = gsi::arg_reader<QSemaphore * >() (args, heap);
|
||||
int arg2 = args ? gsi::arg_reader<int >() (args, heap) : gsi::arg_maker<int >() (1, heap);
|
||||
ret.write<QSemaphoreReleaser *> (new QSemaphoreReleaser (arg1, arg2));
|
||||
}
|
||||
|
||||
|
||||
// QSemaphore *QSemaphoreReleaser::cancel()
|
||||
|
||||
|
||||
static void _init_f_cancel_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QSemaphore * > ();
|
||||
}
|
||||
|
||||
static void _call_f_cancel_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QSemaphore * > ((QSemaphore *)((QSemaphoreReleaser *)cls)->cancel ());
|
||||
}
|
||||
|
||||
|
||||
// QSemaphore *QSemaphoreReleaser::semaphore()
|
||||
|
||||
|
||||
static void _init_f_semaphore_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QSemaphore * > ();
|
||||
}
|
||||
|
||||
static void _call_f_semaphore_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QSemaphore * > ((QSemaphore *)((QSemaphoreReleaser *)cls)->semaphore ());
|
||||
}
|
||||
|
||||
|
||||
// void QSemaphoreReleaser::swap(QSemaphoreReleaser &other)
|
||||
|
||||
|
||||
static void _init_f_swap_2450 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("other");
|
||||
decl->add_arg<QSemaphoreReleaser & > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_swap_2450 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QSemaphoreReleaser &arg1 = gsi::arg_reader<QSemaphoreReleaser & >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QSemaphoreReleaser *)cls)->swap (arg1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
namespace gsi
|
||||
{
|
||||
|
||||
static gsi::Methods methods_QSemaphoreReleaser () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QSemaphoreReleaser::QSemaphoreReleaser()\nThis method creates an object of class QSemaphoreReleaser.", &_init_ctor_QSemaphoreReleaser_0, &_call_ctor_QSemaphoreReleaser_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QSemaphoreReleaser::QSemaphoreReleaser(QSemaphore &sem, int n)\nThis method creates an object of class QSemaphoreReleaser.", &_init_ctor_QSemaphoreReleaser_2290, &_call_ctor_QSemaphoreReleaser_2290);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QSemaphoreReleaser::QSemaphoreReleaser(QSemaphore *sem, int n)\nThis method creates an object of class QSemaphoreReleaser.", &_init_ctor_QSemaphoreReleaser_2294, &_call_ctor_QSemaphoreReleaser_2294);
|
||||
methods += new qt_gsi::GenericMethod ("cancel", "@brief Method QSemaphore *QSemaphoreReleaser::cancel()\n", false, &_init_f_cancel_0, &_call_f_cancel_0);
|
||||
methods += new qt_gsi::GenericMethod ("semaphore", "@brief Method QSemaphore *QSemaphoreReleaser::semaphore()\n", true, &_init_f_semaphore_c0, &_call_f_semaphore_c0);
|
||||
methods += new qt_gsi::GenericMethod ("swap", "@brief Method void QSemaphoreReleaser::swap(QSemaphoreReleaser &other)\n", false, &_init_f_swap_2450, &_call_f_swap_2450);
|
||||
return methods;
|
||||
}
|
||||
|
||||
gsi::Class<QSemaphoreReleaser> decl_QSemaphoreReleaser ("QtCore", "QSemaphoreReleaser",
|
||||
methods_QSemaphoreReleaser (),
|
||||
"@qt\n@brief Binding of QSemaphoreReleaser");
|
||||
|
||||
|
||||
GSI_QTCORE_PUBLIC gsi::Class<QSemaphoreReleaser> &qtdecl_QSemaphoreReleaser () { return decl_QSemaphoreReleaser; }
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -288,18 +288,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QSequentialAnimationGroup::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QSequentialAnimationGroup::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QSequentialAnimationGroup::eventFilter(arg1, arg2);
|
||||
return QSequentialAnimationGroup::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QSequentialAnimationGroup_Adaptor, bool, QObject *, QEvent *>(&QSequentialAnimationGroup_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QSequentialAnimationGroup_Adaptor, bool, QObject *, QEvent *>(&QSequentialAnimationGroup_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QSequentialAnimationGroup::eventFilter(arg1, arg2);
|
||||
return QSequentialAnimationGroup::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -322,33 +322,33 @@ public:
|
|||
emit QSequentialAnimationGroup::stateChanged(newState, oldState);
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSequentialAnimationGroup::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QSequentialAnimationGroup::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QSequentialAnimationGroup::childEvent(arg1);
|
||||
QSequentialAnimationGroup::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QSequentialAnimationGroup_Adaptor, QChildEvent *>(&QSequentialAnimationGroup_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QSequentialAnimationGroup_Adaptor, QChildEvent *>(&QSequentialAnimationGroup_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QSequentialAnimationGroup::childEvent(arg1);
|
||||
QSequentialAnimationGroup::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSequentialAnimationGroup::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QSequentialAnimationGroup::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QSequentialAnimationGroup::customEvent(arg1);
|
||||
QSequentialAnimationGroup::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QSequentialAnimationGroup_Adaptor, QEvent *>(&QSequentialAnimationGroup_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QSequentialAnimationGroup_Adaptor, QEvent *>(&QSequentialAnimationGroup_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QSequentialAnimationGroup::customEvent(arg1);
|
||||
QSequentialAnimationGroup::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -382,18 +382,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSequentialAnimationGroup::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QSequentialAnimationGroup::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QSequentialAnimationGroup::timerEvent(arg1);
|
||||
QSequentialAnimationGroup::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QSequentialAnimationGroup_Adaptor, QTimerEvent *>(&QSequentialAnimationGroup_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QSequentialAnimationGroup_Adaptor, QTimerEvent *>(&QSequentialAnimationGroup_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QSequentialAnimationGroup::timerEvent(arg1);
|
||||
QSequentialAnimationGroup::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -460,7 +460,7 @@ QSequentialAnimationGroup_Adaptor::~QSequentialAnimationGroup_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QSequentialAnimationGroup_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QSequentialAnimationGroup_Adaptor> ();
|
||||
}
|
||||
|
|
@ -469,16 +469,16 @@ static void _call_ctor_QSequentialAnimationGroup_Adaptor_1302 (const qt_gsi::Gen
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QSequentialAnimationGroup_Adaptor *> (new QSequentialAnimationGroup_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QSequentialAnimationGroup::childEvent(QChildEvent *)
|
||||
// void QSequentialAnimationGroup::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -534,11 +534,11 @@ static void _call_emitter_currentLoopChanged_767 (const qt_gsi::GenericMethod *
|
|||
}
|
||||
|
||||
|
||||
// void QSequentialAnimationGroup::customEvent(QEvent *)
|
||||
// void QSequentialAnimationGroup::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -562,7 +562,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -571,7 +571,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QSequentialAnimationGroup_Adaptor *)cls)->emitter_QSequentialAnimationGroup_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -660,13 +660,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QSequentialAnimationGroup::eventFilter(QObject *, QEvent *)
|
||||
// bool QSequentialAnimationGroup::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -803,11 +803,11 @@ static void _call_emitter_stateChanged_5680 (const qt_gsi::GenericMethod * /*dec
|
|||
}
|
||||
|
||||
|
||||
// void QSequentialAnimationGroup::timerEvent(QTimerEvent *)
|
||||
// void QSequentialAnimationGroup::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -910,11 +910,11 @@ gsi::Class<QSequentialAnimationGroup> &qtdecl_QSequentialAnimationGroup ();
|
|||
static gsi::Methods methods_QSequentialAnimationGroup_Adaptor () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QSequentialAnimationGroup::QSequentialAnimationGroup(QObject *parent)\nThis method creates an object of class QSequentialAnimationGroup.", &_init_ctor_QSequentialAnimationGroup_Adaptor_1302, &_call_ctor_QSequentialAnimationGroup_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSequentialAnimationGroup::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSequentialAnimationGroup::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_currentAnimationChanged", "@brief Emitter for signal void QSequentialAnimationGroup::currentAnimationChanged(QAbstractAnimation *current)\nCall this method to emit this signal.", false, &_init_emitter_currentAnimationChanged_2451, &_call_emitter_currentAnimationChanged_2451);
|
||||
methods += new qt_gsi::GenericMethod ("emit_currentLoopChanged", "@brief Emitter for signal void QSequentialAnimationGroup::currentLoopChanged(int currentLoop)\nCall this method to emit this signal.", false, &_init_emitter_currentLoopChanged_767, &_call_emitter_currentLoopChanged_767);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSequentialAnimationGroup::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSequentialAnimationGroup::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QSequentialAnimationGroup::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("emit_directionChanged", "@brief Emitter for signal void QSequentialAnimationGroup::directionChanged(QAbstractAnimation::Direction)\nCall this method to emit this signal.", false, &_init_emitter_directionChanged_3310, &_call_emitter_directionChanged_3310);
|
||||
|
|
@ -924,7 +924,7 @@ static gsi::Methods methods_QSequentialAnimationGroup_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("duration", "@hide", true, &_init_cbs_duration_c0_0, &_call_cbs_duration_c0_0, &_set_callback_cbs_duration_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QSequentialAnimationGroup::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSequentialAnimationGroup::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSequentialAnimationGroup::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_finished", "@brief Emitter for signal void QSequentialAnimationGroup::finished()\nCall this method to emit this signal.", false, &_init_emitter_finished_0, &_call_emitter_finished_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QSequentialAnimationGroup::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);
|
||||
|
|
@ -933,7 +933,7 @@ static gsi::Methods methods_QSequentialAnimationGroup_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*sender", "@brief Method QObject *QSequentialAnimationGroup::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 QSequentialAnimationGroup::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 ("emit_stateChanged", "@brief Emitter for signal void QSequentialAnimationGroup::stateChanged(QAbstractAnimation::State newState, QAbstractAnimation::State oldState)\nCall this method to emit this signal.", false, &_init_emitter_stateChanged_5680, &_call_emitter_stateChanged_5680);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QSequentialAnimationGroup::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QSequentialAnimationGroup::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*updateCurrentTime", "@brief Virtual method void QSequentialAnimationGroup::updateCurrentTime(int)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_updateCurrentTime_767_0, &_call_cbs_updateCurrentTime_767_0);
|
||||
methods += new qt_gsi::GenericMethod ("*updateCurrentTime", "@hide", false, &_init_cbs_updateCurrentTime_767_0, &_call_cbs_updateCurrentTime_767_0, &_set_callback_cbs_updateCurrentTime_767_0);
|
||||
|
|
|
|||
|
|
@ -303,6 +303,21 @@ static void _call_f_group_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls,
|
|||
}
|
||||
|
||||
|
||||
// bool QSettings::isAtomicSyncRequired()
|
||||
|
||||
|
||||
static void _init_f_isAtomicSyncRequired_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_isAtomicSyncRequired_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<bool > ((bool)((QSettings *)cls)->isAtomicSyncRequired ());
|
||||
}
|
||||
|
||||
|
||||
// bool QSettings::isWritable()
|
||||
|
||||
|
||||
|
|
@ -388,6 +403,26 @@ static void _call_f_setArrayIndex_767 (const qt_gsi::GenericMethod * /*decl*/, v
|
|||
}
|
||||
|
||||
|
||||
// void QSettings::setAtomicSyncRequired(bool enable)
|
||||
|
||||
|
||||
static void _init_f_setAtomicSyncRequired_864 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("enable");
|
||||
decl->add_arg<bool > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setAtomicSyncRequired_864 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
bool arg1 = gsi::arg_reader<bool >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QSettings *)cls)->setAtomicSyncRequired (arg1);
|
||||
}
|
||||
|
||||
|
||||
// void QSettings::setFallbacksEnabled(bool b)
|
||||
|
||||
|
||||
|
|
@ -656,11 +691,13 @@ static gsi::Methods methods_QSettings () {
|
|||
methods += new qt_gsi::GenericMethod ("fileName", "@brief Method QString QSettings::fileName()\n", true, &_init_f_fileName_c0, &_call_f_fileName_c0);
|
||||
methods += new qt_gsi::GenericMethod ("format", "@brief Method QSettings::Format QSettings::format()\n", true, &_init_f_format_c0, &_call_f_format_c0);
|
||||
methods += new qt_gsi::GenericMethod ("group", "@brief Method QString QSettings::group()\n", true, &_init_f_group_c0, &_call_f_group_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isAtomicSyncRequired?", "@brief Method bool QSettings::isAtomicSyncRequired()\n", true, &_init_f_isAtomicSyncRequired_c0, &_call_f_isAtomicSyncRequired_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isWritable?", "@brief Method bool QSettings::isWritable()\n", true, &_init_f_isWritable_c0, &_call_f_isWritable_c0);
|
||||
methods += new qt_gsi::GenericMethod ("organizationName", "@brief Method QString QSettings::organizationName()\n", true, &_init_f_organizationName_c0, &_call_f_organizationName_c0);
|
||||
methods += new qt_gsi::GenericMethod ("remove", "@brief Method void QSettings::remove(const QString &key)\n", false, &_init_f_remove_2025, &_call_f_remove_2025);
|
||||
methods += new qt_gsi::GenericMethod ("scope", "@brief Method QSettings::Scope QSettings::scope()\n", true, &_init_f_scope_c0, &_call_f_scope_c0);
|
||||
methods += new qt_gsi::GenericMethod ("setArrayIndex", "@brief Method void QSettings::setArrayIndex(int i)\n", false, &_init_f_setArrayIndex_767, &_call_f_setArrayIndex_767);
|
||||
methods += new qt_gsi::GenericMethod ("setAtomicSyncRequired", "@brief Method void QSettings::setAtomicSyncRequired(bool enable)\n", false, &_init_f_setAtomicSyncRequired_864, &_call_f_setAtomicSyncRequired_864);
|
||||
methods += new qt_gsi::GenericMethod ("setFallbacksEnabled|fallbacksEnabled=", "@brief Method void QSettings::setFallbacksEnabled(bool b)\n", false, &_init_f_setFallbacksEnabled_864, &_call_f_setFallbacksEnabled_864);
|
||||
methods += new qt_gsi::GenericMethod ("setValue", "@brief Method void QSettings::setValue(const QString &key, const QVariant &value)\n", false, &_init_f_setValue_4036, &_call_f_setValue_4036);
|
||||
methods += new qt_gsi::GenericMethod ("status", "@brief Method QSettings::Status QSettings::status()\n", true, &_init_f_status_c0, &_call_f_status_c0);
|
||||
|
|
@ -799,18 +836,18 @@ public:
|
|||
emit QSettings::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QSettings::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QSettings::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QSettings::eventFilter(arg1, arg2);
|
||||
return QSettings::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QSettings_Adaptor, bool, QObject *, QEvent *>(&QSettings_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QSettings_Adaptor, bool, QObject *, QEvent *>(&QSettings_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QSettings::eventFilter(arg1, arg2);
|
||||
return QSettings::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -821,33 +858,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QSettings::objectNameChanged(const QString &objectName)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSettings::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QSettings::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QSettings::childEvent(arg1);
|
||||
QSettings::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QSettings_Adaptor, QChildEvent *>(&QSettings_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QSettings_Adaptor, QChildEvent *>(&QSettings_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QSettings::childEvent(arg1);
|
||||
QSettings::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSettings::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QSettings::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QSettings::customEvent(arg1);
|
||||
QSettings::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QSettings_Adaptor, QEvent *>(&QSettings_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QSettings_Adaptor, QEvent *>(&QSettings_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QSettings::customEvent(arg1);
|
||||
QSettings::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -881,18 +918,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSettings::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QSettings::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QSettings::timerEvent(arg1);
|
||||
QSettings::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QSettings_Adaptor, QTimerEvent *>(&QSettings_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QSettings_Adaptor, QTimerEvent *>(&QSettings_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QSettings::timerEvent(arg1);
|
||||
QSettings::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -914,7 +951,7 @@ static void _init_ctor_QSettings_Adaptor_5136 (qt_gsi::GenericStaticMethod *decl
|
|||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("application", true, "QString()");
|
||||
decl->add_arg<const QString & > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_2);
|
||||
decl->set_return_new<QSettings_Adaptor> ();
|
||||
}
|
||||
|
|
@ -925,7 +962,7 @@ static void _call_ctor_QSettings_Adaptor_5136 (const qt_gsi::GenericStaticMethod
|
|||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
const QString &arg2 = args ? gsi::arg_reader<const QString & >() (args, heap) : gsi::arg_maker<const QString & >() (QString(), heap);
|
||||
QObject *arg3 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg3 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QSettings_Adaptor *> (new QSettings_Adaptor (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
|
@ -940,7 +977,7 @@ static void _init_ctor_QSettings_Adaptor_7016 (qt_gsi::GenericStaticMethod *decl
|
|||
decl->add_arg<const QString & > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("application", true, "QString()");
|
||||
decl->add_arg<const QString & > (argspec_2);
|
||||
static gsi::ArgSpecBase argspec_3 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_3 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_3);
|
||||
decl->set_return_new<QSettings_Adaptor> ();
|
||||
}
|
||||
|
|
@ -952,7 +989,7 @@ static void _call_ctor_QSettings_Adaptor_7016 (const qt_gsi::GenericStaticMethod
|
|||
const qt_gsi::Converter<QSettings::Scope>::target_type & arg1 = gsi::arg_reader<const qt_gsi::Converter<QSettings::Scope>::target_type & >() (args, heap);
|
||||
const QString &arg2 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
const QString &arg3 = args ? gsi::arg_reader<const QString & >() (args, heap) : gsi::arg_maker<const QString & >() (QString(), heap);
|
||||
QObject *arg4 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg4 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QSettings_Adaptor *> (new QSettings_Adaptor (qt_gsi::QtToCppAdaptor<QSettings::Scope>(arg1).cref(), arg2, arg3, arg4));
|
||||
}
|
||||
|
||||
|
|
@ -969,7 +1006,7 @@ static void _init_ctor_QSettings_Adaptor_9007 (qt_gsi::GenericStaticMethod *decl
|
|||
decl->add_arg<const QString & > (argspec_2);
|
||||
static gsi::ArgSpecBase argspec_3 ("application", true, "QString()");
|
||||
decl->add_arg<const QString & > (argspec_3);
|
||||
static gsi::ArgSpecBase argspec_4 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_4 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_4);
|
||||
decl->set_return_new<QSettings_Adaptor> ();
|
||||
}
|
||||
|
|
@ -982,7 +1019,7 @@ static void _call_ctor_QSettings_Adaptor_9007 (const qt_gsi::GenericStaticMethod
|
|||
const qt_gsi::Converter<QSettings::Scope>::target_type & arg2 = gsi::arg_reader<const qt_gsi::Converter<QSettings::Scope>::target_type & >() (args, heap);
|
||||
const QString &arg3 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
const QString &arg4 = args ? gsi::arg_reader<const QString & >() (args, heap) : gsi::arg_maker<const QString & >() (QString(), heap);
|
||||
QObject *arg5 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg5 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QSettings_Adaptor *> (new QSettings_Adaptor (qt_gsi::QtToCppAdaptor<QSettings::Format>(arg1).cref(), qt_gsi::QtToCppAdaptor<QSettings::Scope>(arg2).cref(), arg3, arg4, arg5));
|
||||
}
|
||||
|
||||
|
|
@ -995,7 +1032,7 @@ static void _init_ctor_QSettings_Adaptor_5210 (qt_gsi::GenericStaticMethod *decl
|
|||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("format");
|
||||
decl->add_arg<const qt_gsi::Converter<QSettings::Format>::target_type & > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_2);
|
||||
decl->set_return_new<QSettings_Adaptor> ();
|
||||
}
|
||||
|
|
@ -1006,7 +1043,7 @@ static void _call_ctor_QSettings_Adaptor_5210 (const qt_gsi::GenericStaticMethod
|
|||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
const qt_gsi::Converter<QSettings::Format>::target_type & arg2 = gsi::arg_reader<const qt_gsi::Converter<QSettings::Format>::target_type & >() (args, heap);
|
||||
QObject *arg3 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg3 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QSettings_Adaptor *> (new QSettings_Adaptor (arg1, qt_gsi::QtToCppAdaptor<QSettings::Format>(arg2).cref(), arg3));
|
||||
}
|
||||
|
||||
|
|
@ -1015,7 +1052,7 @@ static void _call_ctor_QSettings_Adaptor_5210 (const qt_gsi::GenericStaticMethod
|
|||
|
||||
static void _init_ctor_QSettings_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QSettings_Adaptor> ();
|
||||
}
|
||||
|
|
@ -1024,16 +1061,16 @@ static void _call_ctor_QSettings_Adaptor_1302 (const qt_gsi::GenericStaticMethod
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QSettings_Adaptor *> (new QSettings_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QSettings::childEvent(QChildEvent *)
|
||||
// void QSettings::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1053,11 +1090,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QSettings::customEvent(QEvent *)
|
||||
// void QSettings::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1081,7 +1118,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1090,7 +1127,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QSettings_Adaptor *)cls)->emitter_QSettings_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -1142,13 +1179,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QSettings::eventFilter(QObject *, QEvent *)
|
||||
// bool QSettings::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1250,11 +1287,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QSettings::timerEvent(QTimerEvent *)
|
||||
// void QSettings::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1286,23 +1323,23 @@ static gsi::Methods methods_QSettings_Adaptor () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QSettings::QSettings(QSettings::Format format, QSettings::Scope scope, const QString &organization, const QString &application, QObject *parent)\nThis method creates an object of class QSettings.", &_init_ctor_QSettings_Adaptor_9007, &_call_ctor_QSettings_Adaptor_9007);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QSettings::QSettings(const QString &fileName, QSettings::Format format, QObject *parent)\nThis method creates an object of class QSettings.", &_init_ctor_QSettings_Adaptor_5210, &_call_ctor_QSettings_Adaptor_5210);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QSettings::QSettings(QObject *parent)\nThis method creates an object of class QSettings.", &_init_ctor_QSettings_Adaptor_1302, &_call_ctor_QSettings_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSettings::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSettings::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSettings::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSettings::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QSettings::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QSettings::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QSettings::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSettings::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSettings::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QSettings::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 ("emit_objectNameChanged", "@brief Emitter for signal void QSettings::objectNameChanged(const QString &objectName)\nCall this method to emit this signal.", false, &_init_emitter_objectNameChanged_4567, &_call_emitter_objectNameChanged_4567);
|
||||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QSettings::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 ("*sender", "@brief Method QObject *QSettings::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 QSettings::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 ("*timerEvent", "@brief Virtual method void QSettings::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QSettings::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -373,7 +373,7 @@ static gsi::Methods methods_QSharedMemory () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("staticMetaObject", "@brief Obtains the static MetaObject for this class.", &_init_smo, &_call_smo);
|
||||
methods += new qt_gsi::GenericMethod ("attach", "@brief Method bool QSharedMemory::attach(QSharedMemory::AccessMode mode)\n", false, &_init_f_attach_2848, &_call_f_attach_2848);
|
||||
methods += new qt_gsi::GenericMethod ("constData", "@brief Method const void *QSharedMemory::constData()\n", true, &_init_f_constData_c0, &_call_f_constData_c0);
|
||||
methods += new qt_gsi::GenericMethod ("qt_create", "@brief Method bool QSharedMemory::create(int size, QSharedMemory::AccessMode mode)\n", false, &_init_f_create_3507, &_call_f_create_3507);
|
||||
methods += new qt_gsi::GenericMethod ("create|qt_create", "@brief Method bool QSharedMemory::create(int size, QSharedMemory::AccessMode mode)\n", false, &_init_f_create_3507, &_call_f_create_3507);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@brief Method void *QSharedMemory::data()\n", false, &_init_f_data_0, &_call_f_data_0);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@brief Method const void *QSharedMemory::data()\n", true, &_init_f_data_c0, &_call_f_data_c0);
|
||||
methods += new qt_gsi::GenericMethod ("detach", "@brief Method bool QSharedMemory::detach()\n", false, &_init_f_detach_0, &_call_f_detach_0);
|
||||
|
|
@ -461,33 +461,33 @@ public:
|
|||
emit QSharedMemory::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QSharedMemory::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QSharedMemory::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QSharedMemory::event(arg1);
|
||||
return QSharedMemory::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QSharedMemory_Adaptor, bool, QEvent *>(&QSharedMemory_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QSharedMemory_Adaptor, bool, QEvent *>(&QSharedMemory_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QSharedMemory::event(arg1);
|
||||
return QSharedMemory::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QSharedMemory::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QSharedMemory::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QSharedMemory::eventFilter(arg1, arg2);
|
||||
return QSharedMemory::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QSharedMemory_Adaptor, bool, QObject *, QEvent *>(&QSharedMemory_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QSharedMemory_Adaptor, bool, QObject *, QEvent *>(&QSharedMemory_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QSharedMemory::eventFilter(arg1, arg2);
|
||||
return QSharedMemory::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -498,33 +498,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QSharedMemory::objectNameChanged(const QString &objectName)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSharedMemory::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QSharedMemory::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QSharedMemory::childEvent(arg1);
|
||||
QSharedMemory::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QSharedMemory_Adaptor, QChildEvent *>(&QSharedMemory_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QSharedMemory_Adaptor, QChildEvent *>(&QSharedMemory_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QSharedMemory::childEvent(arg1);
|
||||
QSharedMemory::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSharedMemory::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QSharedMemory::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QSharedMemory::customEvent(arg1);
|
||||
QSharedMemory::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QSharedMemory_Adaptor, QEvent *>(&QSharedMemory_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QSharedMemory_Adaptor, QEvent *>(&QSharedMemory_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QSharedMemory::customEvent(arg1);
|
||||
QSharedMemory::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -543,18 +543,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSharedMemory::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QSharedMemory::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QSharedMemory::timerEvent(arg1);
|
||||
QSharedMemory::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QSharedMemory_Adaptor, QTimerEvent *>(&QSharedMemory_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QSharedMemory_Adaptor, QTimerEvent *>(&QSharedMemory_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QSharedMemory::timerEvent(arg1);
|
||||
QSharedMemory::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -572,7 +572,7 @@ QSharedMemory_Adaptor::~QSharedMemory_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QSharedMemory_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QSharedMemory_Adaptor> ();
|
||||
}
|
||||
|
|
@ -581,7 +581,7 @@ static void _call_ctor_QSharedMemory_Adaptor_1302 (const qt_gsi::GenericStaticMe
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QSharedMemory_Adaptor *> (new QSharedMemory_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -592,7 +592,7 @@ static void _init_ctor_QSharedMemory_Adaptor_3219 (qt_gsi::GenericStaticMethod *
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("key");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_1);
|
||||
decl->set_return_new<QSharedMemory_Adaptor> ();
|
||||
}
|
||||
|
|
@ -602,16 +602,16 @@ static void _call_ctor_QSharedMemory_Adaptor_3219 (const qt_gsi::GenericStaticMe
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QSharedMemory_Adaptor *> (new QSharedMemory_Adaptor (arg1, arg2));
|
||||
}
|
||||
|
||||
|
||||
// void QSharedMemory::childEvent(QChildEvent *)
|
||||
// void QSharedMemory::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -631,11 +631,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QSharedMemory::customEvent(QEvent *)
|
||||
// void QSharedMemory::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -659,7 +659,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -668,7 +668,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QSharedMemory_Adaptor *)cls)->emitter_QSharedMemory_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -697,11 +697,11 @@ static void _set_callback_cbs_disconnectNotify_2394_0 (void *cls, const gsi::Cal
|
|||
}
|
||||
|
||||
|
||||
// bool QSharedMemory::event(QEvent *)
|
||||
// bool QSharedMemory::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -720,13 +720,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QSharedMemory::eventFilter(QObject *, QEvent *)
|
||||
// bool QSharedMemory::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -828,11 +828,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QSharedMemory::timerEvent(QTimerEvent *)
|
||||
// void QSharedMemory::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -861,23 +861,23 @@ static gsi::Methods methods_QSharedMemory_Adaptor () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QSharedMemory::QSharedMemory(QObject *parent)\nThis method creates an object of class QSharedMemory.", &_init_ctor_QSharedMemory_Adaptor_1302, &_call_ctor_QSharedMemory_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QSharedMemory::QSharedMemory(const QString &key, QObject *parent)\nThis method creates an object of class QSharedMemory.", &_init_ctor_QSharedMemory_Adaptor_3219, &_call_ctor_QSharedMemory_Adaptor_3219);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSharedMemory::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSharedMemory::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSharedMemory::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSharedMemory::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QSharedMemory::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QSharedMemory::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QSharedMemory::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QSharedMemory::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSharedMemory::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSharedMemory::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QSharedMemory::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 ("emit_objectNameChanged", "@brief Emitter for signal void QSharedMemory::objectNameChanged(const QString &objectName)\nCall this method to emit this signal.", false, &_init_emitter_objectNameChanged_4567, &_call_emitter_objectNameChanged_4567);
|
||||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QSharedMemory::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 ("*sender", "@brief Method QObject *QSharedMemory::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 QSharedMemory::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 ("*timerEvent", "@brief Virtual method void QSharedMemory::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QSharedMemory::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -412,33 +412,33 @@ public:
|
|||
emit QSignalMapper::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QSignalMapper::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QSignalMapper::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QSignalMapper::event(arg1);
|
||||
return QSignalMapper::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QSignalMapper_Adaptor, bool, QEvent *>(&QSignalMapper_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QSignalMapper_Adaptor, bool, QEvent *>(&QSignalMapper_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QSignalMapper::event(arg1);
|
||||
return QSignalMapper::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QSignalMapper::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QSignalMapper::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QSignalMapper::eventFilter(arg1, arg2);
|
||||
return QSignalMapper::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QSignalMapper_Adaptor, bool, QObject *, QEvent *>(&QSignalMapper_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QSignalMapper_Adaptor, bool, QObject *, QEvent *>(&QSignalMapper_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QSignalMapper::eventFilter(arg1, arg2);
|
||||
return QSignalMapper::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -473,33 +473,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QSignalMapper::objectNameChanged(const QString &objectName)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSignalMapper::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QSignalMapper::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QSignalMapper::childEvent(arg1);
|
||||
QSignalMapper::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QSignalMapper_Adaptor, QChildEvent *>(&QSignalMapper_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QSignalMapper_Adaptor, QChildEvent *>(&QSignalMapper_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QSignalMapper::childEvent(arg1);
|
||||
QSignalMapper::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSignalMapper::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QSignalMapper::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QSignalMapper::customEvent(arg1);
|
||||
QSignalMapper::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QSignalMapper_Adaptor, QEvent *>(&QSignalMapper_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QSignalMapper_Adaptor, QEvent *>(&QSignalMapper_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QSignalMapper::customEvent(arg1);
|
||||
QSignalMapper::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -518,18 +518,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSignalMapper::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QSignalMapper::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QSignalMapper::timerEvent(arg1);
|
||||
QSignalMapper::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QSignalMapper_Adaptor, QTimerEvent *>(&QSignalMapper_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QSignalMapper_Adaptor, QTimerEvent *>(&QSignalMapper_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QSignalMapper::timerEvent(arg1);
|
||||
QSignalMapper::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -547,7 +547,7 @@ QSignalMapper_Adaptor::~QSignalMapper_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QSignalMapper_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QSignalMapper_Adaptor> ();
|
||||
}
|
||||
|
|
@ -556,16 +556,16 @@ static void _call_ctor_QSignalMapper_Adaptor_1302 (const qt_gsi::GenericStaticMe
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QSignalMapper_Adaptor *> (new QSignalMapper_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QSignalMapper::childEvent(QChildEvent *)
|
||||
// void QSignalMapper::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -585,11 +585,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QSignalMapper::customEvent(QEvent *)
|
||||
// void QSignalMapper::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -613,7 +613,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -622,7 +622,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QSignalMapper_Adaptor *)cls)->emitter_QSignalMapper_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -651,11 +651,11 @@ static void _set_callback_cbs_disconnectNotify_2394_0 (void *cls, const gsi::Cal
|
|||
}
|
||||
|
||||
|
||||
// bool QSignalMapper::event(QEvent *)
|
||||
// bool QSignalMapper::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -674,13 +674,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QSignalMapper::eventFilter(QObject *, QEvent *)
|
||||
// bool QSignalMapper::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -854,11 +854,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QSignalMapper::timerEvent(QTimerEvent *)
|
||||
// void QSignalMapper::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -886,16 +886,16 @@ gsi::Class<QSignalMapper> &qtdecl_QSignalMapper ();
|
|||
static gsi::Methods methods_QSignalMapper_Adaptor () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QSignalMapper::QSignalMapper(QObject *parent)\nThis method creates an object of class QSignalMapper.", &_init_ctor_QSignalMapper_Adaptor_1302, &_call_ctor_QSignalMapper_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSignalMapper::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSignalMapper::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSignalMapper::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSignalMapper::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QSignalMapper::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QSignalMapper::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QSignalMapper::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QSignalMapper::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSignalMapper::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSignalMapper::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QSignalMapper::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 ("emit_mapped", "@brief Emitter for signal void QSignalMapper::mapped(int)\nCall this method to emit this signal.", false, &_init_emitter_mapped_767, &_call_emitter_mapped_767);
|
||||
|
|
@ -906,7 +906,7 @@ static gsi::Methods methods_QSignalMapper_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QSignalMapper::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 ("*sender", "@brief Method QObject *QSignalMapper::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 QSignalMapper::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 ("*timerEvent", "@brief Virtual method void QSignalMapper::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QSignalMapper::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -267,18 +267,18 @@ public:
|
|||
emit QSignalTransition::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QSignalTransition::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QSignalTransition::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QSignalTransition::eventFilter(arg1, arg2);
|
||||
return QSignalTransition::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QSignalTransition_Adaptor, bool, QObject *, QEvent *>(&QSignalTransition_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QSignalTransition_Adaptor, bool, QObject *, QEvent *>(&QSignalTransition_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QSignalTransition::eventFilter(arg1, arg2);
|
||||
return QSignalTransition::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -319,33 +319,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QSignalTransition::triggered()'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSignalTransition::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QSignalTransition::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QSignalTransition::childEvent(arg1);
|
||||
QSignalTransition::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QSignalTransition_Adaptor, QChildEvent *>(&QSignalTransition_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QSignalTransition_Adaptor, QChildEvent *>(&QSignalTransition_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QSignalTransition::childEvent(arg1);
|
||||
QSignalTransition::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSignalTransition::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QSignalTransition::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QSignalTransition::customEvent(arg1);
|
||||
QSignalTransition::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QSignalTransition_Adaptor, QEvent *>(&QSignalTransition_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QSignalTransition_Adaptor, QEvent *>(&QSignalTransition_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QSignalTransition::customEvent(arg1);
|
||||
QSignalTransition::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -409,18 +409,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSignalTransition::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QSignalTransition::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QSignalTransition::timerEvent(arg1);
|
||||
QSignalTransition::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QSignalTransition_Adaptor, QTimerEvent *>(&QSignalTransition_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QSignalTransition_Adaptor, QTimerEvent *>(&QSignalTransition_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QSignalTransition::timerEvent(arg1);
|
||||
QSignalTransition::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -440,7 +440,7 @@ QSignalTransition_Adaptor::~QSignalTransition_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QSignalTransition_Adaptor_1216 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("sourceState", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("sourceState", true, "nullptr");
|
||||
decl->add_arg<QState * > (argspec_0);
|
||||
decl->set_return_new<QSignalTransition_Adaptor> ();
|
||||
}
|
||||
|
|
@ -449,7 +449,7 @@ static void _call_ctor_QSignalTransition_Adaptor_1216 (const qt_gsi::GenericStat
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QState *arg1 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (0, heap);
|
||||
QState *arg1 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (nullptr, heap);
|
||||
ret.write<QSignalTransition_Adaptor *> (new QSignalTransition_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -462,7 +462,7 @@ static void _init_ctor_QSignalTransition_Adaptor_4728 (qt_gsi::GenericStaticMeth
|
|||
decl->add_arg<const QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("signal");
|
||||
decl->add_arg<const char * > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("sourceState", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("sourceState", true, "nullptr");
|
||||
decl->add_arg<QState * > (argspec_2);
|
||||
decl->set_return_new<QSignalTransition_Adaptor> ();
|
||||
}
|
||||
|
|
@ -473,16 +473,16 @@ static void _call_ctor_QSignalTransition_Adaptor_4728 (const qt_gsi::GenericStat
|
|||
tl::Heap heap;
|
||||
const QObject *arg1 = gsi::arg_reader<const QObject * >() (args, heap);
|
||||
const char *arg2 = gsi::arg_reader<const char * >() (args, heap);
|
||||
QState *arg3 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (0, heap);
|
||||
QState *arg3 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (nullptr, heap);
|
||||
ret.write<QSignalTransition_Adaptor *> (new QSignalTransition_Adaptor (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
||||
// void QSignalTransition::childEvent(QChildEvent *)
|
||||
// void QSignalTransition::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -502,11 +502,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QSignalTransition::customEvent(QEvent *)
|
||||
// void QSignalTransition::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -530,7 +530,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -539,7 +539,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QSignalTransition_Adaptor *)cls)->emitter_QSignalTransition_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -591,13 +591,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QSignalTransition::eventFilter(QObject *, QEvent *)
|
||||
// bool QSignalTransition::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -802,11 +802,11 @@ static void _call_emitter_targetStatesChanged_3938 (const qt_gsi::GenericMethod
|
|||
}
|
||||
|
||||
|
||||
// void QSignalTransition::timerEvent(QTimerEvent *)
|
||||
// void QSignalTransition::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -849,16 +849,16 @@ static gsi::Methods methods_QSignalTransition_Adaptor () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QSignalTransition::QSignalTransition(QState *sourceState)\nThis method creates an object of class QSignalTransition.", &_init_ctor_QSignalTransition_Adaptor_1216, &_call_ctor_QSignalTransition_Adaptor_1216);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QSignalTransition::QSignalTransition(const QObject *sender, const char *signal, QState *sourceState)\nThis method creates an object of class QSignalTransition.", &_init_ctor_QSignalTransition_Adaptor_4728, &_call_ctor_QSignalTransition_Adaptor_4728);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSignalTransition::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSignalTransition::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSignalTransition::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSignalTransition::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QSignalTransition::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QSignalTransition::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QSignalTransition::event(QEvent *e)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSignalTransition::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSignalTransition::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*eventTest", "@brief Virtual method bool QSignalTransition::eventTest(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventTest_1217_0, &_call_cbs_eventTest_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*eventTest", "@hide", false, &_init_cbs_eventTest_1217_0, &_call_cbs_eventTest_1217_0, &_set_callback_cbs_eventTest_1217_0);
|
||||
|
|
@ -873,7 +873,7 @@ static gsi::Methods methods_QSignalTransition_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_signalChanged", "@brief Emitter for signal void QSignalTransition::signalChanged()\nCall this method to emit this signal.", false, &_init_emitter_signalChanged_3724, &_call_emitter_signalChanged_3724);
|
||||
methods += new qt_gsi::GenericMethod ("emit_targetStateChanged", "@brief Emitter for signal void QSignalTransition::targetStateChanged()\nCall this method to emit this signal.", false, &_init_emitter_targetStateChanged_3938, &_call_emitter_targetStateChanged_3938);
|
||||
methods += new qt_gsi::GenericMethod ("emit_targetStatesChanged", "@brief Emitter for signal void QSignalTransition::targetStatesChanged()\nCall this method to emit this signal.", false, &_init_emitter_targetStatesChanged_3938, &_call_emitter_targetStatesChanged_3938);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QSignalTransition::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QSignalTransition::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_triggered", "@brief Emitter for signal void QSignalTransition::triggered()\nCall this method to emit this signal.", false, &_init_emitter_triggered_3938, &_call_emitter_triggered_3938);
|
||||
return methods;
|
||||
|
|
|
|||
|
|
@ -249,18 +249,18 @@ public:
|
|||
emit QSocketNotifier::destroyed(arg1);
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QSocketNotifier::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QSocketNotifier::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QSocketNotifier::eventFilter(arg1, arg2);
|
||||
return QSocketNotifier::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QSocketNotifier_Adaptor, bool, QObject *, QEvent *>(&QSocketNotifier_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QSocketNotifier_Adaptor, bool, QObject *, QEvent *>(&QSocketNotifier_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QSocketNotifier::eventFilter(arg1, arg2);
|
||||
return QSocketNotifier::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -271,33 +271,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QSocketNotifier::objectNameChanged(const QString &objectName)'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSocketNotifier::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QSocketNotifier::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QSocketNotifier::childEvent(arg1);
|
||||
QSocketNotifier::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QSocketNotifier_Adaptor, QChildEvent *>(&QSocketNotifier_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QSocketNotifier_Adaptor, QChildEvent *>(&QSocketNotifier_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QSocketNotifier::childEvent(arg1);
|
||||
QSocketNotifier::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSocketNotifier::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QSocketNotifier::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QSocketNotifier::customEvent(arg1);
|
||||
QSocketNotifier::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QSocketNotifier_Adaptor, QEvent *>(&QSocketNotifier_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QSocketNotifier_Adaptor, QEvent *>(&QSocketNotifier_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QSocketNotifier::customEvent(arg1);
|
||||
QSocketNotifier::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -331,18 +331,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSocketNotifier::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QSocketNotifier::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QSocketNotifier::timerEvent(arg1);
|
||||
QSocketNotifier::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QSocketNotifier_Adaptor, QTimerEvent *>(&QSocketNotifier_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QSocketNotifier_Adaptor, QTimerEvent *>(&QSocketNotifier_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QSocketNotifier::timerEvent(arg1);
|
||||
QSocketNotifier::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -364,7 +364,7 @@ static void _init_ctor_QSocketNotifier_Adaptor_7056 (qt_gsi::GenericStaticMethod
|
|||
decl->add_arg<QIntegerForSizeof<void*>::Signed > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
decl->add_arg<const qt_gsi::Converter<QSocketNotifier::Type>::target_type & > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_2);
|
||||
decl->set_return_new<QSocketNotifier_Adaptor> ();
|
||||
}
|
||||
|
|
@ -375,7 +375,7 @@ static void _call_ctor_QSocketNotifier_Adaptor_7056 (const qt_gsi::GenericStatic
|
|||
tl::Heap heap;
|
||||
QIntegerForSizeof<void*>::Signed arg1 = gsi::arg_reader<QIntegerForSizeof<void*>::Signed >() (args, heap);
|
||||
const qt_gsi::Converter<QSocketNotifier::Type>::target_type & arg2 = gsi::arg_reader<const qt_gsi::Converter<QSocketNotifier::Type>::target_type & >() (args, heap);
|
||||
QObject *arg3 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg3 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QSocketNotifier_Adaptor *> (new QSocketNotifier_Adaptor (arg1, qt_gsi::QtToCppAdaptor<QSocketNotifier::Type>(arg2).cref(), arg3));
|
||||
}
|
||||
|
||||
|
|
@ -398,11 +398,11 @@ static void _call_emitter_activated_4159 (const qt_gsi::GenericMethod * /*decl*/
|
|||
}
|
||||
|
||||
|
||||
// void QSocketNotifier::childEvent(QChildEvent *)
|
||||
// void QSocketNotifier::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -422,11 +422,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QSocketNotifier::customEvent(QEvent *)
|
||||
// void QSocketNotifier::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -450,7 +450,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -459,7 +459,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QSocketNotifier_Adaptor *)cls)->emitter_QSocketNotifier_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -511,13 +511,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QSocketNotifier::eventFilter(QObject *, QEvent *)
|
||||
// bool QSocketNotifier::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -619,11 +619,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QSocketNotifier::timerEvent(QTimerEvent *)
|
||||
// void QSocketNotifier::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -652,23 +652,23 @@ static gsi::Methods methods_QSocketNotifier_Adaptor () {
|
|||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QSocketNotifier::QSocketNotifier(QIntegerForSizeof<void*>::Signed socket, QSocketNotifier::Type, QObject *parent)\nThis method creates an object of class QSocketNotifier.", &_init_ctor_QSocketNotifier_Adaptor_7056, &_call_ctor_QSocketNotifier_Adaptor_7056);
|
||||
methods += new qt_gsi::GenericMethod ("emit_activated", "@brief Emitter for signal void QSocketNotifier::activated(int socket)\nCall this method to emit this signal.", false, &_init_emitter_activated_4159, &_call_emitter_activated_4159);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSocketNotifier::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSocketNotifier::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSocketNotifier::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSocketNotifier::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QSocketNotifier::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QSocketNotifier::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QSocketNotifier::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSocketNotifier::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSocketNotifier::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*isSignalConnected", "@brief Method bool QSocketNotifier::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 ("emit_objectNameChanged", "@brief Emitter for signal void QSocketNotifier::objectNameChanged(const QString &objectName)\nCall this method to emit this signal.", false, &_init_emitter_objectNameChanged_4567, &_call_emitter_objectNameChanged_4567);
|
||||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QSocketNotifier::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 ("*sender", "@brief Method QObject *QSocketNotifier::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 QSocketNotifier::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 ("*timerEvent", "@brief Virtual method void QSocketNotifier::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QSocketNotifier::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
#include <QObject>
|
||||
#include <QPersistentModelIndex>
|
||||
#include <QRegExp>
|
||||
#include <QRegularExpression>
|
||||
#include <QSize>
|
||||
#include <QThread>
|
||||
#include <QTimerEvent>
|
||||
|
|
@ -268,6 +269,21 @@ static void _call_f_filterRegExp_c0 (const qt_gsi::GenericMethod * /*decl*/, voi
|
|||
}
|
||||
|
||||
|
||||
// QRegularExpression QSortFilterProxyModel::filterRegularExpression()
|
||||
|
||||
|
||||
static void _init_f_filterRegularExpression_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QRegularExpression > ();
|
||||
}
|
||||
|
||||
static void _call_f_filterRegularExpression_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QRegularExpression > ((QRegularExpression)((QSortFilterProxyModel *)cls)->filterRegularExpression ());
|
||||
}
|
||||
|
||||
|
||||
// int QSortFilterProxyModel::filterRole()
|
||||
|
||||
|
||||
|
|
@ -437,6 +453,21 @@ static void _call_f_invalidate_0 (const qt_gsi::GenericMethod * /*decl*/, void *
|
|||
}
|
||||
|
||||
|
||||
// bool QSortFilterProxyModel::isRecursiveFilteringEnabled()
|
||||
|
||||
|
||||
static void _init_f_isRecursiveFilteringEnabled_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_isRecursiveFilteringEnabled_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<bool > ((bool)((QSortFilterProxyModel *)cls)->isRecursiveFilteringEnabled ());
|
||||
}
|
||||
|
||||
|
||||
// bool QSortFilterProxyModel::isSortLocaleAware()
|
||||
|
||||
|
||||
|
|
@ -801,6 +832,26 @@ static void _call_f_setFilterKeyColumn_767 (const qt_gsi::GenericMethod * /*decl
|
|||
}
|
||||
|
||||
|
||||
// void QSortFilterProxyModel::setFilterRegExp(const QString &pattern)
|
||||
|
||||
|
||||
static void _init_f_setFilterRegExp_2025 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("pattern");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setFilterRegExp_2025 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QSortFilterProxyModel *)cls)->setFilterRegExp (arg1);
|
||||
}
|
||||
|
||||
|
||||
// void QSortFilterProxyModel::setFilterRegExp(const QRegExp ®Exp)
|
||||
|
||||
|
||||
|
|
@ -821,23 +872,43 @@ static void _call_f_setFilterRegExp_1981 (const qt_gsi::GenericMethod * /*decl*/
|
|||
}
|
||||
|
||||
|
||||
// void QSortFilterProxyModel::setFilterRegExp(const QString &pattern)
|
||||
// void QSortFilterProxyModel::setFilterRegularExpression(const QString &pattern)
|
||||
|
||||
|
||||
static void _init_f_setFilterRegExp_2025 (qt_gsi::GenericMethod *decl)
|
||||
static void _init_f_setFilterRegularExpression_2025 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("pattern");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setFilterRegExp_2025 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
static void _call_f_setFilterRegularExpression_2025 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QSortFilterProxyModel *)cls)->setFilterRegExp (arg1);
|
||||
((QSortFilterProxyModel *)cls)->setFilterRegularExpression (arg1);
|
||||
}
|
||||
|
||||
|
||||
// void QSortFilterProxyModel::setFilterRegularExpression(const QRegularExpression ®ularExpression)
|
||||
|
||||
|
||||
static void _init_f_setFilterRegularExpression_3188 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("regularExpression");
|
||||
decl->add_arg<const QRegularExpression & > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setFilterRegularExpression_3188 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QRegularExpression &arg1 = gsi::arg_reader<const QRegularExpression & >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QSortFilterProxyModel *)cls)->setFilterRegularExpression (arg1);
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -909,6 +980,26 @@ static void _call_f_setHeaderData_5242 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// void QSortFilterProxyModel::setRecursiveFilteringEnabled(bool recursive)
|
||||
|
||||
|
||||
static void _init_f_setRecursiveFilteringEnabled_864 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("recursive");
|
||||
decl->add_arg<bool > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
||||
static void _call_f_setRecursiveFilteringEnabled_864 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
bool arg1 = gsi::arg_reader<bool >() (args, heap);
|
||||
__SUPPRESS_UNUSED_WARNING(ret);
|
||||
((QSortFilterProxyModel *)cls)->setRecursiveFilteringEnabled (arg1);
|
||||
}
|
||||
|
||||
|
||||
// void QSortFilterProxyModel::setSortCaseSensitivity(Qt::CaseSensitivity cs)
|
||||
|
||||
|
||||
|
|
@ -1198,6 +1289,7 @@ static gsi::Methods methods_QSortFilterProxyModel () {
|
|||
methods += new qt_gsi::GenericMethod (":filterCaseSensitivity", "@brief Method Qt::CaseSensitivity QSortFilterProxyModel::filterCaseSensitivity()\n", true, &_init_f_filterCaseSensitivity_c0, &_call_f_filterCaseSensitivity_c0);
|
||||
methods += new qt_gsi::GenericMethod (":filterKeyColumn", "@brief Method int QSortFilterProxyModel::filterKeyColumn()\n", true, &_init_f_filterKeyColumn_c0, &_call_f_filterKeyColumn_c0);
|
||||
methods += new qt_gsi::GenericMethod (":filterRegExp", "@brief Method QRegExp QSortFilterProxyModel::filterRegExp()\n", true, &_init_f_filterRegExp_c0, &_call_f_filterRegExp_c0);
|
||||
methods += new qt_gsi::GenericMethod ("filterRegularExpression", "@brief Method QRegularExpression QSortFilterProxyModel::filterRegularExpression()\n", true, &_init_f_filterRegularExpression_c0, &_call_f_filterRegularExpression_c0);
|
||||
methods += new qt_gsi::GenericMethod (":filterRole", "@brief Method int QSortFilterProxyModel::filterRole()\n", true, &_init_f_filterRole_c0, &_call_f_filterRole_c0);
|
||||
methods += new qt_gsi::GenericMethod ("flags", "@brief Method QFlags<Qt::ItemFlag> QSortFilterProxyModel::flags(const QModelIndex &index)\nThis is a reimplementation of QAbstractProxyModel::flags", true, &_init_f_flags_c2395, &_call_f_flags_c2395);
|
||||
methods += new qt_gsi::GenericMethod ("hasChildren", "@brief Method bool QSortFilterProxyModel::hasChildren(const QModelIndex &parent)\nThis is a reimplementation of QAbstractProxyModel::hasChildren", true, &_init_f_hasChildren_c2395, &_call_f_hasChildren_c2395);
|
||||
|
|
@ -1206,6 +1298,7 @@ static gsi::Methods methods_QSortFilterProxyModel () {
|
|||
methods += new qt_gsi::GenericMethod ("insertColumns", "@brief Method bool QSortFilterProxyModel::insertColumns(int column, int count, const QModelIndex &parent)\nThis is a reimplementation of QAbstractItemModel::insertColumns", false, &_init_f_insertColumns_3713, &_call_f_insertColumns_3713);
|
||||
methods += new qt_gsi::GenericMethod ("insertRows", "@brief Method bool QSortFilterProxyModel::insertRows(int row, int count, const QModelIndex &parent)\nThis is a reimplementation of QAbstractItemModel::insertRows", false, &_init_f_insertRows_3713, &_call_f_insertRows_3713);
|
||||
methods += new qt_gsi::GenericMethod ("invalidate", "@brief Method void QSortFilterProxyModel::invalidate()\n", false, &_init_f_invalidate_0, &_call_f_invalidate_0);
|
||||
methods += new qt_gsi::GenericMethod ("isRecursiveFilteringEnabled?", "@brief Method bool QSortFilterProxyModel::isRecursiveFilteringEnabled()\n", true, &_init_f_isRecursiveFilteringEnabled_c0, &_call_f_isRecursiveFilteringEnabled_c0);
|
||||
methods += new qt_gsi::GenericMethod ("isSortLocaleAware?|:isSortLocaleAware", "@brief Method bool QSortFilterProxyModel::isSortLocaleAware()\n", true, &_init_f_isSortLocaleAware_c0, &_call_f_isSortLocaleAware_c0);
|
||||
methods += new qt_gsi::GenericMethod ("mapFromSource", "@brief Method QModelIndex QSortFilterProxyModel::mapFromSource(const QModelIndex &sourceIndex)\nThis is a reimplementation of QAbstractProxyModel::mapFromSource", true, &_init_f_mapFromSource_c2395, &_call_f_mapFromSource_c2395);
|
||||
methods += new qt_gsi::GenericMethod ("mapSelectionFromSource", "@brief Method QItemSelection QSortFilterProxyModel::mapSelectionFromSource(const QItemSelection &sourceSelection)\nThis is a reimplementation of QAbstractProxyModel::mapSelectionFromSource", true, &_init_f_mapSelectionFromSource_c2727, &_call_f_mapSelectionFromSource_c2727);
|
||||
|
|
@ -1224,11 +1317,14 @@ static gsi::Methods methods_QSortFilterProxyModel () {
|
|||
methods += new qt_gsi::GenericMethod ("setFilterCaseSensitivity|filterCaseSensitivity=", "@brief Method void QSortFilterProxyModel::setFilterCaseSensitivity(Qt::CaseSensitivity cs)\n", false, &_init_f_setFilterCaseSensitivity_2324, &_call_f_setFilterCaseSensitivity_2324);
|
||||
methods += new qt_gsi::GenericMethod ("setFilterFixedString", "@brief Method void QSortFilterProxyModel::setFilterFixedString(const QString &pattern)\n", false, &_init_f_setFilterFixedString_2025, &_call_f_setFilterFixedString_2025);
|
||||
methods += new qt_gsi::GenericMethod ("setFilterKeyColumn|filterKeyColumn=", "@brief Method void QSortFilterProxyModel::setFilterKeyColumn(int column)\n", false, &_init_f_setFilterKeyColumn_767, &_call_f_setFilterKeyColumn_767);
|
||||
methods += new qt_gsi::GenericMethod ("setFilterRegExp|filterRegExp=", "@brief Method void QSortFilterProxyModel::setFilterRegExp(const QRegExp ®Exp)\n", false, &_init_f_setFilterRegExp_1981, &_call_f_setFilterRegExp_1981);
|
||||
methods += new qt_gsi::GenericMethod ("setFilterRegExp|filterRegExp=", "@brief Method void QSortFilterProxyModel::setFilterRegExp(const QString &pattern)\n", false, &_init_f_setFilterRegExp_2025, &_call_f_setFilterRegExp_2025);
|
||||
methods += new qt_gsi::GenericMethod ("setFilterRegExp|filterRegExp=", "@brief Method void QSortFilterProxyModel::setFilterRegExp(const QRegExp ®Exp)\n", false, &_init_f_setFilterRegExp_1981, &_call_f_setFilterRegExp_1981);
|
||||
methods += new qt_gsi::GenericMethod ("setFilterRegularExpression", "@brief Method void QSortFilterProxyModel::setFilterRegularExpression(const QString &pattern)\n", false, &_init_f_setFilterRegularExpression_2025, &_call_f_setFilterRegularExpression_2025);
|
||||
methods += new qt_gsi::GenericMethod ("setFilterRegularExpression", "@brief Method void QSortFilterProxyModel::setFilterRegularExpression(const QRegularExpression ®ularExpression)\n", false, &_init_f_setFilterRegularExpression_3188, &_call_f_setFilterRegularExpression_3188);
|
||||
methods += new qt_gsi::GenericMethod ("setFilterRole|filterRole=", "@brief Method void QSortFilterProxyModel::setFilterRole(int role)\n", false, &_init_f_setFilterRole_767, &_call_f_setFilterRole_767);
|
||||
methods += new qt_gsi::GenericMethod ("setFilterWildcard", "@brief Method void QSortFilterProxyModel::setFilterWildcard(const QString &pattern)\n", false, &_init_f_setFilterWildcard_2025, &_call_f_setFilterWildcard_2025);
|
||||
methods += new qt_gsi::GenericMethod ("setHeaderData", "@brief Method bool QSortFilterProxyModel::setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role)\nThis is a reimplementation of QAbstractProxyModel::setHeaderData", false, &_init_f_setHeaderData_5242, &_call_f_setHeaderData_5242);
|
||||
methods += new qt_gsi::GenericMethod ("setRecursiveFilteringEnabled", "@brief Method void QSortFilterProxyModel::setRecursiveFilteringEnabled(bool recursive)\n", false, &_init_f_setRecursiveFilteringEnabled_864, &_call_f_setRecursiveFilteringEnabled_864);
|
||||
methods += new qt_gsi::GenericMethod ("setSortCaseSensitivity|sortCaseSensitivity=", "@brief Method void QSortFilterProxyModel::setSortCaseSensitivity(Qt::CaseSensitivity cs)\n", false, &_init_f_setSortCaseSensitivity_2324, &_call_f_setSortCaseSensitivity_2324);
|
||||
methods += new qt_gsi::GenericMethod ("setSortLocaleAware", "@brief Method void QSortFilterProxyModel::setSortLocaleAware(bool on)\n", false, &_init_f_setSortLocaleAware_864, &_call_f_setSortLocaleAware_864);
|
||||
methods += new qt_gsi::GenericMethod ("setSortRole|sortRole=", "@brief Method void QSortFilterProxyModel::setSortRole(int role)\n", false, &_init_f_setSortRole_767, &_call_f_setSortRole_767);
|
||||
|
|
@ -1596,33 +1692,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QSortFilterProxyModel::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QSortFilterProxyModel::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QSortFilterProxyModel::event(arg1);
|
||||
return QSortFilterProxyModel::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QSortFilterProxyModel_Adaptor, bool, QEvent *>(&QSortFilterProxyModel_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QSortFilterProxyModel_Adaptor, bool, QEvent *>(&QSortFilterProxyModel_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QSortFilterProxyModel::event(arg1);
|
||||
return QSortFilterProxyModel::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QSortFilterProxyModel::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QSortFilterProxyModel::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QSortFilterProxyModel::eventFilter(arg1, arg2);
|
||||
return QSortFilterProxyModel::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QSortFilterProxyModel_Adaptor, bool, QObject *, QEvent *>(&QSortFilterProxyModel_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QSortFilterProxyModel_Adaptor, bool, QObject *, QEvent *>(&QSortFilterProxyModel_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QSortFilterProxyModel::eventFilter(arg1, arg2);
|
||||
return QSortFilterProxyModel::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2222,33 +2318,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSortFilterProxyModel::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QSortFilterProxyModel::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QSortFilterProxyModel::childEvent(arg1);
|
||||
QSortFilterProxyModel::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QSortFilterProxyModel_Adaptor, QChildEvent *>(&QSortFilterProxyModel_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QSortFilterProxyModel_Adaptor, QChildEvent *>(&QSortFilterProxyModel_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QSortFilterProxyModel::childEvent(arg1);
|
||||
QSortFilterProxyModel::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSortFilterProxyModel::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QSortFilterProxyModel::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QSortFilterProxyModel::customEvent(arg1);
|
||||
QSortFilterProxyModel::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QSortFilterProxyModel_Adaptor, QEvent *>(&QSortFilterProxyModel_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QSortFilterProxyModel_Adaptor, QEvent *>(&QSortFilterProxyModel_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QSortFilterProxyModel::customEvent(arg1);
|
||||
QSortFilterProxyModel::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2312,18 +2408,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QSortFilterProxyModel::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QSortFilterProxyModel::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QSortFilterProxyModel::timerEvent(arg1);
|
||||
QSortFilterProxyModel::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QSortFilterProxyModel_Adaptor, QTimerEvent *>(&QSortFilterProxyModel_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QSortFilterProxyModel_Adaptor, QTimerEvent *>(&QSortFilterProxyModel_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QSortFilterProxyModel::timerEvent(arg1);
|
||||
QSortFilterProxyModel::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2383,7 +2479,7 @@ QSortFilterProxyModel_Adaptor::~QSortFilterProxyModel_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QSortFilterProxyModel_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QSortFilterProxyModel_Adaptor> ();
|
||||
}
|
||||
|
|
@ -2392,7 +2488,7 @@ static void _call_ctor_QSortFilterProxyModel_Adaptor_1302 (const qt_gsi::Generic
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QSortFilterProxyModel_Adaptor *> (new QSortFilterProxyModel_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -2697,11 +2793,11 @@ static void _call_fp_changePersistentIndexList_5912 (const qt_gsi::GenericMethod
|
|||
}
|
||||
|
||||
|
||||
// void QSortFilterProxyModel::childEvent(QChildEvent *)
|
||||
// void QSortFilterProxyModel::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -2908,7 +3004,7 @@ static void _init_fp_createIndex_c2374 (qt_gsi::GenericMethod *decl)
|
|||
decl->add_arg<int > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("column");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("data", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("data", true, "nullptr");
|
||||
decl->add_arg<void * > (argspec_2);
|
||||
decl->set_return<QModelIndex > ();
|
||||
}
|
||||
|
|
@ -2919,7 +3015,7 @@ static void _call_fp_createIndex_c2374 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
int arg2 = gsi::arg_reader<int >() (args, heap);
|
||||
void *arg3 = args ? gsi::arg_reader<void * >() (args, heap) : gsi::arg_maker<void * >() (0, heap);
|
||||
void *arg3 = args ? gsi::arg_reader<void * >() (args, heap) : gsi::arg_maker<void * >() (nullptr, heap);
|
||||
ret.write<QModelIndex > ((QModelIndex)((QSortFilterProxyModel_Adaptor *)cls)->fp_QSortFilterProxyModel_createIndex_c2374 (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
|
@ -2948,11 +3044,11 @@ static void _call_fp_createIndex_c2657 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// void QSortFilterProxyModel::customEvent(QEvent *)
|
||||
// void QSortFilterProxyModel::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -3053,7 +3149,7 @@ static void _call_fp_decodeData_5302 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -3062,7 +3158,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QSortFilterProxyModel_Adaptor *)cls)->emitter_QSortFilterProxyModel_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -3253,11 +3349,11 @@ static void _call_fp_endResetModel_0 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
}
|
||||
|
||||
|
||||
// bool QSortFilterProxyModel::event(QEvent *)
|
||||
// bool QSortFilterProxyModel::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -3276,13 +3372,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QSortFilterProxyModel::eventFilter(QObject *, QEvent *)
|
||||
// bool QSortFilterProxyModel::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -4623,11 +4719,11 @@ static void _set_callback_cbs_supportedDropActions_c0_0 (void *cls, const gsi::C
|
|||
}
|
||||
|
||||
|
||||
// void QSortFilterProxyModel::timerEvent(QTimerEvent *)
|
||||
// void QSortFilterProxyModel::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -4670,7 +4766,7 @@ static gsi::Methods methods_QSortFilterProxyModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("canFetchMore", "@hide", true, &_init_cbs_canFetchMore_c2395_0, &_call_cbs_canFetchMore_c2395_0, &_set_callback_cbs_canFetchMore_c2395_0);
|
||||
methods += new qt_gsi::GenericMethod ("*changePersistentIndex", "@brief Method void QSortFilterProxyModel::changePersistentIndex(const QModelIndex &from, const QModelIndex &to)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_changePersistentIndex_4682, &_call_fp_changePersistentIndex_4682);
|
||||
methods += new qt_gsi::GenericMethod ("*changePersistentIndexList", "@brief Method void QSortFilterProxyModel::changePersistentIndexList(const QList<QModelIndex> &from, const QList<QModelIndex> &to)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_changePersistentIndexList_5912, &_call_fp_changePersistentIndexList_5912);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSortFilterProxyModel::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QSortFilterProxyModel::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("columnCount", "@brief Virtual method int QSortFilterProxyModel::columnCount(const QModelIndex &parent)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_columnCount_c2395_1, &_call_cbs_columnCount_c2395_1);
|
||||
methods += new qt_gsi::GenericMethod ("columnCount", "@hide", true, &_init_cbs_columnCount_c2395_1, &_call_cbs_columnCount_c2395_1, &_set_callback_cbs_columnCount_c2395_1);
|
||||
|
|
@ -4682,7 +4778,7 @@ static gsi::Methods methods_QSortFilterProxyModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_columnsRemoved", "@brief Emitter for signal void QSortFilterProxyModel::columnsRemoved(const QModelIndex &parent, int first, int last)\nCall this method to emit this signal.", false, &_init_emitter_columnsRemoved_7372, &_call_emitter_columnsRemoved_7372);
|
||||
methods += new qt_gsi::GenericMethod ("*createIndex", "@brief Method QModelIndex QSortFilterProxyModel::createIndex(int row, int column, void *data)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_createIndex_c2374, &_call_fp_createIndex_c2374);
|
||||
methods += new qt_gsi::GenericMethod ("*createIndex", "@brief Method QModelIndex QSortFilterProxyModel::createIndex(int row, int column, quintptr id)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_createIndex_c2657, &_call_fp_createIndex_c2657);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSortFilterProxyModel::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QSortFilterProxyModel::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@brief Virtual method QVariant QSortFilterProxyModel::data(const QModelIndex &index, int role)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_data_c3054_1, &_call_cbs_data_c3054_1);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@hide", true, &_init_cbs_data_c3054_1, &_call_cbs_data_c3054_1, &_set_callback_cbs_data_c3054_1);
|
||||
|
|
@ -4701,9 +4797,9 @@ static gsi::Methods methods_QSortFilterProxyModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*endRemoveColumns", "@brief Method void QSortFilterProxyModel::endRemoveColumns()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endRemoveColumns_0, &_call_fp_endRemoveColumns_0);
|
||||
methods += new qt_gsi::GenericMethod ("*endRemoveRows", "@brief Method void QSortFilterProxyModel::endRemoveRows()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endRemoveRows_0, &_call_fp_endRemoveRows_0);
|
||||
methods += new qt_gsi::GenericMethod ("*endResetModel", "@brief Method void QSortFilterProxyModel::endResetModel()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endResetModel_0, &_call_fp_endResetModel_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QSortFilterProxyModel::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QSortFilterProxyModel::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSortFilterProxyModel::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QSortFilterProxyModel::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("fetchMore", "@brief Virtual method void QSortFilterProxyModel::fetchMore(const QModelIndex &parent)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_fetchMore_2395_0, &_call_cbs_fetchMore_2395_0);
|
||||
methods += new qt_gsi::GenericMethod ("fetchMore", "@hide", false, &_init_cbs_fetchMore_2395_0, &_call_cbs_fetchMore_2395_0, &_set_callback_cbs_fetchMore_2395_0);
|
||||
|
|
@ -4798,7 +4894,7 @@ static gsi::Methods methods_QSortFilterProxyModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("supportedDragActions", "@hide", true, &_init_cbs_supportedDragActions_c0_0, &_call_cbs_supportedDragActions_c0_0, &_set_callback_cbs_supportedDragActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("supportedDropActions", "@brief Virtual method QFlags<Qt::DropAction> QSortFilterProxyModel::supportedDropActions()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_supportedDropActions_c0_0, &_call_cbs_supportedDropActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("supportedDropActions", "@hide", true, &_init_cbs_supportedDropActions_c0_0, &_call_cbs_supportedDropActions_c0_0, &_set_callback_cbs_supportedDropActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QSortFilterProxyModel::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QSortFilterProxyModel::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -462,18 +462,18 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QState::errorStateChanged()'");
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QState::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QState::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QState::eventFilter(arg1, arg2);
|
||||
return QState::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QState_Adaptor, bool, QObject *, QEvent *>(&QState_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QState_Adaptor, bool, QObject *, QEvent *>(&QState_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QState::eventFilter(arg1, arg2);
|
||||
return QState::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -508,33 +508,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QState::propertiesAssigned()'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QState::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QState::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QState::childEvent(arg1);
|
||||
QState::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QState_Adaptor, QChildEvent *>(&QState_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QState_Adaptor, QChildEvent *>(&QState_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QState::childEvent(arg1);
|
||||
QState::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QState::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QState::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QState::customEvent(arg1);
|
||||
QState::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QState_Adaptor, QEvent *>(&QState_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QState_Adaptor, QEvent *>(&QState_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QState::customEvent(arg1);
|
||||
QState::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -598,18 +598,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QState::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QState::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QState::timerEvent(arg1);
|
||||
QState::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QState_Adaptor, QTimerEvent *>(&QState_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QState_Adaptor, QTimerEvent *>(&QState_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QState::timerEvent(arg1);
|
||||
QState::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -629,7 +629,7 @@ QState_Adaptor::~QState_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QState_Adaptor_1216 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QState * > (argspec_0);
|
||||
decl->set_return_new<QState_Adaptor> ();
|
||||
}
|
||||
|
|
@ -638,7 +638,7 @@ static void _call_ctor_QState_Adaptor_1216 (const qt_gsi::GenericStaticMethod *
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QState *arg1 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (0, heap);
|
||||
QState *arg1 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (nullptr, heap);
|
||||
ret.write<QState_Adaptor *> (new QState_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -649,7 +649,7 @@ static void _init_ctor_QState_Adaptor_3127 (qt_gsi::GenericStaticMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("childMode");
|
||||
decl->add_arg<const qt_gsi::Converter<QState::ChildMode>::target_type & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "nullptr");
|
||||
decl->add_arg<QState * > (argspec_1);
|
||||
decl->set_return_new<QState_Adaptor> ();
|
||||
}
|
||||
|
|
@ -659,7 +659,7 @@ static void _call_ctor_QState_Adaptor_3127 (const qt_gsi::GenericStaticMethod *
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const qt_gsi::Converter<QState::ChildMode>::target_type & arg1 = gsi::arg_reader<const qt_gsi::Converter<QState::ChildMode>::target_type & >() (args, heap);
|
||||
QState *arg2 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (0, heap);
|
||||
QState *arg2 = args ? gsi::arg_reader<QState * >() (args, heap) : gsi::arg_maker<QState * >() (nullptr, heap);
|
||||
ret.write<QState_Adaptor *> (new QState_Adaptor (qt_gsi::QtToCppAdaptor<QState::ChildMode>(arg1).cref(), arg2));
|
||||
}
|
||||
|
||||
|
|
@ -682,11 +682,11 @@ static void _call_emitter_activeChanged_864 (const qt_gsi::GenericMethod * /*dec
|
|||
}
|
||||
|
||||
|
||||
// void QState::childEvent(QChildEvent *)
|
||||
// void QState::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -720,11 +720,11 @@ static void _call_emitter_childModeChanged_2564 (const qt_gsi::GenericMethod * /
|
|||
}
|
||||
|
||||
|
||||
// void QState::customEvent(QEvent *)
|
||||
// void QState::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -748,7 +748,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -757,7 +757,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QState_Adaptor *)cls)->emitter_QState_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -837,13 +837,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QState::eventFilter(QObject *, QEvent *)
|
||||
// bool QState::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1049,11 +1049,11 @@ static void _call_fp_senderSignalIndex_c0 (const qt_gsi::GenericMethod * /*decl*
|
|||
}
|
||||
|
||||
|
||||
// void QState::timerEvent(QTimerEvent *)
|
||||
// void QState::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1083,10 +1083,10 @@ static gsi::Methods methods_QState_Adaptor () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QState::QState(QState *parent)\nThis method creates an object of class QState.", &_init_ctor_QState_Adaptor_1216, &_call_ctor_QState_Adaptor_1216);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QState::QState(QState::ChildMode childMode, QState *parent)\nThis method creates an object of class QState.", &_init_ctor_QState_Adaptor_3127, &_call_ctor_QState_Adaptor_3127);
|
||||
methods += new qt_gsi::GenericMethod ("emit_activeChanged", "@brief Emitter for signal void QState::activeChanged(bool active)\nCall this method to emit this signal.", false, &_init_emitter_activeChanged_864, &_call_emitter_activeChanged_864);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QState::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QState::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_childModeChanged", "@brief Emitter for signal void QState::childModeChanged()\nCall this method to emit this signal.", false, &_init_emitter_childModeChanged_2564, &_call_emitter_childModeChanged_2564);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QState::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QState::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QState::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QState::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
|
|
@ -1095,7 +1095,7 @@ static gsi::Methods methods_QState_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_errorStateChanged", "@brief Emitter for signal void QState::errorStateChanged()\nCall this method to emit this signal.", false, &_init_emitter_errorStateChanged_2564, &_call_emitter_errorStateChanged_2564);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@brief Virtual method bool QState::event(QEvent *e)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QState::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QState::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_exited", "@brief Emitter for signal void QState::exited()\nCall this method to emit this signal.", false, &_init_emitter_exited_3384, &_call_emitter_exited_3384);
|
||||
methods += new qt_gsi::GenericMethod ("emit_finished", "@brief Emitter for signal void QState::finished()\nCall this method to emit this signal.", false, &_init_emitter_finished_2564, &_call_emitter_finished_2564);
|
||||
|
|
@ -1110,7 +1110,7 @@ static gsi::Methods methods_QState_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*receivers", "@brief Method int QState::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 ("*sender", "@brief Method QObject *QState::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 QState::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 ("*timerEvent", "@brief Virtual method void QState::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QState::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -718,33 +718,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QStateMachine::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QStateMachine::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QStateMachine::childEvent(arg1);
|
||||
QStateMachine::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QStateMachine_Adaptor, QChildEvent *>(&QStateMachine_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QStateMachine_Adaptor, QChildEvent *>(&QStateMachine_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QStateMachine::childEvent(arg1);
|
||||
QStateMachine::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QStateMachine::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QStateMachine::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QStateMachine::customEvent(arg1);
|
||||
QStateMachine::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QStateMachine_Adaptor, QEvent *>(&QStateMachine_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QStateMachine_Adaptor, QEvent *>(&QStateMachine_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QStateMachine::customEvent(arg1);
|
||||
QStateMachine::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -838,18 +838,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QStateMachine::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QStateMachine::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QStateMachine::timerEvent(arg1);
|
||||
QStateMachine::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QStateMachine_Adaptor, QTimerEvent *>(&QStateMachine_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QStateMachine_Adaptor, QTimerEvent *>(&QStateMachine_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QStateMachine::timerEvent(arg1);
|
||||
QStateMachine::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -873,7 +873,7 @@ QStateMachine_Adaptor::~QStateMachine_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QStateMachine_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QStateMachine_Adaptor> ();
|
||||
}
|
||||
|
|
@ -882,7 +882,7 @@ static void _call_ctor_QStateMachine_Adaptor_1302 (const qt_gsi::GenericStaticMe
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QStateMachine_Adaptor *> (new QStateMachine_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -893,7 +893,7 @@ static void _init_ctor_QStateMachine_Adaptor_3213 (qt_gsi::GenericStaticMethod *
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("childMode");
|
||||
decl->add_arg<const qt_gsi::Converter<QState::ChildMode>::target_type & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_1);
|
||||
decl->set_return_new<QStateMachine_Adaptor> ();
|
||||
}
|
||||
|
|
@ -903,7 +903,7 @@ static void _call_ctor_QStateMachine_Adaptor_3213 (const qt_gsi::GenericStaticMe
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const qt_gsi::Converter<QState::ChildMode>::target_type & arg1 = gsi::arg_reader<const qt_gsi::Converter<QState::ChildMode>::target_type & >() (args, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QStateMachine_Adaptor *> (new QStateMachine_Adaptor (qt_gsi::QtToCppAdaptor<QState::ChildMode>(arg1).cref(), arg2));
|
||||
}
|
||||
|
||||
|
|
@ -974,11 +974,11 @@ static void _set_callback_cbs_beginSelectTransitions_1217_0 (void *cls, const gs
|
|||
}
|
||||
|
||||
|
||||
// void QStateMachine::childEvent(QChildEvent *)
|
||||
// void QStateMachine::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1012,11 +1012,11 @@ static void _call_emitter_childModeChanged_2564 (const qt_gsi::GenericMethod * /
|
|||
}
|
||||
|
||||
|
||||
// void QStateMachine::customEvent(QEvent *)
|
||||
// void QStateMachine::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1040,7 +1040,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1049,7 +1049,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QStateMachine_Adaptor *)cls)->emitter_QStateMachine_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -1435,11 +1435,11 @@ static void _call_emitter_stopped_3257 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// void QStateMachine::timerEvent(QTimerEvent *)
|
||||
// void QStateMachine::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1473,10 +1473,10 @@ static gsi::Methods methods_QStateMachine_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*beginMicrostep", "@hide", false, &_init_cbs_beginMicrostep_1217_0, &_call_cbs_beginMicrostep_1217_0, &_set_callback_cbs_beginMicrostep_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*beginSelectTransitions", "@brief Virtual method void QStateMachine::beginSelectTransitions(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_beginSelectTransitions_1217_0, &_call_cbs_beginSelectTransitions_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*beginSelectTransitions", "@hide", false, &_init_cbs_beginSelectTransitions_1217_0, &_call_cbs_beginSelectTransitions_1217_0, &_set_callback_cbs_beginSelectTransitions_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QStateMachine::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QStateMachine::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_childModeChanged", "@brief Emitter for signal void QStateMachine::childModeChanged()\nCall this method to emit this signal.", false, &_init_emitter_childModeChanged_2564, &_call_emitter_childModeChanged_2564);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QStateMachine::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QStateMachine::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QStateMachine::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QStateMachine::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
|
|
@ -1507,7 +1507,7 @@ static gsi::Methods methods_QStateMachine_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*senderSignalIndex", "@brief Method int QStateMachine::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 ("emit_started", "@brief Emitter for signal void QStateMachine::started()\nCall this method to emit this signal.", false, &_init_emitter_started_3257, &_call_emitter_started_3257);
|
||||
methods += new qt_gsi::GenericMethod ("emit_stopped", "@brief Emitter for signal void QStateMachine::stopped()\nCall this method to emit this signal.", false, &_init_emitter_stopped_3257, &_call_emitter_stopped_3257);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QStateMachine::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QStateMachine::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -108,6 +108,21 @@ static void _call_ctor_QStorageInfo_2515 (const qt_gsi::GenericStaticMethod * /*
|
|||
}
|
||||
|
||||
|
||||
// int QStorageInfo::blockSize()
|
||||
|
||||
|
||||
static void _init_f_blockSize_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<int > ();
|
||||
}
|
||||
|
||||
static void _call_f_blockSize_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<int > ((int)((QStorageInfo *)cls)->blockSize ());
|
||||
}
|
||||
|
||||
|
||||
// qint64 QStorageInfo::bytesAvailable()
|
||||
|
||||
|
||||
|
|
@ -343,6 +358,21 @@ static void _call_f_setPath_2025 (const qt_gsi::GenericMethod * /*decl*/, void *
|
|||
}
|
||||
|
||||
|
||||
// QByteArray QStorageInfo::subvolume()
|
||||
|
||||
|
||||
static void _init_f_subvolume_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QByteArray > ();
|
||||
}
|
||||
|
||||
static void _call_f_subvolume_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QByteArray > ((QByteArray)((QStorageInfo *)cls)->subvolume ());
|
||||
}
|
||||
|
||||
|
||||
// void QStorageInfo::swap(QStorageInfo &other)
|
||||
|
||||
|
||||
|
|
@ -413,6 +443,7 @@ static gsi::Methods methods_QStorageInfo () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QStorageInfo::QStorageInfo(const QString &path)\nThis method creates an object of class QStorageInfo.", &_init_ctor_QStorageInfo_2025, &_call_ctor_QStorageInfo_2025);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QStorageInfo::QStorageInfo(const QDir &dir)\nThis method creates an object of class QStorageInfo.", &_init_ctor_QStorageInfo_1681, &_call_ctor_QStorageInfo_1681);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QStorageInfo::QStorageInfo(const QStorageInfo &other)\nThis method creates an object of class QStorageInfo.", &_init_ctor_QStorageInfo_2515, &_call_ctor_QStorageInfo_2515);
|
||||
methods += new qt_gsi::GenericMethod ("blockSize", "@brief Method int QStorageInfo::blockSize()\n", true, &_init_f_blockSize_c0, &_call_f_blockSize_c0);
|
||||
methods += new qt_gsi::GenericMethod ("bytesAvailable", "@brief Method qint64 QStorageInfo::bytesAvailable()\n", true, &_init_f_bytesAvailable_c0, &_call_f_bytesAvailable_c0);
|
||||
methods += new qt_gsi::GenericMethod ("bytesFree", "@brief Method qint64 QStorageInfo::bytesFree()\n", true, &_init_f_bytesFree_c0, &_call_f_bytesFree_c0);
|
||||
methods += new qt_gsi::GenericMethod ("bytesTotal", "@brief Method qint64 QStorageInfo::bytesTotal()\n", true, &_init_f_bytesTotal_c0, &_call_f_bytesTotal_c0);
|
||||
|
|
@ -428,6 +459,7 @@ static gsi::Methods methods_QStorageInfo () {
|
|||
methods += new qt_gsi::GenericMethod ("refresh", "@brief Method void QStorageInfo::refresh()\n", false, &_init_f_refresh_0, &_call_f_refresh_0);
|
||||
methods += new qt_gsi::GenericMethod ("rootPath", "@brief Method QString QStorageInfo::rootPath()\n", true, &_init_f_rootPath_c0, &_call_f_rootPath_c0);
|
||||
methods += new qt_gsi::GenericMethod ("setPath", "@brief Method void QStorageInfo::setPath(const QString &path)\n", false, &_init_f_setPath_2025, &_call_f_setPath_2025);
|
||||
methods += new qt_gsi::GenericMethod ("subvolume", "@brief Method QByteArray QStorageInfo::subvolume()\n", true, &_init_f_subvolume_c0, &_call_f_subvolume_c0);
|
||||
methods += new qt_gsi::GenericMethod ("swap", "@brief Method void QStorageInfo::swap(QStorageInfo &other)\n", false, &_init_f_swap_1820, &_call_f_swap_1820);
|
||||
methods += new qt_gsi::GenericStaticMethod ("mountedVolumes", "@brief Static method QList<QStorageInfo> QStorageInfo::mountedVolumes()\nThis method is static and can be called without an instance.", &_init_f_mountedVolumes_0, &_call_f_mountedVolumes_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("root", "@brief Static method QStorageInfo QStorageInfo::root()\nThis method is static and can be called without an instance.", &_init_f_root_0, &_call_f_root_0);
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ static void _init_f_data_c3054 (qt_gsi::GenericMethod *decl)
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("index");
|
||||
decl->add_arg<const QModelIndex & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("role");
|
||||
static gsi::ArgSpecBase argspec_1 ("role", true, "Qt::DisplayRole");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
decl->set_return<QVariant > ();
|
||||
}
|
||||
|
|
@ -76,7 +76,7 @@ static void _call_f_data_c3054 (const qt_gsi::GenericMethod * /*decl*/, void *cl
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QModelIndex &arg1 = gsi::arg_reader<const QModelIndex & >() (args, heap);
|
||||
int arg2 = gsi::arg_reader<int >() (args, heap);
|
||||
int arg2 = args ? gsi::arg_reader<int >() (args, heap) : gsi::arg_maker<int >() (Qt::DisplayRole, heap);
|
||||
ret.write<QVariant > ((QVariant)((QStringListModel *)cls)->data (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -659,15 +659,15 @@ public:
|
|||
}
|
||||
|
||||
// [adaptor impl] QVariant QStringListModel::data(const QModelIndex &index, int role)
|
||||
QVariant cbs_data_c3054_0(const QModelIndex &index, int role) const
|
||||
QVariant cbs_data_c3054_1(const QModelIndex &index, int role) const
|
||||
{
|
||||
return QStringListModel::data(index, role);
|
||||
}
|
||||
|
||||
virtual QVariant data(const QModelIndex &index, int role) const
|
||||
{
|
||||
if (cb_data_c3054_0.can_issue()) {
|
||||
return cb_data_c3054_0.issue<QStringListModel_Adaptor, QVariant, const QModelIndex &, int>(&QStringListModel_Adaptor::cbs_data_c3054_0, index, role);
|
||||
if (cb_data_c3054_1.can_issue()) {
|
||||
return cb_data_c3054_1.issue<QStringListModel_Adaptor, QVariant, const QModelIndex &, int>(&QStringListModel_Adaptor::cbs_data_c3054_1, index, role);
|
||||
} else {
|
||||
return QStringListModel::data(index, role);
|
||||
}
|
||||
|
|
@ -700,33 +700,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QStringListModel::event(QEvent *)
|
||||
bool cbs_event_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] bool QStringListModel::event(QEvent *event)
|
||||
bool cbs_event_1217_0(QEvent *_event)
|
||||
{
|
||||
return QStringListModel::event(arg1);
|
||||
return QStringListModel::event(_event);
|
||||
}
|
||||
|
||||
virtual bool event(QEvent *arg1)
|
||||
virtual bool event(QEvent *_event)
|
||||
{
|
||||
if (cb_event_1217_0.can_issue()) {
|
||||
return cb_event_1217_0.issue<QStringListModel_Adaptor, bool, QEvent *>(&QStringListModel_Adaptor::cbs_event_1217_0, arg1);
|
||||
return cb_event_1217_0.issue<QStringListModel_Adaptor, bool, QEvent *>(&QStringListModel_Adaptor::cbs_event_1217_0, _event);
|
||||
} else {
|
||||
return QStringListModel::event(arg1);
|
||||
return QStringListModel::event(_event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QStringListModel::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QStringListModel::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QStringListModel::eventFilter(arg1, arg2);
|
||||
return QStringListModel::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QStringListModel_Adaptor, bool, QObject *, QEvent *>(&QStringListModel_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QStringListModel_Adaptor, bool, QObject *, QEvent *>(&QStringListModel_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QStringListModel::eventFilter(arg1, arg2);
|
||||
return QStringListModel::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1215,33 +1215,33 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QStringListModel::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QStringListModel::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QStringListModel::childEvent(arg1);
|
||||
QStringListModel::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QStringListModel_Adaptor, QChildEvent *>(&QStringListModel_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QStringListModel_Adaptor, QChildEvent *>(&QStringListModel_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QStringListModel::childEvent(arg1);
|
||||
QStringListModel::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QStringListModel::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QStringListModel::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QStringListModel::customEvent(arg1);
|
||||
QStringListModel::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QStringListModel_Adaptor, QEvent *>(&QStringListModel_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QStringListModel_Adaptor, QEvent *>(&QStringListModel_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QStringListModel::customEvent(arg1);
|
||||
QStringListModel::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1260,25 +1260,25 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QStringListModel::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QStringListModel::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QStringListModel::timerEvent(arg1);
|
||||
QStringListModel::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QStringListModel_Adaptor, QTimerEvent *>(&QStringListModel_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QStringListModel_Adaptor, QTimerEvent *>(&QStringListModel_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QStringListModel::timerEvent(arg1);
|
||||
QStringListModel::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
gsi::Callback cb_buddy_c2395_0;
|
||||
gsi::Callback cb_canDropMimeData_c7425_0;
|
||||
gsi::Callback cb_canFetchMore_c2395_0;
|
||||
gsi::Callback cb_data_c3054_0;
|
||||
gsi::Callback cb_data_c3054_1;
|
||||
gsi::Callback cb_dropMimeData_7425_0;
|
||||
gsi::Callback cb_event_1217_0;
|
||||
gsi::Callback cb_eventFilter_2411_0;
|
||||
|
|
@ -1320,7 +1320,7 @@ QStringListModel_Adaptor::~QStringListModel_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QStringListModel_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QStringListModel_Adaptor> ();
|
||||
}
|
||||
|
|
@ -1329,7 +1329,7 @@ static void _call_ctor_QStringListModel_Adaptor_1302 (const qt_gsi::GenericStati
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QStringListModel_Adaptor *> (new QStringListModel_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
|
@ -1340,7 +1340,7 @@ static void _init_ctor_QStringListModel_Adaptor_3631 (qt_gsi::GenericStaticMetho
|
|||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("strings");
|
||||
decl->add_arg<const QStringList & > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_1 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_1);
|
||||
decl->set_return_new<QStringListModel_Adaptor> ();
|
||||
}
|
||||
|
|
@ -1350,7 +1350,7 @@ static void _call_ctor_QStringListModel_Adaptor_3631 (const qt_gsi::GenericStati
|
|||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QStringList &arg1 = gsi::arg_reader<const QStringList & >() (args, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg2 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QStringListModel_Adaptor *> (new QStringListModel_Adaptor (arg1, arg2));
|
||||
}
|
||||
|
||||
|
|
@ -1655,11 +1655,11 @@ static void _call_fp_changePersistentIndexList_5912 (const qt_gsi::GenericMethod
|
|||
}
|
||||
|
||||
|
||||
// void QStringListModel::childEvent(QChildEvent *)
|
||||
// void QStringListModel::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1843,7 +1843,7 @@ static void _init_fp_createIndex_c2374 (qt_gsi::GenericMethod *decl)
|
|||
decl->add_arg<int > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("column");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("data", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("data", true, "nullptr");
|
||||
decl->add_arg<void * > (argspec_2);
|
||||
decl->set_return<QModelIndex > ();
|
||||
}
|
||||
|
|
@ -1854,7 +1854,7 @@ static void _call_fp_createIndex_c2374 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
tl::Heap heap;
|
||||
int arg1 = gsi::arg_reader<int >() (args, heap);
|
||||
int arg2 = gsi::arg_reader<int >() (args, heap);
|
||||
void *arg3 = args ? gsi::arg_reader<void * >() (args, heap) : gsi::arg_maker<void * >() (0, heap);
|
||||
void *arg3 = args ? gsi::arg_reader<void * >() (args, heap) : gsi::arg_maker<void * >() (nullptr, heap);
|
||||
ret.write<QModelIndex > ((QModelIndex)((QStringListModel_Adaptor *)cls)->fp_QStringListModel_createIndex_c2374 (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
|
@ -1883,11 +1883,11 @@ static void _call_fp_createIndex_c2657 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// void QStringListModel::customEvent(QEvent *)
|
||||
// void QStringListModel::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1909,7 +1909,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
// QVariant QStringListModel::data(const QModelIndex &index, int role)
|
||||
|
||||
static void _init_cbs_data_c3054_0 (qt_gsi::GenericMethod *decl)
|
||||
static void _init_cbs_data_c3054_1 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("index");
|
||||
decl->add_arg<const QModelIndex & > (argspec_0);
|
||||
|
|
@ -1918,18 +1918,18 @@ static void _init_cbs_data_c3054_0 (qt_gsi::GenericMethod *decl)
|
|||
decl->set_return<QVariant > ();
|
||||
}
|
||||
|
||||
static void _call_cbs_data_c3054_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
static void _call_cbs_data_c3054_1 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QModelIndex &arg1 = args.read<const QModelIndex & > (heap);
|
||||
int arg2 = args.read<int > (heap);
|
||||
ret.write<QVariant > ((QVariant)((QStringListModel_Adaptor *)cls)->cbs_data_c3054_0 (arg1, arg2));
|
||||
ret.write<QVariant > ((QVariant)((QStringListModel_Adaptor *)cls)->cbs_data_c3054_1 (arg1, arg2));
|
||||
}
|
||||
|
||||
static void _set_callback_cbs_data_c3054_0 (void *cls, const gsi::Callback &cb)
|
||||
static void _set_callback_cbs_data_c3054_1 (void *cls, const gsi::Callback &cb)
|
||||
{
|
||||
((QStringListModel_Adaptor *)cls)->cb_data_c3054_0 = cb;
|
||||
((QStringListModel_Adaptor *)cls)->cb_data_c3054_1 = cb;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -1988,7 +1988,7 @@ static void _call_fp_decodeData_5302 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1997,7 +1997,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QStringListModel_Adaptor *)cls)->emitter_QStringListModel_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -2188,11 +2188,11 @@ static void _call_fp_endResetModel_0 (const qt_gsi::GenericMethod * /*decl*/, vo
|
|||
}
|
||||
|
||||
|
||||
// bool QStringListModel::event(QEvent *)
|
||||
// bool QStringListModel::event(QEvent *event)
|
||||
|
||||
static void _init_cbs_event_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -2211,13 +2211,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QStringListModel::eventFilter(QObject *, QEvent *)
|
||||
// bool QStringListModel::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -3274,11 +3274,11 @@ static void _set_callback_cbs_supportedDropActions_c0_0 (void *cls, const gsi::C
|
|||
}
|
||||
|
||||
|
||||
// void QStringListModel::timerEvent(QTimerEvent *)
|
||||
// void QStringListModel::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -3322,7 +3322,7 @@ static gsi::Methods methods_QStringListModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("canFetchMore", "@hide", true, &_init_cbs_canFetchMore_c2395_0, &_call_cbs_canFetchMore_c2395_0, &_set_callback_cbs_canFetchMore_c2395_0);
|
||||
methods += new qt_gsi::GenericMethod ("*changePersistentIndex", "@brief Method void QStringListModel::changePersistentIndex(const QModelIndex &from, const QModelIndex &to)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_changePersistentIndex_4682, &_call_fp_changePersistentIndex_4682);
|
||||
methods += new qt_gsi::GenericMethod ("*changePersistentIndexList", "@brief Method void QStringListModel::changePersistentIndexList(const QList<QModelIndex> &from, const QList<QModelIndex> &to)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_changePersistentIndexList_5912, &_call_fp_changePersistentIndexList_5912);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QStringListModel::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QStringListModel::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_columnsAboutToBeInserted", "@brief Emitter for signal void QStringListModel::columnsAboutToBeInserted(const QModelIndex &parent, int first, int last)\nCall this method to emit this signal.", false, &_init_emitter_columnsAboutToBeInserted_7372, &_call_emitter_columnsAboutToBeInserted_7372);
|
||||
methods += new qt_gsi::GenericMethod ("emit_columnsAboutToBeMoved", "@brief Emitter for signal void QStringListModel::columnsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn)\nCall this method to emit this signal.", false, &_init_emitter_columnsAboutToBeMoved_10318, &_call_emitter_columnsAboutToBeMoved_10318);
|
||||
|
|
@ -3332,10 +3332,10 @@ static gsi::Methods methods_QStringListModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("emit_columnsRemoved", "@brief Emitter for signal void QStringListModel::columnsRemoved(const QModelIndex &parent, int first, int last)\nCall this method to emit this signal.", false, &_init_emitter_columnsRemoved_7372, &_call_emitter_columnsRemoved_7372);
|
||||
methods += new qt_gsi::GenericMethod ("*createIndex", "@brief Method QModelIndex QStringListModel::createIndex(int row, int column, void *data)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_createIndex_c2374, &_call_fp_createIndex_c2374);
|
||||
methods += new qt_gsi::GenericMethod ("*createIndex", "@brief Method QModelIndex QStringListModel::createIndex(int row, int column, quintptr id)\nThis method is protected and can only be called from inside a derived class.", true, &_init_fp_createIndex_c2657, &_call_fp_createIndex_c2657);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QStringListModel::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QStringListModel::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@brief Virtual method QVariant QStringListModel::data(const QModelIndex &index, int role)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_data_c3054_0, &_call_cbs_data_c3054_0);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@hide", true, &_init_cbs_data_c3054_0, &_call_cbs_data_c3054_0, &_set_callback_cbs_data_c3054_0);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@brief Virtual method QVariant QStringListModel::data(const QModelIndex &index, int role)\nThis method can be reimplemented in a derived class.", true, &_init_cbs_data_c3054_1, &_call_cbs_data_c3054_1);
|
||||
methods += new qt_gsi::GenericMethod ("data", "@hide", true, &_init_cbs_data_c3054_1, &_call_cbs_data_c3054_1, &_set_callback_cbs_data_c3054_1);
|
||||
methods += new qt_gsi::GenericMethod ("emit_dataChanged", "@brief Emitter for signal void QStringListModel::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles)\nCall this method to emit this signal.", false, &_init_emitter_dataChanged_7048, &_call_emitter_dataChanged_7048);
|
||||
methods += new qt_gsi::GenericMethod ("*decodeData", "@brief Method bool QStringListModel::decodeData(int row, int column, const QModelIndex &parent, QDataStream &stream)\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_decodeData_5302, &_call_fp_decodeData_5302);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QStringListModel::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
|
|
@ -3351,9 +3351,9 @@ static gsi::Methods methods_QStringListModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*endRemoveColumns", "@brief Method void QStringListModel::endRemoveColumns()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endRemoveColumns_0, &_call_fp_endRemoveColumns_0);
|
||||
methods += new qt_gsi::GenericMethod ("*endRemoveRows", "@brief Method void QStringListModel::endRemoveRows()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endRemoveRows_0, &_call_fp_endRemoveRows_0);
|
||||
methods += new qt_gsi::GenericMethod ("*endResetModel", "@brief Method void QStringListModel::endResetModel()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_endResetModel_0, &_call_fp_endResetModel_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QStringListModel::event(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QStringListModel::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QStringListModel::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QStringListModel::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("fetchMore", "@brief Virtual method void QStringListModel::fetchMore(const QModelIndex &parent)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_fetchMore_2395_0, &_call_cbs_fetchMore_2395_0);
|
||||
methods += new qt_gsi::GenericMethod ("fetchMore", "@hide", false, &_init_cbs_fetchMore_2395_0, &_call_cbs_fetchMore_2395_0, &_set_callback_cbs_fetchMore_2395_0);
|
||||
|
|
@ -3425,7 +3425,7 @@ static gsi::Methods methods_QStringListModel_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("supportedDragActions", "@hide", true, &_init_cbs_supportedDragActions_c0_0, &_call_cbs_supportedDragActions_c0_0, &_set_callback_cbs_supportedDragActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("supportedDropActions", "@brief Virtual method QFlags<Qt::DropAction> QStringListModel::supportedDropActions()\nThis method can be reimplemented in a derived class.", true, &_init_cbs_supportedDropActions_c0_0, &_call_cbs_supportedDropActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("supportedDropActions", "@hide", true, &_init_cbs_supportedDropActions_c0_0, &_call_cbs_supportedDropActions_c0_0, &_set_callback_cbs_supportedDropActions_c0_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QStringListModel::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QStringListModel::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,6 +50,21 @@ static void _call_ctor_QSysInfo_0 (const qt_gsi::GenericStaticMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// static QByteArray QSysInfo::bootUniqueId()
|
||||
|
||||
|
||||
static void _init_f_bootUniqueId_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<QByteArray > ();
|
||||
}
|
||||
|
||||
static void _call_f_bootUniqueId_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QByteArray > ((QByteArray)QSysInfo::bootUniqueId ());
|
||||
}
|
||||
|
||||
|
||||
// static QString QSysInfo::buildAbi()
|
||||
|
||||
|
||||
|
|
@ -140,6 +155,36 @@ static void _call_f_macVersion_0 (const qt_gsi::GenericStaticMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// static QString QSysInfo::machineHostName()
|
||||
|
||||
|
||||
static void _init_f_machineHostName_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
||||
static void _call_f_machineHostName_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QString > ((QString)QSysInfo::machineHostName ());
|
||||
}
|
||||
|
||||
|
||||
// static QByteArray QSysInfo::machineUniqueId()
|
||||
|
||||
|
||||
static void _init_f_machineUniqueId_0 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
decl->set_return<QByteArray > ();
|
||||
}
|
||||
|
||||
static void _call_f_machineUniqueId_0 (const qt_gsi::GenericStaticMethod * /*decl*/, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QByteArray > ((QByteArray)QSysInfo::machineUniqueId ());
|
||||
}
|
||||
|
||||
|
||||
// static QString QSysInfo::prettyProductName()
|
||||
|
||||
|
||||
|
|
@ -207,12 +252,15 @@ namespace gsi
|
|||
static gsi::Methods methods_QSysInfo () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QSysInfo::QSysInfo()\nThis method creates an object of class QSysInfo.", &_init_ctor_QSysInfo_0, &_call_ctor_QSysInfo_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("bootUniqueId", "@brief Static method QByteArray QSysInfo::bootUniqueId()\nThis method is static and can be called without an instance.", &_init_f_bootUniqueId_0, &_call_f_bootUniqueId_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("buildAbi", "@brief Static method QString QSysInfo::buildAbi()\nThis method is static and can be called without an instance.", &_init_f_buildAbi_0, &_call_f_buildAbi_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("buildCpuArchitecture", "@brief Static method QString QSysInfo::buildCpuArchitecture()\nThis method is static and can be called without an instance.", &_init_f_buildCpuArchitecture_0, &_call_f_buildCpuArchitecture_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("currentCpuArchitecture", "@brief Static method QString QSysInfo::currentCpuArchitecture()\nThis method is static and can be called without an instance.", &_init_f_currentCpuArchitecture_0, &_call_f_currentCpuArchitecture_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("kernelType", "@brief Static method QString QSysInfo::kernelType()\nThis method is static and can be called without an instance.", &_init_f_kernelType_0, &_call_f_kernelType_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("kernelVersion", "@brief Static method QString QSysInfo::kernelVersion()\nThis method is static and can be called without an instance.", &_init_f_kernelVersion_0, &_call_f_kernelVersion_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("macVersion", "@brief Static method QSysInfo::MacVersion QSysInfo::macVersion()\nThis method is static and can be called without an instance.", &_init_f_macVersion_0, &_call_f_macVersion_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("machineHostName", "@brief Static method QString QSysInfo::machineHostName()\nThis method is static and can be called without an instance.", &_init_f_machineHostName_0, &_call_f_machineHostName_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("machineUniqueId", "@brief Static method QByteArray QSysInfo::machineUniqueId()\nThis method is static and can be called without an instance.", &_init_f_machineUniqueId_0, &_call_f_machineUniqueId_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("prettyProductName", "@brief Static method QString QSysInfo::prettyProductName()\nThis method is static and can be called without an instance.", &_init_f_prettyProductName_0, &_call_f_prettyProductName_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("productType", "@brief Static method QString QSysInfo::productType()\nThis method is static and can be called without an instance.", &_init_f_productType_0, &_call_f_productType_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("productVersion", "@brief Static method QString QSysInfo::productVersion()\nThis method is static and can be called without an instance.", &_init_f_productVersion_0, &_call_f_productVersion_0);
|
||||
|
|
@ -250,6 +298,7 @@ static gsi::Enum<QSysInfo::MacVersion> decl_QSysInfo_MacVersion_Enum ("QtCore",
|
|||
gsi::enum_const ("MV_10_9", QSysInfo::MV_10_9, "@brief Enum constant QSysInfo::MV_10_9") +
|
||||
gsi::enum_const ("MV_10_10", QSysInfo::MV_10_10, "@brief Enum constant QSysInfo::MV_10_10") +
|
||||
gsi::enum_const ("MV_10_11", QSysInfo::MV_10_11, "@brief Enum constant QSysInfo::MV_10_11") +
|
||||
gsi::enum_const ("MV_10_12", QSysInfo::MV_10_12, "@brief Enum constant QSysInfo::MV_10_12") +
|
||||
gsi::enum_const ("MV_CHEETAH", QSysInfo::MV_CHEETAH, "@brief Enum constant QSysInfo::MV_CHEETAH") +
|
||||
gsi::enum_const ("MV_PUMA", QSysInfo::MV_PUMA, "@brief Enum constant QSysInfo::MV_PUMA") +
|
||||
gsi::enum_const ("MV_JAGUAR", QSysInfo::MV_JAGUAR, "@brief Enum constant QSysInfo::MV_JAGUAR") +
|
||||
|
|
@ -262,6 +311,7 @@ static gsi::Enum<QSysInfo::MacVersion> decl_QSysInfo_MacVersion_Enum ("QtCore",
|
|||
gsi::enum_const ("MV_MAVERICKS", QSysInfo::MV_MAVERICKS, "@brief Enum constant QSysInfo::MV_MAVERICKS") +
|
||||
gsi::enum_const ("MV_YOSEMITE", QSysInfo::MV_YOSEMITE, "@brief Enum constant QSysInfo::MV_YOSEMITE") +
|
||||
gsi::enum_const ("MV_ELCAPITAN", QSysInfo::MV_ELCAPITAN, "@brief Enum constant QSysInfo::MV_ELCAPITAN") +
|
||||
gsi::enum_const ("MV_SIERRA", QSysInfo::MV_SIERRA, "@brief Enum constant QSysInfo::MV_SIERRA") +
|
||||
gsi::enum_const ("MV_IOS", QSysInfo::MV_IOS, "@brief Enum constant QSysInfo::MV_IOS") +
|
||||
gsi::enum_const ("MV_IOS_4_3", QSysInfo::MV_IOS_4_3, "@brief Enum constant QSysInfo::MV_IOS_4_3") +
|
||||
gsi::enum_const ("MV_IOS_5_0", QSysInfo::MV_IOS_5_0, "@brief Enum constant QSysInfo::MV_IOS_5_0") +
|
||||
|
|
@ -275,7 +325,21 @@ static gsi::Enum<QSysInfo::MacVersion> decl_QSysInfo_MacVersion_Enum ("QtCore",
|
|||
gsi::enum_const ("MV_IOS_8_2", QSysInfo::MV_IOS_8_2, "@brief Enum constant QSysInfo::MV_IOS_8_2") +
|
||||
gsi::enum_const ("MV_IOS_8_3", QSysInfo::MV_IOS_8_3, "@brief Enum constant QSysInfo::MV_IOS_8_3") +
|
||||
gsi::enum_const ("MV_IOS_8_4", QSysInfo::MV_IOS_8_4, "@brief Enum constant QSysInfo::MV_IOS_8_4") +
|
||||
gsi::enum_const ("MV_IOS_9_0", QSysInfo::MV_IOS_9_0, "@brief Enum constant QSysInfo::MV_IOS_9_0"),
|
||||
gsi::enum_const ("MV_IOS_9_0", QSysInfo::MV_IOS_9_0, "@brief Enum constant QSysInfo::MV_IOS_9_0") +
|
||||
gsi::enum_const ("MV_IOS_9_1", QSysInfo::MV_IOS_9_1, "@brief Enum constant QSysInfo::MV_IOS_9_1") +
|
||||
gsi::enum_const ("MV_IOS_9_2", QSysInfo::MV_IOS_9_2, "@brief Enum constant QSysInfo::MV_IOS_9_2") +
|
||||
gsi::enum_const ("MV_IOS_9_3", QSysInfo::MV_IOS_9_3, "@brief Enum constant QSysInfo::MV_IOS_9_3") +
|
||||
gsi::enum_const ("MV_IOS_10_0", QSysInfo::MV_IOS_10_0, "@brief Enum constant QSysInfo::MV_IOS_10_0") +
|
||||
gsi::enum_const ("MV_TVOS", QSysInfo::MV_TVOS, "@brief Enum constant QSysInfo::MV_TVOS") +
|
||||
gsi::enum_const ("MV_TVOS_9_0", QSysInfo::MV_TVOS_9_0, "@brief Enum constant QSysInfo::MV_TVOS_9_0") +
|
||||
gsi::enum_const ("MV_TVOS_9_1", QSysInfo::MV_TVOS_9_1, "@brief Enum constant QSysInfo::MV_TVOS_9_1") +
|
||||
gsi::enum_const ("MV_TVOS_9_2", QSysInfo::MV_TVOS_9_2, "@brief Enum constant QSysInfo::MV_TVOS_9_2") +
|
||||
gsi::enum_const ("MV_TVOS_10_0", QSysInfo::MV_TVOS_10_0, "@brief Enum constant QSysInfo::MV_TVOS_10_0") +
|
||||
gsi::enum_const ("MV_WATCHOS", QSysInfo::MV_WATCHOS, "@brief Enum constant QSysInfo::MV_WATCHOS") +
|
||||
gsi::enum_const ("MV_WATCHOS_2_0", QSysInfo::MV_WATCHOS_2_0, "@brief Enum constant QSysInfo::MV_WATCHOS_2_0") +
|
||||
gsi::enum_const ("MV_WATCHOS_2_1", QSysInfo::MV_WATCHOS_2_1, "@brief Enum constant QSysInfo::MV_WATCHOS_2_1") +
|
||||
gsi::enum_const ("MV_WATCHOS_2_2", QSysInfo::MV_WATCHOS_2_2, "@brief Enum constant QSysInfo::MV_WATCHOS_2_2") +
|
||||
gsi::enum_const ("MV_WATCHOS_3_0", QSysInfo::MV_WATCHOS_3_0, "@brief Enum constant QSysInfo::MV_WATCHOS_3_0"),
|
||||
"@qt\n@brief This class represents the QSysInfo::MacVersion enum");
|
||||
|
||||
static gsi::QFlagsClass<QSysInfo::MacVersion > decl_QSysInfo_MacVersion_Enums ("QtCore", "QSysInfo_QFlags_MacVersion",
|
||||
|
|
|
|||
|
|
@ -84,6 +84,40 @@ static void _call_f_autoRemove_c0 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// QString QTemporaryDir::errorString()
|
||||
|
||||
|
||||
static void _init_f_errorString_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
||||
static void _call_f_errorString_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<QString > ((QString)((QTemporaryDir *)cls)->errorString ());
|
||||
}
|
||||
|
||||
|
||||
// QString QTemporaryDir::filePath(const QString &fileName)
|
||||
|
||||
|
||||
static void _init_f_filePath_c2025 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("fileName");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
||||
static void _call_f_filePath_c2025 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
ret.write<QString > ((QString)((QTemporaryDir *)cls)->filePath (arg1));
|
||||
}
|
||||
|
||||
|
||||
// bool QTemporaryDir::isValid()
|
||||
|
||||
|
||||
|
|
@ -158,6 +192,8 @@ static gsi::Methods methods_QTemporaryDir () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QTemporaryDir::QTemporaryDir()\nThis method creates an object of class QTemporaryDir.", &_init_ctor_QTemporaryDir_0, &_call_ctor_QTemporaryDir_0);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QTemporaryDir::QTemporaryDir(const QString &templateName)\nThis method creates an object of class QTemporaryDir.", &_init_ctor_QTemporaryDir_2025, &_call_ctor_QTemporaryDir_2025);
|
||||
methods += new qt_gsi::GenericMethod (":autoRemove", "@brief Method bool QTemporaryDir::autoRemove()\n", true, &_init_f_autoRemove_c0, &_call_f_autoRemove_c0);
|
||||
methods += new qt_gsi::GenericMethod ("errorString", "@brief Method QString QTemporaryDir::errorString()\n", true, &_init_f_errorString_c0, &_call_f_errorString_c0);
|
||||
methods += new qt_gsi::GenericMethod ("filePath", "@brief Method QString QTemporaryDir::filePath(const QString &fileName)\n", true, &_init_f_filePath_c2025, &_call_f_filePath_c2025);
|
||||
methods += new qt_gsi::GenericMethod ("isValid?", "@brief Method bool QTemporaryDir::isValid()\n", true, &_init_f_isValid_c0, &_call_f_isValid_c0);
|
||||
methods += new qt_gsi::GenericMethod ("path", "@brief Method QString QTemporaryDir::path()\n", true, &_init_f_path_c0, &_call_f_path_c0);
|
||||
methods += new qt_gsi::GenericMethod ("remove", "@brief Method bool QTemporaryDir::remove()\n", false, &_init_f_remove_0, &_call_f_remove_0);
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
*/
|
||||
|
||||
#include <QTemporaryFile>
|
||||
#include <QDateTime>
|
||||
#include <QEvent>
|
||||
#include <QFile>
|
||||
#include <QMetaMethod>
|
||||
|
|
@ -188,6 +189,25 @@ static void _call_f_open_0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, g
|
|||
}
|
||||
|
||||
|
||||
// bool QTemporaryFile::rename(const QString &newName)
|
||||
|
||||
|
||||
static void _init_f_rename_2025 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("newName");
|
||||
decl->add_arg<const QString & > (argspec_0);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_rename_2025 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
const QString &arg1 = gsi::arg_reader<const QString & >() (args, heap);
|
||||
ret.write<bool > ((bool)((QTemporaryFile *)cls)->rename (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QTemporaryFile::setAutoRemove(bool b)
|
||||
|
||||
|
||||
|
|
@ -369,10 +389,13 @@ static gsi::Methods methods_QTemporaryFile () {
|
|||
methods += new qt_gsi::GenericMethod (":fileName", "@brief Method QString QTemporaryFile::fileName()\nThis is a reimplementation of QFile::fileName", true, &_init_f_fileName_c0, &_call_f_fileName_c0);
|
||||
methods += new qt_gsi::GenericMethod (":fileTemplate", "@brief Method QString QTemporaryFile::fileTemplate()\n", true, &_init_f_fileTemplate_c0, &_call_f_fileTemplate_c0);
|
||||
methods += new qt_gsi::GenericMethod ("open", "@brief Method bool QTemporaryFile::open()\n", false, &_init_f_open_0, &_call_f_open_0);
|
||||
methods += new qt_gsi::GenericMethod ("rename", "@brief Method bool QTemporaryFile::rename(const QString &newName)\n", false, &_init_f_rename_2025, &_call_f_rename_2025);
|
||||
methods += new qt_gsi::GenericMethod ("setAutoRemove|autoRemove=", "@brief Method void QTemporaryFile::setAutoRemove(bool b)\n", false, &_init_f_setAutoRemove_864, &_call_f_setAutoRemove_864);
|
||||
methods += new qt_gsi::GenericMethod ("setFileTemplate|fileTemplate=", "@brief Method void QTemporaryFile::setFileTemplate(const QString &name)\n", false, &_init_f_setFileTemplate_2025, &_call_f_setFileTemplate_2025);
|
||||
methods += gsi::qt_signal ("aboutToClose()", "aboutToClose", "@brief Signal declaration for QTemporaryFile::aboutToClose()\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<qint64 > ("bytesWritten(qint64)", "bytesWritten", gsi::arg("bytes"), "@brief Signal declaration for QTemporaryFile::bytesWritten(qint64 bytes)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int, qint64 > ("channelBytesWritten(int, qint64)", "channelBytesWritten", gsi::arg("channel"), gsi::arg("bytes"), "@brief Signal declaration for QTemporaryFile::channelBytesWritten(int channel, qint64 bytes)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<int > ("channelReadyRead(int)", "channelReadyRead", gsi::arg("channel"), "@brief Signal declaration for QTemporaryFile::channelReadyRead(int channel)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<QObject * > ("destroyed(QObject *)", "destroyed", gsi::arg("arg1"), "@brief Signal declaration for QTemporaryFile::destroyed(QObject *)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal<const QString & > ("objectNameChanged(const QString &)", "objectNameChanged", gsi::arg("objectName"), "@brief Signal declaration for QTemporaryFile::objectNameChanged(const QString &objectName)\nYou can bind a procedure to this signal.");
|
||||
methods += gsi::qt_signal ("readChannelFinished()", "readChannelFinished", "@brief Signal declaration for QTemporaryFile::readChannelFinished()\nYou can bind a procedure to this signal.");
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ static void _init_f_toUnicode_c5465 (qt_gsi::GenericMethod *decl)
|
|||
decl->add_arg<const char * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("length");
|
||||
decl->add_arg<int > (argspec_1);
|
||||
static gsi::ArgSpecBase argspec_2 ("state", true, "0");
|
||||
static gsi::ArgSpecBase argspec_2 ("state", true, "nullptr");
|
||||
decl->add_arg<QTextCodec::ConverterState * > (argspec_2);
|
||||
decl->set_return<QString > ();
|
||||
}
|
||||
|
|
@ -216,7 +216,7 @@ static void _call_f_toUnicode_c5465 (const qt_gsi::GenericMethod * /*decl*/, voi
|
|||
tl::Heap heap;
|
||||
const char *arg1 = gsi::arg_reader<const char * >() (args, heap);
|
||||
int arg2 = gsi::arg_reader<int >() (args, heap);
|
||||
QTextCodec::ConverterState *arg3 = args ? gsi::arg_reader<QTextCodec::ConverterState * >() (args, heap) : gsi::arg_maker<QTextCodec::ConverterState * >() (0, heap);
|
||||
QTextCodec::ConverterState *arg3 = args ? gsi::arg_reader<QTextCodec::ConverterState * >() (args, heap) : gsi::arg_maker<QTextCodec::ConverterState * >() (nullptr, heap);
|
||||
ret.write<QString > ((QString)((QTextCodec *)cls)->toUnicode (arg1, arg2, arg3));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -92,6 +92,21 @@ static void _call_f_hasFailure_c0 (const qt_gsi::GenericMethod * /*decl*/, void
|
|||
}
|
||||
|
||||
|
||||
// bool QTextDecoder::needsMoreData()
|
||||
|
||||
|
||||
static void _init_f_needsMoreData_c0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
||||
static void _call_f_needsMoreData_c0 (const qt_gsi::GenericMethod * /*decl*/, void *cls, gsi::SerialArgs &args, gsi::SerialArgs &ret)
|
||||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
ret.write<bool > ((bool)((QTextDecoder *)cls)->needsMoreData ());
|
||||
}
|
||||
|
||||
|
||||
// QString QTextDecoder::toUnicode(const char *chars, int len)
|
||||
|
||||
|
||||
|
|
@ -168,6 +183,7 @@ static gsi::Methods methods_QTextDecoder () {
|
|||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QTextDecoder::QTextDecoder(const QTextCodec *codec)\nThis method creates an object of class QTextDecoder.", &_init_ctor_QTextDecoder_2297, &_call_ctor_QTextDecoder_2297);
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QTextDecoder::QTextDecoder(const QTextCodec *codec, QFlags<QTextCodec::ConversionFlag> flags)\nThis method creates an object of class QTextDecoder.", &_init_ctor_QTextDecoder_5857, &_call_ctor_QTextDecoder_5857);
|
||||
methods += new qt_gsi::GenericMethod ("hasFailure", "@brief Method bool QTextDecoder::hasFailure()\n", true, &_init_f_hasFailure_c0, &_call_f_hasFailure_c0);
|
||||
methods += new qt_gsi::GenericMethod ("needsMoreData", "@brief Method bool QTextDecoder::needsMoreData()\n", true, &_init_f_needsMoreData_c0, &_call_f_needsMoreData_c0);
|
||||
methods += new qt_gsi::GenericMethod ("toUnicode", "@brief Method QString QTextDecoder::toUnicode(const char *chars, int len)\n", false, &_init_f_toUnicode_2390, &_call_f_toUnicode_2390);
|
||||
methods += new qt_gsi::GenericMethod ("toUnicode", "@brief Method QString QTextDecoder::toUnicode(const QByteArray &ba)\n", false, &_init_f_toUnicode_2309, &_call_f_toUnicode_2309);
|
||||
methods += new qt_gsi::GenericMethod ("toUnicode", "@brief Method void QTextDecoder::toUnicode(QString *target, const char *chars, int len)\n", false, &_init_f_toUnicode_3616, &_call_f_toUnicode_3616);
|
||||
|
|
|
|||
|
|
@ -630,18 +630,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] bool QThread::eventFilter(QObject *, QEvent *)
|
||||
bool cbs_eventFilter_2411_0(QObject *arg1, QEvent *arg2)
|
||||
// [adaptor impl] bool QThread::eventFilter(QObject *watched, QEvent *event)
|
||||
bool cbs_eventFilter_2411_0(QObject *watched, QEvent *event)
|
||||
{
|
||||
return QThread::eventFilter(arg1, arg2);
|
||||
return QThread::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
virtual bool eventFilter(QObject *arg1, QEvent *arg2)
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
if (cb_eventFilter_2411_0.can_issue()) {
|
||||
return cb_eventFilter_2411_0.issue<QThread_Adaptor, bool, QObject *, QEvent *>(&QThread_Adaptor::cbs_eventFilter_2411_0, arg1, arg2);
|
||||
return cb_eventFilter_2411_0.issue<QThread_Adaptor, bool, QObject *, QEvent *>(&QThread_Adaptor::cbs_eventFilter_2411_0, watched, event);
|
||||
} else {
|
||||
return QThread::eventFilter(arg1, arg2);
|
||||
return QThread::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -664,33 +664,33 @@ public:
|
|||
throw tl::Exception ("Can't emit private signal 'void QThread::started()'");
|
||||
}
|
||||
|
||||
// [adaptor impl] void QThread::childEvent(QChildEvent *)
|
||||
void cbs_childEvent_1701_0(QChildEvent *arg1)
|
||||
// [adaptor impl] void QThread::childEvent(QChildEvent *event)
|
||||
void cbs_childEvent_1701_0(QChildEvent *event)
|
||||
{
|
||||
QThread::childEvent(arg1);
|
||||
QThread::childEvent(event);
|
||||
}
|
||||
|
||||
virtual void childEvent(QChildEvent *arg1)
|
||||
virtual void childEvent(QChildEvent *event)
|
||||
{
|
||||
if (cb_childEvent_1701_0.can_issue()) {
|
||||
cb_childEvent_1701_0.issue<QThread_Adaptor, QChildEvent *>(&QThread_Adaptor::cbs_childEvent_1701_0, arg1);
|
||||
cb_childEvent_1701_0.issue<QThread_Adaptor, QChildEvent *>(&QThread_Adaptor::cbs_childEvent_1701_0, event);
|
||||
} else {
|
||||
QThread::childEvent(arg1);
|
||||
QThread::childEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QThread::customEvent(QEvent *)
|
||||
void cbs_customEvent_1217_0(QEvent *arg1)
|
||||
// [adaptor impl] void QThread::customEvent(QEvent *event)
|
||||
void cbs_customEvent_1217_0(QEvent *event)
|
||||
{
|
||||
QThread::customEvent(arg1);
|
||||
QThread::customEvent(event);
|
||||
}
|
||||
|
||||
virtual void customEvent(QEvent *arg1)
|
||||
virtual void customEvent(QEvent *event)
|
||||
{
|
||||
if (cb_customEvent_1217_0.can_issue()) {
|
||||
cb_customEvent_1217_0.issue<QThread_Adaptor, QEvent *>(&QThread_Adaptor::cbs_customEvent_1217_0, arg1);
|
||||
cb_customEvent_1217_0.issue<QThread_Adaptor, QEvent *>(&QThread_Adaptor::cbs_customEvent_1217_0, event);
|
||||
} else {
|
||||
QThread::customEvent(arg1);
|
||||
QThread::customEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -724,18 +724,18 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
// [adaptor impl] void QThread::timerEvent(QTimerEvent *)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *arg1)
|
||||
// [adaptor impl] void QThread::timerEvent(QTimerEvent *event)
|
||||
void cbs_timerEvent_1730_0(QTimerEvent *event)
|
||||
{
|
||||
QThread::timerEvent(arg1);
|
||||
QThread::timerEvent(event);
|
||||
}
|
||||
|
||||
virtual void timerEvent(QTimerEvent *arg1)
|
||||
virtual void timerEvent(QTimerEvent *event)
|
||||
{
|
||||
if (cb_timerEvent_1730_0.can_issue()) {
|
||||
cb_timerEvent_1730_0.issue<QThread_Adaptor, QTimerEvent *>(&QThread_Adaptor::cbs_timerEvent_1730_0, arg1);
|
||||
cb_timerEvent_1730_0.issue<QThread_Adaptor, QTimerEvent *>(&QThread_Adaptor::cbs_timerEvent_1730_0, event);
|
||||
} else {
|
||||
QThread::timerEvent(arg1);
|
||||
QThread::timerEvent(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -754,7 +754,7 @@ QThread_Adaptor::~QThread_Adaptor() { }
|
|||
|
||||
static void _init_ctor_QThread_Adaptor_1302 (qt_gsi::GenericStaticMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("parent", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return_new<QThread_Adaptor> ();
|
||||
}
|
||||
|
|
@ -763,16 +763,16 @@ static void _call_ctor_QThread_Adaptor_1302 (const qt_gsi::GenericStaticMethod *
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
ret.write<QThread_Adaptor *> (new QThread_Adaptor (arg1));
|
||||
}
|
||||
|
||||
|
||||
// void QThread::childEvent(QChildEvent *)
|
||||
// void QThread::childEvent(QChildEvent *event)
|
||||
|
||||
static void _init_cbs_childEvent_1701_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QChildEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -792,11 +792,11 @@ static void _set_callback_cbs_childEvent_1701_0 (void *cls, const gsi::Callback
|
|||
}
|
||||
|
||||
|
||||
// void QThread::customEvent(QEvent *)
|
||||
// void QThread::customEvent(QEvent *event)
|
||||
|
||||
static void _init_cbs_customEvent_1217_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -820,7 +820,7 @@ static void _set_callback_cbs_customEvent_1217_0 (void *cls, const gsi::Callback
|
|||
|
||||
static void _init_emitter_destroyed_1302 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "0");
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1", true, "nullptr");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -829,7 +829,7 @@ static void _call_emitter_destroyed_1302 (const qt_gsi::GenericMethod * /*decl*/
|
|||
{
|
||||
__SUPPRESS_UNUSED_WARNING(args);
|
||||
tl::Heap heap;
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (0, heap);
|
||||
QObject *arg1 = args ? gsi::arg_reader<QObject * >() (args, heap) : gsi::arg_maker<QObject * >() (nullptr, heap);
|
||||
((QThread_Adaptor *)cls)->emitter_QThread_destroyed_1302 (arg1);
|
||||
}
|
||||
|
||||
|
|
@ -881,13 +881,13 @@ static void _set_callback_cbs_event_1217_0 (void *cls, const gsi::Callback &cb)
|
|||
}
|
||||
|
||||
|
||||
// bool QThread::eventFilter(QObject *, QEvent *)
|
||||
// bool QThread::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
static void _init_cbs_eventFilter_2411_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("watched");
|
||||
decl->add_arg<QObject * > (argspec_0);
|
||||
static gsi::ArgSpecBase argspec_1 ("arg2");
|
||||
static gsi::ArgSpecBase argspec_1 ("event");
|
||||
decl->add_arg<QEvent * > (argspec_1);
|
||||
decl->set_return<bool > ();
|
||||
}
|
||||
|
|
@ -1070,11 +1070,11 @@ static void _call_emitter_started_2651 (const qt_gsi::GenericMethod * /*decl*/,
|
|||
}
|
||||
|
||||
|
||||
// void QThread::timerEvent(QTimerEvent *)
|
||||
// void QThread::timerEvent(QTimerEvent *event)
|
||||
|
||||
static void _init_cbs_timerEvent_1730_0 (qt_gsi::GenericMethod *decl)
|
||||
{
|
||||
static gsi::ArgSpecBase argspec_0 ("arg1");
|
||||
static gsi::ArgSpecBase argspec_0 ("event");
|
||||
decl->add_arg<QTimerEvent * > (argspec_0);
|
||||
decl->set_return<void > ();
|
||||
}
|
||||
|
|
@ -1102,16 +1102,16 @@ gsi::Class<QThread> &qtdecl_QThread ();
|
|||
static gsi::Methods methods_QThread_Adaptor () {
|
||||
gsi::Methods methods;
|
||||
methods += new qt_gsi::GenericStaticMethod ("new", "@brief Constructor QThread::QThread(QObject *parent)\nThis method creates an object of class QThread.", &_init_ctor_QThread_Adaptor_1302, &_call_ctor_QThread_Adaptor_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QThread::childEvent(QChildEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@brief Virtual method void QThread::childEvent(QChildEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*childEvent", "@hide", false, &_init_cbs_childEvent_1701_0, &_call_cbs_childEvent_1701_0, &_set_callback_cbs_childEvent_1701_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QThread::customEvent(QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@brief Virtual method void QThread::customEvent(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("*customEvent", "@hide", false, &_init_cbs_customEvent_1217_0, &_call_cbs_customEvent_1217_0, &_set_callback_cbs_customEvent_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_destroyed", "@brief Emitter for signal void QThread::destroyed(QObject *)\nCall this method to emit this signal.", false, &_init_emitter_destroyed_1302, &_call_emitter_destroyed_1302);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@brief Virtual method void QThread::disconnectNotify(const QMetaMethod &signal)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("*disconnectNotify", "@hide", false, &_init_cbs_disconnectNotify_2394_0, &_call_cbs_disconnectNotify_2394_0, &_set_callback_cbs_disconnectNotify_2394_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@brief Virtual method bool QThread::event(QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("event", "@hide", false, &_init_cbs_event_1217_0, &_call_cbs_event_1217_0, &_set_callback_cbs_event_1217_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QThread::eventFilter(QObject *, QEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@brief Virtual method bool QThread::eventFilter(QObject *watched, QEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("eventFilter", "@hide", false, &_init_cbs_eventFilter_2411_0, &_call_cbs_eventFilter_2411_0, &_set_callback_cbs_eventFilter_2411_0);
|
||||
methods += new qt_gsi::GenericMethod ("*exec", "@brief Method int QThread::exec()\nThis method is protected and can only be called from inside a derived class.", false, &_init_fp_exec_0, &_call_fp_exec_0);
|
||||
methods += new qt_gsi::GenericMethod ("emit_finished", "@brief Emitter for signal void QThread::finished()\nCall this method to emit this signal.", false, &_init_emitter_finished_2651, &_call_emitter_finished_2651);
|
||||
|
|
@ -1124,7 +1124,7 @@ static gsi::Methods methods_QThread_Adaptor () {
|
|||
methods += new qt_gsi::GenericMethod ("*senderSignalIndex", "@brief Method int QThread::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::GenericStaticMethod ("*setTerminationEnabled", "@brief Method void QThread::setTerminationEnabled(bool enabled)\nThis method is protected and can only be called from inside a derived class.", &_init_fp_setTerminationEnabled_864, &_call_fp_setTerminationEnabled_864);
|
||||
methods += new qt_gsi::GenericMethod ("emit_started", "@brief Emitter for signal void QThread::started()\nCall this method to emit this signal.", false, &_init_emitter_started_2651, &_call_emitter_started_2651);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QThread::timerEvent(QTimerEvent *)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@brief Virtual method void QThread::timerEvent(QTimerEvent *event)\nThis method can be reimplemented in a derived class.", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0);
|
||||
methods += new qt_gsi::GenericMethod ("*timerEvent", "@hide", false, &_init_cbs_timerEvent_1730_0, &_call_cbs_timerEvent_1730_0, &_set_callback_cbs_timerEvent_1730_0);
|
||||
return methods;
|
||||
}
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue