2010-01-14 02:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/generator/hbqtgen.prg
* contrib/hbqt/qth/QSyntaxHighlighter.qth
* contrib/hbqt/hbqt_misc.prg
! Synced method declaration with definition.
; (I'm leaving hbxbp and gtwvg to Pritpal)
* contrib/hbqt/qtgui/*
* contrib/hbqt/qtcore/*
* contrib/hbqt/qtnetwork/*
* Regenerated.
* contrib/hbxbp/Makefile
* Sorted files alphabetically.
This commit is contained in:
@@ -17,6 +17,21 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-01-14 02:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbqt/generator/hbqtgen.prg
|
||||
* contrib/hbqt/qth/QSyntaxHighlighter.qth
|
||||
* contrib/hbqt/hbqt_misc.prg
|
||||
! Synced method declaration with definition.
|
||||
; (I'm leaving hbxbp and gtwvg to Pritpal)
|
||||
|
||||
* contrib/hbqt/qtgui/*
|
||||
* contrib/hbqt/qtcore/*
|
||||
* contrib/hbqt/qtnetwork/*
|
||||
* Regenerated.
|
||||
|
||||
* contrib/hbxbp/Makefile
|
||||
* Sorted files alphabetically.
|
||||
|
||||
2010-01-14 01:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/compiler/harbour.y
|
||||
* harbour/src/compiler/harbour.yyh
|
||||
|
||||
@@ -1572,7 +1572,7 @@ STATIC FUNCTION Build_Class( cWidget, cls_, doc_, cPathOut, subCls_ )
|
||||
aadd( txt_, ' ERROR HANDLER onError()' )
|
||||
aadd( txt_, ' ' )
|
||||
#endif
|
||||
aadd( txt_, ' METHOD new()' )
|
||||
aadd( txt_, ' METHOD new( ... )' )
|
||||
//aadd( txt_, ' METHOD configure( xObject )' )
|
||||
aadd( txt_, ' ' )
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ CLASS HbQtObjectHandler
|
||||
|
||||
VAR pPtr
|
||||
|
||||
METHOD configure()
|
||||
METHOD configure( xObject )
|
||||
|
||||
ERROR HANDLER onError()
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QAbstractItemModel INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD buddy( pIndex )
|
||||
METHOD canFetchMore( pParent )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QAbstractListModel INHERIT HbQtObjectHandler, QAbstractItemModel
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD index( nRow, nColumn, pParent )
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QAbstractTableModel INHERIT HbQtObjectHandler, QAbstractItemModel
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD index( nRow, nColumn, pParent )
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QBitArray INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD at( nI )
|
||||
METHOD clear()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QByteArray INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD append( pBa )
|
||||
METHOD append_1( cStr )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QCoreApplication INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD notify( pReceiver, pEvent )
|
||||
METHOD addLibraryPath( cPath )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDataStream INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD atEnd()
|
||||
METHOD byteOrder()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDate INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD addDays( nNdays )
|
||||
METHOD addMonths( nNmonths )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDateTime INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD addDays( nNdays )
|
||||
METHOD addMSecs( nMsecs )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDir INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD absoluteFilePath( cFileName )
|
||||
METHOD absolutePath()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QEvent INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD accept()
|
||||
METHOD ignore()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QEventLoop INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD exec( nFlags )
|
||||
METHOD exit( nReturnCode )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QFile INHERIT HbQtObjectHandler, QIODevice
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD atEnd()
|
||||
METHOD close()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QFileInfo INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD absoluteDir()
|
||||
METHOD absoluteFilePath()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QIODevice INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD atEnd()
|
||||
METHOD bytesAvailable()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QLatin1Char INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD toLatin1()
|
||||
METHOD unicode()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QLatin1String INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD latin1()
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QLine INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD p1()
|
||||
METHOD p2()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QLineF INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD p1()
|
||||
METHOD p2()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QList INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD append( xValue )
|
||||
METHOD at( nI )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QLocale INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD amText()
|
||||
METHOD country()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QMimeData INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD clear()
|
||||
METHOD colorData()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QModelIndex INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD child( nRow, nColumn )
|
||||
METHOD column()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QObject INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD blockSignals( lBlock )
|
||||
METHOD connect( pSender, pSignal, pMethod, nType )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QPoint INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD isNull()
|
||||
METHOD manhattanLength()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QPointF INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD isNull()
|
||||
METHOD rx()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QProcess INHERIT HbQtObjectHandler, QIODevice
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD close()
|
||||
METHOD closeReadChannel( nChannel )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QRect INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD adjust( nDx1, nDy1, nDx2, nDy2 )
|
||||
METHOD adjusted( nDx1, nDy1, nDx2, nDy2 )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QRectF INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD adjust( nDx1, nDy1, nDx2, nDy2 )
|
||||
METHOD adjusted( nDx1, nDy1, nDx2, nDy2 )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QRegExp INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD cap( nNth )
|
||||
METHOD capturedTexts()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QResource INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD absoluteFilePath()
|
||||
METHOD data()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QSettings INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD allKeys()
|
||||
METHOD applicationName()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QSignalMapper INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD mapping( nId )
|
||||
METHOD mapping_1( cId )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QSize INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD height()
|
||||
METHOD isEmpty()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QSizeF INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD boundedTo( pOtherSize )
|
||||
METHOD expandedTo( pOtherSize )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QStringList INHERIT HbQtObjectHandler, QList
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD append( cValue )
|
||||
METHOD filter( cStr, nCs )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QTextBoundaryFinder INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD boundaryReasons()
|
||||
METHOD isAtBoundary()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QTextCodec INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD canEncode( nCh )
|
||||
METHOD canEncode_1( cS )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QTextDecoder INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD toUnicode( pChars, nLen )
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QTextEncoder INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD fromUnicode( cStr )
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QTextStream INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD atEnd()
|
||||
METHOD autoDetectUnicode()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QThread INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD exit( nReturnCode )
|
||||
METHOD isFinished()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QTime INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD addMSecs( nMs )
|
||||
METHOD addSecs( nS )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QTimer INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD interval()
|
||||
METHOD isActive()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QTranslator INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD isEmpty()
|
||||
METHOD load( cFilename, cDirectory, cSearch_delimiters, cSuffix )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QUiLoader INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD addPluginPath( cPath )
|
||||
METHOD availableLayouts()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QUrl INHERIT HbQtObjectHandler, QWidget
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD addEncodedQueryItem( pKey, pValue )
|
||||
METHOD addQueryItem( cKey, cValue )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QVariant INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD canConvert( nT )
|
||||
METHOD canConvert_1( nT )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QAbstractButton INHERIT HbQtObjectHandler, QWidget
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD autoExclusive()
|
||||
METHOD autoRepeat()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QAbstractItemDelegate INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD createEditor( pParent, pOption, pIndex )
|
||||
METHOD editorEvent( pEvent, pModel, pOption, pIndex )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QAbstractItemView INHERIT HbQtObjectHandler, QAbstractScrollArea
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD alternatingRowColors()
|
||||
METHOD autoScrollMargin()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QAbstractPrintDialog INHERIT HbQtObjectHandler, QDialog
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD exec()
|
||||
METHOD fromPage()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QAbstractProxyModel INHERIT HbQtObjectHandler, QAbstractItemModel
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD mapFromSource( pSourceIndex )
|
||||
METHOD mapSelectionFromSource( pSourceSelection )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QAbstractScrollArea INHERIT HbQtObjectHandler, QFrame
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD addScrollBarWidget( pWidget, nAlignment )
|
||||
METHOD cornerWidget()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QAbstractSlider INHERIT HbQtObjectHandler, QWidget
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD hasTracking()
|
||||
METHOD invertedAppearance()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QAbstractSpinBox INHERIT HbQtObjectHandler, QWidget
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD alignment()
|
||||
METHOD buttonSymbols()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QAbstractTextDocumentLayout INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD anchorAt( pPosition )
|
||||
METHOD blockBoundingRect( pBlock )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QAction INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD actionGroup()
|
||||
METHOD activate( nEvent )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QActionGroup INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD addAction( pAction )
|
||||
METHOD addAction_1( cText )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QApplication INHERIT HbQtObjectHandler, QCoreApplication
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD commitData( pManager )
|
||||
METHOD inputContext()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QBitmap INHERIT HbQtObjectHandler, QPixmap
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD clear()
|
||||
METHOD transformed( pMatrix )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QBoxLayout INHERIT HbQtObjectHandler, QLayout
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD addLayout( pLayout, nStretch )
|
||||
METHOD addSpacerItem( pSpacerItem )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QBrush INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD color()
|
||||
METHOD isOpaque()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QButtonGroup INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD addButton( pButton )
|
||||
METHOD addButton_1( pButton, nId )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QCalendarWidget INHERIT HbQtObjectHandler, QWidget
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD dateEditAcceptDelay()
|
||||
METHOD dateTextFormat( pDate )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QCheckBox INHERIT HbQtObjectHandler, QAbstractButton
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD checkState()
|
||||
METHOD isTristate()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QClipboard INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD clear( nMode )
|
||||
METHOD image( nMode )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QColor INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD alpha()
|
||||
METHOD alphaF()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QColorDialog INHERIT HbQtObjectHandler, QDialog
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD currentColor()
|
||||
METHOD open()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QComboBox INHERIT HbQtObjectHandler, QWidget
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD addItem( cText, pUserData )
|
||||
METHOD addItem_1( cIcon, cText, pUserData )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QCommandLinkButton INHERIT HbQtObjectHandler, QPushButton
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD description()
|
||||
METHOD setDescription( cDescription )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QCommonStyle INHERIT HbQtObjectHandler, QStyle
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
|
||||
ENDCLASS
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QCompleter INHERIT HbQtObjectHandler, QObject
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD caseSensitivity()
|
||||
METHOD completionColumn()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QConicalGradient INHERIT HbQtObjectHandler, QGradient
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD angle()
|
||||
METHOD center()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QContextMenuEvent INHERIT HbQtObjectHandler, QInputEvent
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD globalPos()
|
||||
METHOD globalX()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QCursor INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD bitmap()
|
||||
METHOD hotSpot()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDateEdit INHERIT HbQtObjectHandler, QDateTimeEdit
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
|
||||
ENDCLASS
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDateTimeEdit INHERIT HbQtObjectHandler, QAbstractSpinBox
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD calendarPopup()
|
||||
METHOD calendarWidget()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDesktopWidget INHERIT HbQtObjectHandler, QWidget
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD availableGeometry( nScreen )
|
||||
METHOD availableGeometry_1( pWidget )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDial INHERIT HbQtObjectHandler, QAbstractSlider
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD notchSize()
|
||||
METHOD notchTarget()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDialog INHERIT HbQtObjectHandler, QWidget
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD isSizeGripEnabled()
|
||||
METHOD result()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDirModel INHERIT HbQtObjectHandler, QAbstractItemModel
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD columnCount( pParent )
|
||||
METHOD data( pIndex, nRole )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDockWidget INHERIT HbQtObjectHandler, QWidget
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD allowedAreas()
|
||||
METHOD features()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDoubleSpinBox INHERIT HbQtObjectHandler, QAbstractSpinBox
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD cleanText()
|
||||
METHOD decimals()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDragEnterEvent INHERIT HbQtObjectHandler, QDragMoveEvent
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
|
||||
ENDCLASS
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDragLeaveEvent INHERIT HbQtObjectHandler, QEvent
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
|
||||
ENDCLASS
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDragMoveEvent INHERIT HbQtObjectHandler, QDropEvent
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD accept( pRectangle )
|
||||
METHOD accept_1()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QDropEvent INHERIT HbQtObjectHandler, QEvent
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD acceptProposedAction()
|
||||
METHOD dropAction()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QErrorMessage INHERIT HbQtObjectHandler, QDialog
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD showMessage( cMessage )
|
||||
METHOD showMessage_1( cMessage, cType )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QFileDialog INHERIT HbQtObjectHandler, QDialog
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD acceptMode()
|
||||
METHOD confirmOverwrite()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QFileIconProvider INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD icon( nType )
|
||||
METHOD icon_1( pInfo )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QFileSystemModel INHERIT HbQtObjectHandler, QAbstractItemModel
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD dropMimeData( pData, nAction, nRow, nColumn, pParent )
|
||||
METHOD fileIcon( pIndex )
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QFocusEvent INHERIT HbQtObjectHandler, QEvent
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD gotFocus()
|
||||
METHOD lostFocus()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QFocusFrame INHERIT HbQtObjectHandler, QWidget
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD setWidget( pWidget )
|
||||
METHOD widget()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QFont INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD bold()
|
||||
METHOD capitalization()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QFontComboBox INHERIT HbQtObjectHandler, QComboBox
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD currentFont()
|
||||
METHOD fontFilters()
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
CREATE CLASS QFontDatabase INHERIT HbQtObjectHandler
|
||||
|
||||
METHOD new()
|
||||
METHOD new( ... )
|
||||
|
||||
METHOD bold( cFamily, cStyle )
|
||||
METHOD families( nWritingSystem )
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user