2010-07-12 22:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

- contrib/hbqt/gensource
    ! Unused, deleted.

  * contrib/hbqt/qtgui/*
  * contrib/hbqt/qtcore/*
  * contrib/hbqt/qtnetwork/*
    * Regenerated.
This commit is contained in:
Viktor Szakats
2010-07-12 21:01:35 +00:00
parent 4f549ef390
commit 9e2d65972e
283 changed files with 291 additions and 282 deletions

View File

@@ -16,6 +16,15 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-07-12 22:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
- contrib/hbqt/gensource
! Unused, deleted.
* contrib/hbqt/qtgui/*
* contrib/hbqt/qtcore/*
* contrib/hbqt/qtnetwork/*
* Regenerated.
2010-07-12 22:37 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/make.hbs
+ Added support for HB_CONTRIBS ennvar which is to replace

View File

@@ -128,7 +128,7 @@ void * hbqt_gcAllocate_HBDbfModel( void * pObj, bool bNew )
new( & p->ph ) QPointer< HBDbfModel >( ( HBDbfModel * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_HBDbfModel;
p->type = QT_TYPE_HBDbfModel;
p->type = HBQT_TYPE_HBDbfModel;
if( bNew )
{

View File

@@ -129,7 +129,7 @@ void * hbqt_gcAllocate_HBEvents( void * pObj, bool bNew )
new( & p->ph ) QPointer< HBEvents >( ( HBEvents * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_HBEvents;
p->type = QT_TYPE_HBEvents;
p->type = HBQT_TYPE_HBEvents;
if( bNew )
{

View File

@@ -128,7 +128,7 @@ void * hbqt_gcAllocate_HBQAbstractItemModel( void * pObj, bool bNew )
new( & p->ph ) QPointer< HBQAbstractItemModel >( ( HBQAbstractItemModel * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_HBQAbstractItemModel;
p->type = QT_TYPE_HBQAbstractItemModel;
p->type = HBQT_TYPE_HBQAbstractItemModel;
if( bNew )
{

View File

@@ -128,7 +128,7 @@ void * hbqt_gcAllocate_HBSlots( void * pObj, bool bNew )
new( & p->ph ) QPointer< HBSlots >( ( HBSlots * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_HBSlots;
p->type = QT_TYPE_HBSlots;
p->type = HBQT_TYPE_HBSlots;
if( bNew )
{

View File

@@ -120,7 +120,7 @@ void * hbqt_gcAllocate_QAbstractItemModel( void * pObj, bool bNew )
new( & p->ph ) QPointer< QAbstractItemModel >( ( QAbstractItemModel * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QAbstractItemModel;
p->type = QT_TYPE_QAbstractItemModel;
p->type = HBQT_TYPE_QAbstractItemModel;
if( bNew )
{

View File

@@ -101,7 +101,7 @@ void * hbqt_gcAllocate_QAbstractListModel( void * pObj, bool bNew )
new( & p->ph ) QPointer< QAbstractListModel >( ( QAbstractListModel * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QAbstractListModel;
p->type = QT_TYPE_QAbstractListModel;
p->type = HBQT_TYPE_QAbstractListModel;
if( bNew )
{

View File

@@ -101,7 +101,7 @@ void * hbqt_gcAllocate_QAbstractTableModel( void * pObj, bool bNew )
new( & p->ph ) QPointer< QAbstractTableModel >( ( QAbstractTableModel * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QAbstractTableModel;
p->type = QT_TYPE_QAbstractTableModel;
p->type = HBQT_TYPE_QAbstractTableModel;
if( bNew )
{

View File

@@ -116,7 +116,7 @@ void * hbqt_gcAllocate_QBitArray( void * pObj, bool bNew )
p->ph = ( QBitArray * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QBitArray;
p->type = QT_TYPE_QBitArray;
p->type = HBQT_TYPE_QBitArray;
if( bNew )
{

View File

@@ -128,7 +128,7 @@ void * hbqt_gcAllocate_QBuffer( void * pObj, bool bNew )
new( & p->ph ) QPointer< QBuffer >( ( QBuffer * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QBuffer;
p->type = QT_TYPE_QBuffer;
p->type = HBQT_TYPE_QBuffer;
if( bNew )
{

View File

@@ -119,7 +119,7 @@ void * hbqt_gcAllocate_QByteArray( void * pObj, bool bNew )
p->ph = ( QByteArray * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QByteArray;
p->type = QT_TYPE_QByteArray;
p->type = HBQT_TYPE_QByteArray;
if( bNew )
{

View File

@@ -128,7 +128,7 @@ void * hbqt_gcAllocate_QChar( void * pObj, bool bNew )
p->ph = ( QChar * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QChar;
p->type = QT_TYPE_QChar;
p->type = HBQT_TYPE_QChar;
if( bNew )
{

View File

@@ -106,7 +106,7 @@ void * hbqt_gcAllocate_QCoreApplication( void * pObj, bool bNew )
new( & p->ph ) QPointer< QCoreApplication >( ( QCoreApplication * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QCoreApplication;
p->type = QT_TYPE_QCoreApplication;
p->type = HBQT_TYPE_QCoreApplication;
if( bNew )
{

View File

@@ -124,7 +124,7 @@ void * hbqt_gcAllocate_QDataStream( void * pObj, bool bNew )
p->ph = ( QDataStream * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QDataStream;
p->type = QT_TYPE_QDataStream;
p->type = HBQT_TYPE_QDataStream;
if( bNew )
{

View File

@@ -119,7 +119,7 @@ void * hbqt_gcAllocate_QDate( void * pObj, bool bNew )
p->ph = ( QDate * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QDate;
p->type = QT_TYPE_QDate;
p->type = HBQT_TYPE_QDate;
if( bNew )
{

View File

@@ -119,7 +119,7 @@ void * hbqt_gcAllocate_QDateTime( void * pObj, bool bNew )
p->ph = ( QDateTime * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QDateTime;
p->type = QT_TYPE_QDateTime;
p->type = HBQT_TYPE_QDateTime;
if( bNew )
{

View File

@@ -125,7 +125,7 @@ void * hbqt_gcAllocate_QDir( void * pObj, bool bNew )
p->ph = ( QDir * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QDir;
p->type = QT_TYPE_QDir;
p->type = HBQT_TYPE_QDir;
if( bNew )
{

View File

@@ -120,7 +120,7 @@ void * hbqt_gcAllocate_QEvent( void * pObj, bool bNew )
p->ph = ( QEvent * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QEvent;
p->type = QT_TYPE_QEvent;
p->type = HBQT_TYPE_QEvent;
if( bNew )
{

View File

@@ -132,7 +132,7 @@ void * hbqt_gcAllocate_QEventLoop( void * pObj, bool bNew )
new( & p->ph ) QPointer< QEventLoop >( ( QEventLoop * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QEventLoop;
p->type = QT_TYPE_QEventLoop;
p->type = HBQT_TYPE_QEventLoop;
if( bNew )
{

View File

@@ -137,7 +137,7 @@ void * hbqt_gcAllocate_QFile( void * pObj, bool bNew )
new( & p->ph ) QPointer< QFile >( ( QFile * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QFile;
p->type = QT_TYPE_QFile;
p->type = HBQT_TYPE_QFile;
if( bNew )
{

View File

@@ -125,7 +125,7 @@ void * hbqt_gcAllocate_QFileInfo( void * pObj, bool bNew )
p->ph = ( QFileInfo * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QFileInfo;
p->type = QT_TYPE_QFileInfo;
p->type = HBQT_TYPE_QFileInfo;
if( bNew )
{

View File

@@ -107,7 +107,7 @@ void * hbqt_gcAllocate_QIODevice( void * pObj, bool bNew )
new( & p->ph ) QPointer< QIODevice >( ( QIODevice * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QIODevice;
p->type = QT_TYPE_QIODevice;
p->type = HBQT_TYPE_QIODevice;
if( bNew )
{

View File

@@ -115,7 +115,7 @@ void * hbqt_gcAllocate_QLatin1Char( void * pObj, bool bNew )
p->ph = ( QLatin1Char * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QLatin1Char;
p->type = QT_TYPE_QLatin1Char;
p->type = HBQT_TYPE_QLatin1Char;
if( bNew )
{

View File

@@ -115,7 +115,7 @@ void * hbqt_gcAllocate_QLatin1String( void * pObj, bool bNew )
p->ph = ( QLatin1String * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QLatin1String;
p->type = QT_TYPE_QLatin1String;
p->type = HBQT_TYPE_QLatin1String;
if( bNew )
{

View File

@@ -117,7 +117,7 @@ void * hbqt_gcAllocate_QLine( void * pObj, bool bNew )
p->ph = ( QLine * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QLine;
p->type = QT_TYPE_QLine;
p->type = HBQT_TYPE_QLine;
if( bNew )
{

View File

@@ -121,7 +121,7 @@ void * hbqt_gcAllocate_QLineF( void * pObj, bool bNew )
p->ph = ( QLineF * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QLineF;
p->type = QT_TYPE_QLineF;
p->type = HBQT_TYPE_QLineF;
if( bNew )
{

View File

@@ -143,7 +143,7 @@ void * hbqt_gcAllocate_QList( void * pObj, bool bNew )
p->ph = ( QList< void * > * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QList;
p->type = QT_TYPE_QList;
p->type = HBQT_TYPE_QList;
if( bNew )
{

View File

@@ -126,7 +126,7 @@ void * hbqt_gcAllocate_QLocale( void * pObj, bool bNew )
p->ph = ( QLocale * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QLocale;
p->type = QT_TYPE_QLocale;
p->type = HBQT_TYPE_QLocale;
if( bNew )
{

View File

@@ -137,7 +137,7 @@ void * hbqt_gcAllocate_QMimeData( void * pObj, bool bNew )
new( & p->ph ) QPointer< QMimeData >( ( QMimeData * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QMimeData;
p->type = QT_TYPE_QMimeData;
p->type = HBQT_TYPE_QMimeData;
if( bNew )
{

View File

@@ -117,7 +117,7 @@ void * hbqt_gcAllocate_QModelIndex( void * pObj, bool bNew )
p->ph = ( QModelIndex * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QModelIndex;
p->type = QT_TYPE_QModelIndex;
p->type = HBQT_TYPE_QModelIndex;
if( bNew )
{

View File

@@ -144,7 +144,7 @@ void * hbqt_gcAllocate_QObject( void * pObj, bool bNew )
new( & p->ph ) QPointer< QObject >( ( QObject * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QObject;
p->type = QT_TYPE_QObject;
p->type = HBQT_TYPE_QObject;
if( bNew )
{

View File

@@ -117,7 +117,7 @@ void * hbqt_gcAllocate_QPoint( void * pObj, bool bNew )
p->ph = ( QPoint * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QPoint;
p->type = QT_TYPE_QPoint;
p->type = HBQT_TYPE_QPoint;
if( bNew )
{

View File

@@ -117,7 +117,7 @@ void * hbqt_gcAllocate_QPointF( void * pObj, bool bNew )
p->ph = ( QPointF * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QPointF;
p->type = QT_TYPE_QPointF;
p->type = HBQT_TYPE_QPointF;
if( bNew )
{

View File

@@ -138,7 +138,7 @@ void * hbqt_gcAllocate_QProcess( void * pObj, bool bNew )
new( & p->ph ) QPointer< QProcess >( ( QProcess * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QProcess;
p->type = QT_TYPE_QProcess;
p->type = HBQT_TYPE_QProcess;
if( bNew )
{

View File

@@ -119,7 +119,7 @@ void * hbqt_gcAllocate_QRect( void * pObj, bool bNew )
p->ph = ( QRect * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QRect;
p->type = QT_TYPE_QRect;
p->type = HBQT_TYPE_QRect;
if( bNew )
{

View File

@@ -120,7 +120,7 @@ void * hbqt_gcAllocate_QRectF( void * pObj, bool bNew )
p->ph = ( QRectF * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QRectF;
p->type = QT_TYPE_QRectF;
p->type = HBQT_TYPE_QRectF;
if( bNew )
{

View File

@@ -122,7 +122,7 @@ void * hbqt_gcAllocate_QRegExp( void * pObj, bool bNew )
p->ph = ( QRegExp * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QRegExp;
p->type = QT_TYPE_QRegExp;
p->type = HBQT_TYPE_QRegExp;
if( bNew )
{

View File

@@ -116,7 +116,7 @@ void * hbqt_gcAllocate_QResource( void * pObj, bool bNew )
p->ph = ( QResource * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QResource;
p->type = QT_TYPE_QResource;
p->type = HBQT_TYPE_QResource;
if( bNew )
{

View File

@@ -137,7 +137,7 @@ void * hbqt_gcAllocate_QSettings( void * pObj, bool bNew )
new( & p->ph ) QPointer< QSettings >( ( QSettings * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QSettings;
p->type = QT_TYPE_QSettings;
p->type = HBQT_TYPE_QSettings;
if( bNew )
{

View File

@@ -127,7 +127,7 @@ void * hbqt_gcAllocate_QSignalMapper( void * pObj, bool bNew )
new( & p->ph ) QPointer< QSignalMapper >( ( QSignalMapper * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QSignalMapper;
p->type = QT_TYPE_QSignalMapper;
p->type = HBQT_TYPE_QSignalMapper;
if( bNew )
{

View File

@@ -117,7 +117,7 @@ void * hbqt_gcAllocate_QSize( void * pObj, bool bNew )
p->ph = ( QSize * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QSize;
p->type = QT_TYPE_QSize;
p->type = HBQT_TYPE_QSize;
if( bNew )
{

View File

@@ -118,7 +118,7 @@ void * hbqt_gcAllocate_QSizeF( void * pObj, bool bNew )
p->ph = ( QSizeF * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QSizeF;
p->type = QT_TYPE_QSizeF;
p->type = HBQT_TYPE_QSizeF;
if( bNew )
{

View File

@@ -135,7 +135,7 @@ void * hbqt_gcAllocate_QStringList( void * pObj, bool bNew )
p->ph = ( QStringList * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QStringList;
p->type = QT_TYPE_QStringList;
p->type = HBQT_TYPE_QStringList;
if( bNew )
{

View File

@@ -125,7 +125,7 @@ void * hbqt_gcAllocate_QTextBoundaryFinder( void * pObj, bool bNew )
p->ph = ( QTextBoundaryFinder * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QTextBoundaryFinder;
p->type = QT_TYPE_QTextBoundaryFinder;
p->type = HBQT_TYPE_QTextBoundaryFinder;
if( bNew )
{

View File

@@ -106,7 +106,7 @@ void * hbqt_gcAllocate_QTextCodec( void * pObj, bool bNew )
p->ph = ( QTextCodec * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QTextCodec;
p->type = QT_TYPE_QTextCodec;
p->type = HBQT_TYPE_QTextCodec;
if( bNew )
{

View File

@@ -116,7 +116,7 @@ void * hbqt_gcAllocate_QTextDecoder( void * pObj, bool bNew )
p->ph = ( QTextDecoder * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QTextDecoder;
p->type = QT_TYPE_QTextDecoder;
p->type = HBQT_TYPE_QTextDecoder;
if( bNew )
{

View File

@@ -116,7 +116,7 @@ void * hbqt_gcAllocate_QTextEncoder( void * pObj, bool bNew )
p->ph = ( QTextEncoder * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QTextEncoder;
p->type = QT_TYPE_QTextEncoder;
p->type = HBQT_TYPE_QTextEncoder;
if( bNew )
{

View File

@@ -129,7 +129,7 @@ void * hbqt_gcAllocate_QTextStream( void * pObj, bool bNew )
p->ph = ( QTextStream * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QTextStream;
p->type = QT_TYPE_QTextStream;
p->type = HBQT_TYPE_QTextStream;
if( bNew )
{

View File

@@ -130,7 +130,7 @@ void * hbqt_gcAllocate_QThread( void * pObj, bool bNew )
new( & p->ph ) QPointer< QThread >( ( QThread * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QThread;
p->type = QT_TYPE_QThread;
p->type = HBQT_TYPE_QThread;
if( bNew )
{

View File

@@ -115,7 +115,7 @@ void * hbqt_gcAllocate_QTime( void * pObj, bool bNew )
p->ph = ( QTime * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QTime;
p->type = QT_TYPE_QTime;
p->type = HBQT_TYPE_QTime;
if( bNew )
{

View File

@@ -127,7 +127,7 @@ void * hbqt_gcAllocate_QTimer( void * pObj, bool bNew )
new( & p->ph ) QPointer< QTimer >( ( QTimer * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QTimer;
p->type = QT_TYPE_QTimer;
p->type = HBQT_TYPE_QTimer;
if( bNew )
{

View File

@@ -126,7 +126,7 @@ void * hbqt_gcAllocate_QTranslator( void * pObj, bool bNew )
new( & p->ph ) QPointer< QTranslator >( ( QTranslator * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QTranslator;
p->type = QT_TYPE_QTranslator;
p->type = HBQT_TYPE_QTranslator;
if( bNew )
{

View File

@@ -128,7 +128,7 @@ void * hbqt_gcAllocate_QUiLoader( void * pObj, bool bNew )
new( & p->ph ) QPointer< QUiLoader >( ( QUiLoader * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QUiLoader;
p->type = QT_TYPE_QUiLoader;
p->type = HBQT_TYPE_QUiLoader;
if( bNew )
{

View File

@@ -149,7 +149,7 @@ void * hbqt_gcAllocate_QUrl( void * pObj, bool bNew )
p->ph = ( QUrl * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QUrl;
p->type = QT_TYPE_QUrl;
p->type = HBQT_TYPE_QUrl;
if( bNew )
{

View File

@@ -177,7 +177,7 @@ void * hbqt_gcAllocate_QVariant( void * pObj, bool bNew )
p->ph = ( QVariant * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QVariant;
p->type = QT_TYPE_QVariant;
p->type = HBQT_TYPE_QVariant;
if( bNew )
{

View File

@@ -128,7 +128,7 @@ void * hbqt_gcAllocate_HBQMainWindow( void * pObj, bool bNew )
new( & p->ph ) QPointer< HBQMainWindow >( ( HBQMainWindow * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_HBQMainWindow;
p->type = QT_TYPE_HBQMainWindow;
p->type = HBQT_TYPE_HBQMainWindow;
if( bNew )
{

View File

@@ -129,7 +129,7 @@ void * hbqt_gcAllocate_HBQPlainTextEdit( void * pObj, bool bNew )
new( & p->ph ) QPointer< HBQPlainTextEdit >( ( HBQPlainTextEdit * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_HBQPlainTextEdit;
p->type = QT_TYPE_HBQPlainTextEdit;
p->type = HBQT_TYPE_HBQPlainTextEdit;
if( bNew )
{

View File

@@ -127,7 +127,7 @@ void * hbqt_gcAllocate_HBQSyntaxHighlighter( void * pObj, bool bNew )
new( & p->ph ) QPointer< HBQSyntaxHighlighter >( ( HBQSyntaxHighlighter * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_HBQSyntaxHighlighter;
p->type = QT_TYPE_HBQSyntaxHighlighter;
p->type = HBQT_TYPE_HBQSyntaxHighlighter;
if( bNew )
{

View File

@@ -128,7 +128,7 @@ void * hbqt_gcAllocate_HBQTableView( void * pObj, bool bNew )
new( & p->ph ) QPointer< HBQTableView >( ( HBQTableView * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_HBQTableView;
p->type = QT_TYPE_HBQTableView;
p->type = HBQT_TYPE_HBQTableView;
if( bNew )
{

View File

@@ -116,7 +116,7 @@ void * hbqt_gcAllocate_HBQTextBlockUserData( void * pObj, bool bNew )
p->ph = ( HBQTextBlockUserData * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_HBQTextBlockUserData;
p->type = QT_TYPE_HBQTextBlockUserData;
p->type = HBQT_TYPE_HBQTextBlockUserData;
if( bNew )
{

View File

@@ -101,7 +101,7 @@ void * hbqt_gcAllocate_QAbstractButton( void * pObj, bool bNew )
new( & p->ph ) QPointer< QAbstractButton >( ( QAbstractButton * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QAbstractButton;
p->type = QT_TYPE_QAbstractButton;
p->type = HBQT_TYPE_QAbstractButton;
if( bNew )
{

View File

@@ -104,7 +104,7 @@ void * hbqt_gcAllocate_QAbstractItemDelegate( void * pObj, bool bNew )
new( & p->ph ) QPointer< QAbstractItemDelegate >( ( QAbstractItemDelegate * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QAbstractItemDelegate;
p->type = QT_TYPE_QAbstractItemDelegate;
p->type = HBQT_TYPE_QAbstractItemDelegate;
if( bNew )
{

View File

@@ -111,7 +111,7 @@ void * hbqt_gcAllocate_QAbstractItemView( void * pObj, bool bNew )
new( & p->ph ) QPointer< QAbstractItemView >( ( QAbstractItemView * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QAbstractItemView;
p->type = QT_TYPE_QAbstractItemView;
p->type = HBQT_TYPE_QAbstractItemView;
if( bNew )
{

View File

@@ -115,7 +115,7 @@ void * hbqt_gcAllocate_QAbstractPrintDialog( void * pObj, bool bNew )
new( & p->ph ) QPointer< QAbstractPrintDialog >( ( QAbstractPrintDialog * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QAbstractPrintDialog;
p->type = QT_TYPE_QAbstractPrintDialog;
p->type = HBQT_TYPE_QAbstractPrintDialog;
if( bNew )
{

View File

@@ -100,7 +100,7 @@ void * hbqt_gcAllocate_QAbstractProxyModel( void * pObj, bool bNew )
new( & p->ph ) QPointer< QAbstractProxyModel >( ( QAbstractProxyModel * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QAbstractProxyModel;
p->type = QT_TYPE_QAbstractProxyModel;
p->type = HBQT_TYPE_QAbstractProxyModel;
if( bNew )
{

View File

@@ -101,7 +101,7 @@ void * hbqt_gcAllocate_QAbstractScrollArea( void * pObj, bool bNew )
new( & p->ph ) QPointer< QAbstractScrollArea >( ( QAbstractScrollArea * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QAbstractScrollArea;
p->type = QT_TYPE_QAbstractScrollArea;
p->type = HBQT_TYPE_QAbstractScrollArea;
if( bNew )
{

View File

@@ -105,7 +105,7 @@ void * hbqt_gcAllocate_QAbstractSlider( void * pObj, bool bNew )
new( & p->ph ) QPointer< QAbstractSlider >( ( QAbstractSlider * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QAbstractSlider;
p->type = QT_TYPE_QAbstractSlider;
p->type = HBQT_TYPE_QAbstractSlider;
if( bNew )
{

View File

@@ -108,7 +108,7 @@ void * hbqt_gcAllocate_QAbstractSpinBox( void * pObj, bool bNew )
new( & p->ph ) QPointer< QAbstractSpinBox >( ( QAbstractSpinBox * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QAbstractSpinBox;
p->type = QT_TYPE_QAbstractSpinBox;
p->type = HBQT_TYPE_QAbstractSpinBox;
if( bNew )
{

View File

@@ -100,7 +100,7 @@ void * hbqt_gcAllocate_QAbstractTextDocumentLayout( void * pObj, bool bNew )
new( & p->ph ) QPointer< QAbstractTextDocumentLayout >( ( QAbstractTextDocumentLayout * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QAbstractTextDocumentLayout;
p->type = QT_TYPE_QAbstractTextDocumentLayout;
p->type = HBQT_TYPE_QAbstractTextDocumentLayout;
if( bNew )
{

View File

@@ -147,7 +147,7 @@ void * hbqt_gcAllocate_QAction( void * pObj, bool bNew )
new( & p->ph ) QPointer< QAction >( ( QAction * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QAction;
p->type = QT_TYPE_QAction;
p->type = HBQT_TYPE_QAction;
if( bNew )
{

View File

@@ -126,7 +126,7 @@ void * hbqt_gcAllocate_QActionGroup( void * pObj, bool bNew )
new( & p->ph ) QPointer< QActionGroup >( ( QActionGroup * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QActionGroup;
p->type = QT_TYPE_QActionGroup;
p->type = HBQT_TYPE_QActionGroup;
if( bNew )
{

View File

@@ -183,7 +183,7 @@ void * hbqt_gcAllocate_QApplication( void * pObj, bool bNew )
new( & p->ph ) QPointer< QApplication >( ( QApplication * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QApplication;
p->type = QT_TYPE_QApplication;
p->type = HBQT_TYPE_QApplication;
if( bNew )
{

View File

@@ -120,7 +120,7 @@ void * hbqt_gcAllocate_QBitmap( void * pObj, bool bNew )
p->ph = ( QBitmap * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QBitmap;
p->type = QT_TYPE_QBitmap;
p->type = HBQT_TYPE_QBitmap;
if( bNew )
{

View File

@@ -142,7 +142,7 @@ void * hbqt_gcAllocate_QBoxLayout( void * pObj, bool bNew )
new( & p->ph ) QPointer< QBoxLayout >( ( QBoxLayout * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QBoxLayout;
p->type = QT_TYPE_QBoxLayout;
p->type = HBQT_TYPE_QBoxLayout;
if( bNew )
{

View File

@@ -125,7 +125,7 @@ void * hbqt_gcAllocate_QBrush( void * pObj, bool bNew )
p->ph = ( QBrush * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QBrush;
p->type = QT_TYPE_QBrush;
p->type = HBQT_TYPE_QBrush;
if( bNew )
{

View File

@@ -127,7 +127,7 @@ void * hbqt_gcAllocate_QButtonGroup( void * pObj, bool bNew )
new( & p->ph ) QPointer< QButtonGroup >( ( QButtonGroup * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QButtonGroup;
p->type = QT_TYPE_QButtonGroup;
p->type = HBQT_TYPE_QButtonGroup;
if( bNew )
{

View File

@@ -142,7 +142,7 @@ void * hbqt_gcAllocate_QCalendarWidget( void * pObj, bool bNew )
new( & p->ph ) QPointer< QCalendarWidget >( ( QCalendarWidget * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QCalendarWidget;
p->type = QT_TYPE_QCalendarWidget;
p->type = HBQT_TYPE_QCalendarWidget;
if( bNew )
{

View File

@@ -127,7 +127,7 @@ void * hbqt_gcAllocate_QCheckBox( void * pObj, bool bNew )
new( & p->ph ) QPointer< QCheckBox >( ( QCheckBox * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QCheckBox;
p->type = QT_TYPE_QCheckBox;
p->type = HBQT_TYPE_QCheckBox;
if( bNew )
{

View File

@@ -107,7 +107,7 @@ void * hbqt_gcAllocate_QClipboard( void * pObj, bool bNew )
new( & p->ph ) QPointer< QClipboard >( ( QClipboard * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QClipboard;
p->type = QT_TYPE_QClipboard;
p->type = HBQT_TYPE_QClipboard;
if( bNew )
{

View File

@@ -125,7 +125,7 @@ void * hbqt_gcAllocate_QColor( void * pObj, bool bNew )
p->ph = ( QColor * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QColor;
p->type = QT_TYPE_QColor;
p->type = HBQT_TYPE_QColor;
if( bNew )
{

View File

@@ -132,7 +132,7 @@ void * hbqt_gcAllocate_QColorDialog( void * pObj, bool bNew )
new( & p->ph ) QPointer< QColorDialog >( ( QColorDialog * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QColorDialog;
p->type = QT_TYPE_QColorDialog;
p->type = HBQT_TYPE_QColorDialog;
if( bNew )
{

View File

@@ -132,7 +132,7 @@ void * hbqt_gcAllocate_QComboBox( void * pObj, bool bNew )
new( & p->ph ) QPointer< QComboBox >( ( QComboBox * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QComboBox;
p->type = QT_TYPE_QComboBox;
p->type = HBQT_TYPE_QComboBox;
if( bNew )
{

View File

@@ -128,7 +128,7 @@ void * hbqt_gcAllocate_QCommandLinkButton( void * pObj, bool bNew )
new( & p->ph ) QPointer< QCommandLinkButton >( ( QCommandLinkButton * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QCommandLinkButton;
p->type = QT_TYPE_QCommandLinkButton;
p->type = HBQT_TYPE_QCommandLinkButton;
if( bNew )
{

View File

@@ -126,7 +126,7 @@ void * hbqt_gcAllocate_QCommonStyle( void * pObj, bool bNew )
new( & p->ph ) QPointer< QCommonStyle >( ( QCommonStyle * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QCommonStyle;
p->type = QT_TYPE_QCommonStyle;
p->type = HBQT_TYPE_QCommonStyle;
if( bNew )
{

View File

@@ -133,7 +133,7 @@ void * hbqt_gcAllocate_QCompleter( void * pObj, bool bNew )
new( & p->ph ) QPointer< QCompleter >( ( QCompleter * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QCompleter;
p->type = QT_TYPE_QCompleter;
p->type = HBQT_TYPE_QCompleter;
if( bNew )
{

View File

@@ -123,7 +123,7 @@ void * hbqt_gcAllocate_QConicalGradient( void * pObj, bool bNew )
p->ph = ( QConicalGradient * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QConicalGradient;
p->type = QT_TYPE_QConicalGradient;
p->type = HBQT_TYPE_QConicalGradient;
if( bNew )
{

View File

@@ -120,7 +120,7 @@ void * hbqt_gcAllocate_QContextMenuEvent( void * pObj, bool bNew )
p->ph = ( QContextMenuEvent * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QContextMenuEvent;
p->type = QT_TYPE_QContextMenuEvent;
p->type = HBQT_TYPE_QContextMenuEvent;
if( bNew )
{

View File

@@ -123,7 +123,7 @@ void * hbqt_gcAllocate_QCursor( void * pObj, bool bNew )
p->ph = ( QCursor * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QCursor;
p->type = QT_TYPE_QCursor;
p->type = HBQT_TYPE_QCursor;
if( bNew )
{

View File

@@ -127,7 +127,7 @@ void * hbqt_gcAllocate_QDateEdit( void * pObj, bool bNew )
new( & p->ph ) QPointer< QDateEdit >( ( QDateEdit * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QDateEdit;
p->type = QT_TYPE_QDateEdit;
p->type = HBQT_TYPE_QDateEdit;
if( bNew )
{

View File

@@ -134,7 +134,7 @@ void * hbqt_gcAllocate_QDateTimeEdit( void * pObj, bool bNew )
new( & p->ph ) QPointer< QDateTimeEdit >( ( QDateTimeEdit * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QDateTimeEdit;
p->type = QT_TYPE_QDateTimeEdit;
p->type = HBQT_TYPE_QDateTimeEdit;
if( bNew )
{

View File

@@ -127,7 +127,7 @@ void * hbqt_gcAllocate_QDesktopWidget( void * pObj, bool bNew )
new( & p->ph ) QPointer< QDesktopWidget >( ( QDesktopWidget * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QDesktopWidget;
p->type = QT_TYPE_QDesktopWidget;
p->type = HBQT_TYPE_QDesktopWidget;
if( bNew )
{

View File

@@ -127,7 +127,7 @@ void * hbqt_gcAllocate_QDial( void * pObj, bool bNew )
new( & p->ph ) QPointer< QDial >( ( QDial * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QDial;
p->type = QT_TYPE_QDial;
p->type = HBQT_TYPE_QDial;
if( bNew )
{

View File

@@ -131,7 +131,7 @@ void * hbqt_gcAllocate_QDialog( void * pObj, bool bNew )
new( & p->ph ) QPointer< QDialog >( ( QDialog * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QDialog;
p->type = QT_TYPE_QDialog;
p->type = HBQT_TYPE_QDialog;
if( bNew )
{

View File

@@ -132,7 +132,7 @@ void * hbqt_gcAllocate_QDirModel( void * pObj, bool bNew )
new( & p->ph ) QPointer< QDirModel >( ( QDirModel * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QDirModel;
p->type = QT_TYPE_QDirModel;
p->type = HBQT_TYPE_QDirModel;
if( bNew )
{

View File

@@ -133,7 +133,7 @@ void * hbqt_gcAllocate_QDockWidget( void * pObj, bool bNew )
new( & p->ph ) QPointer< QDockWidget >( ( QDockWidget * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QDockWidget;
p->type = QT_TYPE_QDockWidget;
p->type = HBQT_TYPE_QDockWidget;
if( bNew )
{

View File

@@ -126,7 +126,7 @@ void * hbqt_gcAllocate_QDoubleSpinBox( void * pObj, bool bNew )
new( & p->ph ) QPointer< QDoubleSpinBox >( ( QDoubleSpinBox * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QDoubleSpinBox;
p->type = QT_TYPE_QDoubleSpinBox;
p->type = HBQT_TYPE_QDoubleSpinBox;
if( bNew )
{

View File

@@ -100,7 +100,7 @@ void * hbqt_gcAllocate_QDragEnterEvent( void * pObj, bool bNew )
p->ph = ( QDragEnterEvent * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QDragEnterEvent;
p->type = QT_TYPE_QDragEnterEvent;
p->type = HBQT_TYPE_QDragEnterEvent;
if( bNew )
{

View File

@@ -100,7 +100,7 @@ void * hbqt_gcAllocate_QDragLeaveEvent( void * pObj, bool bNew )
p->ph = ( QDragLeaveEvent * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QDragLeaveEvent;
p->type = QT_TYPE_QDragLeaveEvent;
p->type = HBQT_TYPE_QDragLeaveEvent;
if( bNew )
{

View File

@@ -101,7 +101,7 @@ void * hbqt_gcAllocate_QDragMoveEvent( void * pObj, bool bNew )
p->ph = ( QDragMoveEvent * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QDragMoveEvent;
p->type = QT_TYPE_QDragMoveEvent;
p->type = HBQT_TYPE_QDragMoveEvent;
if( bNew )
{

View File

@@ -109,7 +109,7 @@ void * hbqt_gcAllocate_QDropEvent( void * pObj, bool bNew )
p->ph = ( QDropEvent * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QDropEvent;
p->type = QT_TYPE_QDropEvent;
p->type = HBQT_TYPE_QDropEvent;
if( bNew )
{

Some files were not shown because too many files have changed in this diff Show More