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:
Viktor Szakats
2010-01-14 01:57:46 +00:00
parent b1d68f0a5e
commit ea184d1bc4
265 changed files with 311 additions and 296 deletions

View File

@@ -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

View File

@@ -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_, ' ' )

View File

@@ -60,7 +60,7 @@ CLASS HbQtObjectHandler
VAR pPtr
METHOD configure()
METHOD configure( xObject )
ERROR HANDLER onError()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QAbstractItemModel INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD buddy( pIndex )
METHOD canFetchMore( pParent )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QAbstractListModel INHERIT HbQtObjectHandler, QAbstractItemModel
METHOD new()
METHOD new( ... )
METHOD index( nRow, nColumn, pParent )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QAbstractTableModel INHERIT HbQtObjectHandler, QAbstractItemModel
METHOD new()
METHOD new( ... )
METHOD index( nRow, nColumn, pParent )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QBitArray INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD at( nI )
METHOD clear()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QByteArray INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD append( pBa )
METHOD append_1( cStr )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QCoreApplication INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD notify( pReceiver, pEvent )
METHOD addLibraryPath( cPath )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDataStream INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD atEnd()
METHOD byteOrder()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDate INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD addDays( nNdays )
METHOD addMonths( nNmonths )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDateTime INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD addDays( nNdays )
METHOD addMSecs( nMsecs )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDir INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD absoluteFilePath( cFileName )
METHOD absolutePath()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QEvent INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD accept()
METHOD ignore()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QEventLoop INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD exec( nFlags )
METHOD exit( nReturnCode )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QFile INHERIT HbQtObjectHandler, QIODevice
METHOD new()
METHOD new( ... )
METHOD atEnd()
METHOD close()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QFileInfo INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD absoluteDir()
METHOD absoluteFilePath()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QIODevice INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD atEnd()
METHOD bytesAvailable()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QLatin1Char INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD toLatin1()
METHOD unicode()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QLatin1String INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD latin1()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QLine INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD p1()
METHOD p2()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QLineF INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD p1()
METHOD p2()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QList INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD append( xValue )
METHOD at( nI )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QLocale INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD amText()
METHOD country()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QMimeData INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD clear()
METHOD colorData()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QModelIndex INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD child( nRow, nColumn )
METHOD column()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QObject INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD blockSignals( lBlock )
METHOD connect( pSender, pSignal, pMethod, nType )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QPoint INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD isNull()
METHOD manhattanLength()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QPointF INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD isNull()
METHOD rx()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QProcess INHERIT HbQtObjectHandler, QIODevice
METHOD new()
METHOD new( ... )
METHOD close()
METHOD closeReadChannel( nChannel )

View File

@@ -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 )

View File

@@ -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 )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QRegExp INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD cap( nNth )
METHOD capturedTexts()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QResource INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD absoluteFilePath()
METHOD data()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QSettings INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD allKeys()
METHOD applicationName()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QSignalMapper INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD mapping( nId )
METHOD mapping_1( cId )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QSize INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD height()
METHOD isEmpty()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QSizeF INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD boundedTo( pOtherSize )
METHOD expandedTo( pOtherSize )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QStringList INHERIT HbQtObjectHandler, QList
METHOD new()
METHOD new( ... )
METHOD append( cValue )
METHOD filter( cStr, nCs )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QTextBoundaryFinder INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD boundaryReasons()
METHOD isAtBoundary()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QTextCodec INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD canEncode( nCh )
METHOD canEncode_1( cS )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QTextDecoder INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD toUnicode( pChars, nLen )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QTextEncoder INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD fromUnicode( cStr )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QTextStream INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD atEnd()
METHOD autoDetectUnicode()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QThread INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD exit( nReturnCode )
METHOD isFinished()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QTime INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD addMSecs( nMs )
METHOD addSecs( nS )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QTimer INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD interval()
METHOD isActive()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QTranslator INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD isEmpty()
METHOD load( cFilename, cDirectory, cSearch_delimiters, cSuffix )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QUiLoader INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD addPluginPath( cPath )
METHOD availableLayouts()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QUrl INHERIT HbQtObjectHandler, QWidget
METHOD new()
METHOD new( ... )
METHOD addEncodedQueryItem( pKey, pValue )
METHOD addQueryItem( cKey, cValue )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QVariant INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD canConvert( nT )
METHOD canConvert_1( nT )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QAbstractButton INHERIT HbQtObjectHandler, QWidget
METHOD new()
METHOD new( ... )
METHOD autoExclusive()
METHOD autoRepeat()

