From 6dfd6dd43098e12245856ebbc279c7aee888c210 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Tue, 14 Sep 2010 22:01:43 +0000 Subject: [PATCH] 2010-09-14 14:47 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/tests/demoqt.prg ! Adopted to new syntax. * contrib/hbqt/utils/hbqtgen.prg + Implemented: Q*Class( ... ) syntax over Q*Class():new( ... ). The tips extended by Viktor, thanks. * contrib/hbqt/qtgui/THbQtUI.prg ! Adopted to new syntax. * contrib/hbqt/qtcore/g/*.prg * contrib/hbqt/qtgui/g/*.prg * contrib/hbqt/qtnetwork/g/*.prg * contrib/hbqt/qtwebkit/g/*.prg * contrib/hbqt/qtdesigner/g/*.prg * Regenerated. --- harbour/ChangeLog | 18 ++++ .../hbqt/qscintilla/g/THBQsciScintilla.prg | 6 +- .../contrib/hbqt/qscintilla/g/TQsciAPIs.prg | 6 +- .../hbqt/qscintilla/g/TQsciAbstractAPIs.prg | 6 +- .../hbqt/qscintilla/g/TQsciCommand.prg | 6 +- .../hbqt/qscintilla/g/TQsciCommandSet.prg | 6 +- .../hbqt/qscintilla/g/TQsciDocument.prg | 6 +- .../contrib/hbqt/qscintilla/g/TQsciLexer.prg | 6 +- .../hbqt/qscintilla/g/TQsciLexerCPP.prg | 6 +- .../hbqt/qscintilla/g/TQsciLexerFlagship.prg | 6 +- .../hbqt/qscintilla/g/TQsciScintilla.prg | 6 +- .../contrib/hbqt/qscintilla/g/TQsciStyle.prg | 6 +- .../hbqt/qscintilla/g/TQsciStyledText.prg | 6 +- harbour/contrib/hbqt/qtcore/g/THBEvents.prg | 6 +- harbour/contrib/hbqt/qtcore/g/THBQString.prg | 6 +- harbour/contrib/hbqt/qtcore/g/THBSlots.prg | 6 +- .../hbqt/qtcore/g/TQAbstractItemModel.prg | 6 +- .../hbqt/qtcore/g/TQAbstractListModel.prg | 6 +- .../hbqt/qtcore/g/TQAbstractTableModel.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQBitArray.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQBuffer.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQByteArray.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQChar.prg | 6 +- .../hbqt/qtcore/g/TQCoreApplication.prg | 6 +- .../contrib/hbqt/qtcore/g/TQDataStream.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQDate.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQDateTime.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQDir.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQEvent.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQEventLoop.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQFile.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQFileInfo.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQIODevice.prg | 6 +- .../contrib/hbqt/qtcore/g/TQLatin1Char.prg | 6 +- .../contrib/hbqt/qtcore/g/TQLatin1String.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQLine.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQLineF.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQList.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQLocale.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQMimeData.prg | 6 +- .../contrib/hbqt/qtcore/g/TQModelIndex.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQObject.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQPoint.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQPointF.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQProcess.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQRect.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQRectF.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQRegExp.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQResource.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQSettings.prg | 6 +- .../contrib/hbqt/qtcore/g/TQSignalMapper.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQSize.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQSizeF.prg | 6 +- .../contrib/hbqt/qtcore/g/TQStringList.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQStringRef.prg | 6 +- .../hbqt/qtcore/g/TQTextBoundaryFinder.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQTextCodec.prg | 6 +- .../contrib/hbqt/qtcore/g/TQTextDecoder.prg | 6 +- .../contrib/hbqt/qtcore/g/TQTextEncoder.prg | 6 +- .../contrib/hbqt/qtcore/g/TQTextStream.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQThread.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQTime.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQTimeLine.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQTimer.prg | 6 +- .../contrib/hbqt/qtcore/g/TQTranslator.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQUrl.prg | 6 +- harbour/contrib/hbqt/qtcore/g/TQVariant.prg | 6 +- .../g/TQDesignerActionEditorInterface.prg | 6 +- .../g/TQDesignerFormEditorInterface.prg | 6 +- .../g/TQDesignerFormWindowCursorInterface.prg | 6 +- .../g/TQDesignerFormWindowInterface.prg | 6 +- .../TQDesignerFormWindowManagerInterface.prg | 6 +- .../g/TQDesignerObjectInspectorInterface.prg | 6 +- .../g/TQDesignerPropertyEditorInterface.prg | 6 +- .../g/TQDesignerWidgetBoxInterface.prg | 6 +- harbour/contrib/hbqt/qtgui/THbQtUI.prg | 24 +++-- .../hbqt/qtgui/g/THBQAbstractItemModel.prg | 6 +- .../contrib/hbqt/qtgui/g/THBQGraphicsItem.prg | 6 +- .../hbqt/qtgui/g/THBQGraphicsScene.prg | 6 +- .../hbqt/qtgui/g/THBQPlainTextEdit.prg | 6 +- .../hbqt/qtgui/g/THBQSyntaxHighlighter.prg | 6 +- .../contrib/hbqt/qtgui/g/THBQTableView.prg | 6 +- .../hbqt/qtgui/g/THBQTextBlockUserData.prg | 6 +- .../contrib/hbqt/qtgui/g/TQAbstractButton.prg | 6 +- .../qtgui/g/TQAbstractGraphicsShapeItem.prg | 6 +- .../hbqt/qtgui/g/TQAbstractItemDelegate.prg | 6 +- .../hbqt/qtgui/g/TQAbstractItemView.prg | 6 +- .../hbqt/qtgui/g/TQAbstractPrintDialog.prg | 6 +- .../hbqt/qtgui/g/TQAbstractProxyModel.prg | 6 +- .../hbqt/qtgui/g/TQAbstractScrollArea.prg | 6 +- .../contrib/hbqt/qtgui/g/TQAbstractSlider.prg | 6 +- .../hbqt/qtgui/g/TQAbstractSpinBox.prg | 6 +- .../qtgui/g/TQAbstractTextDocumentLayout.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQAction.prg | 6 +- .../contrib/hbqt/qtgui/g/TQActionGroup.prg | 6 +- .../contrib/hbqt/qtgui/g/TQApplication.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQBitmap.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQBoxLayout.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQBrush.prg | 6 +- .../contrib/hbqt/qtgui/g/TQButtonGroup.prg | 6 +- .../contrib/hbqt/qtgui/g/TQCalendarWidget.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQCheckBox.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQClipboard.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQColor.prg | 6 +- .../contrib/hbqt/qtgui/g/TQColorDialog.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQComboBox.prg | 6 +- .../hbqt/qtgui/g/TQCommandLinkButton.prg | 6 +- .../contrib/hbqt/qtgui/g/TQCommonStyle.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQCompleter.prg | 6 +- .../hbqt/qtgui/g/TQConicalGradient.prg | 6 +- .../hbqt/qtgui/g/TQContextMenuEvent.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQCursor.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQDateEdit.prg | 6 +- .../contrib/hbqt/qtgui/g/TQDateTimeEdit.prg | 6 +- .../contrib/hbqt/qtgui/g/TQDesktopWidget.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQDial.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQDialog.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQDirModel.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQDockWidget.prg | 6 +- .../contrib/hbqt/qtgui/g/TQDoubleSpinBox.prg | 6 +- .../hbqt/qtgui/g/TQDoubleValidator.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQDrag.prg | 6 +- .../contrib/hbqt/qtgui/g/TQDragEnterEvent.prg | 6 +- .../contrib/hbqt/qtgui/g/TQDragLeaveEvent.prg | 6 +- .../contrib/hbqt/qtgui/g/TQDragMoveEvent.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQDropEvent.prg | 6 +- .../contrib/hbqt/qtgui/g/TQErrorMessage.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQFileDialog.prg | 6 +- .../hbqt/qtgui/g/TQFileIconProvider.prg | 6 +- .../hbqt/qtgui/g/TQFileSystemModel.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQFocusEvent.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQFocusFrame.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQFont.prg | 6 +- .../contrib/hbqt/qtgui/g/TQFontComboBox.prg | 6 +- .../contrib/hbqt/qtgui/g/TQFontDatabase.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQFontDialog.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQFontInfo.prg | 6 +- .../contrib/hbqt/qtgui/g/TQFontMetrics.prg | 6 +- .../contrib/hbqt/qtgui/g/TQFontMetricsF.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQFormLayout.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQFrame.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQGradient.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsEllipseItem.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsGridLayout.prg | 6 +- .../contrib/hbqt/qtgui/g/TQGraphicsItem.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsItemAnimation.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsItemGroup.prg | 6 +- .../contrib/hbqt/qtgui/g/TQGraphicsLayout.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsLayoutItem.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsLineItem.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsLinearLayout.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsPathItem.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsPixmapItem.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsPolygonItem.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsProxyWidget.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsRectItem.prg | 6 +- .../contrib/hbqt/qtgui/g/TQGraphicsScene.prg | 6 +- .../g/TQGraphicsSceneContextMenuEvent.prg | 6 +- .../qtgui/g/TQGraphicsSceneDragDropEvent.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsSceneEvent.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsSceneHelpEvent.prg | 6 +- .../qtgui/g/TQGraphicsSceneHoverEvent.prg | 6 +- .../qtgui/g/TQGraphicsSceneMouseEvent.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsSceneMoveEvent.prg | 6 +- .../qtgui/g/TQGraphicsSceneResizeEvent.prg | 6 +- .../qtgui/g/TQGraphicsSceneWheelEvent.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsSimpleTextItem.prg | 6 +- .../hbqt/qtgui/g/TQGraphicsTextItem.prg | 6 +- .../contrib/hbqt/qtgui/g/TQGraphicsView.prg | 6 +- .../contrib/hbqt/qtgui/g/TQGraphicsWidget.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQGridLayout.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQGroupBox.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQHBoxLayout.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQHeaderView.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQHelpEvent.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQHideEvent.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQIcon.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQImage.prg | 6 +- .../contrib/hbqt/qtgui/g/TQImageReader.prg | 6 +- .../contrib/hbqt/qtgui/g/TQImageWriter.prg | 6 +- .../contrib/hbqt/qtgui/g/TQInputDialog.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQInputEvent.prg | 6 +- .../hbqt/qtgui/g/TQInputMethodEvent.prg | 6 +- .../contrib/hbqt/qtgui/g/TQIntValidator.prg | 6 +- .../contrib/hbqt/qtgui/g/TQItemDelegate.prg | 6 +- .../hbqt/qtgui/g/TQItemEditorCreatorBase.prg | 6 +- .../hbqt/qtgui/g/TQItemEditorFactory.prg | 6 +- .../contrib/hbqt/qtgui/g/TQItemSelection.prg | 6 +- .../hbqt/qtgui/g/TQItemSelectionModel.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQKeyEvent.prg | 6 +- .../contrib/hbqt/qtgui/g/TQKeySequence.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQLCDNumber.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQLabel.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQLayout.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQLayoutItem.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQLineEdit.prg | 6 +- .../contrib/hbqt/qtgui/g/TQLinearGradient.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQListView.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQListWidget.prg | 6 +- .../contrib/hbqt/qtgui/g/TQListWidgetItem.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQMainWindow.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQMatrix.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQMdiArea.prg | 6 +- .../contrib/hbqt/qtgui/g/TQMdiSubWindow.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQMenu.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQMenuBar.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQMessageBox.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQMouseEvent.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQMoveEvent.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQMovie.prg | 6 +- .../hbqt/qtgui/g/TQPageSetupDialog.prg | 6 +- .../contrib/hbqt/qtgui/g/TQPaintDevice.prg | 6 +- .../contrib/hbqt/qtgui/g/TQPaintEngine.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQPaintEvent.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQPainter.prg | 6 +- .../contrib/hbqt/qtgui/g/TQPainterPath.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQPalette.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQPen.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQPicture.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQPixmap.prg | 6 +- .../qtgui/g/TQPlainTextDocumentLayout.prg | 6 +- .../contrib/hbqt/qtgui/g/TQPlainTextEdit.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQPolygon.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQPolygonF.prg | 6 +- .../contrib/hbqt/qtgui/g/TQPrintDialog.prg | 6 +- .../contrib/hbqt/qtgui/g/TQPrintEngine.prg | 6 +- .../hbqt/qtgui/g/TQPrintPreviewDialog.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQPrinter.prg | 6 +- .../contrib/hbqt/qtgui/g/TQPrinterInfo.prg | 6 +- .../contrib/hbqt/qtgui/g/TQProgressBar.prg | 6 +- .../contrib/hbqt/qtgui/g/TQProgressDialog.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQPushButton.prg | 6 +- .../contrib/hbqt/qtgui/g/TQRadialGradient.prg | 6 +- .../contrib/hbqt/qtgui/g/TQRadioButton.prg | 6 +- .../hbqt/qtgui/g/TQRegExpValidator.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQRegion.prg | 6 +- .../contrib/hbqt/qtgui/g/TQResizeEvent.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQScrollArea.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQScrollBar.prg | 6 +- .../contrib/hbqt/qtgui/g/TQSessionManager.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQShowEvent.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQSizeGrip.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQSizePolicy.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQSlider.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQSound.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQSpacerItem.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQSpinBox.prg | 6 +- .../contrib/hbqt/qtgui/g/TQSplashScreen.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQSplitter.prg | 6 +- .../contrib/hbqt/qtgui/g/TQStackedWidget.prg | 6 +- .../contrib/hbqt/qtgui/g/TQStandardItem.prg | 6 +- .../hbqt/qtgui/g/TQStandardItemModel.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQStatusBar.prg | 6 +- .../hbqt/qtgui/g/TQStringListModel.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQStyle.prg | 6 +- .../contrib/hbqt/qtgui/g/TQStyleFactory.prg | 6 +- .../hbqt/qtgui/g/TQStyleHintReturn.prg | 6 +- .../hbqt/qtgui/g/TQStyleHintReturnMask.prg | 6 +- .../hbqt/qtgui/g/TQStyleHintReturnVariant.prg | 6 +- .../contrib/hbqt/qtgui/g/TQStyleOption.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionButton.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionComboBox.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionComplex.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionDockWidget.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionFocusRect.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionFrame.prg | 6 +- .../qtgui/g/TQStyleOptionGraphicsItem.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionGroupBox.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionHeader.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionMenuItem.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionProgressBar.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionSizeGrip.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionSlider.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionSpinBox.prg | 6 +- .../contrib/hbqt/qtgui/g/TQStyleOptionTab.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionTabBarBase.prg | 6 +- .../qtgui/g/TQStyleOptionTabWidgetFrame.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionTitleBar.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionToolBar.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionToolBox.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionToolButton.prg | 6 +- .../hbqt/qtgui/g/TQStyleOptionViewItem.prg | 6 +- .../contrib/hbqt/qtgui/g/TQStylePainter.prg | 6 +- .../hbqt/qtgui/g/TQStyledItemDelegate.prg | 6 +- .../hbqt/qtgui/g/TQSyntaxHighlighter.prg | 6 +- .../contrib/hbqt/qtgui/g/TQSystemTrayIcon.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTabBar.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTabWidget.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTableView.prg | 6 +- .../contrib/hbqt/qtgui/g/TQTableWidget.prg | 6 +- .../hbqt/qtgui/g/TQTableWidgetItem.prg | 6 +- .../qtgui/g/TQTableWidgetSelectionRange.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTextBlock.prg | 6 +- .../hbqt/qtgui/g/TQTextBlockFormat.prg | 6 +- .../contrib/hbqt/qtgui/g/TQTextBlockGroup.prg | 6 +- .../contrib/hbqt/qtgui/g/TQTextBrowser.prg | 6 +- .../contrib/hbqt/qtgui/g/TQTextCharFormat.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTextCursor.prg | 6 +- .../contrib/hbqt/qtgui/g/TQTextDocument.prg | 6 +- .../hbqt/qtgui/g/TQTextDocumentFragment.prg | 6 +- .../hbqt/qtgui/g/TQTextDocumentWriter.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTextEdit.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTextFormat.prg | 6 +- .../contrib/hbqt/qtgui/g/TQTextFragment.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTextFrame.prg | 6 +- .../hbqt/qtgui/g/TQTextFrameFormat.prg | 6 +- .../hbqt/qtgui/g/TQTextImageFormat.prg | 6 +- .../hbqt/qtgui/g/TQTextInlineObject.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTextItem.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTextLayout.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTextLength.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTextLine.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTextList.prg | 6 +- .../contrib/hbqt/qtgui/g/TQTextListFormat.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTextObject.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTextOption.prg | 6 +- .../hbqt/qtgui/g/TQTextTableFormat.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTimeEdit.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQToolBar.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQToolBox.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQToolButton.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTransform.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTreeView.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQTreeWidget.prg | 6 +- .../contrib/hbqt/qtgui/g/TQTreeWidgetItem.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQUiLoader.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQVBoxLayout.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQValidator.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQWheelEvent.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQWidget.prg | 6 +- .../contrib/hbqt/qtgui/g/TQWidgetAction.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQWidgetItem.prg | 6 +- .../hbqt/qtgui/g/TQWindowStateChangeEvent.prg | 6 +- .../contrib/hbqt/qtgui/g/TQWindowsStyle.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQWizard.prg | 6 +- harbour/contrib/hbqt/qtgui/g/TQWizardPage.prg | 6 +- harbour/contrib/hbqt/qtnetwork/g/TQFtp.prg | 6 +- harbour/contrib/hbqt/qtnetwork/g/TQHttp.prg | 6 +- .../contrib/hbqt/qtnetwork/g/TQHttpHeader.prg | 6 +- .../hbqt/qtnetwork/g/TQHttpRequestHeader.prg | 6 +- .../hbqt/qtnetwork/g/TQHttpResponseHeader.prg | 6 +- .../hbqt/qtnetwork/g/TQNetworkRequest.prg | 6 +- .../contrib/hbqt/qtwebkit/g/TQWebFrame.prg | 6 +- .../contrib/hbqt/qtwebkit/g/TQWebHistory.prg | 6 +- .../hbqt/qtwebkit/g/TQWebHistoryInterface.prg | 6 +- .../hbqt/qtwebkit/g/TQWebHistoryItem.prg | 6 +- .../hbqt/qtwebkit/g/TQWebHitTestResult.prg | 6 +- harbour/contrib/hbqt/qtwebkit/g/TQWebPage.prg | 6 +- .../hbqt/qtwebkit/g/TQWebPluginFactory.prg | 6 +- .../hbqt/qtwebkit/g/TQWebSecurityOrigin.prg | 6 +- .../contrib/hbqt/qtwebkit/g/TQWebSettings.prg | 6 +- harbour/contrib/hbqt/qtwebkit/g/TQWebView.prg | 6 +- harbour/contrib/hbqt/tests/demoqt.prg | 100 +++++++++--------- harbour/contrib/hbqt/utils/hbqtgen.prg | 18 ++-- 354 files changed, 1839 insertions(+), 421 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4ac852666e..fe24c271e6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,24 @@ The license applies to all entries newer than 2009-04-28. */ +2010-09-14 14:47 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/tests/demoqt.prg + ! Adopted to new syntax. + + * contrib/hbqt/utils/hbqtgen.prg + + Implemented: Q*Class( ... ) syntax over Q*Class():new( ... ). + The tips extended by Viktor, thanks. + + * contrib/hbqt/qtgui/THbQtUI.prg + ! Adopted to new syntax. + + * contrib/hbqt/qtcore/g/*.prg + * contrib/hbqt/qtgui/g/*.prg + * contrib/hbqt/qtnetwork/g/*.prg + * contrib/hbqt/qtwebkit/g/*.prg + * contrib/hbqt/qtdesigner/g/*.prg + * Regenerated. + 2010-09-13 14:43 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/g/QTableWidget.cpp * Regenerated. diff --git a/harbour/contrib/hbqt/qscintilla/g/THBQsciScintilla.prg b/harbour/contrib/hbqt/qscintilla/g/THBQsciScintilla.prg index 26462b608d..3f569b337d 100644 --- a/harbour/contrib/hbqt/qscintilla/g/THBQsciScintilla.prg +++ b/harbour/contrib/hbqt/qscintilla/g/THBQsciScintilla.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS HBQsciScintilla INHERIT HbQtObjectHandler, QsciScintilla +FUNCTION HBQsciScintilla( ... ) + RETURN HB_HBQsciScintilla():new( ... ) + + +CREATE CLASS HBQsciScintilla INHERIT HbQtObjectHandler, HB_QsciScintilla FUNCTION HB_HBQsciScintilla METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qscintilla/g/TQsciAPIs.prg b/harbour/contrib/hbqt/qscintilla/g/TQsciAPIs.prg index ebf1a8663f..89a7effe35 100644 --- a/harbour/contrib/hbqt/qscintilla/g/TQsciAPIs.prg +++ b/harbour/contrib/hbqt/qscintilla/g/TQsciAPIs.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QsciAPIs INHERIT HbQtObjectHandler, QsciAbstractAPIs +FUNCTION QsciAPIs( ... ) + RETURN HB_QsciAPIs():new( ... ) + + +CREATE CLASS QsciAPIs INHERIT HbQtObjectHandler, HB_QsciAbstractAPIs FUNCTION HB_QsciAPIs METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qscintilla/g/TQsciAbstractAPIs.prg b/harbour/contrib/hbqt/qscintilla/g/TQsciAbstractAPIs.prg index 00c1c8a29b..2f11b898a4 100644 --- a/harbour/contrib/hbqt/qscintilla/g/TQsciAbstractAPIs.prg +++ b/harbour/contrib/hbqt/qscintilla/g/TQsciAbstractAPIs.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QsciAbstractAPIs INHERIT HbQtObjectHandler +FUNCTION QsciAbstractAPIs( ... ) + RETURN HB_QsciAbstractAPIs():new( ... ) + + +CREATE CLASS QsciAbstractAPIs INHERIT HbQtObjectHandler FUNCTION HB_QsciAbstractAPIs METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qscintilla/g/TQsciCommand.prg b/harbour/contrib/hbqt/qscintilla/g/TQsciCommand.prg index 4564f95a81..4a90da7ff4 100644 --- a/harbour/contrib/hbqt/qscintilla/g/TQsciCommand.prg +++ b/harbour/contrib/hbqt/qscintilla/g/TQsciCommand.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QsciCommand INHERIT HbQtObjectHandler +FUNCTION QsciCommand( ... ) + RETURN HB_QsciCommand():new( ... ) + + +CREATE CLASS QsciCommand INHERIT HbQtObjectHandler FUNCTION HB_QsciCommand METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qscintilla/g/TQsciCommandSet.prg b/harbour/contrib/hbqt/qscintilla/g/TQsciCommandSet.prg index 7a960fd5f9..e2192b4533 100644 --- a/harbour/contrib/hbqt/qscintilla/g/TQsciCommandSet.prg +++ b/harbour/contrib/hbqt/qscintilla/g/TQsciCommandSet.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QsciCommandSet INHERIT HbQtObjectHandler +FUNCTION QsciCommandSet( ... ) + RETURN HB_QsciCommandSet():new( ... ) + + +CREATE CLASS QsciCommandSet INHERIT HbQtObjectHandler FUNCTION HB_QsciCommandSet METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qscintilla/g/TQsciDocument.prg b/harbour/contrib/hbqt/qscintilla/g/TQsciDocument.prg index 949b575552..9fc3acd9f3 100644 --- a/harbour/contrib/hbqt/qscintilla/g/TQsciDocument.prg +++ b/harbour/contrib/hbqt/qscintilla/g/TQsciDocument.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QsciDocument INHERIT HbQtObjectHandler +FUNCTION QsciDocument( ... ) + RETURN HB_QsciDocument():new( ... ) + + +CREATE CLASS QsciDocument INHERIT HbQtObjectHandler FUNCTION HB_QsciDocument METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qscintilla/g/TQsciLexer.prg b/harbour/contrib/hbqt/qscintilla/g/TQsciLexer.prg index fca2d7e2ec..6ae3ad031a 100644 --- a/harbour/contrib/hbqt/qscintilla/g/TQsciLexer.prg +++ b/harbour/contrib/hbqt/qscintilla/g/TQsciLexer.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QsciLexer INHERIT HbQtObjectHandler +FUNCTION QsciLexer( ... ) + RETURN HB_QsciLexer():new( ... ) + + +CREATE CLASS QsciLexer INHERIT HbQtObjectHandler FUNCTION HB_QsciLexer METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qscintilla/g/TQsciLexerCPP.prg b/harbour/contrib/hbqt/qscintilla/g/TQsciLexerCPP.prg index 02148793a3..34590b025c 100644 --- a/harbour/contrib/hbqt/qscintilla/g/TQsciLexerCPP.prg +++ b/harbour/contrib/hbqt/qscintilla/g/TQsciLexerCPP.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QsciLexerCPP INHERIT HbQtObjectHandler, QsciLexer +FUNCTION QsciLexerCPP( ... ) + RETURN HB_QsciLexerCPP():new( ... ) + + +CREATE CLASS QsciLexerCPP INHERIT HbQtObjectHandler, HB_QsciLexer FUNCTION HB_QsciLexerCPP METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qscintilla/g/TQsciLexerFlagship.prg b/harbour/contrib/hbqt/qscintilla/g/TQsciLexerFlagship.prg index 1b11cc8d44..18a8ad5809 100644 --- a/harbour/contrib/hbqt/qscintilla/g/TQsciLexerFlagship.prg +++ b/harbour/contrib/hbqt/qscintilla/g/TQsciLexerFlagship.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QsciLexerFlagship INHERIT HbQtObjectHandler, QsciLexer +FUNCTION QsciLexerFlagship( ... ) + RETURN HB_QsciLexerFlagship():new( ... ) + + +CREATE CLASS QsciLexerFlagship INHERIT HbQtObjectHandler, HB_QsciLexer FUNCTION HB_QsciLexerFlagship METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qscintilla/g/TQsciScintilla.prg b/harbour/contrib/hbqt/qscintilla/g/TQsciScintilla.prg index 70e264936e..a726fa9eba 100644 --- a/harbour/contrib/hbqt/qscintilla/g/TQsciScintilla.prg +++ b/harbour/contrib/hbqt/qscintilla/g/TQsciScintilla.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QsciScintilla INHERIT HbQtObjectHandler +FUNCTION QsciScintilla( ... ) + RETURN HB_QsciScintilla():new( ... ) + + +CREATE CLASS QsciScintilla INHERIT HbQtObjectHandler FUNCTION HB_QsciScintilla METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qscintilla/g/TQsciStyle.prg b/harbour/contrib/hbqt/qscintilla/g/TQsciStyle.prg index 244b1fcd8e..b3bf41f3ff 100644 --- a/harbour/contrib/hbqt/qscintilla/g/TQsciStyle.prg +++ b/harbour/contrib/hbqt/qscintilla/g/TQsciStyle.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QsciStyle INHERIT HbQtObjectHandler +FUNCTION QsciStyle( ... ) + RETURN HB_QsciStyle():new( ... ) + + +CREATE CLASS QsciStyle INHERIT HbQtObjectHandler FUNCTION HB_QsciStyle METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qscintilla/g/TQsciStyledText.prg b/harbour/contrib/hbqt/qscintilla/g/TQsciStyledText.prg index 7b035c16a9..4a979ac850 100644 --- a/harbour/contrib/hbqt/qscintilla/g/TQsciStyledText.prg +++ b/harbour/contrib/hbqt/qscintilla/g/TQsciStyledText.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QsciStyledText INHERIT HbQtObjectHandler +FUNCTION QsciStyledText( ... ) + RETURN HB_QsciStyledText():new( ... ) + + +CREATE CLASS QsciStyledText INHERIT HbQtObjectHandler FUNCTION HB_QsciStyledText METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/THBEvents.prg b/harbour/contrib/hbqt/qtcore/g/THBEvents.prg index 2556616fa0..de11a3dd5f 100644 --- a/harbour/contrib/hbqt/qtcore/g/THBEvents.prg +++ b/harbour/contrib/hbqt/qtcore/g/THBEvents.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS HBEvents INHERIT HbQtObjectHandler, QObject +FUNCTION HBEvents( ... ) + RETURN HB_HBEvents():new( ... ) + + +CREATE CLASS HBEvents INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_HBEvents METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/THBQString.prg b/harbour/contrib/hbqt/qtcore/g/THBQString.prg index 6a9772ac0a..cdc84232d2 100644 --- a/harbour/contrib/hbqt/qtcore/g/THBQString.prg +++ b/harbour/contrib/hbqt/qtcore/g/THBQString.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS HBQString INHERIT HbQtObjectHandler +FUNCTION HBQString( ... ) + RETURN HB_HBQString():new( ... ) + + +CREATE CLASS HBQString INHERIT HbQtObjectHandler FUNCTION HB_HBQString METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/THBSlots.prg b/harbour/contrib/hbqt/qtcore/g/THBSlots.prg index 663a5ae241..e036537936 100644 --- a/harbour/contrib/hbqt/qtcore/g/THBSlots.prg +++ b/harbour/contrib/hbqt/qtcore/g/THBSlots.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS HBSlots INHERIT HbQtObjectHandler, QObject +FUNCTION HBSlots( ... ) + RETURN HB_HBSlots():new( ... ) + + +CREATE CLASS HBSlots INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_HBSlots METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQAbstractItemModel.prg b/harbour/contrib/hbqt/qtcore/g/TQAbstractItemModel.prg index be2e49ef29..837f069976 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQAbstractItemModel.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQAbstractItemModel.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QAbstractItemModel INHERIT HbQtObjectHandler, QObject +FUNCTION QAbstractItemModel( ... ) + RETURN HB_QAbstractItemModel():new( ... ) + + +CREATE CLASS QAbstractItemModel INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QAbstractItemModel METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQAbstractListModel.prg b/harbour/contrib/hbqt/qtcore/g/TQAbstractListModel.prg index 4c7faa9086..54333e0518 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQAbstractListModel.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQAbstractListModel.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QAbstractListModel INHERIT HbQtObjectHandler, QAbstractItemModel +FUNCTION QAbstractListModel( ... ) + RETURN HB_QAbstractListModel():new( ... ) + + +CREATE CLASS QAbstractListModel INHERIT HbQtObjectHandler, HB_QAbstractItemModel FUNCTION HB_QAbstractListModel METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQAbstractTableModel.prg b/harbour/contrib/hbqt/qtcore/g/TQAbstractTableModel.prg index 8512c76002..da03b650c4 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQAbstractTableModel.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQAbstractTableModel.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QAbstractTableModel INHERIT HbQtObjectHandler, QAbstractItemModel +FUNCTION QAbstractTableModel( ... ) + RETURN HB_QAbstractTableModel():new( ... ) + + +CREATE CLASS QAbstractTableModel INHERIT HbQtObjectHandler, HB_QAbstractItemModel FUNCTION HB_QAbstractTableModel METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQBitArray.prg b/harbour/contrib/hbqt/qtcore/g/TQBitArray.prg index 154a8adf3d..7ce3d57801 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQBitArray.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQBitArray.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QBitArray INHERIT HbQtObjectHandler +FUNCTION QBitArray( ... ) + RETURN HB_QBitArray():new( ... ) + + +CREATE CLASS QBitArray INHERIT HbQtObjectHandler FUNCTION HB_QBitArray METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQBuffer.prg b/harbour/contrib/hbqt/qtcore/g/TQBuffer.prg index 33cc1a40df..0c769e8740 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQBuffer.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQBuffer.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QBuffer INHERIT HbQtObjectHandler, QIODevice +FUNCTION QBuffer( ... ) + RETURN HB_QBuffer():new( ... ) + + +CREATE CLASS QBuffer INHERIT HbQtObjectHandler, HB_QIODevice FUNCTION HB_QBuffer METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQByteArray.prg b/harbour/contrib/hbqt/qtcore/g/TQByteArray.prg index 79e1a6de14..793f5bae8d 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQByteArray.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQByteArray.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QByteArray INHERIT HbQtObjectHandler +FUNCTION QByteArray( ... ) + RETURN HB_QByteArray():new( ... ) + + +CREATE CLASS QByteArray INHERIT HbQtObjectHandler FUNCTION HB_QByteArray METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQChar.prg b/harbour/contrib/hbqt/qtcore/g/TQChar.prg index 0c31b5ea5e..1cfff21bb1 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQChar.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQChar.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QChar INHERIT HbQtObjectHandler +FUNCTION QChar( ... ) + RETURN HB_QChar():new( ... ) + + +CREATE CLASS QChar INHERIT HbQtObjectHandler FUNCTION HB_QChar METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQCoreApplication.prg b/harbour/contrib/hbqt/qtcore/g/TQCoreApplication.prg index 8ce0a8adf4..fef7301cee 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQCoreApplication.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQCoreApplication.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QCoreApplication INHERIT HbQtObjectHandler, QObject +FUNCTION QCoreApplication( ... ) + RETURN HB_QCoreApplication():new( ... ) + + +CREATE CLASS QCoreApplication INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QCoreApplication METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQDataStream.prg b/harbour/contrib/hbqt/qtcore/g/TQDataStream.prg index 85ae589029..aca8dd0791 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQDataStream.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQDataStream.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDataStream INHERIT HbQtObjectHandler +FUNCTION QDataStream( ... ) + RETURN HB_QDataStream():new( ... ) + + +CREATE CLASS QDataStream INHERIT HbQtObjectHandler FUNCTION HB_QDataStream METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQDate.prg b/harbour/contrib/hbqt/qtcore/g/TQDate.prg index 18bdfcec3a..173a1643b2 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQDate.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQDate.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDate INHERIT HbQtObjectHandler +FUNCTION QDate( ... ) + RETURN HB_QDate():new( ... ) + + +CREATE CLASS QDate INHERIT HbQtObjectHandler FUNCTION HB_QDate METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQDateTime.prg b/harbour/contrib/hbqt/qtcore/g/TQDateTime.prg index 7f8908a742..7bae8a05bd 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQDateTime.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQDateTime.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDateTime INHERIT HbQtObjectHandler +FUNCTION QDateTime( ... ) + RETURN HB_QDateTime():new( ... ) + + +CREATE CLASS QDateTime INHERIT HbQtObjectHandler FUNCTION HB_QDateTime METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQDir.prg b/harbour/contrib/hbqt/qtcore/g/TQDir.prg index e54e4cb3b5..52238bbc6a 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQDir.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQDir.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDir INHERIT HbQtObjectHandler +FUNCTION QDir( ... ) + RETURN HB_QDir():new( ... ) + + +CREATE CLASS QDir INHERIT HbQtObjectHandler FUNCTION HB_QDir METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQEvent.prg b/harbour/contrib/hbqt/qtcore/g/TQEvent.prg index 303ea831d4..951f113a57 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQEvent.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QEvent INHERIT HbQtObjectHandler +FUNCTION QEvent( ... ) + RETURN HB_QEvent():new( ... ) + + +CREATE CLASS QEvent INHERIT HbQtObjectHandler FUNCTION HB_QEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQEventLoop.prg b/harbour/contrib/hbqt/qtcore/g/TQEventLoop.prg index 829554153e..cd6c943a92 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQEventLoop.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQEventLoop.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QEventLoop INHERIT HbQtObjectHandler, QObject +FUNCTION QEventLoop( ... ) + RETURN HB_QEventLoop():new( ... ) + + +CREATE CLASS QEventLoop INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QEventLoop METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQFile.prg b/harbour/contrib/hbqt/qtcore/g/TQFile.prg index 779d0cd031..8ea6de4752 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQFile.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQFile.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFile INHERIT HbQtObjectHandler, QIODevice +FUNCTION QFile( ... ) + RETURN HB_QFile():new( ... ) + + +CREATE CLASS QFile INHERIT HbQtObjectHandler, HB_QIODevice FUNCTION HB_QFile METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQFileInfo.prg b/harbour/contrib/hbqt/qtcore/g/TQFileInfo.prg index f4e18772ae..ba65d8923e 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQFileInfo.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQFileInfo.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFileInfo INHERIT HbQtObjectHandler +FUNCTION QFileInfo( ... ) + RETURN HB_QFileInfo():new( ... ) + + +CREATE CLASS QFileInfo INHERIT HbQtObjectHandler FUNCTION HB_QFileInfo METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQIODevice.prg b/harbour/contrib/hbqt/qtcore/g/TQIODevice.prg index 56a821107a..245f59abd9 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQIODevice.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQIODevice.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QIODevice INHERIT HbQtObjectHandler, QObject +FUNCTION QIODevice( ... ) + RETURN HB_QIODevice():new( ... ) + + +CREATE CLASS QIODevice INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QIODevice METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQLatin1Char.prg b/harbour/contrib/hbqt/qtcore/g/TQLatin1Char.prg index c776d52478..3922d8ebae 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQLatin1Char.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQLatin1Char.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QLatin1Char INHERIT HbQtObjectHandler +FUNCTION QLatin1Char( ... ) + RETURN HB_QLatin1Char():new( ... ) + + +CREATE CLASS QLatin1Char INHERIT HbQtObjectHandler FUNCTION HB_QLatin1Char METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQLatin1String.prg b/harbour/contrib/hbqt/qtcore/g/TQLatin1String.prg index 76a949713e..6bcba414a3 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQLatin1String.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQLatin1String.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QLatin1String INHERIT HbQtObjectHandler +FUNCTION QLatin1String( ... ) + RETURN HB_QLatin1String():new( ... ) + + +CREATE CLASS QLatin1String INHERIT HbQtObjectHandler FUNCTION HB_QLatin1String METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQLine.prg b/harbour/contrib/hbqt/qtcore/g/TQLine.prg index a2159facc9..5990dabd5b 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQLine.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQLine.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QLine INHERIT HbQtObjectHandler +FUNCTION QLine( ... ) + RETURN HB_QLine():new( ... ) + + +CREATE CLASS QLine INHERIT HbQtObjectHandler FUNCTION HB_QLine METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQLineF.prg b/harbour/contrib/hbqt/qtcore/g/TQLineF.prg index 7a93ab729b..48f7e9b94c 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQLineF.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQLineF.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QLineF INHERIT HbQtObjectHandler +FUNCTION QLineF( ... ) + RETURN HB_QLineF():new( ... ) + + +CREATE CLASS QLineF INHERIT HbQtObjectHandler FUNCTION HB_QLineF METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQList.prg b/harbour/contrib/hbqt/qtcore/g/TQList.prg index 5b081f5df4..b29fa4dc2f 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQList.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQList.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QList INHERIT HbQtObjectHandler +FUNCTION QList( ... ) + RETURN HB_QList():new( ... ) + + +CREATE CLASS QList INHERIT HbQtObjectHandler FUNCTION HB_QList METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQLocale.prg b/harbour/contrib/hbqt/qtcore/g/TQLocale.prg index 8f8a13afb4..beac9693a0 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQLocale.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQLocale.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QLocale INHERIT HbQtObjectHandler +FUNCTION QLocale( ... ) + RETURN HB_QLocale():new( ... ) + + +CREATE CLASS QLocale INHERIT HbQtObjectHandler FUNCTION HB_QLocale METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQMimeData.prg b/harbour/contrib/hbqt/qtcore/g/TQMimeData.prg index 644c5b711c..3bee3e76ef 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQMimeData.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQMimeData.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QMimeData INHERIT HbQtObjectHandler, QObject +FUNCTION QMimeData( ... ) + RETURN HB_QMimeData():new( ... ) + + +CREATE CLASS QMimeData INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QMimeData METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQModelIndex.prg b/harbour/contrib/hbqt/qtcore/g/TQModelIndex.prg index 13608de6e2..bd29e8bb08 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQModelIndex.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQModelIndex.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QModelIndex INHERIT HbQtObjectHandler +FUNCTION QModelIndex( ... ) + RETURN HB_QModelIndex():new( ... ) + + +CREATE CLASS QModelIndex INHERIT HbQtObjectHandler FUNCTION HB_QModelIndex METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQObject.prg b/harbour/contrib/hbqt/qtcore/g/TQObject.prg index 78db8dc34a..44ee5d7e8d 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQObject.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQObject.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QObject INHERIT HbQtObjectHandler +FUNCTION QObject( ... ) + RETURN HB_QObject():new( ... ) + + +CREATE CLASS QObject INHERIT HbQtObjectHandler FUNCTION HB_QObject METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQPoint.prg b/harbour/contrib/hbqt/qtcore/g/TQPoint.prg index fc232efa52..8b7a0522b5 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQPoint.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQPoint.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPoint INHERIT HbQtObjectHandler +FUNCTION QPoint( ... ) + RETURN HB_QPoint():new( ... ) + + +CREATE CLASS QPoint INHERIT HbQtObjectHandler FUNCTION HB_QPoint METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQPointF.prg b/harbour/contrib/hbqt/qtcore/g/TQPointF.prg index ed081de011..52082c18a2 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQPointF.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQPointF.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPointF INHERIT HbQtObjectHandler +FUNCTION QPointF( ... ) + RETURN HB_QPointF():new( ... ) + + +CREATE CLASS QPointF INHERIT HbQtObjectHandler FUNCTION HB_QPointF METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQProcess.prg b/harbour/contrib/hbqt/qtcore/g/TQProcess.prg index f79e129a79..480a0cda34 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQProcess.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQProcess.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QProcess INHERIT HbQtObjectHandler, QIODevice +FUNCTION QProcess( ... ) + RETURN HB_QProcess():new( ... ) + + +CREATE CLASS QProcess INHERIT HbQtObjectHandler, HB_QIODevice FUNCTION HB_QProcess METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQRect.prg b/harbour/contrib/hbqt/qtcore/g/TQRect.prg index 0aa9cba6e8..3b707bbf45 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQRect.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQRect.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QRect INHERIT HbQtObjectHandler +FUNCTION QRect( ... ) + RETURN HB_QRect():new( ... ) + + +CREATE CLASS QRect INHERIT HbQtObjectHandler FUNCTION HB_QRect METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQRectF.prg b/harbour/contrib/hbqt/qtcore/g/TQRectF.prg index a9003693cc..300d762bb6 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQRectF.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQRectF.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QRectF INHERIT HbQtObjectHandler +FUNCTION QRectF( ... ) + RETURN HB_QRectF():new( ... ) + + +CREATE CLASS QRectF INHERIT HbQtObjectHandler FUNCTION HB_QRectF METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQRegExp.prg b/harbour/contrib/hbqt/qtcore/g/TQRegExp.prg index cd8190f40e..1eee7ca5d8 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQRegExp.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQRegExp.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QRegExp INHERIT HbQtObjectHandler +FUNCTION QRegExp( ... ) + RETURN HB_QRegExp():new( ... ) + + +CREATE CLASS QRegExp INHERIT HbQtObjectHandler FUNCTION HB_QRegExp METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQResource.prg b/harbour/contrib/hbqt/qtcore/g/TQResource.prg index 38ef36a62a..ec386453e4 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQResource.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQResource.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QResource INHERIT HbQtObjectHandler +FUNCTION QResource( ... ) + RETURN HB_QResource():new( ... ) + + +CREATE CLASS QResource INHERIT HbQtObjectHandler FUNCTION HB_QResource METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQSettings.prg b/harbour/contrib/hbqt/qtcore/g/TQSettings.prg index b2163723d2..9cbafbb46d 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQSettings.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQSettings.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSettings INHERIT HbQtObjectHandler, QObject +FUNCTION QSettings( ... ) + RETURN HB_QSettings():new( ... ) + + +CREATE CLASS QSettings INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QSettings METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQSignalMapper.prg b/harbour/contrib/hbqt/qtcore/g/TQSignalMapper.prg index 1da1fe3593..374cf8b69f 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQSignalMapper.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQSignalMapper.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSignalMapper INHERIT HbQtObjectHandler, QObject +FUNCTION QSignalMapper( ... ) + RETURN HB_QSignalMapper():new( ... ) + + +CREATE CLASS QSignalMapper INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QSignalMapper METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQSize.prg b/harbour/contrib/hbqt/qtcore/g/TQSize.prg index 9253160e6e..deef9c52b3 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQSize.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQSize.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSize INHERIT HbQtObjectHandler +FUNCTION QSize( ... ) + RETURN HB_QSize():new( ... ) + + +CREATE CLASS QSize INHERIT HbQtObjectHandler FUNCTION HB_QSize METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQSizeF.prg b/harbour/contrib/hbqt/qtcore/g/TQSizeF.prg index 74be5f959d..b4bfaf8b20 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQSizeF.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQSizeF.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSizeF INHERIT HbQtObjectHandler +FUNCTION QSizeF( ... ) + RETURN HB_QSizeF():new( ... ) + + +CREATE CLASS QSizeF INHERIT HbQtObjectHandler FUNCTION HB_QSizeF METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQStringList.prg b/harbour/contrib/hbqt/qtcore/g/TQStringList.prg index bfeadf8176..c9dadf250f 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQStringList.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQStringList.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStringList INHERIT HbQtObjectHandler, QList +FUNCTION QStringList( ... ) + RETURN HB_QStringList():new( ... ) + + +CREATE CLASS QStringList INHERIT HbQtObjectHandler, HB_QList FUNCTION HB_QStringList METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQStringRef.prg b/harbour/contrib/hbqt/qtcore/g/TQStringRef.prg index ef667c5bd9..0916f9aa79 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQStringRef.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQStringRef.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStringRef INHERIT HbQtObjectHandler +FUNCTION QStringRef( ... ) + RETURN HB_QStringRef():new( ... ) + + +CREATE CLASS QStringRef INHERIT HbQtObjectHandler FUNCTION HB_QStringRef METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQTextBoundaryFinder.prg b/harbour/contrib/hbqt/qtcore/g/TQTextBoundaryFinder.prg index c13b534bc5..22eb49eb9e 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQTextBoundaryFinder.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQTextBoundaryFinder.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextBoundaryFinder INHERIT HbQtObjectHandler +FUNCTION QTextBoundaryFinder( ... ) + RETURN HB_QTextBoundaryFinder():new( ... ) + + +CREATE CLASS QTextBoundaryFinder INHERIT HbQtObjectHandler FUNCTION HB_QTextBoundaryFinder METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQTextCodec.prg b/harbour/contrib/hbqt/qtcore/g/TQTextCodec.prg index 15e05af9ba..6e683fd41a 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQTextCodec.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQTextCodec.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextCodec INHERIT HbQtObjectHandler +FUNCTION QTextCodec( ... ) + RETURN HB_QTextCodec():new( ... ) + + +CREATE CLASS QTextCodec INHERIT HbQtObjectHandler FUNCTION HB_QTextCodec METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQTextDecoder.prg b/harbour/contrib/hbqt/qtcore/g/TQTextDecoder.prg index 0f4ec26729..7baaddce8d 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQTextDecoder.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQTextDecoder.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextDecoder INHERIT HbQtObjectHandler +FUNCTION QTextDecoder( ... ) + RETURN HB_QTextDecoder():new( ... ) + + +CREATE CLASS QTextDecoder INHERIT HbQtObjectHandler FUNCTION HB_QTextDecoder METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQTextEncoder.prg b/harbour/contrib/hbqt/qtcore/g/TQTextEncoder.prg index c8927487ac..57bd8d8ab7 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQTextEncoder.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQTextEncoder.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextEncoder INHERIT HbQtObjectHandler +FUNCTION QTextEncoder( ... ) + RETURN HB_QTextEncoder():new( ... ) + + +CREATE CLASS QTextEncoder INHERIT HbQtObjectHandler FUNCTION HB_QTextEncoder METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQTextStream.prg b/harbour/contrib/hbqt/qtcore/g/TQTextStream.prg index 2f6c0f6d1d..07bb8edd44 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQTextStream.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQTextStream.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextStream INHERIT HbQtObjectHandler +FUNCTION QTextStream( ... ) + RETURN HB_QTextStream():new( ... ) + + +CREATE CLASS QTextStream INHERIT HbQtObjectHandler FUNCTION HB_QTextStream METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQThread.prg b/harbour/contrib/hbqt/qtcore/g/TQThread.prg index ac9822d443..e1f912bd39 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQThread.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQThread.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QThread INHERIT HbQtObjectHandler, QObject +FUNCTION QThread( ... ) + RETURN HB_QThread():new( ... ) + + +CREATE CLASS QThread INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QThread METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQTime.prg b/harbour/contrib/hbqt/qtcore/g/TQTime.prg index c92325f123..2c751305cd 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQTime.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQTime.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTime INHERIT HbQtObjectHandler +FUNCTION QTime( ... ) + RETURN HB_QTime():new( ... ) + + +CREATE CLASS QTime INHERIT HbQtObjectHandler FUNCTION HB_QTime METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQTimeLine.prg b/harbour/contrib/hbqt/qtcore/g/TQTimeLine.prg index d8bb29edbc..923204f069 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQTimeLine.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQTimeLine.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTimeLine INHERIT HbQtObjectHandler, QObject +FUNCTION QTimeLine( ... ) + RETURN HB_QTimeLine():new( ... ) + + +CREATE CLASS QTimeLine INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QTimeLine METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQTimer.prg b/harbour/contrib/hbqt/qtcore/g/TQTimer.prg index db94893a21..00ca6178e5 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQTimer.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQTimer.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTimer INHERIT HbQtObjectHandler, QObject +FUNCTION QTimer( ... ) + RETURN HB_QTimer():new( ... ) + + +CREATE CLASS QTimer INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QTimer METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQTranslator.prg b/harbour/contrib/hbqt/qtcore/g/TQTranslator.prg index 29d02c2be6..de0486333d 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQTranslator.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQTranslator.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTranslator INHERIT HbQtObjectHandler, QObject +FUNCTION QTranslator( ... ) + RETURN HB_QTranslator():new( ... ) + + +CREATE CLASS QTranslator INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QTranslator METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQUrl.prg b/harbour/contrib/hbqt/qtcore/g/TQUrl.prg index a25b30259e..cfb4c19153 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQUrl.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQUrl.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QUrl INHERIT HbQtObjectHandler, QObject +FUNCTION QUrl( ... ) + RETURN HB_QUrl():new( ... ) + + +CREATE CLASS QUrl INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QUrl METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtcore/g/TQVariant.prg b/harbour/contrib/hbqt/qtcore/g/TQVariant.prg index 6af9aec8c4..069895820a 100644 --- a/harbour/contrib/hbqt/qtcore/g/TQVariant.prg +++ b/harbour/contrib/hbqt/qtcore/g/TQVariant.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QVariant INHERIT HbQtObjectHandler +FUNCTION QVariant( ... ) + RETURN HB_QVariant():new( ... ) + + +CREATE CLASS QVariant INHERIT HbQtObjectHandler FUNCTION HB_QVariant METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerActionEditorInterface.prg b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerActionEditorInterface.prg index 724e884400..23dade004c 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerActionEditorInterface.prg +++ b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerActionEditorInterface.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDesignerActionEditorInterface INHERIT HbQtObjectHandler, QWidget +FUNCTION QDesignerActionEditorInterface( ... ) + RETURN HB_QDesignerActionEditorInterface():new( ... ) + + +CREATE CLASS QDesignerActionEditorInterface INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QDesignerActionEditorInterface METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormEditorInterface.prg b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormEditorInterface.prg index f0d643fede..0fe84d8383 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormEditorInterface.prg +++ b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormEditorInterface.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDesignerFormEditorInterface INHERIT HbQtObjectHandler, QObject +FUNCTION QDesignerFormEditorInterface( ... ) + RETURN HB_QDesignerFormEditorInterface():new( ... ) + + +CREATE CLASS QDesignerFormEditorInterface INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QDesignerFormEditorInterface METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormWindowCursorInterface.prg b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormWindowCursorInterface.prg index 1cf2a608b5..594ef2f1f7 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormWindowCursorInterface.prg +++ b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormWindowCursorInterface.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDesignerFormWindowCursorInterface INHERIT HbQtObjectHandler +FUNCTION QDesignerFormWindowCursorInterface( ... ) + RETURN HB_QDesignerFormWindowCursorInterface():new( ... ) + + +CREATE CLASS QDesignerFormWindowCursorInterface INHERIT HbQtObjectHandler FUNCTION HB_QDesignerFormWindowCursorInterface METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormWindowInterface.prg b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormWindowInterface.prg index 349c879229..01a2d923fb 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormWindowInterface.prg +++ b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormWindowInterface.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDesignerFormWindowInterface INHERIT HbQtObjectHandler, QWidget +FUNCTION QDesignerFormWindowInterface( ... ) + RETURN HB_QDesignerFormWindowInterface():new( ... ) + + +CREATE CLASS QDesignerFormWindowInterface INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QDesignerFormWindowInterface METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormWindowManagerInterface.prg b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormWindowManagerInterface.prg index 8453fad28f..af819df1d0 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormWindowManagerInterface.prg +++ b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerFormWindowManagerInterface.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDesignerFormWindowManagerInterface INHERIT HbQtObjectHandler, QObject +FUNCTION QDesignerFormWindowManagerInterface( ... ) + RETURN HB_QDesignerFormWindowManagerInterface():new( ... ) + + +CREATE CLASS QDesignerFormWindowManagerInterface INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QDesignerFormWindowManagerInterface METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerObjectInspectorInterface.prg b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerObjectInspectorInterface.prg index 413d5dd3dd..1280d07f11 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerObjectInspectorInterface.prg +++ b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerObjectInspectorInterface.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDesignerObjectInspectorInterface INHERIT HbQtObjectHandler, QWidget +FUNCTION QDesignerObjectInspectorInterface( ... ) + RETURN HB_QDesignerObjectInspectorInterface():new( ... ) + + +CREATE CLASS QDesignerObjectInspectorInterface INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QDesignerObjectInspectorInterface METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerPropertyEditorInterface.prg b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerPropertyEditorInterface.prg index d1e46aea0a..104afb34e4 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerPropertyEditorInterface.prg +++ b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerPropertyEditorInterface.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDesignerPropertyEditorInterface INHERIT HbQtObjectHandler, QWidget +FUNCTION QDesignerPropertyEditorInterface( ... ) + RETURN HB_QDesignerPropertyEditorInterface():new( ... ) + + +CREATE CLASS QDesignerPropertyEditorInterface INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QDesignerPropertyEditorInterface METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerWidgetBoxInterface.prg b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerWidgetBoxInterface.prg index 8dfaf401fa..4eed1042aa 100644 --- a/harbour/contrib/hbqt/qtdesigner/g/TQDesignerWidgetBoxInterface.prg +++ b/harbour/contrib/hbqt/qtdesigner/g/TQDesignerWidgetBoxInterface.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDesignerWidgetBoxInterface INHERIT HbQtObjectHandler, QWidget +FUNCTION QDesignerWidgetBoxInterface( ... ) + RETURN HB_QDesignerWidgetBoxInterface():new( ... ) + + +CREATE CLASS QDesignerWidgetBoxInterface INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QDesignerWidgetBoxInterface METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/THbQtUI.prg b/harbour/contrib/hbqt/qtgui/THbQtUI.prg index baf8e82937..379972d14d 100644 --- a/harbour/contrib/hbqt/qtgui/THbQtUI.prg +++ b/harbour/contrib/hbqt/qtgui/THbQtUI.prg @@ -233,13 +233,13 @@ METHOD HbQtUI:loadUI( cUiFull, qParent ) * database or embedded into sources as a text file stream */ cBuffer := hb_memoRead( cUiFull ) - qFile := QBuffer():new() + qFile := QBuffer() qFile:setData( cBuffer, len( cBuffer ) ) #else - qFile := QFile():new( cUiFull ) + qFile := QFile( cUiFull ) #endif IF qFile:open( 1 ) - qUiLoader := QUiLoader():new() + qUiLoader := QUiLoader() pWidget := qUiLoader:load( qFile, qParent ) DO CASE CASE ::widgets[ 1,1 ] == "QWidget" @@ -338,9 +338,10 @@ METHOD HbQtUI:build( cFileOrBuffer, qParent ) hbq_stripFront( @cMCls, "(" ) hbq_stripRear( @cMNam, ")" ) // - // HB_TRACE( HB_TR_DEBUG, "Widget ", pad( cMNam, 20 ), pad( cMCls, 20 ), cMCls+"():new()" ) + // HB_TRACE( HB_TR_DEBUG, "Widget ", pad( cMNam, 20 ), pad( cMCls, 20 ), cMCls+"()" ) // Validator Constructor - aadd( ::widgets, { cMCls, cMNam, cMCls+"()", cMCls+"():new()" } ) +// aadd( ::widgets, { cMCls, cMNam, cMCls+"()", cMCls+"():new()" } ) + aadd( ::widgets, { cMCls, cMNam, cMCls+"()", cMCls+"()" } ) /* Replace Qt #define constants with values */ aConst := hbq_getConstants() @@ -381,7 +382,8 @@ METHOD HbQtUI:build( cFileOrBuffer, qParent ) * HB_TRACE( HB_TR_DEBUG, "Object ", pad( cNam, 20 ), pad( cCls, 20 ), cCls+"():new"+substr( s, n ) ) ELSE cNam := s - aadd( ::widgets, { cCls, cNam, cCls+"()", cCls+"():new()" } ) +// aadd( ::widgets, { cCls, cNam, cCls+"()", cCls+"():new()" } ) + aadd( ::widgets, { cCls, cNam, cCls+"()", cCls+"()" } ) // * HB_TRACE( HB_TR_DEBUG, "Object ", pad( cNam, 20 ), pad( cCls,20 ), cCls+"():new()" ) ENDIF @@ -459,13 +461,13 @@ METHOD HbQtUI:build( cFileOrBuffer, qParent ) SWITCH cMCls CASE "QDialog" - ::oWidget := QDialog():new( ::qParent ) + ::oWidget := QDialog( ::qParent ) EXIT CASE "QWidget" - ::oWidget := QWidget():new( ::qParent ) + ::oWidget := QWidget( ::qParent ) EXIT CASE "QMainWindow" - ::oWidget := QMainWindow():new( ::qParent ) + ::oWidget := QMainWindow( ::qParent ) EXIT ENDSWITCH ::oWidget:setObjectName( cMNam ) @@ -556,8 +558,8 @@ METHOD HbQtUI:formatCommand( cCmd, lText ) cCmd := strtran( cCmd, "QApplication::translate" , "q__tr" ) cCmd := strtran( cCmd, "QApplication::UnicodeUTF8", '"UTF8"' ) cCmd := strtran( cCmd, "QString()" , '""' ) - cCmd := strtran( cCmd, "QSize(" , "QSize():new(" ) - cCmd := strtran( cCmd, "QRect(" , "QRect():new(" ) + cCmd := strtran( cCmd, "QSize(" , "QSize(" ) + cCmd := strtran( cCmd, "QRect(" , "QRect(" ) IF ( "::" $ cCmd ) regDefine := hb_RegexComp( "\b[A-Za-z_]+\:\:[A-Za-z_]+\b" ) diff --git a/harbour/contrib/hbqt/qtgui/g/THBQAbstractItemModel.prg b/harbour/contrib/hbqt/qtgui/g/THBQAbstractItemModel.prg index 86b787cd0f..be4b55b7c7 100644 --- a/harbour/contrib/hbqt/qtgui/g/THBQAbstractItemModel.prg +++ b/harbour/contrib/hbqt/qtgui/g/THBQAbstractItemModel.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS HBQAbstractItemModel INHERIT HbQtObjectHandler, QAbstractItemModel +FUNCTION HBQAbstractItemModel( ... ) + RETURN HB_HBQAbstractItemModel():new( ... ) + + +CREATE CLASS HBQAbstractItemModel INHERIT HbQtObjectHandler, HB_QAbstractItemModel FUNCTION HB_HBQAbstractItemModel METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/THBQGraphicsItem.prg b/harbour/contrib/hbqt/qtgui/g/THBQGraphicsItem.prg index c11b3b6422..b78867fd04 100644 --- a/harbour/contrib/hbqt/qtgui/g/THBQGraphicsItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/THBQGraphicsItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS HBQGraphicsItem INHERIT HbQtObjectHandler, QGraphicsItem +FUNCTION HBQGraphicsItem( ... ) + RETURN HB_HBQGraphicsItem():new( ... ) + + +CREATE CLASS HBQGraphicsItem INHERIT HbQtObjectHandler, HB_QGraphicsItem FUNCTION HB_HBQGraphicsItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/THBQGraphicsScene.prg b/harbour/contrib/hbqt/qtgui/g/THBQGraphicsScene.prg index f1d81d1bc4..85ceaae6ab 100644 --- a/harbour/contrib/hbqt/qtgui/g/THBQGraphicsScene.prg +++ b/harbour/contrib/hbqt/qtgui/g/THBQGraphicsScene.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS HBQGraphicsScene INHERIT HbQtObjectHandler, QGraphicsScene +FUNCTION HBQGraphicsScene( ... ) + RETURN HB_HBQGraphicsScene():new( ... ) + + +CREATE CLASS HBQGraphicsScene INHERIT HbQtObjectHandler, HB_QGraphicsScene FUNCTION HB_HBQGraphicsScene METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/THBQPlainTextEdit.prg b/harbour/contrib/hbqt/qtgui/g/THBQPlainTextEdit.prg index 2bd684ddc4..39757c7721 100644 --- a/harbour/contrib/hbqt/qtgui/g/THBQPlainTextEdit.prg +++ b/harbour/contrib/hbqt/qtgui/g/THBQPlainTextEdit.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS HBQPlainTextEdit INHERIT HbQtObjectHandler, QPlainTextEdit +FUNCTION HBQPlainTextEdit( ... ) + RETURN HB_HBQPlainTextEdit():new( ... ) + + +CREATE CLASS HBQPlainTextEdit INHERIT HbQtObjectHandler, HB_QPlainTextEdit FUNCTION HB_HBQPlainTextEdit METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/THBQSyntaxHighlighter.prg b/harbour/contrib/hbqt/qtgui/g/THBQSyntaxHighlighter.prg index c825f0f611..472bc61fa7 100644 --- a/harbour/contrib/hbqt/qtgui/g/THBQSyntaxHighlighter.prg +++ b/harbour/contrib/hbqt/qtgui/g/THBQSyntaxHighlighter.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS HBQSyntaxHighlighter INHERIT HbQtObjectHandler, QSyntaxHighlighter +FUNCTION HBQSyntaxHighlighter( ... ) + RETURN HB_HBQSyntaxHighlighter():new( ... ) + + +CREATE CLASS HBQSyntaxHighlighter INHERIT HbQtObjectHandler, HB_QSyntaxHighlighter FUNCTION HB_HBQSyntaxHighlighter METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/THBQTableView.prg b/harbour/contrib/hbqt/qtgui/g/THBQTableView.prg index caf1fe7934..95914af1bf 100644 --- a/harbour/contrib/hbqt/qtgui/g/THBQTableView.prg +++ b/harbour/contrib/hbqt/qtgui/g/THBQTableView.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS HBQTableView INHERIT HbQtObjectHandler, QTableView +FUNCTION HBQTableView( ... ) + RETURN HB_HBQTableView():new( ... ) + + +CREATE CLASS HBQTableView INHERIT HbQtObjectHandler, HB_QTableView FUNCTION HB_HBQTableView METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/THBQTextBlockUserData.prg b/harbour/contrib/hbqt/qtgui/g/THBQTextBlockUserData.prg index e6daee37cd..bfdc2b3b2b 100644 --- a/harbour/contrib/hbqt/qtgui/g/THBQTextBlockUserData.prg +++ b/harbour/contrib/hbqt/qtgui/g/THBQTextBlockUserData.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS HBQTextBlockUserData INHERIT HbQtObjectHandler +FUNCTION HBQTextBlockUserData( ... ) + RETURN HB_HBQTextBlockUserData():new( ... ) + + +CREATE CLASS HBQTextBlockUserData INHERIT HbQtObjectHandler FUNCTION HB_HBQTextBlockUserData METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQAbstractButton.prg b/harbour/contrib/hbqt/qtgui/g/TQAbstractButton.prg index 9c5ee03567..cd14babb12 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQAbstractButton.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQAbstractButton.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QAbstractButton INHERIT HbQtObjectHandler, QWidget +FUNCTION QAbstractButton( ... ) + RETURN HB_QAbstractButton():new( ... ) + + +CREATE CLASS QAbstractButton INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QAbstractButton METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQAbstractGraphicsShapeItem.prg b/harbour/contrib/hbqt/qtgui/g/TQAbstractGraphicsShapeItem.prg index d69ea28e92..1458ea9ec2 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQAbstractGraphicsShapeItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQAbstractGraphicsShapeItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QAbstractGraphicsShapeItem INHERIT HbQtObjectHandler, QGraphicsItem +FUNCTION QAbstractGraphicsShapeItem( ... ) + RETURN HB_QAbstractGraphicsShapeItem():new( ... ) + + +CREATE CLASS QAbstractGraphicsShapeItem INHERIT HbQtObjectHandler, HB_QGraphicsItem FUNCTION HB_QAbstractGraphicsShapeItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQAbstractItemDelegate.prg b/harbour/contrib/hbqt/qtgui/g/TQAbstractItemDelegate.prg index 06d78dc430..71143e0e0d 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQAbstractItemDelegate.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQAbstractItemDelegate.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QAbstractItemDelegate INHERIT HbQtObjectHandler, QObject +FUNCTION QAbstractItemDelegate( ... ) + RETURN HB_QAbstractItemDelegate():new( ... ) + + +CREATE CLASS QAbstractItemDelegate INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QAbstractItemDelegate METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQAbstractItemView.prg b/harbour/contrib/hbqt/qtgui/g/TQAbstractItemView.prg index 791195196d..68e6aed55b 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQAbstractItemView.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQAbstractItemView.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QAbstractItemView INHERIT HbQtObjectHandler, QAbstractScrollArea +FUNCTION QAbstractItemView( ... ) + RETURN HB_QAbstractItemView():new( ... ) + + +CREATE CLASS QAbstractItemView INHERIT HbQtObjectHandler, HB_QAbstractScrollArea FUNCTION HB_QAbstractItemView METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQAbstractPrintDialog.prg b/harbour/contrib/hbqt/qtgui/g/TQAbstractPrintDialog.prg index e121370908..5a07121848 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQAbstractPrintDialog.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQAbstractPrintDialog.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QAbstractPrintDialog INHERIT HbQtObjectHandler, QDialog +FUNCTION QAbstractPrintDialog( ... ) + RETURN HB_QAbstractPrintDialog():new( ... ) + + +CREATE CLASS QAbstractPrintDialog INHERIT HbQtObjectHandler, HB_QDialog FUNCTION HB_QAbstractPrintDialog METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQAbstractProxyModel.prg b/harbour/contrib/hbqt/qtgui/g/TQAbstractProxyModel.prg index ab33f2910d..6302e0b988 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQAbstractProxyModel.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQAbstractProxyModel.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QAbstractProxyModel INHERIT HbQtObjectHandler, QAbstractItemModel +FUNCTION QAbstractProxyModel( ... ) + RETURN HB_QAbstractProxyModel():new( ... ) + + +CREATE CLASS QAbstractProxyModel INHERIT HbQtObjectHandler, HB_QAbstractItemModel FUNCTION HB_QAbstractProxyModel METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQAbstractScrollArea.prg b/harbour/contrib/hbqt/qtgui/g/TQAbstractScrollArea.prg index 721c3fbd2e..ff2d5ba94b 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQAbstractScrollArea.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQAbstractScrollArea.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QAbstractScrollArea INHERIT HbQtObjectHandler, QFrame +FUNCTION QAbstractScrollArea( ... ) + RETURN HB_QAbstractScrollArea():new( ... ) + + +CREATE CLASS QAbstractScrollArea INHERIT HbQtObjectHandler, HB_QFrame FUNCTION HB_QAbstractScrollArea METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQAbstractSlider.prg b/harbour/contrib/hbqt/qtgui/g/TQAbstractSlider.prg index 0252e7bb21..56470cc32b 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQAbstractSlider.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQAbstractSlider.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QAbstractSlider INHERIT HbQtObjectHandler, QWidget +FUNCTION QAbstractSlider( ... ) + RETURN HB_QAbstractSlider():new( ... ) + + +CREATE CLASS QAbstractSlider INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QAbstractSlider METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQAbstractSpinBox.prg b/harbour/contrib/hbqt/qtgui/g/TQAbstractSpinBox.prg index 9d5dda3788..2a19e5618d 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQAbstractSpinBox.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQAbstractSpinBox.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QAbstractSpinBox INHERIT HbQtObjectHandler, QWidget +FUNCTION QAbstractSpinBox( ... ) + RETURN HB_QAbstractSpinBox():new( ... ) + + +CREATE CLASS QAbstractSpinBox INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QAbstractSpinBox METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQAbstractTextDocumentLayout.prg b/harbour/contrib/hbqt/qtgui/g/TQAbstractTextDocumentLayout.prg index 92843c77ad..629296e07d 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQAbstractTextDocumentLayout.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQAbstractTextDocumentLayout.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QAbstractTextDocumentLayout INHERIT HbQtObjectHandler, QObject +FUNCTION QAbstractTextDocumentLayout( ... ) + RETURN HB_QAbstractTextDocumentLayout():new( ... ) + + +CREATE CLASS QAbstractTextDocumentLayout INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QAbstractTextDocumentLayout METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQAction.prg b/harbour/contrib/hbqt/qtgui/g/TQAction.prg index c5970b7d0b..f859a15bf8 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQAction.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQAction.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QAction INHERIT HbQtObjectHandler, QObject +FUNCTION QAction( ... ) + RETURN HB_QAction():new( ... ) + + +CREATE CLASS QAction INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QAction METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQActionGroup.prg b/harbour/contrib/hbqt/qtgui/g/TQActionGroup.prg index e98935ebe0..9d60c7e6dc 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQActionGroup.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQActionGroup.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QActionGroup INHERIT HbQtObjectHandler, QObject +FUNCTION QActionGroup( ... ) + RETURN HB_QActionGroup():new( ... ) + + +CREATE CLASS QActionGroup INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QActionGroup METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQApplication.prg b/harbour/contrib/hbqt/qtgui/g/TQApplication.prg index 5d95c185ec..9314457fc7 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQApplication.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQApplication.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QApplication INHERIT HbQtObjectHandler, QCoreApplication +FUNCTION QApplication( ... ) + RETURN HB_QApplication():new( ... ) + + +CREATE CLASS QApplication INHERIT HbQtObjectHandler, HB_QCoreApplication FUNCTION HB_QApplication METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQBitmap.prg b/harbour/contrib/hbqt/qtgui/g/TQBitmap.prg index c6b57ffdbb..93855f3eb5 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQBitmap.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQBitmap.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QBitmap INHERIT HbQtObjectHandler, QPixmap +FUNCTION QBitmap( ... ) + RETURN HB_QBitmap():new( ... ) + + +CREATE CLASS QBitmap INHERIT HbQtObjectHandler, HB_QPixmap FUNCTION HB_QBitmap METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQBoxLayout.prg b/harbour/contrib/hbqt/qtgui/g/TQBoxLayout.prg index df6aaefefb..407e7a07d4 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQBoxLayout.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQBoxLayout.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QBoxLayout INHERIT HbQtObjectHandler, QLayout +FUNCTION QBoxLayout( ... ) + RETURN HB_QBoxLayout():new( ... ) + + +CREATE CLASS QBoxLayout INHERIT HbQtObjectHandler, HB_QLayout FUNCTION HB_QBoxLayout METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQBrush.prg b/harbour/contrib/hbqt/qtgui/g/TQBrush.prg index a4c58b69ac..89ac937dda 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQBrush.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQBrush.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QBrush INHERIT HbQtObjectHandler +FUNCTION QBrush( ... ) + RETURN HB_QBrush():new( ... ) + + +CREATE CLASS QBrush INHERIT HbQtObjectHandler FUNCTION HB_QBrush METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQButtonGroup.prg b/harbour/contrib/hbqt/qtgui/g/TQButtonGroup.prg index 5be21ad90a..a5394271da 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQButtonGroup.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQButtonGroup.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QButtonGroup INHERIT HbQtObjectHandler, QObject +FUNCTION QButtonGroup( ... ) + RETURN HB_QButtonGroup():new( ... ) + + +CREATE CLASS QButtonGroup INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QButtonGroup METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQCalendarWidget.prg b/harbour/contrib/hbqt/qtgui/g/TQCalendarWidget.prg index 9df7ea968a..f2bc7685cb 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQCalendarWidget.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQCalendarWidget.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QCalendarWidget INHERIT HbQtObjectHandler, QWidget +FUNCTION QCalendarWidget( ... ) + RETURN HB_QCalendarWidget():new( ... ) + + +CREATE CLASS QCalendarWidget INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QCalendarWidget METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQCheckBox.prg b/harbour/contrib/hbqt/qtgui/g/TQCheckBox.prg index 9cf0b52413..9afcacb079 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQCheckBox.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQCheckBox.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QCheckBox INHERIT HbQtObjectHandler, QAbstractButton +FUNCTION QCheckBox( ... ) + RETURN HB_QCheckBox():new( ... ) + + +CREATE CLASS QCheckBox INHERIT HbQtObjectHandler, HB_QAbstractButton FUNCTION HB_QCheckBox METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQClipboard.prg b/harbour/contrib/hbqt/qtgui/g/TQClipboard.prg index 0b5244ed31..0a306ea927 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQClipboard.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQClipboard.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QClipboard INHERIT HbQtObjectHandler, QObject +FUNCTION QClipboard( ... ) + RETURN HB_QClipboard():new( ... ) + + +CREATE CLASS QClipboard INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QClipboard METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQColor.prg b/harbour/contrib/hbqt/qtgui/g/TQColor.prg index 1bca386565..153813cd84 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQColor.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQColor.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QColor INHERIT HbQtObjectHandler +FUNCTION QColor( ... ) + RETURN HB_QColor():new( ... ) + + +CREATE CLASS QColor INHERIT HbQtObjectHandler FUNCTION HB_QColor METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQColorDialog.prg b/harbour/contrib/hbqt/qtgui/g/TQColorDialog.prg index d8dc71e088..574d06a27d 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQColorDialog.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQColorDialog.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QColorDialog INHERIT HbQtObjectHandler, QDialog +FUNCTION QColorDialog( ... ) + RETURN HB_QColorDialog():new( ... ) + + +CREATE CLASS QColorDialog INHERIT HbQtObjectHandler, HB_QDialog FUNCTION HB_QColorDialog METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQComboBox.prg b/harbour/contrib/hbqt/qtgui/g/TQComboBox.prg index 31c3059f53..fb8cc1c490 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQComboBox.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQComboBox.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QComboBox INHERIT HbQtObjectHandler, QWidget +FUNCTION QComboBox( ... ) + RETURN HB_QComboBox():new( ... ) + + +CREATE CLASS QComboBox INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QComboBox METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQCommandLinkButton.prg b/harbour/contrib/hbqt/qtgui/g/TQCommandLinkButton.prg index e21007a129..9aa6ee50cc 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQCommandLinkButton.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQCommandLinkButton.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QCommandLinkButton INHERIT HbQtObjectHandler, QPushButton +FUNCTION QCommandLinkButton( ... ) + RETURN HB_QCommandLinkButton():new( ... ) + + +CREATE CLASS QCommandLinkButton INHERIT HbQtObjectHandler, HB_QPushButton FUNCTION HB_QCommandLinkButton METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQCommonStyle.prg b/harbour/contrib/hbqt/qtgui/g/TQCommonStyle.prg index 61d77483bb..e2684c7ef0 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQCommonStyle.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQCommonStyle.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QCommonStyle INHERIT HbQtObjectHandler, QStyle +FUNCTION QCommonStyle( ... ) + RETURN HB_QCommonStyle():new( ... ) + + +CREATE CLASS QCommonStyle INHERIT HbQtObjectHandler, HB_QStyle FUNCTION HB_QCommonStyle METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQCompleter.prg b/harbour/contrib/hbqt/qtgui/g/TQCompleter.prg index aaf1d71678..94ba1a7da9 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQCompleter.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQCompleter.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QCompleter INHERIT HbQtObjectHandler, QObject +FUNCTION QCompleter( ... ) + RETURN HB_QCompleter():new( ... ) + + +CREATE CLASS QCompleter INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QCompleter METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQConicalGradient.prg b/harbour/contrib/hbqt/qtgui/g/TQConicalGradient.prg index 54b48add87..124d004f04 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQConicalGradient.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQConicalGradient.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QConicalGradient INHERIT HbQtObjectHandler, QGradient +FUNCTION QConicalGradient( ... ) + RETURN HB_QConicalGradient():new( ... ) + + +CREATE CLASS QConicalGradient INHERIT HbQtObjectHandler, HB_QGradient FUNCTION HB_QConicalGradient METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQContextMenuEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQContextMenuEvent.prg index 009c126a1c..68308dd6ec 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQContextMenuEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQContextMenuEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QContextMenuEvent INHERIT HbQtObjectHandler, QInputEvent +FUNCTION QContextMenuEvent( ... ) + RETURN HB_QContextMenuEvent():new( ... ) + + +CREATE CLASS QContextMenuEvent INHERIT HbQtObjectHandler, HB_QInputEvent FUNCTION HB_QContextMenuEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQCursor.prg b/harbour/contrib/hbqt/qtgui/g/TQCursor.prg index d12cdb2f33..f3979cddbe 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQCursor.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQCursor.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QCursor INHERIT HbQtObjectHandler +FUNCTION QCursor( ... ) + RETURN HB_QCursor():new( ... ) + + +CREATE CLASS QCursor INHERIT HbQtObjectHandler FUNCTION HB_QCursor METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQDateEdit.prg b/harbour/contrib/hbqt/qtgui/g/TQDateEdit.prg index a33275d1f1..74eedf5469 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQDateEdit.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQDateEdit.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDateEdit INHERIT HbQtObjectHandler, QDateTimeEdit +FUNCTION QDateEdit( ... ) + RETURN HB_QDateEdit():new( ... ) + + +CREATE CLASS QDateEdit INHERIT HbQtObjectHandler, HB_QDateTimeEdit FUNCTION HB_QDateEdit METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQDateTimeEdit.prg b/harbour/contrib/hbqt/qtgui/g/TQDateTimeEdit.prg index e5f590ae55..ce37675980 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQDateTimeEdit.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQDateTimeEdit.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDateTimeEdit INHERIT HbQtObjectHandler, QAbstractSpinBox +FUNCTION QDateTimeEdit( ... ) + RETURN HB_QDateTimeEdit():new( ... ) + + +CREATE CLASS QDateTimeEdit INHERIT HbQtObjectHandler, HB_QAbstractSpinBox FUNCTION HB_QDateTimeEdit METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQDesktopWidget.prg b/harbour/contrib/hbqt/qtgui/g/TQDesktopWidget.prg index 0dfb75afb9..75560a806b 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQDesktopWidget.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQDesktopWidget.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDesktopWidget INHERIT HbQtObjectHandler, QWidget +FUNCTION QDesktopWidget( ... ) + RETURN HB_QDesktopWidget():new( ... ) + + +CREATE CLASS QDesktopWidget INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QDesktopWidget METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQDial.prg b/harbour/contrib/hbqt/qtgui/g/TQDial.prg index ce733e66d3..35b0d77ba9 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQDial.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQDial.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDial INHERIT HbQtObjectHandler, QAbstractSlider +FUNCTION QDial( ... ) + RETURN HB_QDial():new( ... ) + + +CREATE CLASS QDial INHERIT HbQtObjectHandler, HB_QAbstractSlider FUNCTION HB_QDial METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQDialog.prg b/harbour/contrib/hbqt/qtgui/g/TQDialog.prg index 3a0dab354e..370bcdec6f 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQDialog.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQDialog.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDialog INHERIT HbQtObjectHandler, QWidget +FUNCTION QDialog( ... ) + RETURN HB_QDialog():new( ... ) + + +CREATE CLASS QDialog INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QDialog METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQDirModel.prg b/harbour/contrib/hbqt/qtgui/g/TQDirModel.prg index 8cb237368e..4e70eae34e 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQDirModel.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQDirModel.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDirModel INHERIT HbQtObjectHandler, QAbstractItemModel +FUNCTION QDirModel( ... ) + RETURN HB_QDirModel():new( ... ) + + +CREATE CLASS QDirModel INHERIT HbQtObjectHandler, HB_QAbstractItemModel FUNCTION HB_QDirModel METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQDockWidget.prg b/harbour/contrib/hbqt/qtgui/g/TQDockWidget.prg index 656787801d..f8636da13a 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQDockWidget.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQDockWidget.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDockWidget INHERIT HbQtObjectHandler, QWidget +FUNCTION QDockWidget( ... ) + RETURN HB_QDockWidget():new( ... ) + + +CREATE CLASS QDockWidget INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QDockWidget METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQDoubleSpinBox.prg b/harbour/contrib/hbqt/qtgui/g/TQDoubleSpinBox.prg index 1bfbcc9bb7..3a9471ae2a 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQDoubleSpinBox.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQDoubleSpinBox.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDoubleSpinBox INHERIT HbQtObjectHandler, QAbstractSpinBox +FUNCTION QDoubleSpinBox( ... ) + RETURN HB_QDoubleSpinBox():new( ... ) + + +CREATE CLASS QDoubleSpinBox INHERIT HbQtObjectHandler, HB_QAbstractSpinBox FUNCTION HB_QDoubleSpinBox METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQDoubleValidator.prg b/harbour/contrib/hbqt/qtgui/g/TQDoubleValidator.prg index 3f2bfa1c8f..82c43faa19 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQDoubleValidator.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQDoubleValidator.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDoubleValidator INHERIT HbQtObjectHandler, QValidator +FUNCTION QDoubleValidator( ... ) + RETURN HB_QDoubleValidator():new( ... ) + + +CREATE CLASS QDoubleValidator INHERIT HbQtObjectHandler, HB_QValidator FUNCTION HB_QDoubleValidator METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQDrag.prg b/harbour/contrib/hbqt/qtgui/g/TQDrag.prg index c697c11a40..4e7f898fc2 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQDrag.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQDrag.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDrag INHERIT HbQtObjectHandler, QObject +FUNCTION QDrag( ... ) + RETURN HB_QDrag():new( ... ) + + +CREATE CLASS QDrag INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QDrag METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQDragEnterEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQDragEnterEvent.prg index c038b9005e..129eed720a 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQDragEnterEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQDragEnterEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDragEnterEvent INHERIT HbQtObjectHandler, QDragMoveEvent +FUNCTION QDragEnterEvent( ... ) + RETURN HB_QDragEnterEvent():new( ... ) + + +CREATE CLASS QDragEnterEvent INHERIT HbQtObjectHandler, HB_QDragMoveEvent FUNCTION HB_QDragEnterEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQDragLeaveEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQDragLeaveEvent.prg index 0e49c94365..c9be6f6bc3 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQDragLeaveEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQDragLeaveEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDragLeaveEvent INHERIT HbQtObjectHandler, QEvent +FUNCTION QDragLeaveEvent( ... ) + RETURN HB_QDragLeaveEvent():new( ... ) + + +CREATE CLASS QDragLeaveEvent INHERIT HbQtObjectHandler, HB_QEvent FUNCTION HB_QDragLeaveEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQDragMoveEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQDragMoveEvent.prg index bfe903b0ec..c8cf436648 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQDragMoveEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQDragMoveEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDragMoveEvent INHERIT HbQtObjectHandler, QDropEvent +FUNCTION QDragMoveEvent( ... ) + RETURN HB_QDragMoveEvent():new( ... ) + + +CREATE CLASS QDragMoveEvent INHERIT HbQtObjectHandler, HB_QDropEvent FUNCTION HB_QDragMoveEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQDropEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQDropEvent.prg index 87e1b86079..9a1a660bbf 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQDropEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQDropEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QDropEvent INHERIT HbQtObjectHandler, QEvent +FUNCTION QDropEvent( ... ) + RETURN HB_QDropEvent():new( ... ) + + +CREATE CLASS QDropEvent INHERIT HbQtObjectHandler, HB_QEvent FUNCTION HB_QDropEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQErrorMessage.prg b/harbour/contrib/hbqt/qtgui/g/TQErrorMessage.prg index a18c289708..0ccf452cc1 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQErrorMessage.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQErrorMessage.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QErrorMessage INHERIT HbQtObjectHandler, QDialog +FUNCTION QErrorMessage( ... ) + RETURN HB_QErrorMessage():new( ... ) + + +CREATE CLASS QErrorMessage INHERIT HbQtObjectHandler, HB_QDialog FUNCTION HB_QErrorMessage METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQFileDialog.prg b/harbour/contrib/hbqt/qtgui/g/TQFileDialog.prg index 0cf2c3f25b..1875502220 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQFileDialog.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQFileDialog.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFileDialog INHERIT HbQtObjectHandler, QDialog +FUNCTION QFileDialog( ... ) + RETURN HB_QFileDialog():new( ... ) + + +CREATE CLASS QFileDialog INHERIT HbQtObjectHandler, HB_QDialog FUNCTION HB_QFileDialog METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQFileIconProvider.prg b/harbour/contrib/hbqt/qtgui/g/TQFileIconProvider.prg index 5a4a3211c5..7e548b01cd 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQFileIconProvider.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQFileIconProvider.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFileIconProvider INHERIT HbQtObjectHandler +FUNCTION QFileIconProvider( ... ) + RETURN HB_QFileIconProvider():new( ... ) + + +CREATE CLASS QFileIconProvider INHERIT HbQtObjectHandler FUNCTION HB_QFileIconProvider METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQFileSystemModel.prg b/harbour/contrib/hbqt/qtgui/g/TQFileSystemModel.prg index fabdb63f39..541c3a85d6 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQFileSystemModel.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQFileSystemModel.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFileSystemModel INHERIT HbQtObjectHandler, QAbstractItemModel +FUNCTION QFileSystemModel( ... ) + RETURN HB_QFileSystemModel():new( ... ) + + +CREATE CLASS QFileSystemModel INHERIT HbQtObjectHandler, HB_QAbstractItemModel FUNCTION HB_QFileSystemModel METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQFocusEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQFocusEvent.prg index 354eb18af7..82529e66de 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQFocusEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQFocusEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFocusEvent INHERIT HbQtObjectHandler, QEvent +FUNCTION QFocusEvent( ... ) + RETURN HB_QFocusEvent():new( ... ) + + +CREATE CLASS QFocusEvent INHERIT HbQtObjectHandler, HB_QEvent FUNCTION HB_QFocusEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQFocusFrame.prg b/harbour/contrib/hbqt/qtgui/g/TQFocusFrame.prg index be1c4bf0d6..16a6aef5f1 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQFocusFrame.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQFocusFrame.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFocusFrame INHERIT HbQtObjectHandler, QWidget +FUNCTION QFocusFrame( ... ) + RETURN HB_QFocusFrame():new( ... ) + + +CREATE CLASS QFocusFrame INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QFocusFrame METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQFont.prg b/harbour/contrib/hbqt/qtgui/g/TQFont.prg index 9fca298cd4..31c9ebc21c 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQFont.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQFont.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFont INHERIT HbQtObjectHandler +FUNCTION QFont( ... ) + RETURN HB_QFont():new( ... ) + + +CREATE CLASS QFont INHERIT HbQtObjectHandler FUNCTION HB_QFont METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQFontComboBox.prg b/harbour/contrib/hbqt/qtgui/g/TQFontComboBox.prg index a3eb423adb..ec54ef1bb9 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQFontComboBox.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQFontComboBox.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFontComboBox INHERIT HbQtObjectHandler, QComboBox +FUNCTION QFontComboBox( ... ) + RETURN HB_QFontComboBox():new( ... ) + + +CREATE CLASS QFontComboBox INHERIT HbQtObjectHandler, HB_QComboBox FUNCTION HB_QFontComboBox METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQFontDatabase.prg b/harbour/contrib/hbqt/qtgui/g/TQFontDatabase.prg index 35e9e1dfb3..4ba80f485c 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQFontDatabase.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQFontDatabase.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFontDatabase INHERIT HbQtObjectHandler +FUNCTION QFontDatabase( ... ) + RETURN HB_QFontDatabase():new( ... ) + + +CREATE CLASS QFontDatabase INHERIT HbQtObjectHandler FUNCTION HB_QFontDatabase METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQFontDialog.prg b/harbour/contrib/hbqt/qtgui/g/TQFontDialog.prg index a6099c32c1..4923835836 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQFontDialog.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQFontDialog.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFontDialog INHERIT HbQtObjectHandler, QDialog +FUNCTION QFontDialog( ... ) + RETURN HB_QFontDialog():new( ... ) + + +CREATE CLASS QFontDialog INHERIT HbQtObjectHandler, HB_QDialog FUNCTION HB_QFontDialog METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQFontInfo.prg b/harbour/contrib/hbqt/qtgui/g/TQFontInfo.prg index face5fa748..b54075110b 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQFontInfo.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQFontInfo.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFontInfo INHERIT HbQtObjectHandler +FUNCTION QFontInfo( ... ) + RETURN HB_QFontInfo():new( ... ) + + +CREATE CLASS QFontInfo INHERIT HbQtObjectHandler FUNCTION HB_QFontInfo METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQFontMetrics.prg b/harbour/contrib/hbqt/qtgui/g/TQFontMetrics.prg index bcc348734b..19468d04ad 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQFontMetrics.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQFontMetrics.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFontMetrics INHERIT HbQtObjectHandler +FUNCTION QFontMetrics( ... ) + RETURN HB_QFontMetrics():new( ... ) + + +CREATE CLASS QFontMetrics INHERIT HbQtObjectHandler FUNCTION HB_QFontMetrics METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQFontMetricsF.prg b/harbour/contrib/hbqt/qtgui/g/TQFontMetricsF.prg index ef93f2bbe8..d7f3e2fcd5 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQFontMetricsF.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQFontMetricsF.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFontMetricsF INHERIT HbQtObjectHandler +FUNCTION QFontMetricsF( ... ) + RETURN HB_QFontMetricsF():new( ... ) + + +CREATE CLASS QFontMetricsF INHERIT HbQtObjectHandler FUNCTION HB_QFontMetricsF METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQFormLayout.prg b/harbour/contrib/hbqt/qtgui/g/TQFormLayout.prg index e981ca4112..b3851d3260 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQFormLayout.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQFormLayout.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFormLayout INHERIT HbQtObjectHandler, QLayout +FUNCTION QFormLayout( ... ) + RETURN HB_QFormLayout():new( ... ) + + +CREATE CLASS QFormLayout INHERIT HbQtObjectHandler, HB_QLayout FUNCTION HB_QFormLayout METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQFrame.prg b/harbour/contrib/hbqt/qtgui/g/TQFrame.prg index f8a5fc9260..1b4aa7200b 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQFrame.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQFrame.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFrame INHERIT HbQtObjectHandler, QWidget +FUNCTION QFrame( ... ) + RETURN HB_QFrame():new( ... ) + + +CREATE CLASS QFrame INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QFrame METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGradient.prg b/harbour/contrib/hbqt/qtgui/g/TQGradient.prg index 25adfff186..23fcac3847 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGradient.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGradient.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGradient INHERIT HbQtObjectHandler +FUNCTION QGradient( ... ) + RETURN HB_QGradient():new( ... ) + + +CREATE CLASS QGradient INHERIT HbQtObjectHandler FUNCTION HB_QGradient METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsEllipseItem.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsEllipseItem.prg index 2666d22e54..10b9c5a6eb 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsEllipseItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsEllipseItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsEllipseItem INHERIT HbQtObjectHandler, QAbstractGraphicsShapeItem +FUNCTION QGraphicsEllipseItem( ... ) + RETURN HB_QGraphicsEllipseItem():new( ... ) + + +CREATE CLASS QGraphicsEllipseItem INHERIT HbQtObjectHandler, HB_QAbstractGraphicsShapeItem FUNCTION HB_QGraphicsEllipseItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsGridLayout.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsGridLayout.prg index a7bd31de72..09c83ec5b1 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsGridLayout.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsGridLayout.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsGridLayout INHERIT HbQtObjectHandler, QGraphicsLayout +FUNCTION QGraphicsGridLayout( ... ) + RETURN HB_QGraphicsGridLayout():new( ... ) + + +CREATE CLASS QGraphicsGridLayout INHERIT HbQtObjectHandler, HB_QGraphicsLayout FUNCTION HB_QGraphicsGridLayout METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsItem.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsItem.prg index 79800cb7aa..97dbb9ea2e 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsItem INHERIT HbQtObjectHandler +FUNCTION QGraphicsItem( ... ) + RETURN HB_QGraphicsItem():new( ... ) + + +CREATE CLASS QGraphicsItem INHERIT HbQtObjectHandler FUNCTION HB_QGraphicsItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsItemAnimation.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsItemAnimation.prg index 6fe856fb0d..0bc2e554a3 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsItemAnimation.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsItemAnimation.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsItemAnimation INHERIT HbQtObjectHandler, QObject +FUNCTION QGraphicsItemAnimation( ... ) + RETURN HB_QGraphicsItemAnimation():new( ... ) + + +CREATE CLASS QGraphicsItemAnimation INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QGraphicsItemAnimation METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsItemGroup.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsItemGroup.prg index 1f2d3458f9..7a9db51045 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsItemGroup.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsItemGroup.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsItemGroup INHERIT HbQtObjectHandler, QGraphicsItem +FUNCTION QGraphicsItemGroup( ... ) + RETURN HB_QGraphicsItemGroup():new( ... ) + + +CREATE CLASS QGraphicsItemGroup INHERIT HbQtObjectHandler, HB_QGraphicsItem FUNCTION HB_QGraphicsItemGroup METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsLayout.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsLayout.prg index fd1f03ecfc..0096d0d02d 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsLayout.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsLayout.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsLayout INHERIT HbQtObjectHandler, QGraphicsLayoutItem +FUNCTION QGraphicsLayout( ... ) + RETURN HB_QGraphicsLayout():new( ... ) + + +CREATE CLASS QGraphicsLayout INHERIT HbQtObjectHandler, HB_QGraphicsLayoutItem FUNCTION HB_QGraphicsLayout METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsLayoutItem.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsLayoutItem.prg index dc7a8237c9..2f87dd620f 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsLayoutItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsLayoutItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsLayoutItem INHERIT HbQtObjectHandler +FUNCTION QGraphicsLayoutItem( ... ) + RETURN HB_QGraphicsLayoutItem():new( ... ) + + +CREATE CLASS QGraphicsLayoutItem INHERIT HbQtObjectHandler FUNCTION HB_QGraphicsLayoutItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsLineItem.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsLineItem.prg index b9b3ae3ef6..8b94141e94 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsLineItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsLineItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsLineItem INHERIT HbQtObjectHandler, QGraphicsItem +FUNCTION QGraphicsLineItem( ... ) + RETURN HB_QGraphicsLineItem():new( ... ) + + +CREATE CLASS QGraphicsLineItem INHERIT HbQtObjectHandler, HB_QGraphicsItem FUNCTION HB_QGraphicsLineItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsLinearLayout.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsLinearLayout.prg index b33e963b15..aa4700954a 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsLinearLayout.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsLinearLayout.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsLinearLayout INHERIT HbQtObjectHandler, QGraphicsLayout +FUNCTION QGraphicsLinearLayout( ... ) + RETURN HB_QGraphicsLinearLayout():new( ... ) + + +CREATE CLASS QGraphicsLinearLayout INHERIT HbQtObjectHandler, HB_QGraphicsLayout FUNCTION HB_QGraphicsLinearLayout METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsPathItem.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsPathItem.prg index 119db67c17..269854f603 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsPathItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsPathItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsPathItem INHERIT HbQtObjectHandler, QAbstractGraphicsShapeItem +FUNCTION QGraphicsPathItem( ... ) + RETURN HB_QGraphicsPathItem():new( ... ) + + +CREATE CLASS QGraphicsPathItem INHERIT HbQtObjectHandler, HB_QAbstractGraphicsShapeItem FUNCTION HB_QGraphicsPathItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsPixmapItem.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsPixmapItem.prg index 3a2bc9c4aa..8040d98284 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsPixmapItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsPixmapItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsPixmapItem INHERIT HbQtObjectHandler, QGraphicsItem +FUNCTION QGraphicsPixmapItem( ... ) + RETURN HB_QGraphicsPixmapItem():new( ... ) + + +CREATE CLASS QGraphicsPixmapItem INHERIT HbQtObjectHandler, HB_QGraphicsItem FUNCTION HB_QGraphicsPixmapItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsPolygonItem.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsPolygonItem.prg index 6b52d1a8c8..bef4f06669 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsPolygonItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsPolygonItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsPolygonItem INHERIT HbQtObjectHandler, QAbstractGraphicsShapeItem +FUNCTION QGraphicsPolygonItem( ... ) + RETURN HB_QGraphicsPolygonItem():new( ... ) + + +CREATE CLASS QGraphicsPolygonItem INHERIT HbQtObjectHandler, HB_QAbstractGraphicsShapeItem FUNCTION HB_QGraphicsPolygonItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsProxyWidget.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsProxyWidget.prg index bb7d7fad5c..c86dba0b06 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsProxyWidget.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsProxyWidget.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsProxyWidget INHERIT HbQtObjectHandler, QGraphicsWidget +FUNCTION QGraphicsProxyWidget( ... ) + RETURN HB_QGraphicsProxyWidget():new( ... ) + + +CREATE CLASS QGraphicsProxyWidget INHERIT HbQtObjectHandler, HB_QGraphicsWidget FUNCTION HB_QGraphicsProxyWidget METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsRectItem.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsRectItem.prg index 956e68750e..6cb1f3e5ac 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsRectItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsRectItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsRectItem INHERIT HbQtObjectHandler, QAbstractGraphicsShapeItem +FUNCTION QGraphicsRectItem( ... ) + RETURN HB_QGraphicsRectItem():new( ... ) + + +CREATE CLASS QGraphicsRectItem INHERIT HbQtObjectHandler, HB_QAbstractGraphicsShapeItem FUNCTION HB_QGraphicsRectItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsScene.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsScene.prg index 31c4166734..48caae024c 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsScene.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsScene.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsScene INHERIT HbQtObjectHandler, QObject +FUNCTION QGraphicsScene( ... ) + RETURN HB_QGraphicsScene():new( ... ) + + +CREATE CLASS QGraphicsScene INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QGraphicsScene METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneContextMenuEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneContextMenuEvent.prg index 934cc93897..116d5ac5fb 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneContextMenuEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneContextMenuEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsSceneContextMenuEvent INHERIT HbQtObjectHandler, QGraphicsSceneEvent +FUNCTION QGraphicsSceneContextMenuEvent( ... ) + RETURN HB_QGraphicsSceneContextMenuEvent():new( ... ) + + +CREATE CLASS QGraphicsSceneContextMenuEvent INHERIT HbQtObjectHandler, HB_QGraphicsSceneEvent FUNCTION HB_QGraphicsSceneContextMenuEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneDragDropEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneDragDropEvent.prg index 3e93c698aa..c689b65d1e 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneDragDropEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneDragDropEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsSceneDragDropEvent INHERIT HbQtObjectHandler, QGraphicsSceneEvent +FUNCTION QGraphicsSceneDragDropEvent( ... ) + RETURN HB_QGraphicsSceneDragDropEvent():new( ... ) + + +CREATE CLASS QGraphicsSceneDragDropEvent INHERIT HbQtObjectHandler, HB_QGraphicsSceneEvent FUNCTION HB_QGraphicsSceneDragDropEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneEvent.prg index 75ba60c43b..caa14b5c98 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsSceneEvent INHERIT HbQtObjectHandler, QEvent +FUNCTION QGraphicsSceneEvent( ... ) + RETURN HB_QGraphicsSceneEvent():new( ... ) + + +CREATE CLASS QGraphicsSceneEvent INHERIT HbQtObjectHandler, HB_QEvent FUNCTION HB_QGraphicsSceneEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneHelpEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneHelpEvent.prg index d1ea099b24..71a605c8a8 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneHelpEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneHelpEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsSceneHelpEvent INHERIT HbQtObjectHandler, QGraphicsSceneEvent +FUNCTION QGraphicsSceneHelpEvent( ... ) + RETURN HB_QGraphicsSceneHelpEvent():new( ... ) + + +CREATE CLASS QGraphicsSceneHelpEvent INHERIT HbQtObjectHandler, HB_QGraphicsSceneEvent FUNCTION HB_QGraphicsSceneHelpEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneHoverEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneHoverEvent.prg index 7d9634aeba..490f7f19d0 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneHoverEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneHoverEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsSceneHoverEvent INHERIT HbQtObjectHandler, QGraphicsSceneEvent +FUNCTION QGraphicsSceneHoverEvent( ... ) + RETURN HB_QGraphicsSceneHoverEvent():new( ... ) + + +CREATE CLASS QGraphicsSceneHoverEvent INHERIT HbQtObjectHandler, HB_QGraphicsSceneEvent FUNCTION HB_QGraphicsSceneHoverEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneMouseEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneMouseEvent.prg index 8fb5cb2299..b2cf1810d4 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneMouseEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneMouseEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsSceneMouseEvent INHERIT HbQtObjectHandler, QGraphicsSceneEvent +FUNCTION QGraphicsSceneMouseEvent( ... ) + RETURN HB_QGraphicsSceneMouseEvent():new( ... ) + + +CREATE CLASS QGraphicsSceneMouseEvent INHERIT HbQtObjectHandler, HB_QGraphicsSceneEvent FUNCTION HB_QGraphicsSceneMouseEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneMoveEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneMoveEvent.prg index 84f7c71584..495d3b5aab 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneMoveEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneMoveEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsSceneMoveEvent INHERIT HbQtObjectHandler, QGraphicsSceneEvent +FUNCTION QGraphicsSceneMoveEvent( ... ) + RETURN HB_QGraphicsSceneMoveEvent():new( ... ) + + +CREATE CLASS QGraphicsSceneMoveEvent INHERIT HbQtObjectHandler, HB_QGraphicsSceneEvent FUNCTION HB_QGraphicsSceneMoveEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneResizeEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneResizeEvent.prg index 4f1d66461a..ff55cab0c4 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneResizeEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneResizeEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsSceneResizeEvent INHERIT HbQtObjectHandler, QGraphicsSceneEvent +FUNCTION QGraphicsSceneResizeEvent( ... ) + RETURN HB_QGraphicsSceneResizeEvent():new( ... ) + + +CREATE CLASS QGraphicsSceneResizeEvent INHERIT HbQtObjectHandler, HB_QGraphicsSceneEvent FUNCTION HB_QGraphicsSceneResizeEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneWheelEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneWheelEvent.prg index fce220fdc4..c775347671 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneWheelEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSceneWheelEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsSceneWheelEvent INHERIT HbQtObjectHandler, QGraphicsSceneEvent +FUNCTION QGraphicsSceneWheelEvent( ... ) + RETURN HB_QGraphicsSceneWheelEvent():new( ... ) + + +CREATE CLASS QGraphicsSceneWheelEvent INHERIT HbQtObjectHandler, HB_QGraphicsSceneEvent FUNCTION HB_QGraphicsSceneWheelEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSimpleTextItem.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSimpleTextItem.prg index f515e80c5b..6f5cd6a211 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsSimpleTextItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsSimpleTextItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsSimpleTextItem INHERIT HbQtObjectHandler, QAbstractGraphicsShapeItem +FUNCTION QGraphicsSimpleTextItem( ... ) + RETURN HB_QGraphicsSimpleTextItem():new( ... ) + + +CREATE CLASS QGraphicsSimpleTextItem INHERIT HbQtObjectHandler, HB_QAbstractGraphicsShapeItem FUNCTION HB_QGraphicsSimpleTextItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsTextItem.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsTextItem.prg index 4393b590fd..413012f557 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsTextItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsTextItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsTextItem INHERIT HbQtObjectHandler, QObject, QGraphicsItem +FUNCTION QGraphicsTextItem( ... ) + RETURN HB_QGraphicsTextItem():new( ... ) + + +CREATE CLASS QGraphicsTextItem INHERIT HbQtObjectHandler, HB_QObject, HB_QGraphicsItem FUNCTION HB_QGraphicsTextItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsView.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsView.prg index 11c64f7092..7e16f9c7be 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsView.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsView.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsView INHERIT HbQtObjectHandler, QAbstractScrollArea +FUNCTION QGraphicsView( ... ) + RETURN HB_QGraphicsView():new( ... ) + + +CREATE CLASS QGraphicsView INHERIT HbQtObjectHandler, HB_QAbstractScrollArea FUNCTION HB_QGraphicsView METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGraphicsWidget.prg b/harbour/contrib/hbqt/qtgui/g/TQGraphicsWidget.prg index 9b7c70a7f4..3591208d87 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGraphicsWidget.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGraphicsWidget.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGraphicsWidget INHERIT HbQtObjectHandler, QObject, QGraphicsItem, QGraphicsLayoutItem +FUNCTION QGraphicsWidget( ... ) + RETURN HB_QGraphicsWidget():new( ... ) + + +CREATE CLASS QGraphicsWidget INHERIT HbQtObjectHandler, HB_QObject, HB_QGraphicsItem, HB_QGraphicsLayoutItem FUNCTION HB_QGraphicsWidget METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGridLayout.prg b/harbour/contrib/hbqt/qtgui/g/TQGridLayout.prg index 27b9513da5..0044dcdd31 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGridLayout.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGridLayout.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGridLayout INHERIT HbQtObjectHandler, QLayout +FUNCTION QGridLayout( ... ) + RETURN HB_QGridLayout():new( ... ) + + +CREATE CLASS QGridLayout INHERIT HbQtObjectHandler, HB_QLayout FUNCTION HB_QGridLayout METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQGroupBox.prg b/harbour/contrib/hbqt/qtgui/g/TQGroupBox.prg index 9531d85258..97c158d618 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQGroupBox.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQGroupBox.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QGroupBox INHERIT HbQtObjectHandler, QWidget +FUNCTION QGroupBox( ... ) + RETURN HB_QGroupBox():new( ... ) + + +CREATE CLASS QGroupBox INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QGroupBox METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQHBoxLayout.prg b/harbour/contrib/hbqt/qtgui/g/TQHBoxLayout.prg index c47feebca7..1ba73d45f4 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQHBoxLayout.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQHBoxLayout.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QHBoxLayout INHERIT HbQtObjectHandler, QBoxLayout +FUNCTION QHBoxLayout( ... ) + RETURN HB_QHBoxLayout():new( ... ) + + +CREATE CLASS QHBoxLayout INHERIT HbQtObjectHandler, HB_QBoxLayout FUNCTION HB_QHBoxLayout METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQHeaderView.prg b/harbour/contrib/hbqt/qtgui/g/TQHeaderView.prg index 78dc67f8bc..9b41f5a26e 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQHeaderView.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQHeaderView.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QHeaderView INHERIT HbQtObjectHandler, QAbstractItemView +FUNCTION QHeaderView( ... ) + RETURN HB_QHeaderView():new( ... ) + + +CREATE CLASS QHeaderView INHERIT HbQtObjectHandler, HB_QAbstractItemView FUNCTION HB_QHeaderView METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQHelpEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQHelpEvent.prg index e42fdee9fb..bf1c872bbd 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQHelpEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQHelpEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QHelpEvent INHERIT HbQtObjectHandler +FUNCTION QHelpEvent( ... ) + RETURN HB_QHelpEvent():new( ... ) + + +CREATE CLASS QHelpEvent INHERIT HbQtObjectHandler FUNCTION HB_QHelpEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQHideEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQHideEvent.prg index c38b4c1fbc..a478d1ddc0 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQHideEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQHideEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QHideEvent INHERIT HbQtObjectHandler, QEvent +FUNCTION QHideEvent( ... ) + RETURN HB_QHideEvent():new( ... ) + + +CREATE CLASS QHideEvent INHERIT HbQtObjectHandler, HB_QEvent FUNCTION HB_QHideEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQIcon.prg b/harbour/contrib/hbqt/qtgui/g/TQIcon.prg index fac1abe04f..4497fbe7a5 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQIcon.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQIcon.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QIcon INHERIT HbQtObjectHandler +FUNCTION QIcon( ... ) + RETURN HB_QIcon():new( ... ) + + +CREATE CLASS QIcon INHERIT HbQtObjectHandler FUNCTION HB_QIcon METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQImage.prg b/harbour/contrib/hbqt/qtgui/g/TQImage.prg index e86c462d88..209088f6a6 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQImage.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQImage.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QImage INHERIT HbQtObjectHandler +FUNCTION QImage( ... ) + RETURN HB_QImage():new( ... ) + + +CREATE CLASS QImage INHERIT HbQtObjectHandler FUNCTION HB_QImage METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQImageReader.prg b/harbour/contrib/hbqt/qtgui/g/TQImageReader.prg index 3af17ffe8c..153a72d7e2 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQImageReader.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQImageReader.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QImageReader INHERIT HbQtObjectHandler +FUNCTION QImageReader( ... ) + RETURN HB_QImageReader():new( ... ) + + +CREATE CLASS QImageReader INHERIT HbQtObjectHandler FUNCTION HB_QImageReader METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQImageWriter.prg b/harbour/contrib/hbqt/qtgui/g/TQImageWriter.prg index fec4032959..ae6fdb6685 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQImageWriter.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQImageWriter.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QImageWriter INHERIT HbQtObjectHandler +FUNCTION QImageWriter( ... ) + RETURN HB_QImageWriter():new( ... ) + + +CREATE CLASS QImageWriter INHERIT HbQtObjectHandler FUNCTION HB_QImageWriter METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQInputDialog.prg b/harbour/contrib/hbqt/qtgui/g/TQInputDialog.prg index f03c9e44b3..4f3417ff3a 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQInputDialog.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQInputDialog.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QInputDialog INHERIT HbQtObjectHandler, QDialog +FUNCTION QInputDialog( ... ) + RETURN HB_QInputDialog():new( ... ) + + +CREATE CLASS QInputDialog INHERIT HbQtObjectHandler, HB_QDialog FUNCTION HB_QInputDialog METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQInputEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQInputEvent.prg index be90537ab9..4cf03a8aee 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQInputEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQInputEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QInputEvent INHERIT HbQtObjectHandler, QEvent +FUNCTION QInputEvent( ... ) + RETURN HB_QInputEvent():new( ... ) + + +CREATE CLASS QInputEvent INHERIT HbQtObjectHandler, HB_QEvent FUNCTION HB_QInputEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQInputMethodEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQInputMethodEvent.prg index 54cf8f4981..e186f2452c 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQInputMethodEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQInputMethodEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QInputMethodEvent INHERIT HbQtObjectHandler, QEvent +FUNCTION QInputMethodEvent( ... ) + RETURN HB_QInputMethodEvent():new( ... ) + + +CREATE CLASS QInputMethodEvent INHERIT HbQtObjectHandler, HB_QEvent FUNCTION HB_QInputMethodEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQIntValidator.prg b/harbour/contrib/hbqt/qtgui/g/TQIntValidator.prg index 3df4135e93..31a466f80c 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQIntValidator.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQIntValidator.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QIntValidator INHERIT HbQtObjectHandler, QValidator +FUNCTION QIntValidator( ... ) + RETURN HB_QIntValidator():new( ... ) + + +CREATE CLASS QIntValidator INHERIT HbQtObjectHandler, HB_QValidator FUNCTION HB_QIntValidator METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQItemDelegate.prg b/harbour/contrib/hbqt/qtgui/g/TQItemDelegate.prg index def73dbcd3..b59a70fa74 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQItemDelegate.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQItemDelegate.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QItemDelegate INHERIT HbQtObjectHandler, QAbstractItemDelegate +FUNCTION QItemDelegate( ... ) + RETURN HB_QItemDelegate():new( ... ) + + +CREATE CLASS QItemDelegate INHERIT HbQtObjectHandler, HB_QAbstractItemDelegate FUNCTION HB_QItemDelegate METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQItemEditorCreatorBase.prg b/harbour/contrib/hbqt/qtgui/g/TQItemEditorCreatorBase.prg index 289c77b47e..f30e2a3853 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQItemEditorCreatorBase.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQItemEditorCreatorBase.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QItemEditorCreatorBase INHERIT HbQtObjectHandler +FUNCTION QItemEditorCreatorBase( ... ) + RETURN HB_QItemEditorCreatorBase():new( ... ) + + +CREATE CLASS QItemEditorCreatorBase INHERIT HbQtObjectHandler FUNCTION HB_QItemEditorCreatorBase METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQItemEditorFactory.prg b/harbour/contrib/hbqt/qtgui/g/TQItemEditorFactory.prg index 910d32d75c..4a4471c83b 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQItemEditorFactory.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQItemEditorFactory.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QItemEditorFactory INHERIT HbQtObjectHandler +FUNCTION QItemEditorFactory( ... ) + RETURN HB_QItemEditorFactory():new( ... ) + + +CREATE CLASS QItemEditorFactory INHERIT HbQtObjectHandler FUNCTION HB_QItemEditorFactory METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQItemSelection.prg b/harbour/contrib/hbqt/qtgui/g/TQItemSelection.prg index dd035f93a6..adb9d1a485 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQItemSelection.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQItemSelection.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QItemSelection INHERIT HbQtObjectHandler, QList +FUNCTION QItemSelection( ... ) + RETURN HB_QItemSelection():new( ... ) + + +CREATE CLASS QItemSelection INHERIT HbQtObjectHandler, HB_QList FUNCTION HB_QItemSelection METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQItemSelectionModel.prg b/harbour/contrib/hbqt/qtgui/g/TQItemSelectionModel.prg index ad4e340395..8085365c8a 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQItemSelectionModel.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQItemSelectionModel.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QItemSelectionModel INHERIT HbQtObjectHandler, QObject +FUNCTION QItemSelectionModel( ... ) + RETURN HB_QItemSelectionModel():new( ... ) + + +CREATE CLASS QItemSelectionModel INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QItemSelectionModel METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQKeyEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQKeyEvent.prg index 1be56e154d..deb299eaf6 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQKeyEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQKeyEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QKeyEvent INHERIT HbQtObjectHandler, QInputEvent +FUNCTION QKeyEvent( ... ) + RETURN HB_QKeyEvent():new( ... ) + + +CREATE CLASS QKeyEvent INHERIT HbQtObjectHandler, HB_QInputEvent FUNCTION HB_QKeyEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQKeySequence.prg b/harbour/contrib/hbqt/qtgui/g/TQKeySequence.prg index 1d3d0887c8..11020b2b67 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQKeySequence.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQKeySequence.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QKeySequence INHERIT HbQtObjectHandler +FUNCTION QKeySequence( ... ) + RETURN HB_QKeySequence():new( ... ) + + +CREATE CLASS QKeySequence INHERIT HbQtObjectHandler FUNCTION HB_QKeySequence METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQLCDNumber.prg b/harbour/contrib/hbqt/qtgui/g/TQLCDNumber.prg index 2144ebaa09..158741ffc6 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQLCDNumber.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQLCDNumber.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QLCDNumber INHERIT HbQtObjectHandler, QFrame +FUNCTION QLCDNumber( ... ) + RETURN HB_QLCDNumber():new( ... ) + + +CREATE CLASS QLCDNumber INHERIT HbQtObjectHandler, HB_QFrame FUNCTION HB_QLCDNumber METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQLabel.prg b/harbour/contrib/hbqt/qtgui/g/TQLabel.prg index b49e2dfd78..3f934c3651 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQLabel.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQLabel.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QLabel INHERIT HbQtObjectHandler, QFrame +FUNCTION QLabel( ... ) + RETURN HB_QLabel():new( ... ) + + +CREATE CLASS QLabel INHERIT HbQtObjectHandler, HB_QFrame FUNCTION HB_QLabel METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQLayout.prg b/harbour/contrib/hbqt/qtgui/g/TQLayout.prg index ee7b36d1cf..3e606529ae 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQLayout.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQLayout.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QLayout INHERIT HbQtObjectHandler, QObject, QLayoutItem +FUNCTION QLayout( ... ) + RETURN HB_QLayout():new( ... ) + + +CREATE CLASS QLayout INHERIT HbQtObjectHandler, HB_QObject, HB_QLayoutItem FUNCTION HB_QLayout METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQLayoutItem.prg b/harbour/contrib/hbqt/qtgui/g/TQLayoutItem.prg index d769dae0a9..6c99aa2354 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQLayoutItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQLayoutItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QLayoutItem INHERIT HbQtObjectHandler +FUNCTION QLayoutItem( ... ) + RETURN HB_QLayoutItem():new( ... ) + + +CREATE CLASS QLayoutItem INHERIT HbQtObjectHandler FUNCTION HB_QLayoutItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQLineEdit.prg b/harbour/contrib/hbqt/qtgui/g/TQLineEdit.prg index f30483ca19..ddbd3fe0d7 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQLineEdit.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQLineEdit.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QLineEdit INHERIT HbQtObjectHandler, QWidget +FUNCTION QLineEdit( ... ) + RETURN HB_QLineEdit():new( ... ) + + +CREATE CLASS QLineEdit INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QLineEdit METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQLinearGradient.prg b/harbour/contrib/hbqt/qtgui/g/TQLinearGradient.prg index 01618c8c40..170ff7985e 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQLinearGradient.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQLinearGradient.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QLinearGradient INHERIT HbQtObjectHandler, QGradient +FUNCTION QLinearGradient( ... ) + RETURN HB_QLinearGradient():new( ... ) + + +CREATE CLASS QLinearGradient INHERIT HbQtObjectHandler, HB_QGradient FUNCTION HB_QLinearGradient METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQListView.prg b/harbour/contrib/hbqt/qtgui/g/TQListView.prg index e0e5af6f52..9f2abb05f4 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQListView.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQListView.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QListView INHERIT HbQtObjectHandler, QAbstractItemView +FUNCTION QListView( ... ) + RETURN HB_QListView():new( ... ) + + +CREATE CLASS QListView INHERIT HbQtObjectHandler, HB_QAbstractItemView FUNCTION HB_QListView METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQListWidget.prg b/harbour/contrib/hbqt/qtgui/g/TQListWidget.prg index 1c58759ee4..6ddb81ce47 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQListWidget.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQListWidget.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QListWidget INHERIT HbQtObjectHandler, QListView +FUNCTION QListWidget( ... ) + RETURN HB_QListWidget():new( ... ) + + +CREATE CLASS QListWidget INHERIT HbQtObjectHandler, HB_QListView FUNCTION HB_QListWidget METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQListWidgetItem.prg b/harbour/contrib/hbqt/qtgui/g/TQListWidgetItem.prg index b6fa61f101..3e2ec21d46 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQListWidgetItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQListWidgetItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QListWidgetItem INHERIT HbQtObjectHandler, QWidget +FUNCTION QListWidgetItem( ... ) + RETURN HB_QListWidgetItem():new( ... ) + + +CREATE CLASS QListWidgetItem INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QListWidgetItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQMainWindow.prg b/harbour/contrib/hbqt/qtgui/g/TQMainWindow.prg index 3797648756..bf9accdb92 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQMainWindow.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQMainWindow.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QMainWindow INHERIT HbQtObjectHandler, QWidget +FUNCTION QMainWindow( ... ) + RETURN HB_QMainWindow():new( ... ) + + +CREATE CLASS QMainWindow INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QMainWindow METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQMatrix.prg b/harbour/contrib/hbqt/qtgui/g/TQMatrix.prg index 07833d76d1..4dc079e3c3 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQMatrix.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQMatrix.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QMatrix INHERIT HbQtObjectHandler +FUNCTION QMatrix( ... ) + RETURN HB_QMatrix():new( ... ) + + +CREATE CLASS QMatrix INHERIT HbQtObjectHandler FUNCTION HB_QMatrix METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQMdiArea.prg b/harbour/contrib/hbqt/qtgui/g/TQMdiArea.prg index c73b749a22..3faae35afe 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQMdiArea.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQMdiArea.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QMdiArea INHERIT HbQtObjectHandler, QAbstractScrollArea +FUNCTION QMdiArea( ... ) + RETURN HB_QMdiArea():new( ... ) + + +CREATE CLASS QMdiArea INHERIT HbQtObjectHandler, HB_QAbstractScrollArea FUNCTION HB_QMdiArea METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQMdiSubWindow.prg b/harbour/contrib/hbqt/qtgui/g/TQMdiSubWindow.prg index 3643584198..ad0b9428ab 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQMdiSubWindow.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQMdiSubWindow.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QMdiSubWindow INHERIT HbQtObjectHandler, QWidget +FUNCTION QMdiSubWindow( ... ) + RETURN HB_QMdiSubWindow():new( ... ) + + +CREATE CLASS QMdiSubWindow INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QMdiSubWindow METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQMenu.prg b/harbour/contrib/hbqt/qtgui/g/TQMenu.prg index 5fcb9a0994..b5e5296674 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQMenu.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQMenu.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QMenu INHERIT HbQtObjectHandler, QWidget +FUNCTION QMenu( ... ) + RETURN HB_QMenu():new( ... ) + + +CREATE CLASS QMenu INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QMenu METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQMenuBar.prg b/harbour/contrib/hbqt/qtgui/g/TQMenuBar.prg index aa5a1de2c1..5f4f3974a4 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQMenuBar.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQMenuBar.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QMenuBar INHERIT HbQtObjectHandler, QWidget +FUNCTION QMenuBar( ... ) + RETURN HB_QMenuBar():new( ... ) + + +CREATE CLASS QMenuBar INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QMenuBar METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQMessageBox.prg b/harbour/contrib/hbqt/qtgui/g/TQMessageBox.prg index 282282a181..b2f7a3c7a5 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQMessageBox.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQMessageBox.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QMessageBox INHERIT HbQtObjectHandler, QDialog +FUNCTION QMessageBox( ... ) + RETURN HB_QMessageBox():new( ... ) + + +CREATE CLASS QMessageBox INHERIT HbQtObjectHandler, HB_QDialog FUNCTION HB_QMessageBox METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQMouseEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQMouseEvent.prg index 2d1ea56f21..93e69da1ad 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQMouseEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQMouseEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QMouseEvent INHERIT HbQtObjectHandler, QInputEvent +FUNCTION QMouseEvent( ... ) + RETURN HB_QMouseEvent():new( ... ) + + +CREATE CLASS QMouseEvent INHERIT HbQtObjectHandler, HB_QInputEvent FUNCTION HB_QMouseEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQMoveEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQMoveEvent.prg index 37c45ca82f..da5dd41f27 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQMoveEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQMoveEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QMoveEvent INHERIT HbQtObjectHandler, QEvent +FUNCTION QMoveEvent( ... ) + RETURN HB_QMoveEvent():new( ... ) + + +CREATE CLASS QMoveEvent INHERIT HbQtObjectHandler, HB_QEvent FUNCTION HB_QMoveEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQMovie.prg b/harbour/contrib/hbqt/qtgui/g/TQMovie.prg index 528e7e39f1..14fffe78ff 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQMovie.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQMovie.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QMovie INHERIT HbQtObjectHandler, QObject +FUNCTION QMovie( ... ) + RETURN HB_QMovie():new( ... ) + + +CREATE CLASS QMovie INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QMovie METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPageSetupDialog.prg b/harbour/contrib/hbqt/qtgui/g/TQPageSetupDialog.prg index 9aa064cbed..0ab406040d 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPageSetupDialog.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPageSetupDialog.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPageSetupDialog INHERIT HbQtObjectHandler, QDialog +FUNCTION QPageSetupDialog( ... ) + RETURN HB_QPageSetupDialog():new( ... ) + + +CREATE CLASS QPageSetupDialog INHERIT HbQtObjectHandler, HB_QDialog FUNCTION HB_QPageSetupDialog METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPaintDevice.prg b/harbour/contrib/hbqt/qtgui/g/TQPaintDevice.prg index d0be7e161e..eefa2c8db6 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPaintDevice.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPaintDevice.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPaintDevice INHERIT HbQtObjectHandler +FUNCTION QPaintDevice( ... ) + RETURN HB_QPaintDevice():new( ... ) + + +CREATE CLASS QPaintDevice INHERIT HbQtObjectHandler FUNCTION HB_QPaintDevice METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPaintEngine.prg b/harbour/contrib/hbqt/qtgui/g/TQPaintEngine.prg index 34b8f2ff89..57fb61b19f 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPaintEngine.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPaintEngine.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPaintEngine INHERIT HbQtObjectHandler +FUNCTION QPaintEngine( ... ) + RETURN HB_QPaintEngine():new( ... ) + + +CREATE CLASS QPaintEngine INHERIT HbQtObjectHandler FUNCTION HB_QPaintEngine METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPaintEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQPaintEvent.prg index 789d94b874..32a294ed1d 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPaintEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPaintEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPaintEvent INHERIT HbQtObjectHandler, QEvent +FUNCTION QPaintEvent( ... ) + RETURN HB_QPaintEvent():new( ... ) + + +CREATE CLASS QPaintEvent INHERIT HbQtObjectHandler, HB_QEvent FUNCTION HB_QPaintEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPainter.prg b/harbour/contrib/hbqt/qtgui/g/TQPainter.prg index e0884c2d00..c1b7fe42b9 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPainter.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPainter.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPainter INHERIT HbQtObjectHandler +FUNCTION QPainter( ... ) + RETURN HB_QPainter():new( ... ) + + +CREATE CLASS QPainter INHERIT HbQtObjectHandler FUNCTION HB_QPainter METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPainterPath.prg b/harbour/contrib/hbqt/qtgui/g/TQPainterPath.prg index 1b57811867..d0b5c694c6 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPainterPath.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPainterPath.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPainterPath INHERIT HbQtObjectHandler +FUNCTION QPainterPath( ... ) + RETURN HB_QPainterPath():new( ... ) + + +CREATE CLASS QPainterPath INHERIT HbQtObjectHandler FUNCTION HB_QPainterPath METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPalette.prg b/harbour/contrib/hbqt/qtgui/g/TQPalette.prg index 625706d4e9..7d06d2898d 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPalette.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPalette.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPalette INHERIT HbQtObjectHandler +FUNCTION QPalette( ... ) + RETURN HB_QPalette():new( ... ) + + +CREATE CLASS QPalette INHERIT HbQtObjectHandler FUNCTION HB_QPalette METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPen.prg b/harbour/contrib/hbqt/qtgui/g/TQPen.prg index 2d90faaaf0..b453d45266 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPen.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPen.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPen INHERIT HbQtObjectHandler +FUNCTION QPen( ... ) + RETURN HB_QPen():new( ... ) + + +CREATE CLASS QPen INHERIT HbQtObjectHandler FUNCTION HB_QPen METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPicture.prg b/harbour/contrib/hbqt/qtgui/g/TQPicture.prg index 45687e9492..c97df23838 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPicture.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPicture.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPicture INHERIT HbQtObjectHandler, QPaintDevice +FUNCTION QPicture( ... ) + RETURN HB_QPicture():new( ... ) + + +CREATE CLASS QPicture INHERIT HbQtObjectHandler, HB_QPaintDevice FUNCTION HB_QPicture METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPixmap.prg b/harbour/contrib/hbqt/qtgui/g/TQPixmap.prg index 4ad375aa12..92be660847 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPixmap.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPixmap.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPixmap INHERIT HbQtObjectHandler, QPaintDevice +FUNCTION QPixmap( ... ) + RETURN HB_QPixmap():new( ... ) + + +CREATE CLASS QPixmap INHERIT HbQtObjectHandler, HB_QPaintDevice FUNCTION HB_QPixmap METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPlainTextDocumentLayout.prg b/harbour/contrib/hbqt/qtgui/g/TQPlainTextDocumentLayout.prg index 68102f56fd..0d6b1bd328 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPlainTextDocumentLayout.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPlainTextDocumentLayout.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPlainTextDocumentLayout INHERIT HbQtObjectHandler, QAbstractTextDocumentLayout +FUNCTION QPlainTextDocumentLayout( ... ) + RETURN HB_QPlainTextDocumentLayout():new( ... ) + + +CREATE CLASS QPlainTextDocumentLayout INHERIT HbQtObjectHandler, HB_QAbstractTextDocumentLayout FUNCTION HB_QPlainTextDocumentLayout METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPlainTextEdit.prg b/harbour/contrib/hbqt/qtgui/g/TQPlainTextEdit.prg index 5b5c4af099..132f7a2414 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPlainTextEdit.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPlainTextEdit.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPlainTextEdit INHERIT HbQtObjectHandler, QAbstractScrollArea +FUNCTION QPlainTextEdit( ... ) + RETURN HB_QPlainTextEdit():new( ... ) + + +CREATE CLASS QPlainTextEdit INHERIT HbQtObjectHandler, HB_QAbstractScrollArea FUNCTION HB_QPlainTextEdit METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPolygon.prg b/harbour/contrib/hbqt/qtgui/g/TQPolygon.prg index bb10807de2..b0f08a87c7 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPolygon.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPolygon.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPolygon INHERIT HbQtObjectHandler +FUNCTION QPolygon( ... ) + RETURN HB_QPolygon():new( ... ) + + +CREATE CLASS QPolygon INHERIT HbQtObjectHandler FUNCTION HB_QPolygon METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPolygonF.prg b/harbour/contrib/hbqt/qtgui/g/TQPolygonF.prg index a6ae5b35f8..77f356c083 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPolygonF.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPolygonF.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPolygonF INHERIT HbQtObjectHandler +FUNCTION QPolygonF( ... ) + RETURN HB_QPolygonF():new( ... ) + + +CREATE CLASS QPolygonF INHERIT HbQtObjectHandler FUNCTION HB_QPolygonF METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPrintDialog.prg b/harbour/contrib/hbqt/qtgui/g/TQPrintDialog.prg index b977b757c7..bf2c7350c9 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPrintDialog.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPrintDialog.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPrintDialog INHERIT HbQtObjectHandler, QAbstractPrintDialog +FUNCTION QPrintDialog( ... ) + RETURN HB_QPrintDialog():new( ... ) + + +CREATE CLASS QPrintDialog INHERIT HbQtObjectHandler, HB_QAbstractPrintDialog FUNCTION HB_QPrintDialog METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPrintEngine.prg b/harbour/contrib/hbqt/qtgui/g/TQPrintEngine.prg index 0bb54a8325..45825ca658 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPrintEngine.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPrintEngine.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPrintEngine INHERIT HbQtObjectHandler +FUNCTION QPrintEngine( ... ) + RETURN HB_QPrintEngine():new( ... ) + + +CREATE CLASS QPrintEngine INHERIT HbQtObjectHandler FUNCTION HB_QPrintEngine METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPrintPreviewDialog.prg b/harbour/contrib/hbqt/qtgui/g/TQPrintPreviewDialog.prg index 90edbe0584..22b64fa7e5 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPrintPreviewDialog.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPrintPreviewDialog.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPrintPreviewDialog INHERIT HbQtObjectHandler, QDialog +FUNCTION QPrintPreviewDialog( ... ) + RETURN HB_QPrintPreviewDialog():new( ... ) + + +CREATE CLASS QPrintPreviewDialog INHERIT HbQtObjectHandler, HB_QDialog FUNCTION HB_QPrintPreviewDialog METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPrinter.prg b/harbour/contrib/hbqt/qtgui/g/TQPrinter.prg index 1ad0150b6e..bde360327d 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPrinter.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPrinter.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPrinter INHERIT HbQtObjectHandler, QPaintDevice +FUNCTION QPrinter( ... ) + RETURN HB_QPrinter():new( ... ) + + +CREATE CLASS QPrinter INHERIT HbQtObjectHandler, HB_QPaintDevice FUNCTION HB_QPrinter METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPrinterInfo.prg b/harbour/contrib/hbqt/qtgui/g/TQPrinterInfo.prg index 4de12f2d5b..44e961ece2 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPrinterInfo.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPrinterInfo.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPrinterInfo INHERIT HbQtObjectHandler +FUNCTION QPrinterInfo( ... ) + RETURN HB_QPrinterInfo():new( ... ) + + +CREATE CLASS QPrinterInfo INHERIT HbQtObjectHandler FUNCTION HB_QPrinterInfo METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQProgressBar.prg b/harbour/contrib/hbqt/qtgui/g/TQProgressBar.prg index e1365b991b..85b9433585 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQProgressBar.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQProgressBar.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QProgressBar INHERIT HbQtObjectHandler, QWidget +FUNCTION QProgressBar( ... ) + RETURN HB_QProgressBar():new( ... ) + + +CREATE CLASS QProgressBar INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QProgressBar METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQProgressDialog.prg b/harbour/contrib/hbqt/qtgui/g/TQProgressDialog.prg index 57c07cea98..e243c3adf9 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQProgressDialog.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQProgressDialog.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QProgressDialog INHERIT HbQtObjectHandler, QDialog +FUNCTION QProgressDialog( ... ) + RETURN HB_QProgressDialog():new( ... ) + + +CREATE CLASS QProgressDialog INHERIT HbQtObjectHandler, HB_QDialog FUNCTION HB_QProgressDialog METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQPushButton.prg b/harbour/contrib/hbqt/qtgui/g/TQPushButton.prg index b7c2b88276..f4d9746fdf 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQPushButton.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQPushButton.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QPushButton INHERIT HbQtObjectHandler, QAbstractButton +FUNCTION QPushButton( ... ) + RETURN HB_QPushButton():new( ... ) + + +CREATE CLASS QPushButton INHERIT HbQtObjectHandler, HB_QAbstractButton FUNCTION HB_QPushButton METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQRadialGradient.prg b/harbour/contrib/hbqt/qtgui/g/TQRadialGradient.prg index 03fdef9b19..210ab6049c 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQRadialGradient.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQRadialGradient.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QRadialGradient INHERIT HbQtObjectHandler, QGradient +FUNCTION QRadialGradient( ... ) + RETURN HB_QRadialGradient():new( ... ) + + +CREATE CLASS QRadialGradient INHERIT HbQtObjectHandler, HB_QGradient FUNCTION HB_QRadialGradient METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQRadioButton.prg b/harbour/contrib/hbqt/qtgui/g/TQRadioButton.prg index 08332a3dc2..18c8338abd 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQRadioButton.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQRadioButton.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QRadioButton INHERIT HbQtObjectHandler, QAbstractButton +FUNCTION QRadioButton( ... ) + RETURN HB_QRadioButton():new( ... ) + + +CREATE CLASS QRadioButton INHERIT HbQtObjectHandler, HB_QAbstractButton FUNCTION HB_QRadioButton METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQRegExpValidator.prg b/harbour/contrib/hbqt/qtgui/g/TQRegExpValidator.prg index 242beee54b..9beaf87ece 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQRegExpValidator.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQRegExpValidator.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QRegExpValidator INHERIT HbQtObjectHandler, QValidator +FUNCTION QRegExpValidator( ... ) + RETURN HB_QRegExpValidator():new( ... ) + + +CREATE CLASS QRegExpValidator INHERIT HbQtObjectHandler, HB_QValidator FUNCTION HB_QRegExpValidator METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQRegion.prg b/harbour/contrib/hbqt/qtgui/g/TQRegion.prg index 154729082b..c7670b9467 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQRegion.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQRegion.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QRegion INHERIT HbQtObjectHandler +FUNCTION QRegion( ... ) + RETURN HB_QRegion():new( ... ) + + +CREATE CLASS QRegion INHERIT HbQtObjectHandler FUNCTION HB_QRegion METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQResizeEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQResizeEvent.prg index e4c32fc53a..62d130f0b9 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQResizeEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQResizeEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QResizeEvent INHERIT HbQtObjectHandler, QEvent +FUNCTION QResizeEvent( ... ) + RETURN HB_QResizeEvent():new( ... ) + + +CREATE CLASS QResizeEvent INHERIT HbQtObjectHandler, HB_QEvent FUNCTION HB_QResizeEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQScrollArea.prg b/harbour/contrib/hbqt/qtgui/g/TQScrollArea.prg index 7833774686..37958a75b4 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQScrollArea.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQScrollArea.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QScrollArea INHERIT HbQtObjectHandler, QAbstractScrollArea +FUNCTION QScrollArea( ... ) + RETURN HB_QScrollArea():new( ... ) + + +CREATE CLASS QScrollArea INHERIT HbQtObjectHandler, HB_QAbstractScrollArea FUNCTION HB_QScrollArea METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQScrollBar.prg b/harbour/contrib/hbqt/qtgui/g/TQScrollBar.prg index 88b32f153c..4d833b03da 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQScrollBar.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQScrollBar.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QScrollBar INHERIT HbQtObjectHandler, QAbstractSlider +FUNCTION QScrollBar( ... ) + RETURN HB_QScrollBar():new( ... ) + + +CREATE CLASS QScrollBar INHERIT HbQtObjectHandler, HB_QAbstractSlider FUNCTION HB_QScrollBar METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQSessionManager.prg b/harbour/contrib/hbqt/qtgui/g/TQSessionManager.prg index dc138c98eb..fd7fb083c5 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQSessionManager.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQSessionManager.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSessionManager INHERIT HbQtObjectHandler, QObject +FUNCTION QSessionManager( ... ) + RETURN HB_QSessionManager():new( ... ) + + +CREATE CLASS QSessionManager INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QSessionManager METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQShowEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQShowEvent.prg index cf85a10212..abb4295aaa 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQShowEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQShowEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QShowEvent INHERIT HbQtObjectHandler, QEvent +FUNCTION QShowEvent( ... ) + RETURN HB_QShowEvent():new( ... ) + + +CREATE CLASS QShowEvent INHERIT HbQtObjectHandler, HB_QEvent FUNCTION HB_QShowEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQSizeGrip.prg b/harbour/contrib/hbqt/qtgui/g/TQSizeGrip.prg index 27a46f9d52..636453e8c6 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQSizeGrip.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQSizeGrip.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSizeGrip INHERIT HbQtObjectHandler, QWidget +FUNCTION QSizeGrip( ... ) + RETURN HB_QSizeGrip():new( ... ) + + +CREATE CLASS QSizeGrip INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QSizeGrip METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQSizePolicy.prg b/harbour/contrib/hbqt/qtgui/g/TQSizePolicy.prg index f2710b95cc..e3981fbd04 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQSizePolicy.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQSizePolicy.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSizePolicy INHERIT HbQtObjectHandler +FUNCTION QSizePolicy( ... ) + RETURN HB_QSizePolicy():new( ... ) + + +CREATE CLASS QSizePolicy INHERIT HbQtObjectHandler FUNCTION HB_QSizePolicy METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQSlider.prg b/harbour/contrib/hbqt/qtgui/g/TQSlider.prg index f6c17f18e4..a445f82edf 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQSlider.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQSlider.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSlider INHERIT HbQtObjectHandler, QAbstractSlider +FUNCTION QSlider( ... ) + RETURN HB_QSlider():new( ... ) + + +CREATE CLASS QSlider INHERIT HbQtObjectHandler, HB_QAbstractSlider FUNCTION HB_QSlider METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQSound.prg b/harbour/contrib/hbqt/qtgui/g/TQSound.prg index d4f802c8be..7222038640 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQSound.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQSound.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSound INHERIT HbQtObjectHandler +FUNCTION QSound( ... ) + RETURN HB_QSound():new( ... ) + + +CREATE CLASS QSound INHERIT HbQtObjectHandler FUNCTION HB_QSound METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQSpacerItem.prg b/harbour/contrib/hbqt/qtgui/g/TQSpacerItem.prg index 67a446d2e6..63331a1cfb 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQSpacerItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQSpacerItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSpacerItem INHERIT HbQtObjectHandler, QLayoutItem +FUNCTION QSpacerItem( ... ) + RETURN HB_QSpacerItem():new( ... ) + + +CREATE CLASS QSpacerItem INHERIT HbQtObjectHandler, HB_QLayoutItem FUNCTION HB_QSpacerItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQSpinBox.prg b/harbour/contrib/hbqt/qtgui/g/TQSpinBox.prg index 5ef4799678..79f0b186c6 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQSpinBox.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQSpinBox.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSpinBox INHERIT HbQtObjectHandler, QAbstractSpinBox +FUNCTION QSpinBox( ... ) + RETURN HB_QSpinBox():new( ... ) + + +CREATE CLASS QSpinBox INHERIT HbQtObjectHandler, HB_QAbstractSpinBox FUNCTION HB_QSpinBox METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQSplashScreen.prg b/harbour/contrib/hbqt/qtgui/g/TQSplashScreen.prg index 5527d1d2c0..440a243f02 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQSplashScreen.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQSplashScreen.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSplashScreen INHERIT HbQtObjectHandler, QWidget +FUNCTION QSplashScreen( ... ) + RETURN HB_QSplashScreen():new( ... ) + + +CREATE CLASS QSplashScreen INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QSplashScreen METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQSplitter.prg b/harbour/contrib/hbqt/qtgui/g/TQSplitter.prg index a3d7cbe6cc..bb48310f2b 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQSplitter.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQSplitter.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSplitter INHERIT HbQtObjectHandler, QFrame +FUNCTION QSplitter( ... ) + RETURN HB_QSplitter():new( ... ) + + +CREATE CLASS QSplitter INHERIT HbQtObjectHandler, HB_QFrame FUNCTION HB_QSplitter METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStackedWidget.prg b/harbour/contrib/hbqt/qtgui/g/TQStackedWidget.prg index 1975ed10b2..de2f995caf 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStackedWidget.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStackedWidget.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStackedWidget INHERIT HbQtObjectHandler, QFrame +FUNCTION QStackedWidget( ... ) + RETURN HB_QStackedWidget():new( ... ) + + +CREATE CLASS QStackedWidget INHERIT HbQtObjectHandler, HB_QFrame FUNCTION HB_QStackedWidget METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStandardItem.prg b/harbour/contrib/hbqt/qtgui/g/TQStandardItem.prg index 188d37eb14..3de1e155f4 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStandardItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStandardItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStandardItem INHERIT HbQtObjectHandler +FUNCTION QStandardItem( ... ) + RETURN HB_QStandardItem():new( ... ) + + +CREATE CLASS QStandardItem INHERIT HbQtObjectHandler FUNCTION HB_QStandardItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStandardItemModel.prg b/harbour/contrib/hbqt/qtgui/g/TQStandardItemModel.prg index 3ef366e7c1..a1716cefce 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStandardItemModel.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStandardItemModel.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStandardItemModel INHERIT HbQtObjectHandler, QAbstractItemModeL +FUNCTION QStandardItemModel( ... ) + RETURN HB_QStandardItemModel():new( ... ) + + +CREATE CLASS QStandardItemModel INHERIT HbQtObjectHandler, HB_QAbstractItemModeL FUNCTION HB_QStandardItemModel METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStatusBar.prg b/harbour/contrib/hbqt/qtgui/g/TQStatusBar.prg index a578628ed7..281554bcc2 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStatusBar.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStatusBar.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStatusBar INHERIT HbQtObjectHandler, QWidget +FUNCTION QStatusBar( ... ) + RETURN HB_QStatusBar():new( ... ) + + +CREATE CLASS QStatusBar INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QStatusBar METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStringListModel.prg b/harbour/contrib/hbqt/qtgui/g/TQStringListModel.prg index 47deaf3864..8e182b4407 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStringListModel.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStringListModel.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStringListModel INHERIT HbQtObjectHandler, QAbstractListModel +FUNCTION QStringListModel( ... ) + RETURN HB_QStringListModel():new( ... ) + + +CREATE CLASS QStringListModel INHERIT HbQtObjectHandler, HB_QAbstractListModel FUNCTION HB_QStringListModel METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyle.prg b/harbour/contrib/hbqt/qtgui/g/TQStyle.prg index b42a7a7845..912f09fd2b 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyle.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyle.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyle INHERIT HbQtObjectHandler, QObject +FUNCTION QStyle( ... ) + RETURN HB_QStyle():new( ... ) + + +CREATE CLASS QStyle INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QStyle METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleFactory.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleFactory.prg index 8fc8d8e742..81dedd4ffb 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleFactory.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleFactory.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleFactory INHERIT HbQtObjectHandler +FUNCTION QStyleFactory( ... ) + RETURN HB_QStyleFactory():new( ... ) + + +CREATE CLASS QStyleFactory INHERIT HbQtObjectHandler FUNCTION HB_QStyleFactory METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleHintReturn.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleHintReturn.prg index f679eb4dcc..385af37a65 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleHintReturn.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleHintReturn.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleHintReturn INHERIT HbQtObjectHandler +FUNCTION QStyleHintReturn( ... ) + RETURN HB_QStyleHintReturn():new( ... ) + + +CREATE CLASS QStyleHintReturn INHERIT HbQtObjectHandler FUNCTION HB_QStyleHintReturn METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleHintReturnMask.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleHintReturnMask.prg index 66fa992a5e..8789e00240 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleHintReturnMask.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleHintReturnMask.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleHintReturnMask INHERIT HbQtObjectHandler, QStyleHintReturn +FUNCTION QStyleHintReturnMask( ... ) + RETURN HB_QStyleHintReturnMask():new( ... ) + + +CREATE CLASS QStyleHintReturnMask INHERIT HbQtObjectHandler, HB_QStyleHintReturn FUNCTION HB_QStyleHintReturnMask METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleHintReturnVariant.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleHintReturnVariant.prg index 3e151dad71..294ea46153 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleHintReturnVariant.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleHintReturnVariant.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleHintReturnVariant INHERIT HbQtObjectHandler, QStyleHintReturn +FUNCTION QStyleHintReturnVariant( ... ) + RETURN HB_QStyleHintReturnVariant():new( ... ) + + +CREATE CLASS QStyleHintReturnVariant INHERIT HbQtObjectHandler, HB_QStyleHintReturn FUNCTION HB_QStyleHintReturnVariant METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOption.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOption.prg index 801b2ef69d..ff16d51a45 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOption.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOption.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOption INHERIT HbQtObjectHandler +FUNCTION QStyleOption( ... ) + RETURN HB_QStyleOption():new( ... ) + + +CREATE CLASS QStyleOption INHERIT HbQtObjectHandler FUNCTION HB_QStyleOption METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionButton.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionButton.prg index 1c064e47c3..7428f9a415 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionButton.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionButton.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionButton INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionButton( ... ) + RETURN HB_QStyleOptionButton():new( ... ) + + +CREATE CLASS QStyleOptionButton INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionButton METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionComboBox.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionComboBox.prg index caa783f38a..bbd86b5de5 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionComboBox.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionComboBox.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionComboBox INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionComboBox( ... ) + RETURN HB_QStyleOptionComboBox():new( ... ) + + +CREATE CLASS QStyleOptionComboBox INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionComboBox METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionComplex.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionComplex.prg index 1ea1f78044..81063b6a3b 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionComplex.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionComplex.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionComplex INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionComplex( ... ) + RETURN HB_QStyleOptionComplex():new( ... ) + + +CREATE CLASS QStyleOptionComplex INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionComplex METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionDockWidget.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionDockWidget.prg index dbf11faa02..414f710c09 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionDockWidget.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionDockWidget.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionDockWidget INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionDockWidget( ... ) + RETURN HB_QStyleOptionDockWidget():new( ... ) + + +CREATE CLASS QStyleOptionDockWidget INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionDockWidget METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionFocusRect.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionFocusRect.prg index 93080e4e4f..eac7c2887a 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionFocusRect.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionFocusRect.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionFocusRect INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionFocusRect( ... ) + RETURN HB_QStyleOptionFocusRect():new( ... ) + + +CREATE CLASS QStyleOptionFocusRect INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionFocusRect METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionFrame.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionFrame.prg index 85014ae9b7..e6eb7d837c 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionFrame.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionFrame.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionFrame INHERIT HbQtObjectHandler, qStyleOption +FUNCTION QStyleOptionFrame( ... ) + RETURN HB_QStyleOptionFrame():new( ... ) + + +CREATE CLASS QStyleOptionFrame INHERIT HbQtObjectHandler, qStyleOption FUNCTION HB_QStyleOptionFrame METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionGraphicsItem.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionGraphicsItem.prg index fb96ac91c0..30c734ad1a 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionGraphicsItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionGraphicsItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionGraphicsItem INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionGraphicsItem( ... ) + RETURN HB_QStyleOptionGraphicsItem():new( ... ) + + +CREATE CLASS QStyleOptionGraphicsItem INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionGraphicsItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionGroupBox.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionGroupBox.prg index cb9ab36a83..5bb3c411c3 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionGroupBox.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionGroupBox.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionGroupBox INHERIT HbQtObjectHandler, QStyleOptionComplex +FUNCTION QStyleOptionGroupBox( ... ) + RETURN HB_QStyleOptionGroupBox():new( ... ) + + +CREATE CLASS QStyleOptionGroupBox INHERIT HbQtObjectHandler, HB_QStyleOptionComplex FUNCTION HB_QStyleOptionGroupBox METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionHeader.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionHeader.prg index 18860635a8..b68843994a 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionHeader.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionHeader.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionHeader INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionHeader( ... ) + RETURN HB_QStyleOptionHeader():new( ... ) + + +CREATE CLASS QStyleOptionHeader INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionHeader METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionMenuItem.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionMenuItem.prg index 6fdefbafc3..7a3fe0562d 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionMenuItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionMenuItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionMenuItem INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionMenuItem( ... ) + RETURN HB_QStyleOptionMenuItem():new( ... ) + + +CREATE CLASS QStyleOptionMenuItem INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionMenuItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionProgressBar.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionProgressBar.prg index bf6c4550b5..1bbd1a0bb6 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionProgressBar.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionProgressBar.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionProgressBar INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionProgressBar( ... ) + RETURN HB_QStyleOptionProgressBar():new( ... ) + + +CREATE CLASS QStyleOptionProgressBar INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionProgressBar METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionSizeGrip.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionSizeGrip.prg index f4de4885a1..bfc3772a7b 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionSizeGrip.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionSizeGrip.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionSizeGrip INHERIT HbQtObjectHandler, QStyleOptionComplex +FUNCTION QStyleOptionSizeGrip( ... ) + RETURN HB_QStyleOptionSizeGrip():new( ... ) + + +CREATE CLASS QStyleOptionSizeGrip INHERIT HbQtObjectHandler, HB_QStyleOptionComplex FUNCTION HB_QStyleOptionSizeGrip METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionSlider.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionSlider.prg index df18f452fc..ad316f6e61 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionSlider.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionSlider.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionSlider INHERIT HbQtObjectHandler, QStyleOptionComplex +FUNCTION QStyleOptionSlider( ... ) + RETURN HB_QStyleOptionSlider():new( ... ) + + +CREATE CLASS QStyleOptionSlider INHERIT HbQtObjectHandler, HB_QStyleOptionComplex FUNCTION HB_QStyleOptionSlider METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionSpinBox.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionSpinBox.prg index 0180028a3b..d73743e202 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionSpinBox.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionSpinBox.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionSpinBox INHERIT HbQtObjectHandler, QStyleOptionComplex +FUNCTION QStyleOptionSpinBox( ... ) + RETURN HB_QStyleOptionSpinBox():new( ... ) + + +CREATE CLASS QStyleOptionSpinBox INHERIT HbQtObjectHandler, HB_QStyleOptionComplex FUNCTION HB_QStyleOptionSpinBox METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTab.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTab.prg index 7eed3f51a2..9b253b3a03 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTab.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTab.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionTab INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionTab( ... ) + RETURN HB_QStyleOptionTab():new( ... ) + + +CREATE CLASS QStyleOptionTab INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionTab METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTabBarBase.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTabBarBase.prg index 0d6081ee26..0b7c94d961 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTabBarBase.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTabBarBase.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionTabBarBase INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionTabBarBase( ... ) + RETURN HB_QStyleOptionTabBarBase():new( ... ) + + +CREATE CLASS QStyleOptionTabBarBase INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionTabBarBase METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTabWidgetFrame.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTabWidgetFrame.prg index af25784e28..529a3c7f73 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTabWidgetFrame.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTabWidgetFrame.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionTabWidgetFrame INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionTabWidgetFrame( ... ) + RETURN HB_QStyleOptionTabWidgetFrame():new( ... ) + + +CREATE CLASS QStyleOptionTabWidgetFrame INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionTabWidgetFrame METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTitleBar.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTitleBar.prg index cc162adf30..9237243969 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTitleBar.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionTitleBar.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionTitleBar INHERIT HbQtObjectHandler, QStyleOptionComplex +FUNCTION QStyleOptionTitleBar( ... ) + RETURN HB_QStyleOptionTitleBar():new( ... ) + + +CREATE CLASS QStyleOptionTitleBar INHERIT HbQtObjectHandler, HB_QStyleOptionComplex FUNCTION HB_QStyleOptionTitleBar METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionToolBar.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionToolBar.prg index 9236275f1e..b2f4738c50 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionToolBar.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionToolBar.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionToolBar INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionToolBar( ... ) + RETURN HB_QStyleOptionToolBar():new( ... ) + + +CREATE CLASS QStyleOptionToolBar INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionToolBar METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionToolBox.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionToolBox.prg index a24e787fee..1fd15e10d1 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionToolBox.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionToolBox.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionToolBox INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionToolBox( ... ) + RETURN HB_QStyleOptionToolBox():new( ... ) + + +CREATE CLASS QStyleOptionToolBox INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionToolBox METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionToolButton.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionToolButton.prg index 889698085b..b064f9c592 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionToolButton.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionToolButton.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionToolButton INHERIT HbQtObjectHandler, QStyleOptionComplex +FUNCTION QStyleOptionToolButton( ... ) + RETURN HB_QStyleOptionToolButton():new( ... ) + + +CREATE CLASS QStyleOptionToolButton INHERIT HbQtObjectHandler, HB_QStyleOptionComplex FUNCTION HB_QStyleOptionToolButton METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionViewItem.prg b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionViewItem.prg index 186e0dd783..10738988e1 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyleOptionViewItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyleOptionViewItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyleOptionViewItem INHERIT HbQtObjectHandler, QStyleOption +FUNCTION QStyleOptionViewItem( ... ) + RETURN HB_QStyleOptionViewItem():new( ... ) + + +CREATE CLASS QStyleOptionViewItem INHERIT HbQtObjectHandler, HB_QStyleOption FUNCTION HB_QStyleOptionViewItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStylePainter.prg b/harbour/contrib/hbqt/qtgui/g/TQStylePainter.prg index 072e256d2b..7d666cf111 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStylePainter.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStylePainter.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStylePainter INHERIT HbQtObjectHandler, QPainter +FUNCTION QStylePainter( ... ) + RETURN HB_QStylePainter():new( ... ) + + +CREATE CLASS QStylePainter INHERIT HbQtObjectHandler, HB_QPainter FUNCTION HB_QStylePainter METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQStyledItemDelegate.prg b/harbour/contrib/hbqt/qtgui/g/TQStyledItemDelegate.prg index 2d889cc78f..5fdcab0f24 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQStyledItemDelegate.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQStyledItemDelegate.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QStyledItemDelegate INHERIT HbQtObjectHandler +FUNCTION QStyledItemDelegate( ... ) + RETURN HB_QStyledItemDelegate():new( ... ) + + +CREATE CLASS QStyledItemDelegate INHERIT HbQtObjectHandler FUNCTION HB_QStyledItemDelegate METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQSyntaxHighlighter.prg b/harbour/contrib/hbqt/qtgui/g/TQSyntaxHighlighter.prg index cec58f4c9e..eb0380ce8c 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQSyntaxHighlighter.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQSyntaxHighlighter.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSyntaxHighlighter INHERIT HbQtObjectHandler, QObject +FUNCTION QSyntaxHighlighter( ... ) + RETURN HB_QSyntaxHighlighter():new( ... ) + + +CREATE CLASS QSyntaxHighlighter INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QSyntaxHighlighter METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQSystemTrayIcon.prg b/harbour/contrib/hbqt/qtgui/g/TQSystemTrayIcon.prg index 93e6e18f81..8dbadd9c2e 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQSystemTrayIcon.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQSystemTrayIcon.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QSystemTrayIcon INHERIT HbQtObjectHandler, QObject +FUNCTION QSystemTrayIcon( ... ) + RETURN HB_QSystemTrayIcon():new( ... ) + + +CREATE CLASS QSystemTrayIcon INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QSystemTrayIcon METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTabBar.prg b/harbour/contrib/hbqt/qtgui/g/TQTabBar.prg index 79d2ff545e..8a93d76492 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTabBar.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTabBar.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTabBar INHERIT HbQtObjectHandler, QWidget +FUNCTION QTabBar( ... ) + RETURN HB_QTabBar():new( ... ) + + +CREATE CLASS QTabBar INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QTabBar METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTabWidget.prg b/harbour/contrib/hbqt/qtgui/g/TQTabWidget.prg index 54da0c88da..545251726a 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTabWidget.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTabWidget.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTabWidget INHERIT HbQtObjectHandler, QWidget +FUNCTION QTabWidget( ... ) + RETURN HB_QTabWidget():new( ... ) + + +CREATE CLASS QTabWidget INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QTabWidget METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTableView.prg b/harbour/contrib/hbqt/qtgui/g/TQTableView.prg index 3b7e05e8c6..323fb42ad5 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTableView.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTableView.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTableView INHERIT HbQtObjectHandler, QAbstractItemView +FUNCTION QTableView( ... ) + RETURN HB_QTableView():new( ... ) + + +CREATE CLASS QTableView INHERIT HbQtObjectHandler, HB_QAbstractItemView FUNCTION HB_QTableView METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTableWidget.prg b/harbour/contrib/hbqt/qtgui/g/TQTableWidget.prg index 80fefd89e2..5d009223d0 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTableWidget.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTableWidget.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTableWidget INHERIT HbQtObjectHandler, QTableView +FUNCTION QTableWidget( ... ) + RETURN HB_QTableWidget():new( ... ) + + +CREATE CLASS QTableWidget INHERIT HbQtObjectHandler, HB_QTableView FUNCTION HB_QTableWidget METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTableWidgetItem.prg b/harbour/contrib/hbqt/qtgui/g/TQTableWidgetItem.prg index cc0ca0d225..1fb5a57ce4 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTableWidgetItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTableWidgetItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTableWidgetItem INHERIT HbQtObjectHandler +FUNCTION QTableWidgetItem( ... ) + RETURN HB_QTableWidgetItem():new( ... ) + + +CREATE CLASS QTableWidgetItem INHERIT HbQtObjectHandler FUNCTION HB_QTableWidgetItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTableWidgetSelectionRange.prg b/harbour/contrib/hbqt/qtgui/g/TQTableWidgetSelectionRange.prg index 18d1c80951..2b1387cdc0 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTableWidgetSelectionRange.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTableWidgetSelectionRange.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTableWidgetSelectionRange INHERIT HbQtObjectHandler +FUNCTION QTableWidgetSelectionRange( ... ) + RETURN HB_QTableWidgetSelectionRange():new( ... ) + + +CREATE CLASS QTableWidgetSelectionRange INHERIT HbQtObjectHandler FUNCTION HB_QTableWidgetSelectionRange METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextBlock.prg b/harbour/contrib/hbqt/qtgui/g/TQTextBlock.prg index 89dd14930d..a664bb0469 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextBlock.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextBlock.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextBlock INHERIT HbQtObjectHandler +FUNCTION QTextBlock( ... ) + RETURN HB_QTextBlock():new( ... ) + + +CREATE CLASS QTextBlock INHERIT HbQtObjectHandler FUNCTION HB_QTextBlock METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextBlockFormat.prg b/harbour/contrib/hbqt/qtgui/g/TQTextBlockFormat.prg index 1508bf70eb..494312d0ad 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextBlockFormat.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextBlockFormat.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextBlockFormat INHERIT HbQtObjectHandler, QTextFormat +FUNCTION QTextBlockFormat( ... ) + RETURN HB_QTextBlockFormat():new( ... ) + + +CREATE CLASS QTextBlockFormat INHERIT HbQtObjectHandler, HB_QTextFormat FUNCTION HB_QTextBlockFormat METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextBlockGroup.prg b/harbour/contrib/hbqt/qtgui/g/TQTextBlockGroup.prg index 7a8a0cd9f8..ec6057d346 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextBlockGroup.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextBlockGroup.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextBlockGroup INHERIT HbQtObjectHandler, QTextObject +FUNCTION QTextBlockGroup( ... ) + RETURN HB_QTextBlockGroup():new( ... ) + + +CREATE CLASS QTextBlockGroup INHERIT HbQtObjectHandler, HB_QTextObject FUNCTION HB_QTextBlockGroup METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextBrowser.prg b/harbour/contrib/hbqt/qtgui/g/TQTextBrowser.prg index 6481932c87..7789b99c0b 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextBrowser.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextBrowser.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextBrowser INHERIT HbQtObjectHandler, QTextEdit +FUNCTION QTextBrowser( ... ) + RETURN HB_QTextBrowser():new( ... ) + + +CREATE CLASS QTextBrowser INHERIT HbQtObjectHandler, HB_QTextEdit FUNCTION HB_QTextBrowser METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextCharFormat.prg b/harbour/contrib/hbqt/qtgui/g/TQTextCharFormat.prg index 4166c519e3..dc20caacc2 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextCharFormat.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextCharFormat.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextCharFormat INHERIT HbQtObjectHandler, QTextFormat +FUNCTION QTextCharFormat( ... ) + RETURN HB_QTextCharFormat():new( ... ) + + +CREATE CLASS QTextCharFormat INHERIT HbQtObjectHandler, HB_QTextFormat FUNCTION HB_QTextCharFormat METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextCursor.prg b/harbour/contrib/hbqt/qtgui/g/TQTextCursor.prg index c79f56c515..b0f5f6c756 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextCursor.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextCursor.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextCursor INHERIT HbQtObjectHandler +FUNCTION QTextCursor( ... ) + RETURN HB_QTextCursor():new( ... ) + + +CREATE CLASS QTextCursor INHERIT HbQtObjectHandler FUNCTION HB_QTextCursor METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextDocument.prg b/harbour/contrib/hbqt/qtgui/g/TQTextDocument.prg index 05547e1162..01165a69ec 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextDocument.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextDocument.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextDocument INHERIT HbQtObjectHandler, QObject +FUNCTION QTextDocument( ... ) + RETURN HB_QTextDocument():new( ... ) + + +CREATE CLASS QTextDocument INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QTextDocument METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextDocumentFragment.prg b/harbour/contrib/hbqt/qtgui/g/TQTextDocumentFragment.prg index 5dedc53a15..91321932e8 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextDocumentFragment.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextDocumentFragment.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextDocumentFragment INHERIT HbQtObjectHandler +FUNCTION QTextDocumentFragment( ... ) + RETURN HB_QTextDocumentFragment():new( ... ) + + +CREATE CLASS QTextDocumentFragment INHERIT HbQtObjectHandler FUNCTION HB_QTextDocumentFragment METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextDocumentWriter.prg b/harbour/contrib/hbqt/qtgui/g/TQTextDocumentWriter.prg index feb80173de..52e99ccdbe 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextDocumentWriter.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextDocumentWriter.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextDocumentWriter INHERIT HbQtObjectHandler +FUNCTION QTextDocumentWriter( ... ) + RETURN HB_QTextDocumentWriter():new( ... ) + + +CREATE CLASS QTextDocumentWriter INHERIT HbQtObjectHandler FUNCTION HB_QTextDocumentWriter METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextEdit.prg b/harbour/contrib/hbqt/qtgui/g/TQTextEdit.prg index b638d85891..a7cd38396e 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextEdit.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextEdit.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextEdit INHERIT HbQtObjectHandler, QAbstractScrollArea +FUNCTION QTextEdit( ... ) + RETURN HB_QTextEdit():new( ... ) + + +CREATE CLASS QTextEdit INHERIT HbQtObjectHandler, HB_QAbstractScrollArea FUNCTION HB_QTextEdit METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextFormat.prg b/harbour/contrib/hbqt/qtgui/g/TQTextFormat.prg index 90c1e79f4f..84eefc04cd 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextFormat.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextFormat.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextFormat INHERIT HbQtObjectHandler +FUNCTION QTextFormat( ... ) + RETURN HB_QTextFormat():new( ... ) + + +CREATE CLASS QTextFormat INHERIT HbQtObjectHandler FUNCTION HB_QTextFormat METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextFragment.prg b/harbour/contrib/hbqt/qtgui/g/TQTextFragment.prg index aebb7dd2e3..c8a46cd026 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextFragment.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextFragment.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextFragment INHERIT HbQtObjectHandler +FUNCTION QTextFragment( ... ) + RETURN HB_QTextFragment():new( ... ) + + +CREATE CLASS QTextFragment INHERIT HbQtObjectHandler FUNCTION HB_QTextFragment METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextFrame.prg b/harbour/contrib/hbqt/qtgui/g/TQTextFrame.prg index 4ad1809afe..fcd30ccdb6 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextFrame.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextFrame.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextFrame INHERIT HbQtObjectHandler, QTextObject +FUNCTION QTextFrame( ... ) + RETURN HB_QTextFrame():new( ... ) + + +CREATE CLASS QTextFrame INHERIT HbQtObjectHandler, HB_QTextObject FUNCTION HB_QTextFrame METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextFrameFormat.prg b/harbour/contrib/hbqt/qtgui/g/TQTextFrameFormat.prg index 4d081c00e0..2f5fe5d343 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextFrameFormat.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextFrameFormat.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextFrameFormat INHERIT HbQtObjectHandler, QTextFormat +FUNCTION QTextFrameFormat( ... ) + RETURN HB_QTextFrameFormat():new( ... ) + + +CREATE CLASS QTextFrameFormat INHERIT HbQtObjectHandler, HB_QTextFormat FUNCTION HB_QTextFrameFormat METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextImageFormat.prg b/harbour/contrib/hbqt/qtgui/g/TQTextImageFormat.prg index 9408bbc372..cc163e1f6d 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextImageFormat.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextImageFormat.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextImageFormat INHERIT HbQtObjectHandler, QTextCharFormat +FUNCTION QTextImageFormat( ... ) + RETURN HB_QTextImageFormat():new( ... ) + + +CREATE CLASS QTextImageFormat INHERIT HbQtObjectHandler, HB_QTextCharFormat FUNCTION HB_QTextImageFormat METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextInlineObject.prg b/harbour/contrib/hbqt/qtgui/g/TQTextInlineObject.prg index 938c4b2940..e20edd683f 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextInlineObject.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextInlineObject.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextInlineObject INHERIT HbQtObjectHandler +FUNCTION QTextInlineObject( ... ) + RETURN HB_QTextInlineObject():new( ... ) + + +CREATE CLASS QTextInlineObject INHERIT HbQtObjectHandler FUNCTION HB_QTextInlineObject METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextItem.prg b/harbour/contrib/hbqt/qtgui/g/TQTextItem.prg index b4ed17138b..1c95df42da 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextItem INHERIT HbQtObjectHandler +FUNCTION QTextItem( ... ) + RETURN HB_QTextItem():new( ... ) + + +CREATE CLASS QTextItem INHERIT HbQtObjectHandler FUNCTION HB_QTextItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextLayout.prg b/harbour/contrib/hbqt/qtgui/g/TQTextLayout.prg index 474ed09d96..f6db1c9094 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextLayout.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextLayout.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextLayout INHERIT HbQtObjectHandler +FUNCTION QTextLayout( ... ) + RETURN HB_QTextLayout():new( ... ) + + +CREATE CLASS QTextLayout INHERIT HbQtObjectHandler FUNCTION HB_QTextLayout METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextLength.prg b/harbour/contrib/hbqt/qtgui/g/TQTextLength.prg index 2644e90a7e..a2ac711b5f 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextLength.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextLength.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextLength INHERIT HbQtObjectHandler +FUNCTION QTextLength( ... ) + RETURN HB_QTextLength():new( ... ) + + +CREATE CLASS QTextLength INHERIT HbQtObjectHandler FUNCTION HB_QTextLength METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextLine.prg b/harbour/contrib/hbqt/qtgui/g/TQTextLine.prg index c2f49e861a..719e6831f8 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextLine.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextLine.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextLine INHERIT HbQtObjectHandler +FUNCTION QTextLine( ... ) + RETURN HB_QTextLine():new( ... ) + + +CREATE CLASS QTextLine INHERIT HbQtObjectHandler FUNCTION HB_QTextLine METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextList.prg b/harbour/contrib/hbqt/qtgui/g/TQTextList.prg index 0292455e1c..bad4a61d8e 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextList.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextList.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextList INHERIT HbQtObjectHandler, QTextBlockGroup +FUNCTION QTextList( ... ) + RETURN HB_QTextList():new( ... ) + + +CREATE CLASS QTextList INHERIT HbQtObjectHandler, HB_QTextBlockGroup FUNCTION HB_QTextList METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextListFormat.prg b/harbour/contrib/hbqt/qtgui/g/TQTextListFormat.prg index 310c85a031..ff896c5169 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextListFormat.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextListFormat.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextListFormat INHERIT HbQtObjectHandler, QTextFormat +FUNCTION QTextListFormat( ... ) + RETURN HB_QTextListFormat():new( ... ) + + +CREATE CLASS QTextListFormat INHERIT HbQtObjectHandler, HB_QTextFormat FUNCTION HB_QTextListFormat METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextObject.prg b/harbour/contrib/hbqt/qtgui/g/TQTextObject.prg index b8d5c9e5f8..3328e4e78b 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextObject.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextObject.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextObject INHERIT HbQtObjectHandler, QObject +FUNCTION QTextObject( ... ) + RETURN HB_QTextObject():new( ... ) + + +CREATE CLASS QTextObject INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QTextObject METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextOption.prg b/harbour/contrib/hbqt/qtgui/g/TQTextOption.prg index f079501c38..86cf1bbff2 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextOption.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextOption.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextOption INHERIT HbQtObjectHandler +FUNCTION QTextOption( ... ) + RETURN HB_QTextOption():new( ... ) + + +CREATE CLASS QTextOption INHERIT HbQtObjectHandler FUNCTION HB_QTextOption METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTextTableFormat.prg b/harbour/contrib/hbqt/qtgui/g/TQTextTableFormat.prg index 4ff6e54580..95f0d4dcc2 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTextTableFormat.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTextTableFormat.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTextTableFormat INHERIT HbQtObjectHandler, QTextFrameFormat +FUNCTION QTextTableFormat( ... ) + RETURN HB_QTextTableFormat():new( ... ) + + +CREATE CLASS QTextTableFormat INHERIT HbQtObjectHandler, HB_QTextFrameFormat FUNCTION HB_QTextTableFormat METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTimeEdit.prg b/harbour/contrib/hbqt/qtgui/g/TQTimeEdit.prg index 702fe074b8..7a63a541ee 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTimeEdit.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTimeEdit.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTimeEdit INHERIT HbQtObjectHandler, QDateTimeEdit +FUNCTION QTimeEdit( ... ) + RETURN HB_QTimeEdit():new( ... ) + + +CREATE CLASS QTimeEdit INHERIT HbQtObjectHandler, HB_QDateTimeEdit FUNCTION HB_QTimeEdit METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQToolBar.prg b/harbour/contrib/hbqt/qtgui/g/TQToolBar.prg index ec9ba1912e..25a0b476fc 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQToolBar.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQToolBar.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QToolBar INHERIT HbQtObjectHandler, QWidget +FUNCTION QToolBar( ... ) + RETURN HB_QToolBar():new( ... ) + + +CREATE CLASS QToolBar INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QToolBar METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQToolBox.prg b/harbour/contrib/hbqt/qtgui/g/TQToolBox.prg index ee455caece..47be9133ca 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQToolBox.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQToolBox.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QToolBox INHERIT HbQtObjectHandler, QFrame +FUNCTION QToolBox( ... ) + RETURN HB_QToolBox():new( ... ) + + +CREATE CLASS QToolBox INHERIT HbQtObjectHandler, HB_QFrame FUNCTION HB_QToolBox METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQToolButton.prg b/harbour/contrib/hbqt/qtgui/g/TQToolButton.prg index 4a8cc1fcd6..fc84bfddab 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQToolButton.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQToolButton.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QToolButton INHERIT HbQtObjectHandler, QAbstractButton +FUNCTION QToolButton( ... ) + RETURN HB_QToolButton():new( ... ) + + +CREATE CLASS QToolButton INHERIT HbQtObjectHandler, HB_QAbstractButton FUNCTION HB_QToolButton METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTransform.prg b/harbour/contrib/hbqt/qtgui/g/TQTransform.prg index 1014288e2f..cdff5d1164 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTransform.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTransform.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTransform INHERIT HbQtObjectHandler +FUNCTION QTransform( ... ) + RETURN HB_QTransform():new( ... ) + + +CREATE CLASS QTransform INHERIT HbQtObjectHandler FUNCTION HB_QTransform METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTreeView.prg b/harbour/contrib/hbqt/qtgui/g/TQTreeView.prg index 84973cdf63..978b64b75a 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTreeView.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTreeView.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTreeView INHERIT HbQtObjectHandler, QAbstractItemView +FUNCTION QTreeView( ... ) + RETURN HB_QTreeView():new( ... ) + + +CREATE CLASS QTreeView INHERIT HbQtObjectHandler, HB_QAbstractItemView FUNCTION HB_QTreeView METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTreeWidget.prg b/harbour/contrib/hbqt/qtgui/g/TQTreeWidget.prg index 68cda06ce0..cc31a88d5a 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTreeWidget.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTreeWidget.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTreeWidget INHERIT HbQtObjectHandler, QTreeView +FUNCTION QTreeWidget( ... ) + RETURN HB_QTreeWidget():new( ... ) + + +CREATE CLASS QTreeWidget INHERIT HbQtObjectHandler, HB_QTreeView FUNCTION HB_QTreeWidget METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQTreeWidgetItem.prg b/harbour/contrib/hbqt/qtgui/g/TQTreeWidgetItem.prg index 8df559c732..c332dfbfdf 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQTreeWidgetItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQTreeWidgetItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QTreeWidgetItem INHERIT HbQtObjectHandler +FUNCTION QTreeWidgetItem( ... ) + RETURN HB_QTreeWidgetItem():new( ... ) + + +CREATE CLASS QTreeWidgetItem INHERIT HbQtObjectHandler FUNCTION HB_QTreeWidgetItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQUiLoader.prg b/harbour/contrib/hbqt/qtgui/g/TQUiLoader.prg index d99964d5d8..9a182cd80a 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQUiLoader.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQUiLoader.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QUiLoader INHERIT HbQtObjectHandler, QObject +FUNCTION QUiLoader( ... ) + RETURN HB_QUiLoader():new( ... ) + + +CREATE CLASS QUiLoader INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QUiLoader METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQVBoxLayout.prg b/harbour/contrib/hbqt/qtgui/g/TQVBoxLayout.prg index 1ca0250036..46b5b7b09e 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQVBoxLayout.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQVBoxLayout.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QVBoxLayout INHERIT HbQtObjectHandler, QBoxLayout +FUNCTION QVBoxLayout( ... ) + RETURN HB_QVBoxLayout():new( ... ) + + +CREATE CLASS QVBoxLayout INHERIT HbQtObjectHandler, HB_QBoxLayout FUNCTION HB_QVBoxLayout METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQValidator.prg b/harbour/contrib/hbqt/qtgui/g/TQValidator.prg index e86f6ea518..1bed72d539 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQValidator.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQValidator.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QValidator INHERIT HbQtObjectHandler, QObject +FUNCTION QValidator( ... ) + RETURN HB_QValidator():new( ... ) + + +CREATE CLASS QValidator INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QValidator METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQWheelEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQWheelEvent.prg index 6907a024aa..ac058ec630 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQWheelEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQWheelEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWheelEvent INHERIT HbQtObjectHandler, QInputEvent +FUNCTION QWheelEvent( ... ) + RETURN HB_QWheelEvent():new( ... ) + + +CREATE CLASS QWheelEvent INHERIT HbQtObjectHandler, HB_QInputEvent FUNCTION HB_QWheelEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQWidget.prg b/harbour/contrib/hbqt/qtgui/g/TQWidget.prg index 15da86979a..0d13b179e9 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQWidget.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQWidget.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWidget INHERIT HbQtObjectHandler, QObject, QPaintDevice +FUNCTION QWidget( ... ) + RETURN HB_QWidget():new( ... ) + + +CREATE CLASS QWidget INHERIT HbQtObjectHandler, HB_QObject, HB_QPaintDevice FUNCTION HB_QWidget METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQWidgetAction.prg b/harbour/contrib/hbqt/qtgui/g/TQWidgetAction.prg index 14540d6916..bcf8bbaa5e 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQWidgetAction.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQWidgetAction.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWidgetAction INHERIT HbQtObjectHandler, QAction +FUNCTION QWidgetAction( ... ) + RETURN HB_QWidgetAction():new( ... ) + + +CREATE CLASS QWidgetAction INHERIT HbQtObjectHandler, HB_QAction FUNCTION HB_QWidgetAction METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQWidgetItem.prg b/harbour/contrib/hbqt/qtgui/g/TQWidgetItem.prg index 67abea8d40..fb35430711 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQWidgetItem.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQWidgetItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWidgetItem INHERIT HbQtObjectHandler, QLayoutItem +FUNCTION QWidgetItem( ... ) + RETURN HB_QWidgetItem():new( ... ) + + +CREATE CLASS QWidgetItem INHERIT HbQtObjectHandler, HB_QLayoutItem FUNCTION HB_QWidgetItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQWindowStateChangeEvent.prg b/harbour/contrib/hbqt/qtgui/g/TQWindowStateChangeEvent.prg index 2edec8c2a8..f443b71a77 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQWindowStateChangeEvent.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQWindowStateChangeEvent.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWindowStateChangeEvent INHERIT HbQtObjectHandler, QEvent +FUNCTION QWindowStateChangeEvent( ... ) + RETURN HB_QWindowStateChangeEvent():new( ... ) + + +CREATE CLASS QWindowStateChangeEvent INHERIT HbQtObjectHandler, HB_QEvent FUNCTION HB_QWindowStateChangeEvent METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQWindowsStyle.prg b/harbour/contrib/hbqt/qtgui/g/TQWindowsStyle.prg index bf190ffb9e..4e848f4485 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQWindowsStyle.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQWindowsStyle.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWindowsStyle INHERIT HbQtObjectHandler, QCommonStyle +FUNCTION QWindowsStyle( ... ) + RETURN HB_QWindowsStyle():new( ... ) + + +CREATE CLASS QWindowsStyle INHERIT HbQtObjectHandler, HB_QCommonStyle FUNCTION HB_QWindowsStyle METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQWizard.prg b/harbour/contrib/hbqt/qtgui/g/TQWizard.prg index b491a9bc73..6e1625a52d 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQWizard.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQWizard.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWizard INHERIT HbQtObjectHandler, QDialog +FUNCTION QWizard( ... ) + RETURN HB_QWizard():new( ... ) + + +CREATE CLASS QWizard INHERIT HbQtObjectHandler, HB_QDialog FUNCTION HB_QWizard METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtgui/g/TQWizardPage.prg b/harbour/contrib/hbqt/qtgui/g/TQWizardPage.prg index 4d8797e939..5aed30746e 100644 --- a/harbour/contrib/hbqt/qtgui/g/TQWizardPage.prg +++ b/harbour/contrib/hbqt/qtgui/g/TQWizardPage.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWizardPage INHERIT HbQtObjectHandler, QWidget +FUNCTION QWizardPage( ... ) + RETURN HB_QWizardPage():new( ... ) + + +CREATE CLASS QWizardPage INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QWizardPage METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtnetwork/g/TQFtp.prg b/harbour/contrib/hbqt/qtnetwork/g/TQFtp.prg index cd960214c3..3980680f4c 100644 --- a/harbour/contrib/hbqt/qtnetwork/g/TQFtp.prg +++ b/harbour/contrib/hbqt/qtnetwork/g/TQFtp.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QFtp INHERIT HbQtObjectHandler, QObject +FUNCTION QFtp( ... ) + RETURN HB_QFtp():new( ... ) + + +CREATE CLASS QFtp INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QFtp METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtnetwork/g/TQHttp.prg b/harbour/contrib/hbqt/qtnetwork/g/TQHttp.prg index 2194bc8a70..bb585d4e5f 100644 --- a/harbour/contrib/hbqt/qtnetwork/g/TQHttp.prg +++ b/harbour/contrib/hbqt/qtnetwork/g/TQHttp.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QHttp INHERIT HbQtObjectHandler, QObject +FUNCTION QHttp( ... ) + RETURN HB_QHttp():new( ... ) + + +CREATE CLASS QHttp INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QHttp METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtnetwork/g/TQHttpHeader.prg b/harbour/contrib/hbqt/qtnetwork/g/TQHttpHeader.prg index af5316f239..c83a350ce5 100644 --- a/harbour/contrib/hbqt/qtnetwork/g/TQHttpHeader.prg +++ b/harbour/contrib/hbqt/qtnetwork/g/TQHttpHeader.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QHttpHeader INHERIT HbQtObjectHandler +FUNCTION QHttpHeader( ... ) + RETURN HB_QHttpHeader():new( ... ) + + +CREATE CLASS QHttpHeader INHERIT HbQtObjectHandler FUNCTION HB_QHttpHeader METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtnetwork/g/TQHttpRequestHeader.prg b/harbour/contrib/hbqt/qtnetwork/g/TQHttpRequestHeader.prg index 533c28910b..8b474c4b8d 100644 --- a/harbour/contrib/hbqt/qtnetwork/g/TQHttpRequestHeader.prg +++ b/harbour/contrib/hbqt/qtnetwork/g/TQHttpRequestHeader.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QHttpRequestHeader INHERIT HbQtObjectHandler, QHttpHeader +FUNCTION QHttpRequestHeader( ... ) + RETURN HB_QHttpRequestHeader():new( ... ) + + +CREATE CLASS QHttpRequestHeader INHERIT HbQtObjectHandler, HB_QHttpHeader FUNCTION HB_QHttpRequestHeader METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtnetwork/g/TQHttpResponseHeader.prg b/harbour/contrib/hbqt/qtnetwork/g/TQHttpResponseHeader.prg index 9431806767..5abbc9f73e 100644 --- a/harbour/contrib/hbqt/qtnetwork/g/TQHttpResponseHeader.prg +++ b/harbour/contrib/hbqt/qtnetwork/g/TQHttpResponseHeader.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QHttpResponseHeader INHERIT HbQtObjectHandler, QHttpHeader +FUNCTION QHttpResponseHeader( ... ) + RETURN HB_QHttpResponseHeader():new( ... ) + + +CREATE CLASS QHttpResponseHeader INHERIT HbQtObjectHandler, HB_QHttpHeader FUNCTION HB_QHttpResponseHeader METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtnetwork/g/TQNetworkRequest.prg b/harbour/contrib/hbqt/qtnetwork/g/TQNetworkRequest.prg index 1a10f7eab1..98560d3321 100644 --- a/harbour/contrib/hbqt/qtnetwork/g/TQNetworkRequest.prg +++ b/harbour/contrib/hbqt/qtnetwork/g/TQNetworkRequest.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QNetworkRequest INHERIT HbQtObjectHandler +FUNCTION QNetworkRequest( ... ) + RETURN HB_QNetworkRequest():new( ... ) + + +CREATE CLASS QNetworkRequest INHERIT HbQtObjectHandler FUNCTION HB_QNetworkRequest METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtwebkit/g/TQWebFrame.prg b/harbour/contrib/hbqt/qtwebkit/g/TQWebFrame.prg index 6725b73d3c..89e28c1713 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/TQWebFrame.prg +++ b/harbour/contrib/hbqt/qtwebkit/g/TQWebFrame.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWebFrame INHERIT HbQtObjectHandler, QObject +FUNCTION QWebFrame( ... ) + RETURN HB_QWebFrame():new( ... ) + + +CREATE CLASS QWebFrame INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QWebFrame METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtwebkit/g/TQWebHistory.prg b/harbour/contrib/hbqt/qtwebkit/g/TQWebHistory.prg index 13c0fceaa9..3aa6ffa041 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/TQWebHistory.prg +++ b/harbour/contrib/hbqt/qtwebkit/g/TQWebHistory.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWebHistory INHERIT HbQtObjectHandler +FUNCTION QWebHistory( ... ) + RETURN HB_QWebHistory():new( ... ) + + +CREATE CLASS QWebHistory INHERIT HbQtObjectHandler FUNCTION HB_QWebHistory METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtwebkit/g/TQWebHistoryInterface.prg b/harbour/contrib/hbqt/qtwebkit/g/TQWebHistoryInterface.prg index 19271020e6..7a81c272be 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/TQWebHistoryInterface.prg +++ b/harbour/contrib/hbqt/qtwebkit/g/TQWebHistoryInterface.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWebHistoryInterface INHERIT HbQtObjectHandler, QObject +FUNCTION QWebHistoryInterface( ... ) + RETURN HB_QWebHistoryInterface():new( ... ) + + +CREATE CLASS QWebHistoryInterface INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QWebHistoryInterface METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtwebkit/g/TQWebHistoryItem.prg b/harbour/contrib/hbqt/qtwebkit/g/TQWebHistoryItem.prg index 45be6d6e8b..557de5c428 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/TQWebHistoryItem.prg +++ b/harbour/contrib/hbqt/qtwebkit/g/TQWebHistoryItem.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWebHistoryItem INHERIT HbQtObjectHandler +FUNCTION QWebHistoryItem( ... ) + RETURN HB_QWebHistoryItem():new( ... ) + + +CREATE CLASS QWebHistoryItem INHERIT HbQtObjectHandler FUNCTION HB_QWebHistoryItem METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtwebkit/g/TQWebHitTestResult.prg b/harbour/contrib/hbqt/qtwebkit/g/TQWebHitTestResult.prg index c1473a398e..4a9295c1f4 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/TQWebHitTestResult.prg +++ b/harbour/contrib/hbqt/qtwebkit/g/TQWebHitTestResult.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWebHitTestResult INHERIT HbQtObjectHandler +FUNCTION QWebHitTestResult( ... ) + RETURN HB_QWebHitTestResult():new( ... ) + + +CREATE CLASS QWebHitTestResult INHERIT HbQtObjectHandler FUNCTION HB_QWebHitTestResult METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtwebkit/g/TQWebPage.prg b/harbour/contrib/hbqt/qtwebkit/g/TQWebPage.prg index f27838df9f..81223f7834 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/TQWebPage.prg +++ b/harbour/contrib/hbqt/qtwebkit/g/TQWebPage.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWebPage INHERIT HbQtObjectHandler, QObject +FUNCTION QWebPage( ... ) + RETURN HB_QWebPage():new( ... ) + + +CREATE CLASS QWebPage INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QWebPage METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtwebkit/g/TQWebPluginFactory.prg b/harbour/contrib/hbqt/qtwebkit/g/TQWebPluginFactory.prg index 3374d08a14..a8494fcbf1 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/TQWebPluginFactory.prg +++ b/harbour/contrib/hbqt/qtwebkit/g/TQWebPluginFactory.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWebPluginFactory INHERIT HbQtObjectHandler, QObject +FUNCTION QWebPluginFactory( ... ) + RETURN HB_QWebPluginFactory():new( ... ) + + +CREATE CLASS QWebPluginFactory INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QWebPluginFactory METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtwebkit/g/TQWebSecurityOrigin.prg b/harbour/contrib/hbqt/qtwebkit/g/TQWebSecurityOrigin.prg index 1264e98a62..8406a7c1ac 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/TQWebSecurityOrigin.prg +++ b/harbour/contrib/hbqt/qtwebkit/g/TQWebSecurityOrigin.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWebSecurityOrigin INHERIT HbQtObjectHandler +FUNCTION QWebSecurityOrigin( ... ) + RETURN HB_QWebSecurityOrigin():new( ... ) + + +CREATE CLASS QWebSecurityOrigin INHERIT HbQtObjectHandler FUNCTION HB_QWebSecurityOrigin METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtwebkit/g/TQWebSettings.prg b/harbour/contrib/hbqt/qtwebkit/g/TQWebSettings.prg index 27930fda17..589e185f7d 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/TQWebSettings.prg +++ b/harbour/contrib/hbqt/qtwebkit/g/TQWebSettings.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWebSettings INHERIT HbQtObjectHandler +FUNCTION QWebSettings( ... ) + RETURN HB_QWebSettings():new( ... ) + + +CREATE CLASS QWebSettings INHERIT HbQtObjectHandler FUNCTION HB_QWebSettings METHOD new( ... ) diff --git a/harbour/contrib/hbqt/qtwebkit/g/TQWebView.prg b/harbour/contrib/hbqt/qtwebkit/g/TQWebView.prg index cc9d288763..dc89e523ac 100644 --- a/harbour/contrib/hbqt/qtwebkit/g/TQWebView.prg +++ b/harbour/contrib/hbqt/qtwebkit/g/TQWebView.prg @@ -63,7 +63,11 @@ #include "hbclass.ch" -CREATE CLASS QWebView INHERIT HbQtObjectHandler, QWidget +FUNCTION QWebView( ... ) + RETURN HB_QWebView():new( ... ) + + +CREATE CLASS QWebView INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_QWebView METHOD new( ... ) diff --git a/harbour/contrib/hbqt/tests/demoqt.prg b/harbour/contrib/hbqt/tests/demoqt.prg index 0fe99cf700..af6b335884 100644 --- a/harbour/contrib/hbqt/tests/demoqt.prg +++ b/harbour/contrib/hbqt/tests/demoqt.prg @@ -98,7 +98,7 @@ INIT PROCEDURE Qt_Start() hbqt_errorsys() - s_qApp := QApplication():new() + s_qApp := QApplication() RETURN EXIT PROCEDURE Qt_End() @@ -117,28 +117,26 @@ PROCEDURE Main() Local oLabel, oBtn, oDA, oWnd, oProg, oSBar LOCAL aMenu, aTool, aGrid, aTabs, aList - oWnd := QMainWindow():new() + oWnd := QMainWindow() oWnd:show() oWnd:setMouseTracking( .t. ) oWnd:setWindowTitle( "Harbour-Qt Implementation Test Dialog" ) oWnd:setWindowIcon( "test" ) - oWnd:resize( 900, 500 ) - oDA := QWidget():new( oWnd ) + oDA := QWidget( oWnd ) oWnd:setCentralWidget( oDA ) aMenu := Build_MenuBar( oWnd ) aTool := Build_ToolBar( oWnd ) - oSBar := QStatusBar():new( oWnd ) + oSBar := QStatusBar( oWnd ) oWnd:setStatusBar( oSBar ) oSBar:showMessage( "Harbour-QT Statusbar Ready!" ) oLabel := Build_Label( oDA, { 30,190 }, { 300, 30 } ) oBtn := Build_PushButton( oDA, { 30,240 }, { 100,50 } ) - aGrid := Build_Grid( oDA, { 30, 30 }, { 450,150 } ) aTabs := Build_Tabs( oDA, { 510, 5 }, { 360, 400 } ) @@ -179,14 +177,14 @@ PROCEDURE ExecOneMore() LOCAL aMenu, aTool, aGrid, aTabs, aList, oEventLoop LOCAL lExit := .f. - oWnd := QMainWindow():new() + oWnd := QMainWindow() oWnd:setMouseTracking( .t. ) oWnd:setWindowTitle( "Harbour-Qt Implementation Test Dialog" ) oWnd:setWindowIcon( "test" ) oWnd:resize( 900, 500 ) - oDA := QWidget():new( oWnd ) + oDA := QWidget( oWnd ) oWnd:setCentralWidget( oDA ) oWnd:show() @@ -200,11 +198,11 @@ PROCEDURE ExecOneMore() oProg := Build_ProgressBar( oDA, { 30,300 }, { 200,30 } ) aList := Build_ListBox( oDA, { 310,240 }, { 150, 100 } ) - oSBar := QStatusBar():new( oWnd ) + oSBar := QStatusBar( oWnd ) oWnd:setStatusBar( oSBar ) oSBar:showMessage( "Harbour-QT Statusbar Ready!" ) - oEventLoop := QEventLoop():new( oWnd ) + oEventLoop := QEventLoop( oWnd ) DO WHILE .t. oEventLoop:processEvents() @@ -228,13 +226,13 @@ STATIC FUNCTION Build_MenuBar( oWnd ) LOCAL oActNew, oActOpen, oActSave, oActExit LOCAL oActColors, oActFonts, oActPgSetup, oActPreview, oActWiz, oActWeb, oActOther - oMenuBar := QMenuBar():new() + oMenuBar := QMenuBar() oMenuBar:resize( oWnd:width(), 25 ) - oMenu1 := QMenu():new() + oMenu1 := QMenu() oMenu1:setTitle( "&File" ) - oActNew := QAction():new( oMenu1 ) + oActNew := QAction( oMenu1 ) oActNew:setText( "&New" ) oActNew:setIcon( "new.png" ) oActNew:connect( "triggered(bool)", {|w,l| FileDialog( "New" , w, l ) } ) @@ -255,7 +253,7 @@ STATIC FUNCTION Build_MenuBar( oWnd ) oMenuBar:addMenu( oMenu1 ) - oMenu2 := QMenu():new() + oMenu2 := QMenu() oMenu2:setTitle( "&Dialogs" ) oActColors := QAction():from( oMenu2:addAction( "&Colors" ) ) @@ -298,10 +296,10 @@ STATIC FUNCTION Build_ToolBar( oWnd ) LOCAL oTB, oActNew, oActOpen, oActSave /* Create a Toolbar Object */ - oTB := QToolBar():new() + oTB := QToolBar() /* Create an action */ - oActNew := QAction():new( oWnd ) + oActNew := QAction( oWnd ) oActNew:setText( "&New" ) oActNew:setIcon( "new.png" ) oActNew:setToolTip( "A New File" ) @@ -311,7 +309,7 @@ STATIC FUNCTION Build_ToolBar( oWnd ) oTB:addAction( oActNew ) /* Create another action */ - oActOpen := QAction():new( oWnd ) + oActOpen := QAction( oWnd ) oActOpen:setText( "&Open" ) oActOpen:setIcon( "open.png" ) oActOpen:setToolTip( "Select a file to be opened!" ) @@ -322,7 +320,7 @@ STATIC FUNCTION Build_ToolBar( oWnd ) oTB:addSeparator() /* Create another action */ - oActSave := QAction():new( oWnd ) + oActSave := QAction( oWnd ) oActSave:setText( "&Save" ) oActSave:setIcon( "save.png" ) oActSave:setToolTip( "Save this file!" ) @@ -343,7 +341,7 @@ STATIC FUNCTION Build_PushButton( oWnd, aPos, aSize, cLabel, cMsg, lExit ) DEFAULT cLabel TO "Push Button" DEFAULT cMsg TO "Push Button Pressed" - oBtn := QPushButton():new( oWnd ) + oBtn := QPushButton( oWnd ) oBtn:setText( cLabel ) oBtn:move( aPos[ 1 ],aPos[ 2 ] ) oBtn:resize( aSize[ 1 ],aSize[ 2 ] ) @@ -361,18 +359,18 @@ STATIC FUNCTION Build_PushButton( oWnd, aPos, aSize, cLabel, cMsg, lExit ) STATIC FUNCTION Build_Grid( oWnd, aPos, aSize ) LOCAL oGrid, oBrushBackItem0x0, oBrushForeItem0x0, oGridItem0x0 - oGrid := QTableWidget():new( oWnd ) + oGrid := QTableWidget( oWnd ) oGrid:setRowCount( 2 ) oGrid:setColumnCount( 4 ) // - oBrushBackItem0x0 := QBrush():new() + oBrushBackItem0x0 := QBrush() oBrushBackItem0x0:setStyle( 1 ) // Solid Color oBrushBackItem0x0:setColor_1( 10 ) // http://doc.qtsoftware.com/4.5/qt.html#GlobalColor-enum // - oBrushForeItem0x0 := QBrush():new() + oBrushForeItem0x0 := QBrush() oBrushForeItem0x0:setColor_1( 7 ) // - oGridItem0x0 := QTableWidgetItem():new() + oGridItem0x0 := QTableWidgetItem() oGridItem0x0:setBackground( oBrushBackItem0x0 ) oGridItem0x0:setForeground( oBrushForeItem0x0 ) oGridItem0x0:setText( "Item 0x0" ) @@ -391,11 +389,11 @@ STATIC FUNCTION Build_Grid( oWnd, aPos, aSize ) STATIC FUNCTION Build_Tabs( oWnd, aPos, aSize ) LOCAL oTabWidget, oTab1, oTab2, oTab3, aTree, aCntl, aText - oTabWidget := QTabWidget():new( oWnd ) + oTabWidget := QTabWidget( oWnd ) - oTab1 := QWidget():new() - oTab2 := QWidget():new() - oTab3 := QWidget():new() + oTab1 := QWidget() + oTab2 := QWidget() + oTab3 := QWidget() oTabWidget:addTab( oTab1, "Folders" ) oTabWidget:addTab( oTab2, "Controls" ) @@ -419,10 +417,10 @@ STATIC FUNCTION Build_Tabs( oWnd, aPos, aSize ) STATIC FUNCTION Build_TreeView( oWnd ) LOCAL oTV, oDirModel - oTV := QTreeView():new( oWnd ) + oTV := QTreeView( oWnd ) oTV:setMouseTracking( .t. ) * oTV:connect( QT_EVE_HOVERED, {|i| HB_TRACE( HB_TR_ALWAYS, ( "oTV:hovered" ) } ) - oDirModel := QDirModel():new() + oDirModel := QDirModel() oTV:setModel( oDirModel ) oTV:move( 5, 7 ) oTV:resize( 345, 365 ) @@ -435,11 +433,11 @@ STATIC FUNCTION Build_TreeView( oWnd ) STATIC FUNCTION Build_ListBox( oWnd, aPos, aSize ) LOCAL oListBox, oStrList, oStrModel - oListBox := QListView():New( oWnd ) + oListBox := QListView( oWnd ) oListBox:setMouseTracking( .t. ) * oListBox:connect( QT_EVE_HOVERED, {|i| HB_TRACE( HB_TR_ALWAYS, ( "oListBox:hovered" ) } ) - oStrList := QStringList():new() + oStrList := QStringList() oStrList:append( "India" ) oStrList:append( "United States" ) @@ -450,7 +448,7 @@ STATIC FUNCTION Build_ListBox( oWnd, aPos, aSize ) oStrList:append( "China" ) oStrList:sort() - oStrModel := QStringListModel():new() + oStrModel := QStringListModel() oStrModel:setStringList( oStrList ) oListBox:setModel( oStrModel ) @@ -465,7 +463,7 @@ STATIC FUNCTION Build_ListBox( oWnd, aPos, aSize ) STATIC FUNCTION Build_TextBox( oWnd ) LOCAL oTextBox - oTextBox := QTextEdit():new( oWnd ) + oTextBox := QTextEdit( oWnd ) oTextBox:Move( 5, 7 ) oTextBox:Resize( 345,365 ) oTextBox:setAcceptRichText( .t. ) @@ -479,7 +477,7 @@ STATIC FUNCTION Build_TextBox( oWnd ) STATIC FUNCTION Build_Controls( oWnd ) LOCAL oEdit, oCheckBox, oComboBox, oSpinBox, oRadioButton - oEdit := QLineEdit():new( oWnd ) + oEdit := QLineEdit( oWnd ) oEdit:connect( QT_EVE_RETURNPRESSED, {|i| i := i, MsgInfo( oEdit:text() ) } ) oEdit:move( 5, 10 ) oEdit:resize( 345, 30 ) @@ -488,7 +486,7 @@ STATIC FUNCTION Build_Controls( oWnd ) oEdit:setAlignment( 1 ) // 1: Left 2: Right 4: center 8: use all textbox length oEdit:show() - oComboBox := QComboBox():New( oWnd ) + oComboBox := QComboBox( oWnd ) oComboBox:addItem( "First" ) oComboBox:addItem( "Second" ) oComboBox:addItem( "Third" ) @@ -497,19 +495,19 @@ STATIC FUNCTION Build_Controls( oWnd ) oComboBox:resize( 345, 30 ) oComboBox:show() - oCheckBox := QCheckBox():New( oWnd ) + oCheckBox := QCheckBox( oWnd ) oCheckBox:connect( QT_EVE_STATECHANGED_I, {|i| i := i, MsgInfo( IF( i == 0,"Uncheckd","Checked" ) ) } ) oCheckBox:setText( "Testing CheckBox HbQt" ) oCheckBox:move( 5, 110 ) oCheckBox:resize( 345, 30 ) oCheckBox:show() - oSpinBox := QSpinBox():New( oWnd ) + oSpinBox := QSpinBox( oWnd ) oSpinBox:Move( 5, 160 ) oSpinBox:ReSize( 345, 30 ) oSpinBox:Show() - oRadioButton := QRadioButton():New( oWnd ) + oRadioButton := QRadioButton( oWnd ) oRadioButton:connect( QT_EVE_CLICKED, {|i| i := i, MsgInfo( "Checked" ) } ) oRadioButton:Move( 5, 210 ) oRadioButton:ReSize( 345, 30 ) @@ -522,7 +520,7 @@ STATIC FUNCTION Build_Controls( oWnd ) STATIC FUNCTION Build_ProgressBar( oWnd, aPos, aSize ) LOCAL oProgressBar - oProgressBar := QProgressBar():New( oWnd ) + oProgressBar := QProgressBar( oWnd ) oProgressBar:SetRange( 1, 1500 ) oProgressBar:Setvalue( 500 ) oProgressBar:Move( aPos[ 1 ], aPos[ 2 ] ) @@ -536,7 +534,7 @@ STATIC FUNCTION Build_ProgressBar( oWnd, aPos, aSize ) STATIC FUNCTION Build_Label( oWnd, aPos, aSize ) LOCAL oLabel - oLabel := QLabel():New( oWnd ) + oLabel := QLabel( oWnd ) oLabel:SetTextFormat( 1 ) // 0 text plain 1 RichText oLabel:SetText( [This is a Label in Harbour QT] ) oLabel:Move( aPos[ 1 ], aPos[ 2 ] ) @@ -550,7 +548,7 @@ STATIC FUNCTION Build_Label( oWnd, aPos, aSize ) STATIC FUNCTION MsgInfo( cMsg ) LOCAL oMB - oMB := QMessageBox():new() + oMB := QMessageBox() oMB:setInformativeText( cMsg ) oMB:setWindowTitle( "Harbour-QT" ) oMB:exec() @@ -565,7 +563,7 @@ STATIC FUNCTION MsgInfo( cMsg ) STATIC FUNCTION FileDialog() LOCAL oFD - oFD := QFileDialog():new() + oFD := QFileDialog() oFD:setWindowTitle( "Select a File" ) oFD:exec() @@ -581,32 +579,32 @@ STATIC FUNCTION Dialogs( cType ) DO CASE CASE cType == "PageSetup" - oDlg := QPageSetupDialog():new() + oDlg := QPageSetupDialog() oDlg:setWindowTitle( "Harbour-QT PageSetup Dialog" ) oDlg:exec() CASE cType == "Preview" - oDlg := QPrintPreviewDialog():new() + oDlg := QPrintPreviewDialog() oDlg:setWindowTitle( "Harbour-QT Preview Dialog" ) oDlg:exec() CASE cType == "Wizard" - oDlg := QWizard():new() + oDlg := QWizard() oDlg:setWindowTitle( "Harbour-QT Wizard to Show Slides etc." ) oDlg:exec() CASE cType == "Colors" - oDlg := QColorDialog():new() + oDlg := QColorDialog() oDlg:setWindowTitle( "Harbour-QT Color Selection Dialog" ) oDlg:exec() CASE cType == "WebPage" #if 0 // Till we resolve for oDlg:show() - oDlg := QWebView():new() - oUrl := QUrl():new() + oDlg := QWebView() + oUrl := QUrl() oUrl:setUrl( "http://www.harbour.vouch.info" ) QT_QWebView_SetUrl( oDlg:pPtr, oUrl:pPtr ) oDlg:setWindowTitle( "Harbour-QT Web Page Navigator" ) oDlg:exec() #endif CASE cType == "Fonts" - oDlg := QFontDialog():new() + oDlg := QFontDialog() oDlg:setWindowTitle( "Harbour-QT Font Selector" ) oDlg:exec() ENDCASE @@ -628,7 +626,7 @@ PROCEDURE hb_GtSys() FUNCTION ShowInSystemTray( oWnd ) - oMenuSys := QMenu():new( oWnd ) + oMenuSys := QMenu( oWnd ) oMenuSys:setTitle( "&File" ) oActShow := QAction():from( oMenuSys:addAction_1( "new.png" , "&Show" ) ) @@ -639,7 +637,7 @@ FUNCTION ShowInSystemTray( oWnd ) oActHide := QAction():from( oMenuSys:addAction_1( "new.png" , "&Show" ) ) oActHide:connect( QT_EVE_TRIGGERED_B, {|| oWnd:hide() } ) - oSys := QSystemTrayIcon():new( oWnd ) + oSys := QSystemTrayIcon( oWnd ) oSys:setIcon( 'new.png' ) oSys:setContextMenu( oMenuSys ) oSys:showMessage( "Harbour-QT", "This is Harbour-QT System Tray" ) diff --git a/harbour/contrib/hbqt/utils/hbqtgen.prg b/harbour/contrib/hbqt/utils/hbqtgen.prg index c9a7476a12..a89cc90273 100644 --- a/harbour/contrib/hbqt/utils/hbqtgen.prg +++ b/harbour/contrib/hbqt/utils/hbqtgen.prg @@ -1612,22 +1612,20 @@ STATIC FUNCTION Build_Class( cWidget, cls_, doc_, cPathOut, subCls_ ) BuildHeader( @txt_, 1 ) + aadd( txt_, "" ) + aadd( txt_, "FUNCTION " + cWidget + "( ... )") + aadd( txt_, " RETURN HB_" + cWidget + "():new( ... )" ) + aadd( txt_, "" ) aadd( txt_, "" ) n := ascan( cls_, {|e_| left( lower( e_[ 1 ] ), 7 ) == "inherit" .and. !empty( e_[ 2 ] ) } ) - //s := "CREATE CLASS " + cWidget + iif( n > 0, " INHERIT HbQtObjectHandler" + iif( empty( cls_[ n, 2 ] ), "" , ", " + cls_[ n, 2 ] ), "" ) - s := "CREATE CLASS " + cWidget + " INHERIT HbQtObjectHandler" + iif( n > 0, ", " + cls_[ n, 2 ], "" ) +// s := "CREATE CLASS " + cWidget + " INHERIT HbQtObjectHandler" + iif( n > 0, ", " + cls_[ n, 2 ], "" ) + s := "CREATE CLASS " + cWidget + " INHERIT HbQtObjectHandler" + iif( n > 0, ", " + strtran( cls_[ n, 2 ], "Q", "HB_Q" ), "" ) + " FUNCTION HB_" + cWidget aadd( txt_, s ) aadd( txt_, " " ) - #if 0 - aadd( txt_, " VAR pPtr" ) - aadd( txt_, " " ) - aadd( txt_, " ERROR HANDLER onError()" ) - aadd( txt_, " " ) - #endif aadd( txt_, " METHOD new( ... )" ) - //aadd( txt_, " METHOD configure( xObject )" ) +// aadd( txt_, " METHOD initClass( ... )" ) aadd( txt_, " " ) /* Populate METHODS */ @@ -1661,11 +1659,13 @@ STATIC FUNCTION Build_Class( cWidget, cls_, doc_, cPathOut, subCls_ ) aadd( txt_, " " ) aadd( txt_, " " ) aadd( txt_, "METHOD " + cWidget + ":new( ... )" ) + * aadd( txt_, "METHOD " + cWidget + ":initClass( ... )" ) aadd( txt_, " LOCAL p" ) aadd( txt_, " FOR EACH p IN { ... }" ) aadd( txt_, " hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )" ) aadd( txt_, " NEXT" ) aadd( txt_, " ::pPtr := Qt_" + cWidget + "( ... )" ) + * aadd( txt_, "HB_TRACE( HB_TR_ALWAYS, ::pPtr )" ) aadd( txt_, " RETURN Self" ) aadd( txt_, " " ) /* Define methods */