mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-01-09 18:51:24 -08:00
add QTouchDevice, QMediaResource
This commit is contained in:
parent
8b8b1cc022
commit
dac54ad8a1
43 changed files with 1089 additions and 863 deletions
|
|
@ -299,7 +299,9 @@
|
|||
#:|attribute|
|
||||
#:|at|
|
||||
#:|audioAvailableChanged|
|
||||
#:|audioBitRate|
|
||||
#:|audioCodecDescription|
|
||||
#:|audioCodec|
|
||||
#:|audioInputChanged|
|
||||
#:|audioInputDescription|
|
||||
#:|audioInputs|
|
||||
|
|
@ -990,6 +992,7 @@
|
|||
#:|dashOffset|
|
||||
#:|dashPattern|
|
||||
#:|dataChanged|
|
||||
#:|dataSize|
|
||||
#:|database.QSqlDatabase|
|
||||
#:|databaseName|
|
||||
#:|databaseQuotaExceeded|
|
||||
|
|
@ -1085,6 +1088,7 @@
|
|||
#:|deviceName|
|
||||
#:|devicePixelRatio|
|
||||
#:|deviceTransform|
|
||||
#:|devices.QTouchDevice|
|
||||
#:|device|
|
||||
#:|digest|
|
||||
#:|digitCount|
|
||||
|
|
@ -1195,11 +1199,7 @@
|
|||
#:|drawImage(QRectF...)|
|
||||
#:|drawImage(int...)|
|
||||
#:|drawImage|
|
||||
#:|drawItemPixmap|
|
||||
#:|drawItemText|
|
||||
#:|drawLine(QLine)|
|
||||
#:|drawLine(QLineF)|
|
||||
#:|drawLine(QPoint...)|))
|
||||
#:|drawItemPixmap|))
|
||||
|
||||
(in-package :eql)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,23 @@
|
|||
(in-package :eql)
|
||||
|
||||
(defun |searchingFinished| (object &rest arguments)
|
||||
(%qinvoke-method object nil "searchingFinished" arguments))
|
||||
|
||||
(defun |searchingStarted| (object &rest arguments)
|
||||
(%qinvoke-method object nil "searchingStarted" arguments))
|
||||
|
||||
(defun |search| (object &rest arguments)
|
||||
(%qinvoke-method object nil "search" arguments))
|
||||
|
||||
(defun |second| (object &rest arguments)
|
||||
(%qinvoke-method object nil "second" arguments))
|
||||
|
||||
(defun |secsTo| (object &rest arguments)
|
||||
(%qinvoke-method object nil "secsTo" arguments))
|
||||
|
||||
(defun |sectionAt| (object &rest arguments)
|
||||
(%qinvoke-method object nil "sectionAt" arguments))
|
||||
|
||||
(defun |sectionClicked| (object &rest arguments)
|
||||
(%qinvoke-method object nil "sectionClicked" arguments))
|
||||
|
||||
|
|
@ -456,6 +474,12 @@
|
|||
(defun |setAttribute| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setAttribute" arguments))
|
||||
|
||||
(defun |setAudioBitRate| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setAudioBitRate" arguments))
|
||||
|
||||
(defun |setAudioCodec| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setAudioCodec" arguments))
|
||||
|
||||
(defun |setAudioInput| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setAudioInput" arguments))
|
||||
|
||||
|
|
@ -1152,6 +1176,9 @@
|
|||
(defun |setDashPattern| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setDashPattern" arguments))
|
||||
|
||||
(defun |setDataSize| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setDataSize" arguments))
|
||||
|
||||
(defun |setDatabaseName| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setDatabaseName" arguments))
|
||||
|
||||
|
|
@ -2208,6 +2235,9 @@
|
|||
(defun |setLandscapeOrientation| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setLandscapeOrientation" arguments))
|
||||
|
||||
(defun |setLanguage| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setLanguage" arguments))
|
||||
|
||||
(defun |setLastCenterPoint| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setLastCenterPoint" arguments))
|
||||
|
||||
|
|
@ -2415,6 +2445,9 @@
|
|||
(defun |setMaximumTime| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setMaximumTime" arguments))
|
||||
|
||||
(defun |setMaximumTouchPoints| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setMaximumTouchPoints" arguments))
|
||||
|
||||
(defun |setMaximumWidth| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setMaximumWidth" arguments))
|
||||
|
||||
|
|
@ -3566,36 +3599,3 @@
|
|||
|
||||
(defun |setSpanAngle| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSpanAngle" arguments))
|
||||
|
||||
(defun |setSpan| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSpan" arguments))
|
||||
|
||||
(defun |setSpecialValueText| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSpecialValueText" arguments))
|
||||
|
||||
(defun |setSpeed| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSpeed" arguments))
|
||||
|
||||
(defun |setSpotMeteringPoint| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSpotMeteringPoint" arguments))
|
||||
|
||||
(defun |setSpread| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSpread" arguments))
|
||||
|
||||
(defun |setSslConfiguration| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSslConfiguration" arguments))
|
||||
|
||||
(defun |setSslOption| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSslOption" arguments))
|
||||
|
||||
(defun |setStackingMode| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setStackingMode" arguments))
|
||||
|
||||
(defun |setStack| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setStack" arguments))
|
||||
|
||||
(defun |setStandardButtons| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setStandardButtons" arguments))
|
||||
|
||||
(defun |setStandardColor.QColorDialog| (&rest arguments)
|
||||
(%qinvoke-method "QColorDialog" nil "setStandardColor" arguments))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,38 @@
|
|||
(in-package :eql)
|
||||
|
||||
(defun |setSpan| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSpan" arguments))
|
||||
|
||||
(defun |setSpecialValueText| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSpecialValueText" arguments))
|
||||
|
||||
(defun |setSpeed| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSpeed" arguments))
|
||||
|
||||
(defun |setSpotMeteringPoint| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSpotMeteringPoint" arguments))
|
||||
|
||||
(defun |setSpread| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSpread" arguments))
|
||||
|
||||
(defun |setSslConfiguration| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSslConfiguration" arguments))
|
||||
|
||||
(defun |setSslOption| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setSslOption" arguments))
|
||||
|
||||
(defun |setStackingMode| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setStackingMode" arguments))
|
||||
|
||||
(defun |setStack| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setStack" arguments))
|
||||
|
||||
(defun |setStandardButtons| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setStandardButtons" arguments))
|
||||
|
||||
(defun |setStandardColor.QColorDialog| (&rest arguments)
|
||||
(%qinvoke-method "QColorDialog" nil "setStandardColor" arguments))
|
||||
|
||||
(defun |setStandardErrorFile| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setStandardErrorFile" arguments))
|
||||
|
||||
|
|
@ -597,6 +630,12 @@
|
|||
(defun |setVerticalStretch| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setVerticalStretch" arguments))
|
||||
|
||||
(defun |setVideoBitRate| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setVideoBitRate" arguments))
|
||||
|
||||
(defun |setVideoCodec| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setVideoCodec" arguments))
|
||||
|
||||
(defun |setVideoOutput(QAbstractVideoSurface*)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "setVideoOutput(QAbstractVideoSurface*)" arguments))
|
||||
|
||||
|
|
@ -3306,9 +3345,15 @@
|
|||
(defun |videoAvailableChanged| (object &rest arguments)
|
||||
(%qinvoke-method object nil "videoAvailableChanged" arguments))
|
||||
|
||||
(defun |videoBitRate| (object &rest arguments)
|
||||
(%qinvoke-method object nil "videoBitRate" arguments))
|
||||
|
||||
(defun |videoCodecDescription| (object &rest arguments)
|
||||
(%qinvoke-method object nil "videoCodecDescription" arguments))
|
||||
|
||||
(defun |videoCodec| (object &rest arguments)
|
||||
(%qinvoke-method object nil "videoCodec" arguments))
|
||||
|
||||
(defun |videoSettings| (object &rest arguments)
|
||||
(%qinvoke-method object nil "videoSettings" arguments))
|
||||
|
||||
|
|
@ -3554,48 +3599,3 @@
|
|||
|
||||
(defun |windowModality| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowModality" arguments))
|
||||
|
||||
(defun |windowOpacity| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowOpacity" arguments))
|
||||
|
||||
(defun |windowPos| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowPos" arguments))
|
||||
|
||||
(defun |windowRole| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowRole" arguments))
|
||||
|
||||
(defun |windowStateChanged| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowStateChanged" arguments))
|
||||
|
||||
(defun |windowState| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowState" arguments))
|
||||
|
||||
(defun |windowText| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowText" arguments))
|
||||
|
||||
(defun |windowTitleChanged| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowTitleChanged" arguments))
|
||||
|
||||
(defun |windowTitle| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowTitle" arguments))
|
||||
|
||||
(defun |windowType| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowType" arguments))
|
||||
|
||||
(defun |windowsId.QPageSize| (&rest arguments)
|
||||
(%qinvoke-method "QPageSize" nil "windowsId" arguments))
|
||||
|
||||
(defun |windowsIdToDefaultIanaId.QTimeZone| (&rest arguments)
|
||||
(%qinvoke-method "QTimeZone" nil "windowsIdToDefaultIanaId" arguments))
|
||||
|
||||
(defun |windowsIdToIanaIds.QTimeZone| (&rest arguments)
|
||||
(%qinvoke-method "QTimeZone" nil "windowsIdToIanaIds" arguments))
|
||||
|
||||
(defun |windowsId| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowsId" arguments))
|
||||
|
||||
(defun |windowsVersion.QSysInfo| (&rest arguments)
|
||||
(%qinvoke-method "QSysInfo" nil "windowsVersion" arguments))
|
||||
|
||||
(defun |window| (object &rest arguments)
|
||||
(%qinvoke-method object (%auto-cast object) "window" arguments))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,50 @@
|
|||
(in-package :eql)
|
||||
|
||||
(defun |windowOpacity| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowOpacity" arguments))
|
||||
|
||||
(defun |windowPos| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowPos" arguments))
|
||||
|
||||
(defun |windowRole| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowRole" arguments))
|
||||
|
||||
(defun |windowStateChanged| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowStateChanged" arguments))
|
||||
|
||||
(defun |windowState| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowState" arguments))
|
||||
|
||||
(defun |windowText| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowText" arguments))
|
||||
|
||||
(defun |windowTitleChanged| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowTitleChanged" arguments))
|
||||
|
||||
(defun |windowTitle| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowTitle" arguments))
|
||||
|
||||
(defun |windowType| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowType" arguments))
|
||||
|
||||
(defun |windowsId.QPageSize| (&rest arguments)
|
||||
(%qinvoke-method "QPageSize" nil "windowsId" arguments))
|
||||
|
||||
(defun |windowsIdToDefaultIanaId.QTimeZone| (&rest arguments)
|
||||
(%qinvoke-method "QTimeZone" nil "windowsIdToDefaultIanaId" arguments))
|
||||
|
||||
(defun |windowsIdToIanaIds.QTimeZone| (&rest arguments)
|
||||
(%qinvoke-method "QTimeZone" nil "windowsIdToIanaIds" arguments))
|
||||
|
||||
(defun |windowsId| (object &rest arguments)
|
||||
(%qinvoke-method object nil "windowsId" arguments))
|
||||
|
||||
(defun |windowsVersion.QSysInfo| (&rest arguments)
|
||||
(%qinvoke-method "QSysInfo" nil "windowsVersion" arguments))
|
||||
|
||||
(defun |window| (object &rest arguments)
|
||||
(%qinvoke-method object (%auto-cast object) "window" arguments))
|
||||
|
||||
(defun |wizardStyle| (object &rest arguments)
|
||||
(%qinvoke-method object nil "wizardStyle" arguments))
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
(defpackage :eql
|
||||
(:export
|
||||
#:|drawItemText|
|
||||
#:|drawLine(QLine)|
|
||||
#:|drawLine(QLineF)|
|
||||
#:|drawLine(QPoint...)|
|
||||
#:|drawLine(QPointF...)|
|
||||
#:|drawLines(QVector<QLine>)|
|
||||
#:|drawLines(QVector<QLineF>)|
|
||||
|
|
@ -1195,8 +1199,4 @@
|
|||
#:|items(QPolygonF)|
|
||||
#:|items(QPolygonF...)|
|
||||
#:|items(QRect)|
|
||||
#:|items(QRect...)|
|
||||
#:|items(QRectF)|
|
||||
#:|items(QRectF...)|
|
||||
#:|items(Qt::SortOrder)|
|
||||
#:|items(int...)|))
|
||||
#:|items(QRect...)|))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
(defpackage :eql
|
||||
(:export
|
||||
#:|items(QRectF)|
|
||||
#:|items(QRectF...)|
|
||||
#:|items(Qt::SortOrder)|
|
||||
#:|items(int...)|
|
||||
#:|itemsBoundingRect|
|
||||
#:|itemsExpandable|
|
||||
#:|items|
|
||||
|
|
@ -322,6 +326,7 @@
|
|||
#:|maximumSectionSize|
|
||||
#:|maximumSize|
|
||||
#:|maximumTime|
|
||||
#:|maximumTouchPoints|
|
||||
#:|maximumViewportSize|
|
||||
#:|maximumWidthChanged|
|
||||
#:|maximumWidth|
|
||||
|
|
@ -373,6 +378,7 @@
|
|||
#:|mimeData|
|
||||
#:|mimeTypeFilters|
|
||||
#:|mimeTypes|
|
||||
#:|mimeType|
|
||||
#:|minLeftBearing|
|
||||
#:|minPage|
|
||||
#:|minRightBearing|
|
||||
|
|
@ -1193,10 +1199,4 @@
|
|||
#:|searchForward|
|
||||
#:|searchPaths.QDir|
|
||||
#:|searchPaths|
|
||||
#:|searchingChanged|
|
||||
#:|searchingFinished|
|
||||
#:|searchingStarted|
|
||||
#:|search|
|
||||
#:|second|
|
||||
#:|secsTo|
|
||||
#:|sectionAt|))
|
||||
#:|searchingChanged|))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
(defpackage :eql
|
||||
(:export
|
||||
#:|searchingFinished|
|
||||
#:|searchingStarted|
|
||||
#:|search|
|
||||
#:|second|
|
||||
#:|secsTo|
|
||||
#:|sectionAt|
|
||||
#:|sectionClicked|
|
||||
#:|sectionCountChanged|
|
||||
#:|sectionCount|
|
||||
|
|
@ -152,6 +158,8 @@
|
|||
#:|setAttributeValue(int...)|
|
||||
#:|setAttributeValue|
|
||||
#:|setAttribute|
|
||||
#:|setAudioBitRate|
|
||||
#:|setAudioCodec|
|
||||
#:|setAudioInput|
|
||||
#:|setAudioRole|
|
||||
#:|setAudioSettings|
|
||||
|
|
@ -384,6 +392,7 @@
|
|||
#:|setDashPattern(QVector<qreal>)|
|
||||
#:|setDashPattern(Qt::PenStyle)|
|
||||
#:|setDashPattern|
|
||||
#:|setDataSize|
|
||||
#:|setDatabaseName|
|
||||
#:|setDatabaseQuota|
|
||||
#:|setData|
|
||||
|
|
@ -736,6 +745,7 @@
|
|||
#:|setLabelText|
|
||||
#:|setLabel|
|
||||
#:|setLandscapeOrientation|
|
||||
#:|setLanguage|
|
||||
#:|setLastCenterPoint|
|
||||
#:|setLastError|
|
||||
#:|setLastModified|
|
||||
|
|
@ -805,6 +815,7 @@
|
|||
#:|setMaximumSectionSize|
|
||||
#:|setMaximumSize|
|
||||
#:|setMaximumTime|
|
||||
#:|setMaximumTouchPoints|
|
||||
#:|setMaximumWidth|
|
||||
#:|setMaximum|
|
||||
#:|setMediaObject|
|
||||
|
|
@ -1188,15 +1199,4 @@
|
|||
#:|setSourceModel|
|
||||
#:|setSource|
|
||||
#:|setSpacing|
|
||||
#:|setSpanAngle|
|
||||
#:|setSpan|
|
||||
#:|setSpecialValueText|
|
||||
#:|setSpeed|
|
||||
#:|setSpotMeteringPoint|
|
||||
#:|setSpread|
|
||||
#:|setSslConfiguration|
|
||||
#:|setSslOption|
|
||||
#:|setStackingMode|
|
||||
#:|setStack|
|
||||
#:|setStandardButtons|
|
||||
#:|setStandardColor.QColorDialog|))
|
||||
#:|setSpanAngle|))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,16 @@
|
|||
(defpackage :eql
|
||||
(:export
|
||||
#:|setSpan|
|
||||
#:|setSpecialValueText|
|
||||
#:|setSpeed|
|
||||
#:|setSpotMeteringPoint|
|
||||
#:|setSpread|
|
||||
#:|setSslConfiguration|
|
||||
#:|setSslOption|
|
||||
#:|setStackingMode|
|
||||
#:|setStack|
|
||||
#:|setStandardButtons|
|
||||
#:|setStandardColor.QColorDialog|
|
||||
#:|setStandardErrorFile|
|
||||
#:|setStandardInputFile|
|
||||
#:|setStandardOutputFile|
|
||||
|
|
@ -199,6 +210,8 @@
|
|||
#:|setVerticalScrollMode|
|
||||
#:|setVerticalSpacing|
|
||||
#:|setVerticalStretch|
|
||||
#:|setVideoBitRate|
|
||||
#:|setVideoCodec|
|
||||
#:|setVideoOutput(QAbstractVideoSurface*)|
|
||||
#:|setVideoOutput(QGraphicsVideoItem*)|
|
||||
#:|setVideoOutput(QVideoWidget*)|
|
||||
|
|
@ -1102,7 +1115,9 @@
|
|||
#:|verticalSpacing|
|
||||
#:|verticalStretch|
|
||||
#:|videoAvailableChanged|
|
||||
#:|videoBitRate|
|
||||
#:|videoCodecDescription|
|
||||
#:|videoCodec|
|
||||
#:|videoSettings|
|
||||
#:|videoWidget|
|
||||
#:|viewBoxF|
|
||||
|
|
@ -1184,19 +1199,4 @@
|
|||
#:|windowIconTextChanged|
|
||||
#:|windowIconText|
|
||||
#:|windowIcon|
|
||||
#:|windowModality|
|
||||
#:|windowOpacity|
|
||||
#:|windowPos|
|
||||
#:|windowRole|
|
||||
#:|windowStateChanged|
|
||||
#:|windowState|
|
||||
#:|windowText|
|
||||
#:|windowTitleChanged|
|
||||
#:|windowTitle|
|
||||
#:|windowType|
|
||||
#:|windowsId.QPageSize|
|
||||
#:|windowsIdToDefaultIanaId.QTimeZone|
|
||||
#:|windowsIdToIanaIds.QTimeZone|
|
||||
#:|windowsId|
|
||||
#:|windowsVersion.QSysInfo|
|
||||
#:|window|))
|
||||
#:|windowModality|))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
(defpackage :eql
|
||||
(:export
|
||||
#:|windowOpacity|
|
||||
#:|windowPos|
|
||||
#:|windowRole|
|
||||
#:|windowStateChanged|
|
||||
#:|windowState|
|
||||
#:|windowText|
|
||||
#:|windowTitleChanged|
|
||||
#:|windowTitle|
|
||||
#:|windowType|
|
||||
#:|windowsId.QPageSize|
|
||||
#:|windowsIdToDefaultIanaId.QTimeZone|
|
||||
#:|windowsIdToIanaIds.QTimeZone|
|
||||
#:|windowsId|
|
||||
#:|windowsVersion.QSysInfo|
|
||||
#:|window|
|
||||
#:|wizardStyle|
|
||||
#:|wizard|
|
||||
#:|wordSpacing|
|
||||
|
|
|
|||
|
|
@ -897,9 +897,15 @@
|
|||
(defun |audioAvailableChanged| (object &rest arguments)
|
||||
(%qinvoke-method object nil "audioAvailableChanged" arguments))
|
||||
|
||||
(defun |audioBitRate| (object &rest arguments)
|
||||
(%qinvoke-method object nil "audioBitRate" arguments))
|
||||
|
||||
(defun |audioCodecDescription| (object &rest arguments)
|
||||
(%qinvoke-method object nil "audioCodecDescription" arguments))
|
||||
|
||||
(defun |audioCodec| (object &rest arguments)
|
||||
(%qinvoke-method object nil "audioCodec" arguments))
|
||||
|
||||
(defun |audioInputChanged| (object &rest arguments)
|
||||
(%qinvoke-method object nil "audioInputChanged" arguments))
|
||||
|
||||
|
|
@ -2970,6 +2976,9 @@
|
|||
(defun |dataChanged| (object &rest arguments)
|
||||
(%qinvoke-method object nil "dataChanged" arguments))
|
||||
|
||||
(defun |dataSize| (object &rest arguments)
|
||||
(%qinvoke-method object nil "dataSize" arguments))
|
||||
|
||||
(defun |database.QSqlDatabase| (&rest arguments)
|
||||
(%qinvoke-method "QSqlDatabase" nil "database" arguments))
|
||||
|
||||
|
|
@ -3255,6 +3264,9 @@
|
|||
(defun |deviceTransform| (object &rest arguments)
|
||||
(%qinvoke-method object (%auto-cast object) "deviceTransform" arguments))
|
||||
|
||||
(defun |devices.QTouchDevice| (&rest arguments)
|
||||
(%qinvoke-method "QTouchDevice" nil "devices" arguments))
|
||||
|
||||
(defun |device| (object &rest arguments)
|
||||
(%qinvoke-method object nil "device" arguments))
|
||||
|
||||
|
|
@ -3587,15 +3599,3 @@
|
|||
|
||||
(defun |drawItemPixmap| (object &rest arguments)
|
||||
(%qinvoke-method object nil "drawItemPixmap" arguments))
|
||||
|
||||
(defun |drawItemText| (object &rest arguments)
|
||||
(%qinvoke-method object nil "drawItemText" arguments))
|
||||
|
||||
(defun |drawLine(QLine)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "drawLine(QLine)" arguments))
|
||||
|
||||
(defun |drawLine(QLineF)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "drawLine(QLineF)" arguments))
|
||||
|
||||
(defun |drawLine(QPoint...)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "drawLine(QPoint...)" arguments))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,17 @@
|
|||
(in-package :eql)
|
||||
|
||||
(defun |drawItemText| (object &rest arguments)
|
||||
(%qinvoke-method object nil "drawItemText" arguments))
|
||||
|
||||
(defun |drawLine(QLine)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "drawLine(QLine)" arguments))
|
||||
|
||||
(defun |drawLine(QLineF)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "drawLine(QLineF)" arguments))
|
||||
|
||||
(defun |drawLine(QPoint...)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "drawLine(QPoint...)" arguments))
|
||||
|
||||
(defun |drawLine(QPointF...)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "drawLine(QPointF...)" arguments))
|
||||
|
||||
|
|
@ -3587,15 +3599,3 @@
|
|||
|
||||
(defun |items(QRect...)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "items(QRect...)" arguments))
|
||||
|
||||
(defun |items(QRectF)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "items(QRectF)" arguments))
|
||||
|
||||
(defun |items(QRectF...)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "items(QRectF...)" arguments))
|
||||
|
||||
(defun |items(Qt::SortOrder)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "items(Qt::SortOrder)" arguments))
|
||||
|
||||
(defun |items(int...)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "items(int...)" arguments))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,17 @@
|
|||
(in-package :eql)
|
||||
|
||||
(defun |items(QRectF)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "items(QRectF)" arguments))
|
||||
|
||||
(defun |items(QRectF...)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "items(QRectF...)" arguments))
|
||||
|
||||
(defun |items(Qt::SortOrder)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "items(Qt::SortOrder)" arguments))
|
||||
|
||||
(defun |items(int...)| (object &rest arguments)
|
||||
(%qinvoke-method object nil "items(int...)" arguments))
|
||||
|
||||
(defun |itemsBoundingRect| (object &rest arguments)
|
||||
(%qinvoke-method object nil "itemsBoundingRect" arguments))
|
||||
|
||||
|
|
@ -966,6 +978,9 @@
|
|||
(defun |maximumTime| (object &rest arguments)
|
||||
(%qinvoke-method object nil "maximumTime" arguments))
|
||||
|
||||
(defun |maximumTouchPoints| (object &rest arguments)
|
||||
(%qinvoke-method object nil "maximumTouchPoints" arguments))
|
||||
|
||||
(defun |maximumViewportSize| (object &rest arguments)
|
||||
(%qinvoke-method object nil "maximumViewportSize" arguments))
|
||||
|
||||
|
|
@ -1119,6 +1134,9 @@
|
|||
(defun |mimeTypes| (object &rest arguments)
|
||||
(%qinvoke-method object nil "mimeTypes" arguments))
|
||||
|
||||
(defun |mimeType| (object &rest arguments)
|
||||
(%qinvoke-method object nil "mimeType" arguments))
|
||||
|
||||
(defun |minLeftBearing| (object &rest arguments)
|
||||
(%qinvoke-method object nil "minLeftBearing" arguments))
|
||||
|
||||
|
|
@ -3581,21 +3599,3 @@
|
|||
|
||||
(defun |searchingChanged| (object &rest arguments)
|
||||
(%qinvoke-method object nil "searchingChanged" arguments))
|
||||
|
||||
(defun |searchingFinished| (object &rest arguments)
|
||||
(%qinvoke-method object nil "searchingFinished" arguments))
|
||||
|
||||
(defun |searchingStarted| (object &rest arguments)
|
||||
(%qinvoke-method object nil "searchingStarted" arguments))
|
||||
|
||||
(defun |search| (object &rest arguments)
|
||||
(%qinvoke-method object nil "search" arguments))
|
||||
|
||||
(defun |second| (object &rest arguments)
|
||||
(%qinvoke-method object nil "second" arguments))
|
||||
|
||||
(defun |secsTo| (object &rest arguments)
|
||||
(%qinvoke-method object nil "secsTo" arguments))
|
||||
|
||||
(defun |sectionAt| (object &rest arguments)
|
||||
(%qinvoke-method object nil "sectionAt" arguments))
|
||||
|
|
|
|||
|
|
@ -2201,6 +2201,15 @@
|
|||
("|QToolButton.DelayedPopup|" . 0)
|
||||
("|QToolButton.InstantPopup|" . 2)
|
||||
("|QToolButton.MenuButtonPopup|" . 1)
|
||||
("|QTouchDevice.Area|" . 2)
|
||||
("|QTouchDevice.MouseEmulation|" . 64)
|
||||
("|QTouchDevice.NormalizedPosition|" . 32)
|
||||
("|QTouchDevice.Position|" . 1)
|
||||
("|QTouchDevice.Pressure|" . 4)
|
||||
("|QTouchDevice.RawPositions|" . 16)
|
||||
("|QTouchDevice.TouchPad|" . 1)
|
||||
("|QTouchDevice.TouchScreen|" . 0)
|
||||
("|QTouchDevice.Velocity|" . 8)
|
||||
("|QWebPage.AlignCenter|" . 63)
|
||||
("|QWebPage.AlignJustified|" . 64)
|
||||
("|QWebPage.AlignLeft|" . 65)
|
||||
|
|
|
|||
|
|
@ -4082,6 +4082,15 @@
|
|||
("|QTimeZone.StandardTime|" . 0)
|
||||
("|QTimeZone.DaylightTime|" . 1)
|
||||
("|QTimeZone.GenericTime|" . 2)
|
||||
("|QTouchDevice.Position|" . #x0001)
|
||||
("|QTouchDevice.Area|" . #x0002)
|
||||
("|QTouchDevice.Pressure|" . #x0004)
|
||||
("|QTouchDevice.Velocity|" . #x0008)
|
||||
("|QTouchDevice.RawPositions|" . #x0010)
|
||||
("|QTouchDevice.NormalizedPosition|" . #x0020)
|
||||
("|QTouchDevice.MouseEmulation|" . #x0040)
|
||||
("|QTouchDevice.TouchScreen|" . 0)
|
||||
("|QTouchDevice.TouchPad|" . 1)
|
||||
("|QTransform.TxNone|" . #x00)
|
||||
("|QTransform.TxTranslate|" . #x01)
|
||||
("|QTransform.TxScale|" . #x02)
|
||||
|
|
|
|||
|
|
@ -611,6 +611,15 @@
|
|||
(defenum |QToolButton.DelayedPopup| 0)
|
||||
(defenum |QToolButton.InstantPopup| 2)
|
||||
(defenum |QToolButton.MenuButtonPopup| 1)
|
||||
(defenum |QTouchDevice.Area| 2)
|
||||
(defenum |QTouchDevice.MouseEmulation| 64)
|
||||
(defenum |QTouchDevice.NormalizedPosition| 32)
|
||||
(defenum |QTouchDevice.Position| 1)
|
||||
(defenum |QTouchDevice.Pressure| 4)
|
||||
(defenum |QTouchDevice.RawPositions| 16)
|
||||
(defenum |QTouchDevice.TouchPad| 1)
|
||||
(defenum |QTouchDevice.TouchScreen| 0)
|
||||
(defenum |QTouchDevice.Velocity| 8)
|
||||
(defenum |QTransform.TxNone| 0)
|
||||
(defenum |QTransform.TxProject| 16)
|
||||
(defenum |QTransform.TxRotate| 4)
|
||||
|
|
@ -1255,12 +1264,3 @@
|
|||
(defenum |Qt.Key_Dead_Ogonek| 16781916)
|
||||
(defenum |Qt.Key_Dead_Semivoiced_Sound| 16781919)
|
||||
(defenum |Qt.Key_Dead_Tilde| 16781907)
|
||||
(defenum |Qt.Key_Dead_Voiced_Sound| 16781918)
|
||||
(defenum |Qt.Key_Delete| 16777223)
|
||||
(defenum |Qt.Key_Direction_L| 16777305)
|
||||
(defenum |Qt.Key_Direction_R| 16777312)
|
||||
(defenum |Qt.Key_Display| 16777425)
|
||||
(defenum |Qt.Key_Documents| 16777427)
|
||||
(defenum |Qt.Key_Dollar| 36)
|
||||
(defenum |Qt.Key_Down| 16777237)
|
||||
(defenum |Qt.Key_D| 68)
|
||||
|
|
|
|||
|
|
@ -14,6 +14,15 @@
|
|||
(defconstant ,name ,value)
|
||||
(export ',name ,(find-package :eql))))
|
||||
|
||||
(defenum |Qt.Key_Dead_Voiced_Sound| 16781918)
|
||||
(defenum |Qt.Key_Delete| 16777223)
|
||||
(defenum |Qt.Key_Direction_L| 16777305)
|
||||
(defenum |Qt.Key_Direction_R| 16777312)
|
||||
(defenum |Qt.Key_Display| 16777425)
|
||||
(defenum |Qt.Key_Documents| 16777427)
|
||||
(defenum |Qt.Key_Dollar| 36)
|
||||
(defenum |Qt.Key_Down| 16777237)
|
||||
(defenum |Qt.Key_D| 68)
|
||||
(defenum |Qt.Key_ETH| 208)
|
||||
(defenum |Qt.Key_Eacute| 201)
|
||||
(defenum |Qt.Key_Ecircumflex| 202)
|
||||
|
|
|
|||
|
|
@ -4345,6 +4345,15 @@
|
|||
(defenum |QToolButton.DelayedPopup| 0)
|
||||
(defenum |QToolButton.InstantPopup| 2)
|
||||
(defenum |QToolButton.MenuButtonPopup| 1)
|
||||
(defenum |QTouchDevice.Area| 2)
|
||||
(defenum |QTouchDevice.MouseEmulation| 64)
|
||||
(defenum |QTouchDevice.NormalizedPosition| 32)
|
||||
(defenum |QTouchDevice.Position| 1)
|
||||
(defenum |QTouchDevice.Pressure| 4)
|
||||
(defenum |QTouchDevice.RawPositions| 16)
|
||||
(defenum |QTouchDevice.TouchPad| 1)
|
||||
(defenum |QTouchDevice.TouchScreen| 0)
|
||||
(defenum |QTouchDevice.Velocity| 8)
|
||||
(defenum |QTransform.TxNone| 0)
|
||||
(defenum |QTransform.TxProject| 16)
|
||||
(defenum |QTransform.TxRotate| 4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue