2009-12-10 01:21 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/hbqt.h
% Minor cleanup after prev.
* contrib/hbqt/generator/hbqtgen.prg
* Changed to use HB_TRACE() instead of hbqt_debug().
; NOTE: IMPORTANT: Now to enabled debug trace calls, you have to
use the standard Harbour method:
HB_USER_CFLAGS=-DHB_TR_LEVEL_DEBUG
It's enough to enable this setting when build hbqt lib, to
get HBQT trace calls.
In addition, following setting stil works to enable
.prg level debug trace calls:
HB_USER_PRGFLAGS=-D__HB_DEBUG__
* contrib/hbqt/qtgui/QPageSetupDialog.cpp
* contrib/hbqt/qtgui/QGridLayout.cpp
* contrib/hbqt/qtgui/QItemSelectionModel.cpp
* contrib/hbqt/qtgui/QTextLength.cpp
* contrib/hbqt/qtgui/QConicalGradient.cpp
* contrib/hbqt/qtgui/QStandardItemModel.cpp
* contrib/hbqt/qtgui/QItemSelection.cpp
* contrib/hbqt/qtgui/QTransform.cpp
* contrib/hbqt/qtgui/QPicture.cpp
* contrib/hbqt/qtgui/QAction.cpp
* contrib/hbqt/qtgui/QPaintEvent.cpp
* contrib/hbqt/qtgui/QStyledItemDelegate.cpp
* contrib/hbqt/qtgui/QWidget.cpp
* contrib/hbqt/qtgui/QFontDialog.cpp
* contrib/hbqt/qtgui/QToolBox.cpp
* contrib/hbqt/qtgui/QTextListFormat.cpp
* contrib/hbqt/qtgui/QTextEdit.cpp
* contrib/hbqt/qtgui/QMouseEvent.cpp
* contrib/hbqt/qtgui/QFontComboBox.cpp
* contrib/hbqt/qtgui/QStyleOptionHeader.cpp
* contrib/hbqt/qtgui/QListView.cpp
* contrib/hbqt/qtgui/QRadialGradient.cpp
* contrib/hbqt/qtgui/QCursor.cpp
* contrib/hbqt/qtgui/QLabel.cpp
* contrib/hbqt/qtgui/QPainterPath.cpp
* contrib/hbqt/qtgui/QStylePainter.cpp
* contrib/hbqt/qtgui/QStyleOptionToolButton.cpp
* contrib/hbqt/qtgui/QBrush.cpp
* contrib/hbqt/qtgui/QLinearGradient.cpp
* contrib/hbqt/qtgui/QProgressBar.cpp
* contrib/hbqt/qtgui/QStyleOptionToolBox.cpp
* contrib/hbqt/qtgui/QStyleOptionTabBarBase.cpp
* contrib/hbqt/qtgui/QToolBar.cpp
* contrib/hbqt/qtgui/QFontMetricsF.cpp
* contrib/hbqt/qtgui/QToolButton.cpp
* contrib/hbqt/qtgui/QWindowsStyle.cpp
* contrib/hbqt/qtgui/QColor.cpp
* contrib/hbqt/qtgui/QListWidget.cpp
* contrib/hbqt/qtgui/QTextLayout.cpp
* contrib/hbqt/qtgui/QTextCursor.cpp
* contrib/hbqt/qtgui/QTextDocument.cpp
* contrib/hbqt/qtgui/QPolygon.cpp
* contrib/hbqt/qtgui/QRadioButton.cpp
* contrib/hbqt/qtgui/QStyleOptionViewItem.cpp
* contrib/hbqt/qtgui/QFileIconProvider.cpp
* contrib/hbqt/qtgui/QTextFrameFormat.cpp
* contrib/hbqt/qtgui/QTextBlockFormat.cpp
* contrib/hbqt/qtgui/QStyleOptionToolBar.cpp
* contrib/hbqt/qtgui/QBitmap.cpp
* contrib/hbqt/qtgui/QCalendarWidget.cpp
* contrib/hbqt/qtgui/QStyleOptionTitleBar.cpp
* contrib/hbqt/qtgui/QHeaderView.cpp
* contrib/hbqt/qtgui/QScrollBar.cpp
* contrib/hbqt/qtgui/QStyleOptionButton.cpp
* contrib/hbqt/qtgui/QCommandLinkButton.cpp
* contrib/hbqt/qtgui/QFocusFrame.cpp
* contrib/hbqt/qtgui/QSizePolicy.cpp
* contrib/hbqt/qtgui/QApplication.cpp
* contrib/hbqt/qtgui/QTextFragment.cpp
* contrib/hbqt/qtgui/QPlainTextEdit.cpp
* contrib/hbqt/qtgui/QInputDialog.cpp
* contrib/hbqt/qtgui/QKeySequence.cpp
* contrib/hbqt/qtgui/QPrinter.cpp
* contrib/hbqt/qtgui/QActionGroup.cpp
* contrib/hbqt/qtgui/QTextCharFormat.cpp
* contrib/hbqt/qtgui/QStyleOptionSlider.cpp
* contrib/hbqt/qtgui/QInputEvent.cpp
* contrib/hbqt/qtgui/QWidgetItem.cpp
* contrib/hbqt/qtgui/QMenu.cpp
* contrib/hbqt/qtgui/QStyleOptionSizeGrip.cpp
* contrib/hbqt/qtgui/QStyleOptionGroupBox.cpp
* contrib/hbqt/qtgui/QImage.cpp
* contrib/hbqt/qtgui/QFontInfo.cpp
* contrib/hbqt/qtgui/QIcon.cpp
* contrib/hbqt/qtgui/QPolygonF.cpp
* contrib/hbqt/qtgui/QHBoxLayout.cpp
* contrib/hbqt/qtgui/QTreeWidget.cpp
* contrib/hbqt/qtgui/QCommonStyle.cpp
* contrib/hbqt/qtgui/QProgressDialog.cpp
* contrib/hbqt/qtgui/QStyleFactory.cpp
* contrib/hbqt/qtgui/QButtonGroup.cpp
* contrib/hbqt/qtgui/QSystemTrayIcon.cpp
* contrib/hbqt/qtgui/QStyleOptionDockWidget.cpp
* contrib/hbqt/qtgui/QColorDialog.cpp
* contrib/hbqt/qtgui/QListWidgetItem.cpp
* contrib/hbqt/qtgui/QStyleOptionTabWidgetFrame.cpp
* contrib/hbqt/qtgui/QDateTimeEdit.cpp
* contrib/hbqt/qtgui/QInputMethodEvent.cpp
* contrib/hbqt/qtgui/QStyleOptionFocusRect.cpp
* contrib/hbqt/qtgui/QMainWindow.cpp
* contrib/hbqt/qtgui/QDesktopWidget.cpp
* contrib/hbqt/qtgui/QTableWidgetSelectionRange.cpp
* contrib/hbqt/qtgui/QWidgetAction.cpp
* contrib/hbqt/qtgui/QStringListModel.cpp
* contrib/hbqt/qtgui/QDockWidget.cpp
* contrib/hbqt/qtgui/QTextBrowser.cpp
* contrib/hbqt/qtgui/QTableWidget.cpp
* contrib/hbqt/qtgui/QErrorMessage.cpp
* contrib/hbqt/qtgui/QWizard.cpp
* contrib/hbqt/qtgui/QFileSystemModel.cpp
* contrib/hbqt/qtgui/QDial.cpp
* contrib/hbqt/qtgui/QTextOption.cpp
* contrib/hbqt/qtgui/QImageWriter.cpp
* contrib/hbqt/qtgui/QMenuBar.cpp
* contrib/hbqt/qtgui/QStyleOptionMenuItem.cpp
* contrib/hbqt/qtgui/QWizardPage.cpp
* contrib/hbqt/qtgui/QFontMetrics.cpp
* contrib/hbqt/qtgui/QPrintDialog.cpp
* contrib/hbqt/qtgui/QStandardItem.cpp
* contrib/hbqt/qtgui/QStyleOptionComboBox.cpp
* contrib/hbqt/qtgui/QSplashScreen.cpp
* contrib/hbqt/qtgui/QSizeGrip.cpp
* contrib/hbqt/qtgui/QMessageBox.cpp
* contrib/hbqt/qtgui/QTextImageFormat.cpp
* contrib/hbqt/qtgui/QGroupBox.cpp
* contrib/hbqt/qtgui/QImageReader.cpp
* contrib/hbqt/qtgui/QTextDocumentFragment.cpp
* contrib/hbqt/qtgui/QPushButton.cpp
* contrib/hbqt/qtgui/QTreeWidgetItem.cpp
* contrib/hbqt/qtgui/QBoxLayout.cpp
* contrib/hbqt/qtgui/QTextFormat.cpp
* contrib/hbqt/qtgui/QPalette.cpp
* contrib/hbqt/qtgui/QTextFrame.cpp
* contrib/hbqt/qtgui/QTextBlock.cpp
* contrib/hbqt/qtgui/QPainter.cpp
* contrib/hbqt/qtgui/QStyleOptionProgressBar.cpp
* contrib/hbqt/qtgui/QTextTableFormat.cpp
* contrib/hbqt/qtgui/QStatusBar.cpp
* contrib/hbqt/qtgui/QTabWidget.cpp
* contrib/hbqt/qtgui/QContextMenuEvent.cpp
* contrib/hbqt/qtgui/QLCDNumber.cpp
* contrib/hbqt/qtgui/QTextDocumentWriter.cpp
* contrib/hbqt/qtgui/QStyleOptionTab.cpp
* contrib/hbqt/qtgui/QDateEdit.cpp
* contrib/hbqt/qtgui/QCheckBox.cpp
* contrib/hbqt/qtgui/QSound.cpp
* contrib/hbqt/qtgui/QTabBar.cpp
* contrib/hbqt/qtgui/QSpacerItem.cpp
* contrib/hbqt/qtgui/QFileDialog.cpp
* contrib/hbqt/qtgui/QDirModel.cpp
* contrib/hbqt/qtgui/QDialog.cpp
* contrib/hbqt/qtgui/QFormLayout.cpp
* contrib/hbqt/qtgui/QStyleOptionFrame.cpp
* contrib/hbqt/qtgui/QSyntaxHighlighter.cpp
* contrib/hbqt/qtgui/QFont.cpp
* contrib/hbqt/qtgui/QTableWidgetItem.cpp
* contrib/hbqt/qtgui/QVBoxLayout.cpp
* contrib/hbqt/qtgui/QMovie.cpp
* contrib/hbqt/qtgui/QStyleOption.cpp
* contrib/hbqt/qtgui/QTreeView.cpp
* contrib/hbqt/qtgui/QTextLine.cpp
* contrib/hbqt/qtgui/QTextItem.cpp
* contrib/hbqt/qtgui/QTimeEdit.cpp
* contrib/hbqt/qtgui/QMatrix.cpp
* contrib/hbqt/qtgui/QPrintPreviewDialog.cpp
* contrib/hbqt/qtgui/QSlider.cpp
* contrib/hbqt/qtgui/QSpinBox.cpp
* contrib/hbqt/qtgui/QScrollArea.cpp
* contrib/hbqt/qtgui/QFontDatabase.cpp
* contrib/hbqt/qtgui/QLineEdit.cpp
* contrib/hbqt/qtgui/QPixmap.cpp
* contrib/hbqt/qtgui/QSplitter.cpp
* contrib/hbqt/qtgui/QComboBox.cpp
* contrib/hbqt/qtgui/QDoubleSpinBox.cpp
* contrib/hbqt/qtgui/QStyleOptionComplex.cpp
* contrib/hbqt/qtgui/QTableView.cpp
* contrib/hbqt/qtgui/QPen.cpp
* contrib/hbqt/qtgui/QRegion.cpp
* contrib/hbqt/qtgui/QFrame.cpp
* contrib/hbqt/qtgui/QCompleter.cpp
* contrib/hbqt/qtgui/QStyleOptionSpinBox.cpp
* contrib/hbqt/qtcore/QDate.cpp
* contrib/hbqt/qtcore/QProcess.cpp
* contrib/hbqt/qtcore/QTextBoundaryFinder.cpp
* contrib/hbqt/qtcore/QPoint.cpp
* contrib/hbqt/qtcore/QTextStream.cpp
* contrib/hbqt/qtcore/QObject.cpp
* contrib/hbqt/qtcore/QTimer.cpp
* contrib/hbqt/qtcore/QEvent.cpp
* contrib/hbqt/qtcore/QDataStream.cpp
* contrib/hbqt/qtcore/QResource.cpp
* contrib/hbqt/qtcore/QModelIndex.cpp
* contrib/hbqt/qtcore/QTranslator.cpp
* contrib/hbqt/qtcore/QLineF.cpp
* contrib/hbqt/qtcore/QRect.cpp
* contrib/hbqt/qtcore/QTime.cpp
* contrib/hbqt/qtcore/QLocale.cpp
* contrib/hbqt/qtcore/QPointF.cpp
* contrib/hbqt/qtcore/QBitArray.cpp
* contrib/hbqt/qtcore/QFile.cpp
* contrib/hbqt/qtcore/QLatin1String.cpp
* contrib/hbqt/qtcore/QSizeF.cpp
* contrib/hbqt/qtcore/QMimeData.cpp
* contrib/hbqt/qtcore/QLine.cpp
* contrib/hbqt/qtcore/QUrl.cpp
* contrib/hbqt/qtcore/QStringList.cpp
* contrib/hbqt/qtcore/QByteArray.cpp
* contrib/hbqt/qtcore/QRectF.cpp
* contrib/hbqt/qtcore/QEventLoop.cpp
* contrib/hbqt/qtcore/QDir.cpp
* contrib/hbqt/qtcore/QSignalMapper.cpp
* contrib/hbqt/qtcore/QTextEncoder.cpp
* contrib/hbqt/qtcore/QLatin1Char.cpp
* contrib/hbqt/qtcore/QRegExp.cpp
* contrib/hbqt/qtcore/QFileInfo.cpp
* contrib/hbqt/qtcore/QDateTime.cpp
* contrib/hbqt/qtcore/QVariant.cpp
* contrib/hbqt/qtcore/QUiLoader.cpp
* contrib/hbqt/qtcore/QThread.cpp
* contrib/hbqt/qtcore/QTextDecoder.cpp
* contrib/hbqt/qtcore/QSize.cpp
* contrib/hbqt/qtcore/QList.cpp
* contrib/hbqt/qtnetwork/QHttp.cpp
* contrib/hbqt/qtnetwork/QHttpRequestHeader.cpp
* contrib/hbqt/qtnetwork/QNetworkRequest.cpp
* contrib/hbqt/qtnetwork/QHttpResponseHeader.cpp
* contrib/hbqt/qtnetwork/QFtp.cpp
* Regenerated after generator change.
This commit is contained in:
@@ -17,6 +17,241 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-12-10 01:21 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbqt/hbqt.h
|
||||
% Minor cleanup after prev.
|
||||
|
||||
* contrib/hbqt/generator/hbqtgen.prg
|
||||
* Changed to use HB_TRACE() instead of hbqt_debug().
|
||||
|
||||
; NOTE: IMPORTANT: Now to enabled debug trace calls, you have to
|
||||
use the standard Harbour method:
|
||||
HB_USER_CFLAGS=-DHB_TR_LEVEL_DEBUG
|
||||
It's enough to enable this setting when build hbqt lib, to
|
||||
get HBQT trace calls.
|
||||
In addition, following setting stil works to enable
|
||||
.prg level debug trace calls:
|
||||
HB_USER_PRGFLAGS=-D__HB_DEBUG__
|
||||
|
||||
* contrib/hbqt/qtgui/QPageSetupDialog.cpp
|
||||
* contrib/hbqt/qtgui/QGridLayout.cpp
|
||||
* contrib/hbqt/qtgui/QItemSelectionModel.cpp
|
||||
* contrib/hbqt/qtgui/QTextLength.cpp
|
||||
* contrib/hbqt/qtgui/QConicalGradient.cpp
|
||||
* contrib/hbqt/qtgui/QStandardItemModel.cpp
|
||||
* contrib/hbqt/qtgui/QItemSelection.cpp
|
||||
* contrib/hbqt/qtgui/QTransform.cpp
|
||||
* contrib/hbqt/qtgui/QPicture.cpp
|
||||
* contrib/hbqt/qtgui/QAction.cpp
|
||||
* contrib/hbqt/qtgui/QPaintEvent.cpp
|
||||
* contrib/hbqt/qtgui/QStyledItemDelegate.cpp
|
||||
* contrib/hbqt/qtgui/QWidget.cpp
|
||||
* contrib/hbqt/qtgui/QFontDialog.cpp
|
||||
* contrib/hbqt/qtgui/QToolBox.cpp
|
||||
* contrib/hbqt/qtgui/QTextListFormat.cpp
|
||||
* contrib/hbqt/qtgui/QTextEdit.cpp
|
||||
* contrib/hbqt/qtgui/QMouseEvent.cpp
|
||||
* contrib/hbqt/qtgui/QFontComboBox.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionHeader.cpp
|
||||
* contrib/hbqt/qtgui/QListView.cpp
|
||||
* contrib/hbqt/qtgui/QRadialGradient.cpp
|
||||
* contrib/hbqt/qtgui/QCursor.cpp
|
||||
* contrib/hbqt/qtgui/QLabel.cpp
|
||||
* contrib/hbqt/qtgui/QPainterPath.cpp
|
||||
* contrib/hbqt/qtgui/QStylePainter.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionToolButton.cpp
|
||||
* contrib/hbqt/qtgui/QBrush.cpp
|
||||
* contrib/hbqt/qtgui/QLinearGradient.cpp
|
||||
* contrib/hbqt/qtgui/QProgressBar.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionToolBox.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionTabBarBase.cpp
|
||||
* contrib/hbqt/qtgui/QToolBar.cpp
|
||||
* contrib/hbqt/qtgui/QFontMetricsF.cpp
|
||||
* contrib/hbqt/qtgui/QToolButton.cpp
|
||||
* contrib/hbqt/qtgui/QWindowsStyle.cpp
|
||||
* contrib/hbqt/qtgui/QColor.cpp
|
||||
* contrib/hbqt/qtgui/QListWidget.cpp
|
||||
* contrib/hbqt/qtgui/QTextLayout.cpp
|
||||
* contrib/hbqt/qtgui/QTextCursor.cpp
|
||||
* contrib/hbqt/qtgui/QTextDocument.cpp
|
||||
* contrib/hbqt/qtgui/QPolygon.cpp
|
||||
* contrib/hbqt/qtgui/QRadioButton.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionViewItem.cpp
|
||||
* contrib/hbqt/qtgui/QFileIconProvider.cpp
|
||||
* contrib/hbqt/qtgui/QTextFrameFormat.cpp
|
||||
* contrib/hbqt/qtgui/QTextBlockFormat.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionToolBar.cpp
|
||||
* contrib/hbqt/qtgui/QBitmap.cpp
|
||||
* contrib/hbqt/qtgui/QCalendarWidget.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionTitleBar.cpp
|
||||
* contrib/hbqt/qtgui/QHeaderView.cpp
|
||||
* contrib/hbqt/qtgui/QScrollBar.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionButton.cpp
|
||||
* contrib/hbqt/qtgui/QCommandLinkButton.cpp
|
||||
* contrib/hbqt/qtgui/QFocusFrame.cpp
|
||||
* contrib/hbqt/qtgui/QSizePolicy.cpp
|
||||
* contrib/hbqt/qtgui/QApplication.cpp
|
||||
* contrib/hbqt/qtgui/QTextFragment.cpp
|
||||
* contrib/hbqt/qtgui/QPlainTextEdit.cpp
|
||||
* contrib/hbqt/qtgui/QInputDialog.cpp
|
||||
* contrib/hbqt/qtgui/QKeySequence.cpp
|
||||
* contrib/hbqt/qtgui/QPrinter.cpp
|
||||
* contrib/hbqt/qtgui/QActionGroup.cpp
|
||||
* contrib/hbqt/qtgui/QTextCharFormat.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionSlider.cpp
|
||||
* contrib/hbqt/qtgui/QInputEvent.cpp
|
||||
* contrib/hbqt/qtgui/QWidgetItem.cpp
|
||||
* contrib/hbqt/qtgui/QMenu.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionSizeGrip.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionGroupBox.cpp
|
||||
* contrib/hbqt/qtgui/QImage.cpp
|
||||
* contrib/hbqt/qtgui/QFontInfo.cpp
|
||||
* contrib/hbqt/qtgui/QIcon.cpp
|
||||
* contrib/hbqt/qtgui/QPolygonF.cpp
|
||||
* contrib/hbqt/qtgui/QHBoxLayout.cpp
|
||||
* contrib/hbqt/qtgui/QTreeWidget.cpp
|
||||
* contrib/hbqt/qtgui/QCommonStyle.cpp
|
||||
* contrib/hbqt/qtgui/QProgressDialog.cpp
|
||||
* contrib/hbqt/qtgui/QStyleFactory.cpp
|
||||
* contrib/hbqt/qtgui/QButtonGroup.cpp
|
||||
* contrib/hbqt/qtgui/QSystemTrayIcon.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionDockWidget.cpp
|
||||
* contrib/hbqt/qtgui/QColorDialog.cpp
|
||||
* contrib/hbqt/qtgui/QListWidgetItem.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionTabWidgetFrame.cpp
|
||||
* contrib/hbqt/qtgui/QDateTimeEdit.cpp
|
||||
* contrib/hbqt/qtgui/QInputMethodEvent.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionFocusRect.cpp
|
||||
* contrib/hbqt/qtgui/QMainWindow.cpp
|
||||
* contrib/hbqt/qtgui/QDesktopWidget.cpp
|
||||
* contrib/hbqt/qtgui/QTableWidgetSelectionRange.cpp
|
||||
* contrib/hbqt/qtgui/QWidgetAction.cpp
|
||||
* contrib/hbqt/qtgui/QStringListModel.cpp
|
||||
* contrib/hbqt/qtgui/QDockWidget.cpp
|
||||
* contrib/hbqt/qtgui/QTextBrowser.cpp
|
||||
* contrib/hbqt/qtgui/QTableWidget.cpp
|
||||
* contrib/hbqt/qtgui/QErrorMessage.cpp
|
||||
* contrib/hbqt/qtgui/QWizard.cpp
|
||||
* contrib/hbqt/qtgui/QFileSystemModel.cpp
|
||||
* contrib/hbqt/qtgui/QDial.cpp
|
||||
* contrib/hbqt/qtgui/QTextOption.cpp
|
||||
* contrib/hbqt/qtgui/QImageWriter.cpp
|
||||
* contrib/hbqt/qtgui/QMenuBar.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionMenuItem.cpp
|
||||
* contrib/hbqt/qtgui/QWizardPage.cpp
|
||||
* contrib/hbqt/qtgui/QFontMetrics.cpp
|
||||
* contrib/hbqt/qtgui/QPrintDialog.cpp
|
||||
* contrib/hbqt/qtgui/QStandardItem.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionComboBox.cpp
|
||||
* contrib/hbqt/qtgui/QSplashScreen.cpp
|
||||
* contrib/hbqt/qtgui/QSizeGrip.cpp
|
||||
* contrib/hbqt/qtgui/QMessageBox.cpp
|
||||
* contrib/hbqt/qtgui/QTextImageFormat.cpp
|
||||
* contrib/hbqt/qtgui/QGroupBox.cpp
|
||||
* contrib/hbqt/qtgui/QImageReader.cpp
|
||||
* contrib/hbqt/qtgui/QTextDocumentFragment.cpp
|
||||
* contrib/hbqt/qtgui/QPushButton.cpp
|
||||
* contrib/hbqt/qtgui/QTreeWidgetItem.cpp
|
||||
* contrib/hbqt/qtgui/QBoxLayout.cpp
|
||||
* contrib/hbqt/qtgui/QTextFormat.cpp
|
||||
* contrib/hbqt/qtgui/QPalette.cpp
|
||||
* contrib/hbqt/qtgui/QTextFrame.cpp
|
||||
* contrib/hbqt/qtgui/QTextBlock.cpp
|
||||
* contrib/hbqt/qtgui/QPainter.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionProgressBar.cpp
|
||||
* contrib/hbqt/qtgui/QTextTableFormat.cpp
|
||||
* contrib/hbqt/qtgui/QStatusBar.cpp
|
||||
* contrib/hbqt/qtgui/QTabWidget.cpp
|
||||
* contrib/hbqt/qtgui/QContextMenuEvent.cpp
|
||||
* contrib/hbqt/qtgui/QLCDNumber.cpp
|
||||
* contrib/hbqt/qtgui/QTextDocumentWriter.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionTab.cpp
|
||||
* contrib/hbqt/qtgui/QDateEdit.cpp
|
||||
* contrib/hbqt/qtgui/QCheckBox.cpp
|
||||
* contrib/hbqt/qtgui/QSound.cpp
|
||||
* contrib/hbqt/qtgui/QTabBar.cpp
|
||||
* contrib/hbqt/qtgui/QSpacerItem.cpp
|
||||
* contrib/hbqt/qtgui/QFileDialog.cpp
|
||||
* contrib/hbqt/qtgui/QDirModel.cpp
|
||||
* contrib/hbqt/qtgui/QDialog.cpp
|
||||
* contrib/hbqt/qtgui/QFormLayout.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionFrame.cpp
|
||||
* contrib/hbqt/qtgui/QSyntaxHighlighter.cpp
|
||||
* contrib/hbqt/qtgui/QFont.cpp
|
||||
* contrib/hbqt/qtgui/QTableWidgetItem.cpp
|
||||
* contrib/hbqt/qtgui/QVBoxLayout.cpp
|
||||
* contrib/hbqt/qtgui/QMovie.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOption.cpp
|
||||
* contrib/hbqt/qtgui/QTreeView.cpp
|
||||
* contrib/hbqt/qtgui/QTextLine.cpp
|
||||
* contrib/hbqt/qtgui/QTextItem.cpp
|
||||
* contrib/hbqt/qtgui/QTimeEdit.cpp
|
||||
* contrib/hbqt/qtgui/QMatrix.cpp
|
||||
* contrib/hbqt/qtgui/QPrintPreviewDialog.cpp
|
||||
* contrib/hbqt/qtgui/QSlider.cpp
|
||||
* contrib/hbqt/qtgui/QSpinBox.cpp
|
||||
* contrib/hbqt/qtgui/QScrollArea.cpp
|
||||
* contrib/hbqt/qtgui/QFontDatabase.cpp
|
||||
* contrib/hbqt/qtgui/QLineEdit.cpp
|
||||
* contrib/hbqt/qtgui/QPixmap.cpp
|
||||
* contrib/hbqt/qtgui/QSplitter.cpp
|
||||
* contrib/hbqt/qtgui/QComboBox.cpp
|
||||
* contrib/hbqt/qtgui/QDoubleSpinBox.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionComplex.cpp
|
||||
* contrib/hbqt/qtgui/QTableView.cpp
|
||||
* contrib/hbqt/qtgui/QPen.cpp
|
||||
* contrib/hbqt/qtgui/QRegion.cpp
|
||||
* contrib/hbqt/qtgui/QFrame.cpp
|
||||
* contrib/hbqt/qtgui/QCompleter.cpp
|
||||
* contrib/hbqt/qtgui/QStyleOptionSpinBox.cpp
|
||||
* contrib/hbqt/qtcore/QDate.cpp
|
||||
* contrib/hbqt/qtcore/QProcess.cpp
|
||||
* contrib/hbqt/qtcore/QTextBoundaryFinder.cpp
|
||||
* contrib/hbqt/qtcore/QPoint.cpp
|
||||
* contrib/hbqt/qtcore/QTextStream.cpp
|
||||
* contrib/hbqt/qtcore/QObject.cpp
|
||||
* contrib/hbqt/qtcore/QTimer.cpp
|
||||
* contrib/hbqt/qtcore/QEvent.cpp
|
||||
* contrib/hbqt/qtcore/QDataStream.cpp
|
||||
* contrib/hbqt/qtcore/QResource.cpp
|
||||
* contrib/hbqt/qtcore/QModelIndex.cpp
|
||||
* contrib/hbqt/qtcore/QTranslator.cpp
|
||||
* contrib/hbqt/qtcore/QLineF.cpp
|
||||
* contrib/hbqt/qtcore/QRect.cpp
|
||||
* contrib/hbqt/qtcore/QTime.cpp
|
||||
* contrib/hbqt/qtcore/QLocale.cpp
|
||||
* contrib/hbqt/qtcore/QPointF.cpp
|
||||
* contrib/hbqt/qtcore/QBitArray.cpp
|
||||
* contrib/hbqt/qtcore/QFile.cpp
|
||||
* contrib/hbqt/qtcore/QLatin1String.cpp
|
||||
* contrib/hbqt/qtcore/QSizeF.cpp
|
||||
* contrib/hbqt/qtcore/QMimeData.cpp
|
||||
* contrib/hbqt/qtcore/QLine.cpp
|
||||
* contrib/hbqt/qtcore/QUrl.cpp
|
||||
* contrib/hbqt/qtcore/QStringList.cpp
|
||||
* contrib/hbqt/qtcore/QByteArray.cpp
|
||||
* contrib/hbqt/qtcore/QRectF.cpp
|
||||
* contrib/hbqt/qtcore/QEventLoop.cpp
|
||||
* contrib/hbqt/qtcore/QDir.cpp
|
||||
* contrib/hbqt/qtcore/QSignalMapper.cpp
|
||||
* contrib/hbqt/qtcore/QTextEncoder.cpp
|
||||
* contrib/hbqt/qtcore/QLatin1Char.cpp
|
||||
* contrib/hbqt/qtcore/QRegExp.cpp
|
||||
* contrib/hbqt/qtcore/QFileInfo.cpp
|
||||
* contrib/hbqt/qtcore/QDateTime.cpp
|
||||
* contrib/hbqt/qtcore/QVariant.cpp
|
||||
* contrib/hbqt/qtcore/QUiLoader.cpp
|
||||
* contrib/hbqt/qtcore/QThread.cpp
|
||||
* contrib/hbqt/qtcore/QTextDecoder.cpp
|
||||
* contrib/hbqt/qtcore/QSize.cpp
|
||||
* contrib/hbqt/qtcore/QList.cpp
|
||||
* contrib/hbqt/qtnetwork/QHttp.cpp
|
||||
* contrib/hbqt/qtnetwork/QHttpRequestHeader.cpp
|
||||
* contrib/hbqt/qtnetwork/QNetworkRequest.cpp
|
||||
* contrib/hbqt/qtnetwork/QHttpResponseHeader.cpp
|
||||
* contrib/hbqt/qtnetwork/QFtp.cpp
|
||||
* Regenerated after generator change.
|
||||
|
||||
2009-12-10 00:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbqt/hbqt_destruct.cpp
|
||||
* contrib/hbqt/hbqt_base.cpp
|
||||
@@ -33,12 +268,6 @@
|
||||
* contrib/hbqt/hbqt_slots.cpp
|
||||
* Replaced hbqt_debug() with HB_TRACE() calls.
|
||||
|
||||
; NOTE: IMPORTANT: -D__HB_DEBUG__ works no more. Now for debug builds,
|
||||
you have to use the standard Harbour method:
|
||||
HB_USER_CFLAGS=-DHB_TR_LEVEL_DEBUG
|
||||
It's enough to enable this setting when build hbqt lib, to
|
||||
get HBQT trace calls.
|
||||
|
||||
* contrib/hbqt/hbqt.h
|
||||
! Added missing 'extern' keywords.
|
||||
! Added missing 'extern int hbqt_getmemused( void )'.
|
||||
|
||||
@@ -518,17 +518,11 @@ STATIC FUNCTION GenSource( cProFile, cPathIn, cPathOut, cPathDoc )
|
||||
aadd( cpp_, " break;" )
|
||||
aadd( cpp_, " }" )
|
||||
aadd( cpp_, " p->ph = NULL;" )
|
||||
aadd( cpp_, ' HB_TRACE( HB_TR_DEBUG, ( "release_' + pad( cWidget, 27 ) + ' Object deleted!" ) );')
|
||||
aadd( cpp_, " #if defined( __HB_DEBUG__ )" )
|
||||
aadd( cpp_, ' hbqt_debug( "' + ' YES release_' + pad( cWidget, 27 ) + ' %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );' )
|
||||
aadd( cpp_, " #endif" )
|
||||
aadd( cpp_, ' HB_TRACE( HB_TR_DEBUG, ( "release_' + pad( cWidget, 27 ) + ' Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );')
|
||||
aadd( cpp_, " }" )
|
||||
aadd( cpp_, " else" )
|
||||
aadd( cpp_, " {" )
|
||||
aadd( cpp_, ' HB_TRACE( HB_TR_DEBUG, ( "release_' + pad( cWidget, 27 ) + ' Object Name Missing!" ) );')
|
||||
aadd( cpp_, " #if defined( __HB_DEBUG__ )" )
|
||||
aadd( cpp_, ' hbqt_debug( "' + ' NO release_' + cWidget + '" );' )
|
||||
aadd( cpp_, " #endif" )
|
||||
aadd( cpp_, ' HB_TRACE( HB_TR_DEBUG, ( "NO release_' + pad( cWidget, 27 ) + ' Object Name Missing!" ) );')
|
||||
aadd( cpp_, " }" )
|
||||
ELSE
|
||||
aadd( cpp_, " QGC_POINTER * p = ( QGC_POINTER * ) Cargo; " )
|
||||
@@ -541,18 +535,12 @@ STATIC FUNCTION GenSource( cProFile, cPathIn, cPathOut, cPathDoc )
|
||||
aadd( cpp_, " delete ( ( " + cWidget + IF( lList, "< void * >", "" ) + " * ) p->ph ); " )
|
||||
//aadd( cpp_, " ( ( " + cWidget + IF( lList, "< void * >", "" ) + " * ) p->ph )->~" + cWidget + "(); " )
|
||||
aadd( cpp_, " p->ph = NULL;" )
|
||||
aadd( cpp_, ' HB_TRACE( HB_TR_DEBUG, ( "release_' + pad( cWidget, 27 ) + ' Object deleted!" ) );')
|
||||
aadd( cpp_, " #if defined( __HB_DEBUG__ )" )
|
||||
aadd( cpp_, ' hbqt_debug( "' + ' YES release_' + pad( cWidget, 27 ) + ' %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );' )
|
||||
aadd( cpp_, " #endif" )
|
||||
aadd( cpp_, ' HB_TRACE( HB_TR_DEBUG, ( "YES release_' + pad( cWidget, 27 ) + ' Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );')
|
||||
ENDIF
|
||||
aadd( cpp_, " }" )
|
||||
aadd( cpp_, " else" )
|
||||
aadd( cpp_, " {" )
|
||||
aadd( cpp_, ' HB_TRACE( HB_TR_DEBUG, ( "release_' + pad( cWidget, 27 ) + ' Object Allready deleted!" ) );' )
|
||||
aadd( cpp_, " #if defined( __HB_DEBUG__ )" )
|
||||
aadd( cpp_, ' hbqt_debug( "' + ' DEL release_' + cWidget + '" );' )
|
||||
aadd( cpp_, " #endif" )
|
||||
aadd( cpp_, ' HB_TRACE( HB_TR_DEBUG, ( "DEL release_' + pad( cWidget, 27 ) + ' Object Allready deleted!" ) );' )
|
||||
aadd( cpp_, " }" )
|
||||
ELSE
|
||||
aadd( cpp_, " HB_SYMBOL_UNUSED( Cargo );" )
|
||||
@@ -563,9 +551,8 @@ STATIC FUNCTION GenSource( cProFile, cPathIn, cPathOut, cPathDoc )
|
||||
aadd( cpp_, "QT_G_FUNC( release_" + cWidget + " ) " )
|
||||
aadd( cpp_, "{ " )
|
||||
IF lDestructor
|
||||
aadd( cpp_, "#if defined( __HB_DEBUG__ )" )
|
||||
aadd( cpp_, ' hbqt_debug( "' + 'release_' + pad( cWidget, 27 ) + ' %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );' )
|
||||
aadd( cpp_, "#endif" )
|
||||
aadd( cpp_, ' HB_TRACE( HB_TR_DEBUG, ( "release_' + pad( cWidget, 27 ) + ' %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );')
|
||||
aadd( cpp_, "" )
|
||||
aadd( cpp_, " void * ph = ( void * ) Cargo; " )
|
||||
aadd( cpp_, " if( ph ) " )
|
||||
aadd( cpp_, " { " )
|
||||
@@ -579,9 +566,7 @@ STATIC FUNCTION GenSource( cProFile, cPathIn, cPathOut, cPathDoc )
|
||||
aadd( cpp_, " }" )
|
||||
aadd( cpp_, " else" )
|
||||
aadd( cpp_, " {" )
|
||||
aadd( cpp_, "#if defined( __HB_DEBUG__ )" )
|
||||
aadd( cpp_, 'hbqt_debug( "' + ' Object Name Missing: ' + cWidget + '" );' )
|
||||
aadd( cpp_, "#endif" )
|
||||
aadd( cpp_, ' HB_TRACE( HB_TR_DEBUG, ( " Object Name Missin: ' + pad( cWidget, 27 ) + '" ) );')
|
||||
aadd( cpp_, " }" )
|
||||
ELSE
|
||||
//aadd( cpp_, " delete ( ( " + cWidget + IF( lList, "< void * >", "" ) + " * ) ph ); " )
|
||||
@@ -591,9 +576,7 @@ STATIC FUNCTION GenSource( cProFile, cPathIn, cPathOut, cPathDoc )
|
||||
aadd( cpp_, " }" )
|
||||
aadd( cpp_, " else" )
|
||||
aadd( cpp_, " {" )
|
||||
aadd( cpp_, "#if defined( __HB_DEBUG__ )" )
|
||||
aadd( cpp_, 'hbqt_debug( "' + '! ph____' + cWidget + '" );' )
|
||||
aadd( cpp_, "#endif" )
|
||||
aadd( cpp_, ' HB_TRACE( HB_TR_DEBUG, ( "! ph_____' + cWidget + '" ) );')
|
||||
aadd( cpp_, " }" )
|
||||
ELSE
|
||||
aadd( cpp_, " HB_SYMBOL_UNUSED( Cargo );" )
|
||||
@@ -628,9 +611,7 @@ STATIC FUNCTION GenSource( cProFile, cPathIn, cPathOut, cPathDoc )
|
||||
IF lObject
|
||||
aadd( cpp_, " new( & p->pq ) QPointer< "+ cWidget +" >( ( " + cWidget + " * ) pObj );" )
|
||||
ENDIF
|
||||
aadd( cpp_, " #if defined( __HB_DEBUG__ )" )
|
||||
aadd( cpp_, ' hbqt_debug( "' + ' new_' + pad( cWidget, 27 ) + ' %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );' )
|
||||
aadd( cpp_, " #endif" )
|
||||
aadd( cpp_, ' HB_TRACE( HB_TR_DEBUG, ( " new_' + pad( cWidget, 27 ) + ' %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );')
|
||||
aadd( cpp_, " return( p ); " )
|
||||
aadd( cpp_, "} " )
|
||||
aadd( cpp_, " " )
|
||||
@@ -676,9 +657,7 @@ STATIC FUNCTION GenSource( cProFile, cPathIn, cPathOut, cPathDoc )
|
||||
aadd( cpp_, " void * pObj = NULL;" )
|
||||
ENDIF
|
||||
|
||||
aadd( cpp_, "#if defined( __HB_DEBUG__ )" )
|
||||
aadd( cpp_, 'hbqt_debug( "' + ' ' + IF( lDestructor, 'GC', 'NON-GC' ) + ': new ' + pad( cWidget, 27 ) + ' %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );' )
|
||||
aadd( cpp_, "#endif" )
|
||||
aadd( cpp_, ' HB_TRACE( HB_TR_DEBUG, ( " ' + IIF( lDestructor, 'GC', 'NON-GC' ) + ': new ' + pad( cWidget, 27 ) + ' %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );' )
|
||||
|
||||
aadd( cpp_, "" )
|
||||
FOR i := 3 TO len( new_ ) - 1
|
||||
@@ -694,9 +673,7 @@ STATIC FUNCTION GenSource( cProFile, cPathIn, cPathOut, cPathDoc )
|
||||
NEXT
|
||||
aadd( cpp_, "" )
|
||||
|
||||
aadd( cpp_, "#if defined( __HB_DEBUG__ )" )
|
||||
aadd( cpp_, 'hbqt_debug( "' + ' ' + IF( lDestructor, 'GC', 'NON-GC' ) + ': ' + pad( " ", 27 ) + ' %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );' )
|
||||
aadd( cpp_, "#endif" )
|
||||
aadd( cpp_, ' HB_TRACE( HB_TR_DEBUG, ( " ' + IIF( lDestructor, 'GC', 'NON-GC' ) + ': ' + pad( cWidget, 27 ) + ' %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );' )
|
||||
|
||||
//IF lObject .or. IsMemObject( cWidget )
|
||||
IF lDestructor
|
||||
|
||||
@@ -61,11 +61,6 @@
|
||||
|
||||
#if QT_VERSION >= 0x040500
|
||||
|
||||
#if defined( __HB_DEBUG__ )
|
||||
int hbqt_getmemused( void );
|
||||
void hbqt_debug( const char * sTraceMsg, ... );
|
||||
#endif
|
||||
|
||||
#define QT_G_FUNC( hbfunc ) void hbfunc( void * Cargo ) /* callback function for cleaning garbage memory pointer */
|
||||
typedef QT_G_FUNC( QT_G_FUNC_ );
|
||||
typedef QT_G_FUNC_ * QT_G_FUNC_PTR;
|
||||
|
||||
@@ -87,17 +87,11 @@ QT_G_FUNC( release_QBitArray )
|
||||
{
|
||||
delete ( ( QBitArray * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QBitArray Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QBitArray %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QBitArray Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QBitArray Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QBitArray" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QBitArray Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,9 +101,7 @@ void * gcAllocate_QBitArray( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QBitArray;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QBitArray %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QBitArray %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -105,17 +105,11 @@ QT_G_FUNC( release_QByteArray )
|
||||
{
|
||||
delete ( ( QByteArray * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QByteArray Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QByteArray %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QByteArray Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QByteArray Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QByteArray" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QByteArray Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -125,9 +119,7 @@ void * gcAllocate_QByteArray( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QByteArray;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QByteArray %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QByteArray %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -95,17 +95,11 @@ QT_G_FUNC( release_QDataStream )
|
||||
{
|
||||
delete ( ( QDataStream * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDataStream Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QDataStream %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QDataStream Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDataStream Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QDataStream" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QDataStream Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -115,9 +109,7 @@ void * gcAllocate_QDataStream( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QDataStream;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QDataStream %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QDataStream %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -90,17 +90,11 @@ QT_G_FUNC( release_QDate )
|
||||
{
|
||||
delete ( ( QDate * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDate Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QDate %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QDate Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDate Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QDate" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QDate Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -110,9 +104,7 @@ void * gcAllocate_QDate( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QDate;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QDate %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QDate %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -90,17 +90,11 @@ QT_G_FUNC( release_QDateTime )
|
||||
{
|
||||
delete ( ( QDateTime * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDateTime Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QDateTime %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QDateTime Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDateTime Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QDateTime" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QDateTime Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -110,9 +104,7 @@ void * gcAllocate_QDateTime( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QDateTime;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QDateTime %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QDateTime %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -96,17 +96,11 @@ QT_G_FUNC( release_QDir )
|
||||
{
|
||||
delete ( ( QDir * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDir Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QDir %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QDir Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDir Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QDir" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QDir Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,9 +110,7 @@ void * gcAllocate_QDir( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QDir;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QDir %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QDir %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -91,17 +91,11 @@ QT_G_FUNC( release_QEvent )
|
||||
{
|
||||
delete ( ( QEvent * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QEvent Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QEvent %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QEvent Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QEvent Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QEvent" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QEvent Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -111,9 +105,7 @@ void * gcAllocate_QEvent( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QEvent;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QEvent %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QEvent %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -113,25 +113,16 @@ QT_G_FUNC( release_QEventLoop )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QEventLoop Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QEventLoop %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QEventLoop Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QEventLoop Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QEventLoop" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QEventLoop Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QEventLoop Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QEventLoop" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QEventLoop Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -142,9 +133,7 @@ void * gcAllocate_QEventLoop( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QEventLoop;
|
||||
new( & p->pq ) QPointer< QEventLoop >( ( QEventLoop * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QEventLoop %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QEventLoop %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -118,25 +118,16 @@ QT_G_FUNC( release_QFile )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFile Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFile %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFile Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFile Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QFile" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QFile Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFile Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFile" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFile Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -147,9 +138,7 @@ void * gcAllocate_QFile( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QFile;
|
||||
new( & p->pq ) QPointer< QFile >( ( QFile * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFile %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFile %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -96,17 +96,11 @@ QT_G_FUNC( release_QFileInfo )
|
||||
{
|
||||
delete ( ( QFileInfo * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFileInfo Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFileInfo %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QFileInfo Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFileInfo Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFileInfo" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFileInfo Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,9 +110,7 @@ void * gcAllocate_QFileInfo( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QFileInfo;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFileInfo %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFileInfo %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -86,17 +86,11 @@ QT_G_FUNC( release_QLatin1Char )
|
||||
{
|
||||
delete ( ( QLatin1Char * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLatin1Char Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QLatin1Char %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QLatin1Char Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLatin1Char Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QLatin1Char" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QLatin1Char Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,9 +100,7 @@ void * gcAllocate_QLatin1Char( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QLatin1Char;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QLatin1Char %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QLatin1Char %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -86,17 +86,11 @@ QT_G_FUNC( release_QLatin1String )
|
||||
{
|
||||
delete ( ( QLatin1String * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLatin1String Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QLatin1String %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QLatin1String Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLatin1String Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QLatin1String" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QLatin1String Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,9 +100,7 @@ void * gcAllocate_QLatin1String( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QLatin1String;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QLatin1String %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QLatin1String %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -88,17 +88,11 @@ QT_G_FUNC( release_QLine )
|
||||
{
|
||||
delete ( ( QLine * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLine Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QLine %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QLine Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLine Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QLine" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QLine Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -108,9 +102,7 @@ void * gcAllocate_QLine( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QLine;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QLine %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QLine %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -92,17 +92,11 @@ QT_G_FUNC( release_QLineF )
|
||||
{
|
||||
delete ( ( QLineF * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLineF Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QLineF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QLineF Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLineF Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QLineF" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QLineF Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -112,9 +106,7 @@ void * gcAllocate_QLineF( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QLineF;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QLineF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QLineF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -114,17 +114,11 @@ QT_G_FUNC( release_QList )
|
||||
{
|
||||
delete ( ( QList< void * > * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QList Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QList %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QList Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QList Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QList" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QList Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -134,9 +128,7 @@ void * gcAllocate_QList( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QList;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QList %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QList %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -116,17 +116,11 @@ QT_G_FUNC( release_QLocale )
|
||||
{
|
||||
delete ( ( QLocale * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLocale Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QLocale %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QLocale Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLocale Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QLocale" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QLocale Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,9 +130,7 @@ void * gcAllocate_QLocale( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QLocale;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QLocale %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QLocale %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -118,25 +118,16 @@ QT_G_FUNC( release_QMimeData )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QMimeData Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QMimeData %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QMimeData Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QMimeData Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QMimeData" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QMimeData Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QMimeData Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QMimeData" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QMimeData Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -147,9 +138,7 @@ void * gcAllocate_QMimeData( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QMimeData;
|
||||
new( & p->pq ) QPointer< QMimeData >( ( QMimeData * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QMimeData %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QMimeData %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -88,17 +88,11 @@ QT_G_FUNC( release_QModelIndex )
|
||||
{
|
||||
delete ( ( QModelIndex * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QModelIndex Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QModelIndex %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QModelIndex Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QModelIndex Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QModelIndex" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QModelIndex Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -108,9 +102,7 @@ void * gcAllocate_QModelIndex( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QModelIndex;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QModelIndex %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QModelIndex %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -126,25 +126,16 @@ QT_G_FUNC( release_QObject )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QObject Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QObject %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QObject Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QObject Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QObject" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QObject Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QObject Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QObject" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QObject Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -155,9 +146,7 @@ void * gcAllocate_QObject( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QObject;
|
||||
new( & p->pq ) QPointer< QObject >( ( QObject * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QObject %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QObject %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -88,17 +88,11 @@ QT_G_FUNC( release_QPoint )
|
||||
{
|
||||
delete ( ( QPoint * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QPoint Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QPoint %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QPoint Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QPoint Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QPoint" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QPoint Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -108,9 +102,7 @@ void * gcAllocate_QPoint( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QPoint;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QPoint %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QPoint %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -88,17 +88,11 @@ QT_G_FUNC( release_QPointF )
|
||||
{
|
||||
delete ( ( QPointF * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QPointF Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QPointF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QPointF Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QPointF Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QPointF" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QPointF Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -108,9 +102,7 @@ void * gcAllocate_QPointF( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QPointF;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QPointF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QPointF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -119,25 +119,16 @@ QT_G_FUNC( release_QProcess )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QProcess Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QProcess %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QProcess Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QProcess Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QProcess" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QProcess Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QProcess Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QProcess" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QProcess Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -148,9 +139,7 @@ void * gcAllocate_QProcess( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QProcess;
|
||||
new( & p->pq ) QPointer< QProcess >( ( QProcess * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QProcess %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QProcess %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -90,17 +90,11 @@ QT_G_FUNC( release_QRect )
|
||||
{
|
||||
delete ( ( QRect * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QRect Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QRect %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QRect Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QRect Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QRect" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QRect Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -110,9 +104,7 @@ void * gcAllocate_QRect( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QRect;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QRect %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QRect %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -91,17 +91,11 @@ QT_G_FUNC( release_QRectF )
|
||||
{
|
||||
delete ( ( QRectF * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QRectF Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QRectF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QRectF Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QRectF Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QRectF" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QRectF Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -111,9 +105,7 @@ void * gcAllocate_QRectF( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QRectF;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QRectF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QRectF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -93,17 +93,11 @@ QT_G_FUNC( release_QRegExp )
|
||||
{
|
||||
delete ( ( QRegExp * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QRegExp Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QRegExp %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QRegExp Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QRegExp Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QRegExp" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QRegExp Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -113,9 +107,7 @@ void * gcAllocate_QRegExp( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QRegExp;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QRegExp %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QRegExp %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -87,17 +87,11 @@ QT_G_FUNC( release_QResource )
|
||||
{
|
||||
delete ( ( QResource * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QResource Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QResource %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QResource Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QResource Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QResource" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QResource Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,9 +101,7 @@ void * gcAllocate_QResource( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QResource;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QResource %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QResource %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -108,25 +108,16 @@ QT_G_FUNC( release_QSignalMapper )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QSignalMapper Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QSignalMapper %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QSignalMapper Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QSignalMapper Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QSignalMapper" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QSignalMapper Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QSignalMapper Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QSignalMapper" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QSignalMapper Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -137,9 +128,7 @@ void * gcAllocate_QSignalMapper( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QSignalMapper;
|
||||
new( & p->pq ) QPointer< QSignalMapper >( ( QSignalMapper * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QSignalMapper %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QSignalMapper %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -88,17 +88,11 @@ QT_G_FUNC( release_QSize )
|
||||
{
|
||||
delete ( ( QSize * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QSize Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QSize %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QSize Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QSize Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QSize" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QSize Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -108,9 +102,7 @@ void * gcAllocate_QSize( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QSize;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QSize %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QSize %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -89,17 +89,11 @@ QT_G_FUNC( release_QSizeF )
|
||||
{
|
||||
delete ( ( QSizeF * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QSizeF Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QSizeF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QSizeF Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QSizeF Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QSizeF" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QSizeF Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,9 +103,7 @@ void * gcAllocate_QSizeF( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QSizeF;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QSizeF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QSizeF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -107,17 +107,11 @@ QT_G_FUNC( release_QStringList )
|
||||
{
|
||||
delete ( ( QStringList * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QStringList Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QStringList %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QStringList Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QStringList Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QStringList" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QStringList Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -127,9 +121,7 @@ void * gcAllocate_QStringList( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QStringList;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QStringList %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QStringList %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -96,17 +96,11 @@ QT_G_FUNC( release_QTextBoundaryFinder )
|
||||
{
|
||||
delete ( ( QTextBoundaryFinder * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTextBoundaryFinder Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QTextBoundaryFinder %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QTextBoundaryFinder Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTextBoundaryFinder Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QTextBoundaryFinder" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QTextBoundaryFinder Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,9 +110,7 @@ void * gcAllocate_QTextBoundaryFinder( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QTextBoundaryFinder;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QTextBoundaryFinder %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QTextBoundaryFinder %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -87,17 +87,11 @@ QT_G_FUNC( release_QTextDecoder )
|
||||
{
|
||||
delete ( ( QTextDecoder * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTextDecoder Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QTextDecoder %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QTextDecoder Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTextDecoder Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QTextDecoder" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QTextDecoder Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,9 +101,7 @@ void * gcAllocate_QTextDecoder( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QTextDecoder;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QTextDecoder %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QTextDecoder %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -87,17 +87,11 @@ QT_G_FUNC( release_QTextEncoder )
|
||||
{
|
||||
delete ( ( QTextEncoder * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTextEncoder Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QTextEncoder %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QTextEncoder Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTextEncoder Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QTextEncoder" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QTextEncoder Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,9 +101,7 @@ void * gcAllocate_QTextEncoder( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QTextEncoder;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QTextEncoder %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QTextEncoder %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -107,17 +107,11 @@ QT_G_FUNC( release_QTextStream )
|
||||
{
|
||||
delete ( ( QTextStream * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTextStream Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QTextStream %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QTextStream Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTextStream Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QTextStream" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QTextStream Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -127,9 +121,7 @@ void * gcAllocate_QTextStream( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QTextStream;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QTextStream %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QTextStream %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -111,25 +111,16 @@ QT_G_FUNC( release_QThread )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QThread Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QThread %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QThread Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QThread Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QThread" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QThread Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QThread Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QThread" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QThread Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -140,9 +131,7 @@ void * gcAllocate_QThread( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QThread;
|
||||
new( & p->pq ) QPointer< QThread >( ( QThread * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QThread %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QThread %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -86,17 +86,11 @@ QT_G_FUNC( release_QTime )
|
||||
{
|
||||
delete ( ( QTime * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTime Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QTime %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QTime Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTime Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QTime" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QTime Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,9 +100,7 @@ void * gcAllocate_QTime( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QTime;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QTime %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QTime %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -108,25 +108,16 @@ QT_G_FUNC( release_QTimer )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTimer Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QTimer %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTimer Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTimer Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QTimer" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QTimer Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTimer Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QTimer" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QTimer Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -137,9 +128,7 @@ void * gcAllocate_QTimer( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QTimer;
|
||||
new( & p->pq ) QPointer< QTimer >( ( QTimer * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QTimer %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QTimer %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -107,25 +107,16 @@ QT_G_FUNC( release_QTranslator )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTranslator Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QTranslator %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTranslator Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTranslator Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QTranslator" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QTranslator Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QTranslator Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QTranslator" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QTranslator Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,9 +127,7 @@ void * gcAllocate_QTranslator( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QTranslator;
|
||||
new( & p->pq ) QPointer< QTranslator >( ( QTranslator * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QTranslator %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QTranslator %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -109,25 +109,16 @@ QT_G_FUNC( release_QUiLoader )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QUiLoader Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QUiLoader %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QUiLoader Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QUiLoader Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QUiLoader" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QUiLoader Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QUiLoader Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QUiLoader" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QUiLoader Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -138,9 +129,7 @@ void * gcAllocate_QUiLoader( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QUiLoader;
|
||||
new( & p->pq ) QPointer< QUiLoader >( ( QUiLoader * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QUiLoader %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QUiLoader %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -121,17 +121,11 @@ QT_G_FUNC( release_QUrl )
|
||||
{
|
||||
delete ( ( QUrl * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QUrl Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QUrl %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QUrl Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QUrl Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QUrl" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QUrl Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -141,9 +135,7 @@ void * gcAllocate_QUrl( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QUrl;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QUrl %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QUrl %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -150,17 +150,11 @@ QT_G_FUNC( release_QVariant )
|
||||
{
|
||||
delete ( ( QVariant * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QVariant Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QVariant %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QVariant Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QVariant Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QVariant" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QVariant Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -170,9 +164,7 @@ void * gcAllocate_QVariant( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QVariant;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QVariant %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QVariant %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -127,25 +127,16 @@ QT_G_FUNC( release_QAction )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QAction Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QAction %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QAction Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QAction Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QAction" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QAction Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QAction Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QAction" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QAction Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -156,9 +147,7 @@ void * gcAllocate_QAction( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QAction;
|
||||
new( & p->pq ) QPointer< QAction >( ( QAction * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QAction %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QAction %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -116,25 +116,16 @@ QT_G_FUNC( release_QActionGroup )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QActionGroup Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QActionGroup %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QActionGroup Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QActionGroup Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QActionGroup" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QActionGroup Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QActionGroup Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QActionGroup" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QActionGroup Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -145,9 +136,7 @@ void * gcAllocate_QActionGroup( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QActionGroup;
|
||||
new( & p->pq ) QPointer< QActionGroup >( ( QActionGroup * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QActionGroup %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QActionGroup %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -189,25 +189,16 @@ QT_G_FUNC( release_QApplication )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QApplication Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QApplication %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QApplication Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QApplication Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QApplication" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QApplication Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QApplication Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QApplication" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QApplication Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -218,9 +209,7 @@ void * gcAllocate_QApplication( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QApplication;
|
||||
new( & p->pq ) QPointer< QApplication >( ( QApplication * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QApplication %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QApplication %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -91,17 +91,11 @@ QT_G_FUNC( release_QBitmap )
|
||||
{
|
||||
delete ( ( QBitmap * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QBitmap Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QBitmap %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QBitmap Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QBitmap Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QBitmap" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QBitmap Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -111,9 +105,7 @@ void * gcAllocate_QBitmap( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QBitmap;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QBitmap %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QBitmap %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -112,25 +112,16 @@ QT_G_FUNC( release_QBoxLayout )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QBoxLayout Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QBoxLayout %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QBoxLayout Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QBoxLayout Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QBoxLayout" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QBoxLayout Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QBoxLayout Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QBoxLayout" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QBoxLayout Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -141,9 +132,7 @@ void * gcAllocate_QBoxLayout( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QBoxLayout;
|
||||
new( & p->pq ) QPointer< QBoxLayout >( ( QBoxLayout * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QBoxLayout %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QBoxLayout %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -96,17 +96,11 @@ QT_G_FUNC( release_QBrush )
|
||||
{
|
||||
delete ( ( QBrush * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QBrush Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QBrush %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QBrush Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QBrush Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QBrush" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QBrush Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,9 +110,7 @@ void * gcAllocate_QBrush( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QBrush;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QBrush %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QBrush %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -117,25 +117,16 @@ QT_G_FUNC( release_QButtonGroup )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QButtonGroup Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QButtonGroup %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QButtonGroup Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QButtonGroup Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QButtonGroup" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QButtonGroup Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QButtonGroup Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QButtonGroup" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QButtonGroup Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -146,9 +137,7 @@ void * gcAllocate_QButtonGroup( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QButtonGroup;
|
||||
new( & p->pq ) QPointer< QButtonGroup >( ( QButtonGroup * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QButtonGroup %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QButtonGroup %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -123,25 +123,16 @@ QT_G_FUNC( release_QCalendarWidget )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCalendarWidget Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QCalendarWidget %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCalendarWidget Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCalendarWidget Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QCalendarWidget" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QCalendarWidget Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCalendarWidget Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QCalendarWidget" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QCalendarWidget Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -152,9 +143,7 @@ void * gcAllocate_QCalendarWidget( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QCalendarWidget;
|
||||
new( & p->pq ) QPointer< QCalendarWidget >( ( QCalendarWidget * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QCalendarWidget %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QCalendarWidget %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -108,25 +108,16 @@ QT_G_FUNC( release_QCheckBox )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCheckBox Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QCheckBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCheckBox Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCheckBox Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QCheckBox" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QCheckBox Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCheckBox Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QCheckBox" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QCheckBox Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -137,9 +128,7 @@ void * gcAllocate_QCheckBox( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QCheckBox;
|
||||
new( & p->pq ) QPointer< QCheckBox >( ( QCheckBox * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QCheckBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QCheckBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -96,17 +96,11 @@ QT_G_FUNC( release_QColor )
|
||||
{
|
||||
delete ( ( QColor * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QColor Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QColor %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QColor Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QColor Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QColor" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QColor Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,9 +110,7 @@ void * gcAllocate_QColor( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QColor;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QColor %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QColor %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -113,25 +113,16 @@ QT_G_FUNC( release_QColorDialog )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QColorDialog Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QColorDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QColorDialog Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QColorDialog Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QColorDialog" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QColorDialog Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QColorDialog Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QColorDialog" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QColorDialog Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -142,9 +133,7 @@ void * gcAllocate_QColorDialog( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QColorDialog;
|
||||
new( & p->pq ) QPointer< QColorDialog >( ( QColorDialog * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QColorDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QColorDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -113,25 +113,16 @@ QT_G_FUNC( release_QComboBox )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QComboBox Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QComboBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QComboBox Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QComboBox Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QComboBox" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QComboBox Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QComboBox Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QComboBox" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QComboBox Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -142,9 +133,7 @@ void * gcAllocate_QComboBox( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QComboBox;
|
||||
new( & p->pq ) QPointer< QComboBox >( ( QComboBox * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QComboBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QComboBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -109,25 +109,16 @@ QT_G_FUNC( release_QCommandLinkButton )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCommandLinkButton Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QCommandLinkButton %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCommandLinkButton Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCommandLinkButton Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QCommandLinkButton" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QCommandLinkButton Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCommandLinkButton Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QCommandLinkButton" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QCommandLinkButton Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -138,9 +129,7 @@ void * gcAllocate_QCommandLinkButton( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QCommandLinkButton;
|
||||
new( & p->pq ) QPointer< QCommandLinkButton >( ( QCommandLinkButton * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QCommandLinkButton %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QCommandLinkButton %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -107,25 +107,16 @@ QT_G_FUNC( release_QCommonStyle )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCommonStyle Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QCommonStyle %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCommonStyle Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCommonStyle Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QCommonStyle" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QCommonStyle Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCommonStyle Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QCommonStyle" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QCommonStyle Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,9 +127,7 @@ void * gcAllocate_QCommonStyle( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QCommonStyle;
|
||||
new( & p->pq ) QPointer< QCommonStyle >( ( QCommonStyle * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QCommonStyle %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QCommonStyle %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -114,25 +114,16 @@ QT_G_FUNC( release_QCompleter )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCompleter Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QCompleter %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCompleter Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCompleter Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QCompleter" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QCompleter Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCompleter Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QCompleter" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QCompleter Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -143,9 +134,7 @@ void * gcAllocate_QCompleter( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QCompleter;
|
||||
new( & p->pq ) QPointer< QCompleter >( ( QCompleter * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QCompleter %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QCompleter %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -94,17 +94,11 @@ QT_G_FUNC( release_QConicalGradient )
|
||||
{
|
||||
delete ( ( QConicalGradient * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QConicalGradient Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QConicalGradient %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QConicalGradient Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QConicalGradient Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QConicalGradient" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QConicalGradient Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -114,9 +108,7 @@ void * gcAllocate_QConicalGradient( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QConicalGradient;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QConicalGradient %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QConicalGradient %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -91,17 +91,11 @@ QT_G_FUNC( release_QContextMenuEvent )
|
||||
{
|
||||
delete ( ( QContextMenuEvent * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QContextMenuEvent Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QContextMenuEvent %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QContextMenuEvent Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QContextMenuEvent Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QContextMenuEvent" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QContextMenuEvent Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -111,9 +105,7 @@ void * gcAllocate_QContextMenuEvent( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QContextMenuEvent;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QContextMenuEvent %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QContextMenuEvent %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -93,17 +93,11 @@ QT_G_FUNC( release_QCursor )
|
||||
{
|
||||
delete ( ( QCursor * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCursor Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QCursor %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QCursor Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QCursor Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QCursor" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QCursor Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -113,9 +107,7 @@ void * gcAllocate_QCursor( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QCursor;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QCursor %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QCursor %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -108,25 +108,16 @@ QT_G_FUNC( release_QDateEdit )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDateEdit Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QDateEdit %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDateEdit Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDateEdit Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QDateEdit" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QDateEdit Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDateEdit Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QDateEdit" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QDateEdit Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -137,9 +128,7 @@ void * gcAllocate_QDateEdit( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QDateEdit;
|
||||
new( & p->pq ) QPointer< QDateEdit >( ( QDateEdit * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QDateEdit %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QDateEdit %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -115,25 +115,16 @@ QT_G_FUNC( release_QDateTimeEdit )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDateTimeEdit Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QDateTimeEdit %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDateTimeEdit Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDateTimeEdit Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QDateTimeEdit" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QDateTimeEdit Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDateTimeEdit Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QDateTimeEdit" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QDateTimeEdit Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -144,9 +135,7 @@ void * gcAllocate_QDateTimeEdit( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QDateTimeEdit;
|
||||
new( & p->pq ) QPointer< QDateTimeEdit >( ( QDateTimeEdit * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QDateTimeEdit %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QDateTimeEdit %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -108,25 +108,16 @@ QT_G_FUNC( release_QDesktopWidget )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDesktopWidget Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QDesktopWidget %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDesktopWidget Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDesktopWidget Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QDesktopWidget" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QDesktopWidget Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDesktopWidget Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QDesktopWidget" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QDesktopWidget Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -137,9 +128,7 @@ void * gcAllocate_QDesktopWidget( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QDesktopWidget;
|
||||
new( & p->pq ) QPointer< QDesktopWidget >( ( QDesktopWidget * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QDesktopWidget %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QDesktopWidget %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -108,25 +108,16 @@ QT_G_FUNC( release_QDial )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDial Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QDial %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDial Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDial Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QDial" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QDial Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDial Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QDial" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QDial Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -137,9 +128,7 @@ void * gcAllocate_QDial( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QDial;
|
||||
new( & p->pq ) QPointer< QDial >( ( QDial * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QDial %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QDial %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -112,25 +112,16 @@ QT_G_FUNC( release_QDialog )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDialog Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDialog Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDialog Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QDialog" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QDialog Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDialog Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QDialog" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QDialog Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -141,9 +132,7 @@ void * gcAllocate_QDialog( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QDialog;
|
||||
new( & p->pq ) QPointer< QDialog >( ( QDialog * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -113,25 +113,16 @@ QT_G_FUNC( release_QDirModel )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDirModel Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QDirModel %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDirModel Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDirModel Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QDirModel" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QDirModel Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDirModel Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QDirModel" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QDirModel Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -142,9 +133,7 @@ void * gcAllocate_QDirModel( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QDirModel;
|
||||
new( & p->pq ) QPointer< QDirModel >( ( QDirModel * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QDirModel %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QDirModel %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -114,25 +114,16 @@ QT_G_FUNC( release_QDockWidget )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDockWidget Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QDockWidget %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDockWidget Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDockWidget Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QDockWidget" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QDockWidget Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDockWidget Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QDockWidget" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QDockWidget Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -143,9 +134,7 @@ void * gcAllocate_QDockWidget( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QDockWidget;
|
||||
new( & p->pq ) QPointer< QDockWidget >( ( QDockWidget * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QDockWidget %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QDockWidget %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -107,25 +107,16 @@ QT_G_FUNC( release_QDoubleSpinBox )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDoubleSpinBox Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QDoubleSpinBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDoubleSpinBox Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDoubleSpinBox Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QDoubleSpinBox" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QDoubleSpinBox Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QDoubleSpinBox Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QDoubleSpinBox" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QDoubleSpinBox Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,9 +127,7 @@ void * gcAllocate_QDoubleSpinBox( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QDoubleSpinBox;
|
||||
new( & p->pq ) QPointer< QDoubleSpinBox >( ( QDoubleSpinBox * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QDoubleSpinBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QDoubleSpinBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -117,25 +117,16 @@ QT_G_FUNC( release_QErrorMessage )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QErrorMessage Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QErrorMessage %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QErrorMessage Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QErrorMessage Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QErrorMessage" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QErrorMessage Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QErrorMessage Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QErrorMessage" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QErrorMessage Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -146,9 +137,7 @@ void * gcAllocate_QErrorMessage( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QErrorMessage;
|
||||
new( & p->pq ) QPointer< QErrorMessage >( ( QErrorMessage * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QErrorMessage %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QErrorMessage %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -135,25 +135,16 @@ QT_G_FUNC( release_QFileDialog )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFileDialog Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFileDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFileDialog Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFileDialog Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QFileDialog" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QFileDialog Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFileDialog Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFileDialog" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFileDialog Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -164,9 +155,7 @@ void * gcAllocate_QFileDialog( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QFileDialog;
|
||||
new( & p->pq ) QPointer< QFileDialog >( ( QFileDialog * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFileDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFileDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -90,17 +90,11 @@ QT_G_FUNC( release_QFileIconProvider )
|
||||
{
|
||||
delete ( ( QFileIconProvider * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFileIconProvider Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFileIconProvider %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QFileIconProvider Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFileIconProvider Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFileIconProvider" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFileIconProvider Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -110,9 +104,7 @@ void * gcAllocate_QFileIconProvider( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QFileIconProvider;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFileIconProvider %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFileIconProvider %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -112,25 +112,16 @@ QT_G_FUNC( release_QFileSystemModel )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFileSystemModel Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFileSystemModel %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFileSystemModel Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFileSystemModel Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QFileSystemModel" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QFileSystemModel Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFileSystemModel Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFileSystemModel" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFileSystemModel Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -141,9 +132,7 @@ void * gcAllocate_QFileSystemModel( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QFileSystemModel;
|
||||
new( & p->pq ) QPointer< QFileSystemModel >( ( QFileSystemModel * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFileSystemModel %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFileSystemModel %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -108,25 +108,16 @@ QT_G_FUNC( release_QFocusFrame )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFocusFrame Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFocusFrame %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFocusFrame Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFocusFrame Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QFocusFrame" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QFocusFrame Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFocusFrame Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFocusFrame" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFocusFrame Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -137,9 +128,7 @@ void * gcAllocate_QFocusFrame( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QFocusFrame;
|
||||
new( & p->pq ) QPointer< QFocusFrame >( ( QFocusFrame * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFocusFrame %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFocusFrame %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -100,17 +100,11 @@ QT_G_FUNC( release_QFont )
|
||||
{
|
||||
delete ( ( QFont * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFont Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFont %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QFont Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFont Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFont" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFont Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -120,9 +114,7 @@ void * gcAllocate_QFont( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QFont;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFont %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFont %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -113,25 +113,16 @@ QT_G_FUNC( release_QFontComboBox )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontComboBox Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFontComboBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontComboBox Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontComboBox Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QFontComboBox" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QFontComboBox Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontComboBox Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFontComboBox" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFontComboBox Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -142,9 +133,7 @@ void * gcAllocate_QFontComboBox( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QFontComboBox;
|
||||
new( & p->pq ) QPointer< QFontComboBox >( ( QFontComboBox * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFontComboBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFontComboBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -104,17 +104,11 @@ QT_G_FUNC( release_QFontDatabase )
|
||||
{
|
||||
delete ( ( QFontDatabase * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontDatabase Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFontDatabase %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QFontDatabase Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontDatabase Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFontDatabase" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFontDatabase Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -124,9 +118,7 @@ void * gcAllocate_QFontDatabase( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QFontDatabase;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFontDatabase %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFontDatabase %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -113,25 +113,16 @@ QT_G_FUNC( release_QFontDialog )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontDialog Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFontDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontDialog Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontDialog Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QFontDialog" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QFontDialog Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontDialog Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFontDialog" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFontDialog Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -142,9 +133,7 @@ void * gcAllocate_QFontDialog( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QFontDialog;
|
||||
new( & p->pq ) QPointer< QFontDialog >( ( QFontDialog * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFontDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFontDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -88,17 +88,11 @@ QT_G_FUNC( release_QFontInfo )
|
||||
{
|
||||
delete ( ( QFontInfo * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontInfo Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFontInfo %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QFontInfo Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontInfo Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFontInfo" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFontInfo Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -108,9 +102,7 @@ void * gcAllocate_QFontInfo( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QFontInfo;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFontInfo %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFontInfo %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -89,17 +89,11 @@ QT_G_FUNC( release_QFontMetrics )
|
||||
{
|
||||
delete ( ( QFontMetrics * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontMetrics Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFontMetrics %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QFontMetrics Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontMetrics Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFontMetrics" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFontMetrics Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,9 +103,7 @@ void * gcAllocate_QFontMetrics( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QFontMetrics;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFontMetrics %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFontMetrics %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -90,17 +90,11 @@ QT_G_FUNC( release_QFontMetricsF )
|
||||
{
|
||||
delete ( ( QFontMetricsF * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontMetricsF Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFontMetricsF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QFontMetricsF Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFontMetricsF Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFontMetricsF" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFontMetricsF Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -110,9 +104,7 @@ void * gcAllocate_QFontMetricsF( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QFontMetricsF;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFontMetricsF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFontMetricsF %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -114,25 +114,16 @@ QT_G_FUNC( release_QFormLayout )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFormLayout Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFormLayout %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFormLayout Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFormLayout Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QFormLayout" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QFormLayout Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFormLayout Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFormLayout" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFormLayout Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -143,9 +134,7 @@ void * gcAllocate_QFormLayout( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QFormLayout;
|
||||
new( & p->pq ) QPointer< QFormLayout >( ( QFormLayout * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFormLayout %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFormLayout %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -114,25 +114,16 @@ QT_G_FUNC( release_QFrame )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFrame Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QFrame %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFrame Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFrame Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QFrame" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QFrame Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QFrame Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QFrame" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QFrame Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -143,9 +134,7 @@ void * gcAllocate_QFrame( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QFrame;
|
||||
new( & p->pq ) QPointer< QFrame >( ( QFrame * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QFrame %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QFrame %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -109,25 +109,16 @@ QT_G_FUNC( release_QGridLayout )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QGridLayout Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QGridLayout %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QGridLayout Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QGridLayout Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QGridLayout" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QGridLayout Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QGridLayout Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QGridLayout" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QGridLayout Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -138,9 +129,7 @@ void * gcAllocate_QGridLayout( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QGridLayout;
|
||||
new( & p->pq ) QPointer< QGridLayout >( ( QGridLayout * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QGridLayout %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QGridLayout %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -109,25 +109,16 @@ QT_G_FUNC( release_QGroupBox )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QGroupBox Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QGroupBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QGroupBox Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QGroupBox Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QGroupBox" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QGroupBox Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QGroupBox Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QGroupBox" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QGroupBox Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -138,9 +129,7 @@ void * gcAllocate_QGroupBox( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QGroupBox;
|
||||
new( & p->pq ) QPointer< QGroupBox >( ( QGroupBox * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QGroupBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QGroupBox %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -109,25 +109,16 @@ QT_G_FUNC( release_QHBoxLayout )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QHBoxLayout Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QHBoxLayout %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QHBoxLayout Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QHBoxLayout Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QHBoxLayout" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QHBoxLayout Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QHBoxLayout Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QHBoxLayout" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QHBoxLayout Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -138,9 +129,7 @@ void * gcAllocate_QHBoxLayout( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QHBoxLayout;
|
||||
new( & p->pq ) QPointer< QHBoxLayout >( ( QHBoxLayout * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QHBoxLayout %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QHBoxLayout %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -112,25 +112,16 @@ QT_G_FUNC( release_QHeaderView )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QHeaderView Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QHeaderView %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QHeaderView Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QHeaderView Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QHeaderView" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QHeaderView Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QHeaderView Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QHeaderView" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QHeaderView Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -141,9 +132,7 @@ void * gcAllocate_QHeaderView( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QHeaderView;
|
||||
new( & p->pq ) QPointer< QHeaderView >( ( QHeaderView * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QHeaderView %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QHeaderView %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -106,17 +106,11 @@ QT_G_FUNC( release_QIcon )
|
||||
{
|
||||
delete ( ( QIcon * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QIcon Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QIcon %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QIcon Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QIcon Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QIcon" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QIcon Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -126,9 +120,7 @@ void * gcAllocate_QIcon( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QIcon;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QIcon %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QIcon %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -118,17 +118,11 @@ QT_G_FUNC( release_QImage )
|
||||
{
|
||||
delete ( ( QImage * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QImage Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QImage %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QImage Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QImage Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QImage" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QImage Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -138,9 +132,7 @@ void * gcAllocate_QImage( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QImage;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QImage %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QImage %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -103,17 +103,11 @@ QT_G_FUNC( release_QImageReader )
|
||||
{
|
||||
delete ( ( QImageReader * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QImageReader Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QImageReader %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QImageReader Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QImageReader Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QImageReader" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QImageReader Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -123,9 +117,7 @@ void * gcAllocate_QImageReader( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QImageReader;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QImageReader %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QImageReader %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -102,17 +102,11 @@ QT_G_FUNC( release_QImageWriter )
|
||||
{
|
||||
delete ( ( QImageWriter * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QImageWriter Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QImageWriter %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QImageWriter Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QImageWriter Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QImageWriter" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QImageWriter Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -122,9 +116,7 @@ void * gcAllocate_QImageWriter( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QImageWriter;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QImageWriter %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QImageWriter %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -114,25 +114,16 @@ QT_G_FUNC( release_QInputDialog )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QInputDialog Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QInputDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QInputDialog Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QInputDialog Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QInputDialog" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QInputDialog Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QInputDialog Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QInputDialog" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QInputDialog Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -143,9 +134,7 @@ void * gcAllocate_QInputDialog( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QInputDialog;
|
||||
new( & p->pq ) QPointer< QInputDialog >( ( QInputDialog * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QInputDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QInputDialog %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -87,17 +87,11 @@ QT_G_FUNC( release_QInputEvent )
|
||||
{
|
||||
delete ( ( QInputEvent * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QInputEvent Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QInputEvent %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QInputEvent Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QInputEvent Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QInputEvent" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QInputEvent Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,9 +101,7 @@ void * gcAllocate_QInputEvent( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QInputEvent;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QInputEvent %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QInputEvent %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -100,17 +100,11 @@ QT_G_FUNC( release_QInputMethodEvent )
|
||||
{
|
||||
delete ( ( QInputMethodEvent * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QInputMethodEvent Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QInputMethodEvent %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QInputMethodEvent Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QInputMethodEvent Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QInputMethodEvent" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QInputMethodEvent Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -120,9 +114,7 @@ void * gcAllocate_QInputMethodEvent( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QInputMethodEvent;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QInputMethodEvent %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QInputMethodEvent %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -86,17 +86,11 @@ QT_G_FUNC( release_QItemSelection )
|
||||
{
|
||||
delete ( ( QItemSelection * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QItemSelection Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QItemSelection %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QItemSelection Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QItemSelection Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QItemSelection" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QItemSelection Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,9 +100,7 @@ void * gcAllocate_QItemSelection( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QItemSelection;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QItemSelection %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QItemSelection %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -113,25 +113,16 @@ QT_G_FUNC( release_QItemSelectionModel )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QItemSelectionModel Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QItemSelectionModel %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QItemSelectionModel Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QItemSelectionModel Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QItemSelectionModel" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QItemSelectionModel Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QItemSelectionModel Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QItemSelectionModel" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QItemSelectionModel Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -142,9 +133,7 @@ void * gcAllocate_QItemSelectionModel( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QItemSelectionModel;
|
||||
new( & p->pq ) QPointer< QItemSelectionModel >( ( QItemSelectionModel * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QItemSelectionModel %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QItemSelectionModel %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -106,17 +106,11 @@ QT_G_FUNC( release_QKeySequence )
|
||||
{
|
||||
delete ( ( QKeySequence * ) p->ph );
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QKeySequence Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QKeySequence %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "YES release_QKeySequence Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QKeySequence Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QKeySequence" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QKeySequence Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -126,9 +120,7 @@ void * gcAllocate_QKeySequence( void * pObj )
|
||||
|
||||
p->ph = pObj;
|
||||
p->func = release_QKeySequence;
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QKeySequence %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QKeySequence %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -114,25 +114,16 @@ QT_G_FUNC( release_QLCDNumber )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLCDNumber Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QLCDNumber %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLCDNumber Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLCDNumber Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QLCDNumber" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QLCDNumber Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLCDNumber Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QLCDNumber" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QLCDNumber Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -143,9 +134,7 @@ void * gcAllocate_QLCDNumber( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QLCDNumber;
|
||||
new( & p->pq ) QPointer< QLCDNumber >( ( QLCDNumber * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QLCDNumber %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QLCDNumber %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
@@ -109,25 +109,16 @@ QT_G_FUNC( release_QLabel )
|
||||
break;
|
||||
}
|
||||
p->ph = NULL;
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLabel Object deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " YES release_QLabel %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLabel Object deleted! %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLabel Object Name Missing!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " NO release_QLabel" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "NO release_QLabel Object Name Missing!" ) );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ( "release_QLabel Object Allready deleted!" ) );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " DEL release_QLabel" );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( "DEL release_QLabel Object Allready deleted!" ) );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -138,9 +129,7 @@ void * gcAllocate_QLabel( void * pObj )
|
||||
p->ph = pObj;
|
||||
p->func = release_QLabel;
|
||||
new( & p->pq ) QPointer< QLabel >( ( QLabel * ) pObj );
|
||||
#if defined( __HB_DEBUG__ )
|
||||
hbqt_debug( " new_QLabel %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() );
|
||||
#endif
|
||||
HB_TRACE( HB_TR_DEBUG, ( " new_QLabel %i B %i KB", ( int ) hb_xquery( 1001 ), hbqt_getmemused() ) );
|
||||
return( p );
|
||||
}
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user