View File

@@ -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 )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QAbstractItemView INHERIT HbQtObjectHandler, QAbstractScrollArea
METHOD new()
METHOD new( ... )
METHOD alternatingRowColors()
METHOD autoScrollMargin()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QAbstractPrintDialog INHERIT HbQtObjectHandler, QDialog
METHOD new()
METHOD new( ... )
METHOD exec()
METHOD fromPage()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QAbstractProxyModel INHERIT HbQtObjectHandler, QAbstractItemModel
METHOD new()
METHOD new( ... )
METHOD mapFromSource( pSourceIndex )
METHOD mapSelectionFromSource( pSourceSelection )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QAbstractScrollArea INHERIT HbQtObjectHandler, QFrame
METHOD new()
METHOD new( ... )
METHOD addScrollBarWidget( pWidget, nAlignment )
METHOD cornerWidget()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QAbstractSlider INHERIT HbQtObjectHandler, QWidget
METHOD new()
METHOD new( ... )
METHOD hasTracking()
METHOD invertedAppearance()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QAbstractSpinBox INHERIT HbQtObjectHandler, QWidget
METHOD new()
METHOD new( ... )
METHOD alignment()
METHOD buttonSymbols()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QAbstractTextDocumentLayout INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD anchorAt( pPosition )
METHOD blockBoundingRect( pBlock )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QAction INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD actionGroup()
METHOD activate( nEvent )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QActionGroup INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD addAction( pAction )
METHOD addAction_1( cText )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QApplication INHERIT HbQtObjectHandler, QCoreApplication
METHOD new()
METHOD new( ... )
METHOD commitData( pManager )
METHOD inputContext()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QBitmap INHERIT HbQtObjectHandler, QPixmap
METHOD new()
METHOD new( ... )
METHOD clear()
METHOD transformed( pMatrix )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QBoxLayout INHERIT HbQtObjectHandler, QLayout
METHOD new()
METHOD new( ... )
METHOD addLayout( pLayout, nStretch )
METHOD addSpacerItem( pSpacerItem )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QBrush INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD color()
METHOD isOpaque()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QButtonGroup INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD addButton( pButton )
METHOD addButton_1( pButton, nId )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QCalendarWidget INHERIT HbQtObjectHandler, QWidget
METHOD new()
METHOD new( ... )
METHOD dateEditAcceptDelay()
METHOD dateTextFormat( pDate )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QCheckBox INHERIT HbQtObjectHandler, QAbstractButton
METHOD new()
METHOD new( ... )
METHOD checkState()
METHOD isTristate()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QClipboard INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD clear( nMode )
METHOD image( nMode )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QColor INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD alpha()
METHOD alphaF()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QColorDialog INHERIT HbQtObjectHandler, QDialog
METHOD new()
METHOD new( ... )
METHOD currentColor()
METHOD open()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QComboBox INHERIT HbQtObjectHandler, QWidget
METHOD new()
METHOD new( ... )
METHOD addItem( cText, pUserData )
METHOD addItem_1( cIcon, cText, pUserData )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QCommandLinkButton INHERIT HbQtObjectHandler, QPushButton
METHOD new()
METHOD new( ... )
METHOD description()
METHOD setDescription( cDescription )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QCommonStyle INHERIT HbQtObjectHandler, QStyle
METHOD new()
METHOD new( ... )
ENDCLASS

View File

@@ -65,7 +65,7 @@
CREATE CLASS QCompleter INHERIT HbQtObjectHandler, QObject
METHOD new()
METHOD new( ... )
METHOD caseSensitivity()
METHOD completionColumn()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QConicalGradient INHERIT HbQtObjectHandler, QGradient
METHOD new()
METHOD new( ... )
METHOD angle()
METHOD center()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QContextMenuEvent INHERIT HbQtObjectHandler, QInputEvent
METHOD new()
METHOD new( ... )
METHOD globalPos()
METHOD globalX()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QCursor INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD bitmap()
METHOD hotSpot()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDateEdit INHERIT HbQtObjectHandler, QDateTimeEdit
METHOD new()
METHOD new( ... )
ENDCLASS

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDateTimeEdit INHERIT HbQtObjectHandler, QAbstractSpinBox
METHOD new()
METHOD new( ... )
METHOD calendarPopup()
METHOD calendarWidget()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDesktopWidget INHERIT HbQtObjectHandler, QWidget
METHOD new()
METHOD new( ... )
METHOD availableGeometry( nScreen )
METHOD availableGeometry_1( pWidget )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDial INHERIT HbQtObjectHandler, QAbstractSlider
METHOD new()
METHOD new( ... )
METHOD notchSize()
METHOD notchTarget()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDialog INHERIT HbQtObjectHandler, QWidget
METHOD new()
METHOD new( ... )
METHOD isSizeGripEnabled()
METHOD result()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDirModel INHERIT HbQtObjectHandler, QAbstractItemModel
METHOD new()
METHOD new( ... )
METHOD columnCount( pParent )
METHOD data( pIndex, nRole )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDockWidget INHERIT HbQtObjectHandler, QWidget
METHOD new()
METHOD new( ... )
METHOD allowedAreas()
METHOD features()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDoubleSpinBox INHERIT HbQtObjectHandler, QAbstractSpinBox
METHOD new()
METHOD new( ... )
METHOD cleanText()
METHOD decimals()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDragEnterEvent INHERIT HbQtObjectHandler, QDragMoveEvent
METHOD new()
METHOD new( ... )
ENDCLASS

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDragLeaveEvent INHERIT HbQtObjectHandler, QEvent
METHOD new()
METHOD new( ... )
ENDCLASS

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDragMoveEvent INHERIT HbQtObjectHandler, QDropEvent
METHOD new()
METHOD new( ... )
METHOD accept( pRectangle )
METHOD accept_1()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QDropEvent INHERIT HbQtObjectHandler, QEvent
METHOD new()
METHOD new( ... )
METHOD acceptProposedAction()
METHOD dropAction()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QErrorMessage INHERIT HbQtObjectHandler, QDialog
METHOD new()
METHOD new( ... )
METHOD showMessage( cMessage )
METHOD showMessage_1( cMessage, cType )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QFileDialog INHERIT HbQtObjectHandler, QDialog
METHOD new()
METHOD new( ... )
METHOD acceptMode()
METHOD confirmOverwrite()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QFileIconProvider INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD icon( nType )
METHOD icon_1( pInfo )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QFileSystemModel INHERIT HbQtObjectHandler, QAbstractItemModel
METHOD new()
METHOD new( ... )
METHOD dropMimeData( pData, nAction, nRow, nColumn, pParent )
METHOD fileIcon( pIndex )

View File

@@ -65,7 +65,7 @@
CREATE CLASS QFocusEvent INHERIT HbQtObjectHandler, QEvent
METHOD new()
METHOD new( ... )
METHOD gotFocus()
METHOD lostFocus()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QFocusFrame INHERIT HbQtObjectHandler, QWidget
METHOD new()
METHOD new( ... )
METHOD setWidget( pWidget )
METHOD widget()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QFont INHERIT HbQtObjectHandler
METHOD new()
METHOD new( ... )
METHOD bold()
METHOD capitalization()

View File

@@ -65,7 +65,7 @@
CREATE CLASS QFontComboBox INHERIT HbQtObjectHandler, QComboBox
METHOD new()
METHOD new( ... )
METHOD currentFont()
METHOD fontFilters()

View File

@@ -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