2010-08-02 10:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbqt/hbqt.h
    - Deleted component specific hbqt_par_*() defines.
    - Deleted some hbqt_par_*() defines which were not defined anymore
      or not used.

  * contrib/hbqt/hbqt_common.hbm
    % Deleted hbqtcore dir from header path list.

  * contrib/hbqt/qtcore/hbqt_hbevents.h
  * contrib/hbqt/qtcore/hbqt_hbslots.h
    + Include main component header.

  * contrib/hbqt/utils/hbqtgen.prg
    + Will now generate hbqt_par_*() macros automatically, in local
      component dir.
    % Deleted more unused code.

  * contrib/hbqt/qtdesigner/qth/QDesignerActionEditorInterface.qth
  * contrib/hbqt/qtdesigner/qth/QDesignerFormEditorInterface.qth
  * contrib/hbqt/qtdesigner/qth/QDesignerFormWindowCursorInterface.qth
  * contrib/hbqt/qtdesigner/qth/QDesignerFormWindowInterface.qth
  * contrib/hbqt/qtdesigner/qth/QDesignerFormWindowManagerInterface.qth
  * contrib/hbqt/qtdesigner/qth/QDesignerObjectInspectorInterface.qth
  * contrib/hbqt/qtdesigner/qth/QDesignerPropertyEditorInterface.qth
  * contrib/hbqt/qtdesigner/qth/QDesignerWidgetBoxInterface.qth
  * contrib/hbqt/qtwebkit/qth/QWebFrame.qth
  * contrib/hbqt/qtwebkit/qth/QWebHistory.qth
  * contrib/hbqt/qtwebkit/qth/QWebHistoryInterface.qth
  * contrib/hbqt/qtwebkit/qth/QWebHistoryItem.qth
  * contrib/hbqt/qtwebkit/qth/QWebHitTestResult.qth
  * contrib/hbqt/qtwebkit/qth/QWebPage.qth
  * contrib/hbqt/qtwebkit/qth/QWebPluginFactory.qth
  * contrib/hbqt/qtwebkit/qth/QWebSecurityOrigin.qth
  * contrib/hbqt/qtwebkit/qth/QWebSettings.qth
  * contrib/hbqt/qtwebkit/qth/QWebView.qth
    - Deleted manual references to component header. (now automatically generated)

  * contrib/hbqt/qtcore/hbqtcore.hbp
  * contrib/hbqt/qtcore/hbqtcores.hbp
  * contrib/hbqt/qtgui/hbqtgui.hbp
  * contrib/hbqt/qtgui/hbqtguis.hbp
    + Added main component dir to header path list.

  * contrib/hbqt/qtgui/qth/HBQAbstractItemModel.qth
  * contrib/hbqt/qtgui/qth/HBQMainWindow.qth
  * contrib/hbqt/qtgui/qth/HBQPlainTextEdit.qth
  * contrib/hbqt/qtgui/qth/HBQSyntaxHighlighter.qth
  * contrib/hbqt/qtgui/qth/HBQTableView.qth
  * contrib/hbqt/qtgui/qth/HBQTextBlockUserData.qth
  * contrib/hbqt/qtgui/qth/QSyntaxHighlighter.qth
  * contrib/hbqt/qtgui/qth/QTextBlock.qth
  * contrib/hbqt/qtcore/qth/HBEvents.qth
  * contrib/hbqt/qtcore/qth/HBSlots.qth
    - Deleted relative paths when referencing component local headers.

  * contrib/hbqt/qtgui/qth/QPaintEngine.qth
    ! Commented references to QPaintEngineState (it's not implemented).

  * contrib/hbqt/qtcore/qth/QSignalMapper.qth
    ! Commented references to QWidget (it's QtGui component. It can be
      readded by adding some tricks if absolutely necessary, I don't know
      how important these methods are).

  - contrib/hbqt/qtwebkit/hbqt_local.h
  - contrib/hbqt/qtdesigner/hbqt_local.h
  + contrib/hbqt/qtdesigner/g/hbqtdesigner.h
  + contrib/hbqt/qtwebkit/g/hbqtwebkit.h
  + contrib/hbqt/qtcore/g/hbqtcore.h
  + contrib/hbqt/qtgui/g/hbqtgui.h
  + contrib/hbqt/qtnetwork/g/hbqtnetwork.h
    + Added/moved component local headers to g dir. These are now
      generated automatically.

  - contrib/hbqt/qtgui/g/QInputContext.cpp
  - contrib/hbqt/qtgui/g/TQInputContext.prg
    - Deleted generated source which is not generated since long.

  * contrib/hbqt/qtcore/doc/en/*
  * contrib/hbqt/qtcore/g/*
  * contrib/hbqt/qtdesigner/g/*
  * contrib/hbqt/qtgui/doc/en/*
  * contrib/hbqt/qtgui/g/*
  * contrib/hbqt/qtnetwork/g/*
  * contrib/hbqt/qtwebkit/g/*
    * Regenerated.
This commit is contained in:
Viktor Szakats
2010-08-02 08:34:02 +00:00
parent 6ef6bf183b
commit 49a465daea
352 changed files with 1116 additions and 1140 deletions

View File

@@ -16,6 +16,93 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-08-02 10:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/hbqt.h
- Deleted component specific hbqt_par_*() defines.
- Deleted some hbqt_par_*() defines which were not defined anymore
or not used.
* contrib/hbqt/hbqt_common.hbm
% Deleted hbqtcore dir from header path list.
* contrib/hbqt/qtcore/hbqt_hbevents.h
* contrib/hbqt/qtcore/hbqt_hbslots.h
+ Include main component header.
* contrib/hbqt/utils/hbqtgen.prg
+ Will now generate hbqt_par_*() macros automatically, in local
component dir.
% Deleted more unused code.
* contrib/hbqt/qtdesigner/qth/QDesignerActionEditorInterface.qth
* contrib/hbqt/qtdesigner/qth/QDesignerFormEditorInterface.qth
* contrib/hbqt/qtdesigner/qth/QDesignerFormWindowCursorInterface.qth
* contrib/hbqt/qtdesigner/qth/QDesignerFormWindowInterface.qth
* contrib/hbqt/qtdesigner/qth/QDesignerFormWindowManagerInterface.qth
* contrib/hbqt/qtdesigner/qth/QDesignerObjectInspectorInterface.qth
* contrib/hbqt/qtdesigner/qth/QDesignerPropertyEditorInterface.qth
* contrib/hbqt/qtdesigner/qth/QDesignerWidgetBoxInterface.qth
* contrib/hbqt/qtwebkit/qth/QWebFrame.qth
* contrib/hbqt/qtwebkit/qth/QWebHistory.qth
* contrib/hbqt/qtwebkit/qth/QWebHistoryInterface.qth
* contrib/hbqt/qtwebkit/qth/QWebHistoryItem.qth
* contrib/hbqt/qtwebkit/qth/QWebHitTestResult.qth
* contrib/hbqt/qtwebkit/qth/QWebPage.qth
* contrib/hbqt/qtwebkit/qth/QWebPluginFactory.qth
* contrib/hbqt/qtwebkit/qth/QWebSecurityOrigin.qth
* contrib/hbqt/qtwebkit/qth/QWebSettings.qth
* contrib/hbqt/qtwebkit/qth/QWebView.qth
- Deleted manual references to component header. (now automatically generated)
* contrib/hbqt/qtcore/hbqtcore.hbp
* contrib/hbqt/qtcore/hbqtcores.hbp
* contrib/hbqt/qtgui/hbqtgui.hbp
* contrib/hbqt/qtgui/hbqtguis.hbp
+ Added main component dir to header path list.
* contrib/hbqt/qtgui/qth/HBQAbstractItemModel.qth
* contrib/hbqt/qtgui/qth/HBQMainWindow.qth
* contrib/hbqt/qtgui/qth/HBQPlainTextEdit.qth
* contrib/hbqt/qtgui/qth/HBQSyntaxHighlighter.qth
* contrib/hbqt/qtgui/qth/HBQTableView.qth
* contrib/hbqt/qtgui/qth/HBQTextBlockUserData.qth
* contrib/hbqt/qtgui/qth/QSyntaxHighlighter.qth
* contrib/hbqt/qtgui/qth/QTextBlock.qth
* contrib/hbqt/qtcore/qth/HBEvents.qth
* contrib/hbqt/qtcore/qth/HBSlots.qth
- Deleted relative paths when referencing component local headers.
* contrib/hbqt/qtgui/qth/QPaintEngine.qth
! Commented references to QPaintEngineState (it's not implemented).
* contrib/hbqt/qtcore/qth/QSignalMapper.qth
! Commented references to QWidget (it's QtGui component. It can be
readded by adding some tricks if absolutely necessary, I don't know
how important these methods are).
- contrib/hbqt/qtwebkit/hbqt_local.h
- contrib/hbqt/qtdesigner/hbqt_local.h
+ contrib/hbqt/qtdesigner/g/hbqtdesigner.h
+ contrib/hbqt/qtwebkit/g/hbqtwebkit.h
+ contrib/hbqt/qtcore/g/hbqtcore.h
+ contrib/hbqt/qtgui/g/hbqtgui.h
+ contrib/hbqt/qtnetwork/g/hbqtnetwork.h
+ Added/moved component local headers to g dir. These are now
generated automatically.
- contrib/hbqt/qtgui/g/QInputContext.cpp
- contrib/hbqt/qtgui/g/TQInputContext.prg
- Deleted generated source which is not generated since long.
* contrib/hbqt/qtcore/doc/en/*
* contrib/hbqt/qtcore/g/*
* contrib/hbqt/qtdesigner/g/*
* contrib/hbqt/qtgui/doc/en/*
* contrib/hbqt/qtgui/g/*
* contrib/hbqt/qtnetwork/g/*
* contrib/hbqt/qtwebkit/g/*
* Regenerated.
2010-08-02 08:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
- contrib/hbqt/qtdesigner/*
+ contrib/hbqt/qtdesigner/g

View File

@@ -51,8 +51,6 @@
* If you do not wish that, delete this exception notice.
*
*/
/*----------------------------------------------------------------------*/
#ifndef __HBQT_H
#define __HBQT_H
@@ -92,314 +90,6 @@ extern HB_EXPORT const HB_GC_FUNCS * hbqt_gcFuncs( void );
extern HB_EXPORT void * hbqt_pPtrFromObj( int iParam );
extern HB_EXPORT void * hbqt_pPtrFromItem( PHB_ITEM pObj );
/* TOFIX: Here basically we're using GC pointers without pointer type identification,
which means that it's very easy to cause a GPF by passing wrong type. */
#define hbqt_par_ExtensionOption( n ) ( ( ExtensionOption * ) hbqt_gcpointer( n ) )
#define hbqt_par_IUnknown( n ) ( ( IUnknown * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractButton( n ) ( ( QAbstractButton * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractEventDispatcher( n ) ( ( QAbstractEventDispatcher * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractItemDelegate( n ) ( ( QAbstractItemDelegate * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractItemModel( n ) ( ( QAbstractItemModel * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractItemView( n ) ( ( QAbstractItemView * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractListModel( n ) ( ( QAbstractListModel * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractPrintDialog( n ) ( ( QAbstractPrintDialog * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractProxyModel( n ) ( ( QAbstractProxyModel * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractScrollArea( n ) ( ( QAbstractScrollArea * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractSlider( n ) ( ( QAbstractSlider * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractSpinBox( n ) ( ( QAbstractSpinBox * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractTableModel( n ) ( ( QAbstractTableModel * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractTextDocumentLayout( n ) ( ( QAbstractTextDocumentLayout * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAction( n ) ( ( QAction * ) hbqt_gcpointer( n ) )
#define hbqt_par_QActionGroup( n ) ( ( QActionGroup * ) hbqt_gcpointer( n ) )
#define hbqt_par_QApplication( n ) ( ( QApplication * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAxBase( n ) ( ( QAxBase * ) hbqt_gcpointer( n ) )
#define hbqt_par_QBitArray( n ) ( ( QBitArray * ) hbqt_gcpointer( n ) )
#define hbqt_par_QBitmap( n ) ( ( QBitmap * ) hbqt_gcpointer( n ) )
#define hbqt_par_QBoxLayout( n ) ( ( QBoxLayout * ) hbqt_gcpointer( n ) )
#define hbqt_par_QBrush( n ) ( ( QBrush * ) hbqt_gcpointer( n ) )
#define hbqt_par_QBuffer( n ) ( ( QBuffer * ) hbqt_gcpointer( n ) )
#define hbqt_par_QButtonGroup( n ) ( ( QButtonGroup * ) hbqt_gcpointer( n ) )
#define hbqt_par_QByteArray( n ) ( ( QByteArray * ) hbqt_gcpointer( n ) )
#define hbqt_par_QCalendarWidget( n ) ( ( QCalendarWidget * ) hbqt_gcpointer( n ) )
#define hbqt_par_QChar( n ) ( ( QChar * ) hbqt_gcpointer( n ) )
#define hbqt_par_QCheckBox( n ) ( ( QCheckBox * ) hbqt_gcpointer( n ) )
#define hbqt_par_QClipboard( n ) ( ( QClipboard * ) hbqt_gcpointer( n ) )
#define hbqt_par_QColor( n ) ( ( QColor * ) hbqt_gcpointer( n ) )
#define hbqt_par_QColorDialog( n ) ( ( QColorDialog * ) hbqt_gcpointer( n ) )
#define hbqt_par_QComboBox( n ) ( ( QComboBox * ) hbqt_gcpointer( n ) )
#define hbqt_par_QCommandLinkButton( n ) ( ( QCommandLinkButton * ) hbqt_gcpointer( n ) )
#define hbqt_par_QCommonStyle( n ) ( ( QCommonStyle * ) hbqt_gcpointer( n ) )
#define hbqt_par_QCompleter( n ) ( ( QCompleter * ) hbqt_gcpointer( n ) )
#define hbqt_par_QConicalGradient( n ) ( ( QConicalGradient * ) hbqt_gcpointer( n ) )
#define hbqt_par_QContextMenuEvent( n ) ( ( QContextMenuEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QCoreApplication( n ) ( ( QCoreApplication * ) hbqt_gcpointer( n ) )
#define hbqt_par_QCursor( n ) ( ( QCursor * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDateEdit( n ) ( ( QDateEdit * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDataStream( n ) ( ( QDataStream * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDate( n ) ( ( QDate * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDateTime( n ) ( ( QDateTime * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDateTimeEdit( n ) ( ( QDateTimeEdit * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesktopWidget( n ) ( ( QDesktopWidget * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDial( n ) ( ( QDial * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDialog( n ) ( ( QDialog * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDir( n ) ( ( QDir * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDirModel( n ) ( ( QDirModel * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDockWidget( n ) ( ( QDockWidget * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDockWidget( n ) ( ( QDockWidget * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDoubleSpinBox( n ) ( ( QDoubleSpinBox * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDragEnterEvent( n ) ( ( QDragEnterEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDragLeaveEvent( n ) ( ( QDragLeaveEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDragMoveEvent( n ) ( ( QDragMoveEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDropEvent( n ) ( ( QDropEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QErrorMessage( n ) ( ( QErrorMessage * ) hbqt_gcpointer( n ) )
#define hbqt_par_QEvent( n ) ( ( QEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QEventLoop( n ) ( ( QEventLoop * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFile( n ) ( ( QFile * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFileDialog( n ) ( ( QFileDialog * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFileIconProvider( n ) ( ( QFileIconProvider * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFileInfo( n ) ( ( QFileInfo * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFileSystemModel( n ) ( ( QFileSystemModel * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFocusEvent( n ) ( ( QFocusEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFocusFrame( n ) ( ( QFocusFrame * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFont( n ) ( ( QFont * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFontComboBox( n ) ( ( QFontComboBox * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFontDatabase( n ) ( ( QFontDatabase * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFontDialog( n ) ( ( QFontDialog * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFontInfo( n ) ( ( QFontInfo * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFontMetrics( n ) ( ( QFontMetrics * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFontMetricsF( n ) ( ( QFontMetricsF * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFormLayout( n ) ( ( QFormLayout * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFrame( n ) ( ( QFrame * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFtp( n ) ( ( QFtp * ) hbqt_gcpointer( n ) )
#define hbqt_par_QGradient( n ) ( ( QGradient * ) hbqt_gcpointer( n ) )
#define hbqt_par_QGradientStops( n ) ( ( QGradientStops * ) hbqt_gcpointer( n ) )
#define hbqt_par_QGridLayout( n ) ( ( QGridLayout * ) hbqt_gcpointer( n ) )
#define hbqt_par_QGroupBox( n ) ( ( QGroupBox * ) hbqt_gcpointer( n ) )
#define hbqt_par_QHBoxLayout( n ) ( ( QHBoxLayout * ) hbqt_gcpointer( n ) )
#define hbqt_par_QHeaderView( n ) ( ( QHeaderView * ) hbqt_gcpointer( n ) )
#define hbqt_par_QHelpEvent( n ) ( ( QHelpEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QHideEvent( n ) ( ( QHideEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QHttp( n ) ( ( QHttp * ) hbqt_gcpointer( n ) )
#define hbqt_par_QHttpHeader( n ) ( ( QHttpHeader * ) hbqt_gcpointer( n ) )
#define hbqt_par_QHttpResponseHeader( n ) ( ( QHttpResponseHeader * ) hbqt_gcpointer( n ) )
#define hbqt_par_QHttpRequestHeader( n ) ( ( QHttpRequestHeader * ) hbqt_gcpointer( n ) )
#define hbqt_par_QIcon( n ) ( ( QIcon * ) hbqt_gcpointer( n ) )
#define hbqt_par_QImage( n ) ( ( QImage * ) hbqt_gcpointer( n ) )
#define hbqt_par_QImageReader( n ) ( ( QImageReader * ) hbqt_gcpointer( n ) )
#define hbqt_par_QImageWriter( n ) ( ( QImageWriter * ) hbqt_gcpointer( n ) )
#define hbqt_par_QInputContext( n ) ( ( QInputContext * ) hbqt_gcpointer( n ) )
#define hbqt_par_QInputDialog( n ) ( ( QInputDialog * ) hbqt_gcpointer( n ) )
#define hbqt_par_QInputEvent( n ) ( ( QInputEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QInputMethodEvent( n ) ( ( QInputMethodEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QIODevice( n ) ( ( QIODevice * ) hbqt_gcpointer( n ) )
#define hbqt_par_QItemDelegate( n ) ( ( QItemDelegate * ) hbqt_gcpointer( n ) )
#define hbqt_par_QItemEditorCreator( n ) ( ( QItemEditorCreator * ) hbqt_gcpointer( n ) )
#define hbqt_par_QItemEditorCreatorBase( n ) ( ( QItemEditorCreatorBase * ) hbqt_gcpointer( n ) )
#define hbqt_par_QItemEditorFactory( n ) ( ( QItemEditorFactory * ) hbqt_gcpointer( n ) )
#define hbqt_par_QItemSelection( n ) ( ( QItemSelection * ) hbqt_gcpointer( n ) )
#define hbqt_par_QItemSelectionModel( n ) ( ( QItemSelectionModel * ) hbqt_gcpointer( n ) )
#define hbqt_par_QKeyEvent( n ) ( ( QKeyEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QKeySequence( n ) ( ( QKeySequence * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLabel( n ) ( ( QLabel * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLatin1Char( n ) ( ( QLatin1Char * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLatin1String( n ) ( ( QLatin1String * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLayout( n ) ( ( QLayout * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLayoutItem( n ) ( ( QLayoutItem * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLCDNumber( n ) ( ( QLCDNumber * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLibraryInfo( n ) ( ( QLibraryInfo * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLine( n ) ( ( QLine * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLinearGradient( n ) ( ( QLinearGradient * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLineEdit( n ) ( ( QLineEdit * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLineF( n ) ( ( QLineF * ) hbqt_gcpointer( n ) )
#define hbqt_par_QList( n ) ( ( QList< void * > * ) hbqt_gcpointer( n ) )
#define hbqt_par_QListView( n ) ( ( QListView * ) hbqt_gcpointer( n ) )
#define hbqt_par_QListWidget( n ) ( ( QListWidget * ) hbqt_gcpointer( n ) )
#define hbqt_par_QListWidgetItem( n ) ( ( QListWidgetItem * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLocale( n ) ( ( QLocale * ) hbqt_gcpointer( n ) )
#define hbqt_par_QMainWindow( n ) ( ( QMainWindow * ) hbqt_gcpointer( n ) )
#define hbqt_par_QMatrix( n ) ( ( QMatrix * ) hbqt_gcpointer( n ) )
#define hbqt_par_QMdiArea( n ) ( ( QMdiArea * ) hbqt_gcpointer( n ) )
#define hbqt_par_QMdiSubWindow( n ) ( ( QMdiSubWindow * ) hbqt_gcpointer( n ) )
#define hbqt_par_QMenu( n ) ( ( QMenu * ) hbqt_gcpointer( n ) )
#define hbqt_par_QMenuBar( n ) ( ( QMenuBar * ) hbqt_gcpointer( n ) )
#define hbqt_par_QMessageBox( n ) ( ( QMessageBox * ) hbqt_gcpointer( n ) )
#define hbqt_par_QMimeData( n ) ( ( QMimeData * ) hbqt_gcpointer( n ) )
#define hbqt_par_QModelIndex( n ) ( ( QModelIndex * ) hbqt_gcpointer( n ) )
#define hbqt_par_QModelIndexList( n ) ( ( QModelIndexList * ) hbqt_gcpointer( n ) )
#define hbqt_par_QMouseEvent( n ) ( ( QMouseEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QMoveEvent( n ) ( ( QMoveEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QMovie( n ) ( ( QMovie * ) hbqt_gcpointer( n ) )
#define hbqt_par_QNetworkAccessManager( n ) ( ( QNetworkAccessManager * ) hbqt_gcpointer( n ) )
#define hbqt_par_QNetworkProxy( n ) ( ( QNetworkProxy * ) hbqt_gcpointer( n ) )
#define hbqt_par_QNetworkRequest( n ) ( ( QNetworkRequest * ) hbqt_gcpointer( n ) )
#define hbqt_par_QObject( n ) ( ( QObject * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPageSetupDialog( n ) ( ( QPageSetupDialog * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPaintDevice( n ) ( ( QPaintDevice * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPaintEngine( n ) ( ( QPaintEngine * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPaintEngineState( n ) ( ( QPaintEngineState * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPainter( n ) ( ( QPainter * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPainterPath( n ) ( ( QPainterPath * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPaintEvent( n ) ( ( QPaintEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPalette( n ) ( ( QPalette * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPen( n ) ( ( QPen * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPicture( n ) ( ( QPicture * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPixmap( n ) ( ( QPixmap * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPlainTextDocumentLayout( n ) ( ( QPlainTextDocumentLayout * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPlainTextEdit( n ) ( ( QPlainTextEdit * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPoint( n ) ( ( QPoint * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPointF( n ) ( ( QPointF * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPolygon( n ) ( ( QPolygon * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPolygonF( n ) ( ( QPolygonF * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPrintDialog( n ) ( ( QPrintDialog * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPrintEngine( n ) ( ( QPrintEngine * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPrinter( n ) ( ( QPrinter * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPrintPreviewDialog( n ) ( ( QPrintPreviewDialog * ) hbqt_gcpointer( n ) )
#define hbqt_par_QProcess( n ) ( ( QProcess * ) hbqt_gcpointer( n ) )
#define hbqt_par_QProgressBar( n ) ( ( QProgressBar * ) hbqt_gcpointer( n ) )
#define hbqt_par_QProgressDialog( n ) ( ( QProgressDialog * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPushButton( n ) ( ( QPushButton * ) hbqt_gcpointer( n ) )
#define hbqt_par_QRadialGradient( n ) ( ( QRadialGradient * ) hbqt_gcpointer( n ) )
#define hbqt_par_QRadioButton( n ) ( ( QRadioButton * ) hbqt_gcpointer( n ) )
#define hbqt_par_QRect( n ) ( ( QRect * ) hbqt_gcpointer( n ) )
#define hbqt_par_QRectF( n ) ( ( QRectF * ) hbqt_gcpointer( n ) )
#define hbqt_par_QRegExp( n ) ( ( QRegExp * ) hbqt_gcpointer( n ) )
#define hbqt_par_QRegion( n ) ( ( QRegion * ) hbqt_gcpointer( n ) )
#define hbqt_par_QResizeEvent( n ) ( ( QResizeEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QResource( n ) ( ( QResource * ) hbqt_gcpointer( n ) )
#define hbqt_par_QScrollArea( n ) ( ( QScrollArea * ) hbqt_gcpointer( n ) )
#define hbqt_par_QScrollBar( n ) ( ( QScrollBar * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSessionManager( n ) ( ( QSessionManager * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSettings( n ) ( ( QSettings * ) hbqt_gcpointer( n ) )
#define hbqt_par_QShowEvent( n ) ( ( QShowEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSignalMapper( n ) ( ( QSignalMapper * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSize( n ) ( ( QSize * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSizeF( n ) ( ( QSizeF * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSizeGrip( n ) ( ( QSizeGrip * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSizePolicy( n ) ( ( QSizePolicy * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSlider( n ) ( ( QSlider * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSound( n ) ( ( QSound * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSpacerItem( n ) ( ( QSpacerItem * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSpinBox( n ) ( ( QSpinBox * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSplashScreen( n ) ( ( QSplashScreen * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSplitter( n ) ( ( QSplitter * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStackedWidget( n ) ( ( QStackedWidget * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStandardItem( n ) ( ( QStandardItem * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStandardItemModel( n ) ( ( QStandardItemModel * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStatusBar( n ) ( ( QStatusBar * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStringList( n ) ( ( QStringList * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStringListModel( n ) ( ( QStringListModel * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyle( n ) ( ( QStyle * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyledItemDelegate( n ) ( ( QStyledItemDelegate * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleFactory( n ) ( ( QStyleFactory * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleHintReturn( n ) ( ( QStyleHintReturn * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleHintReturnMask( n ) ( ( QStyleHintReturnMask * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleHintReturnVariant( n ) ( ( QStyleHintReturnVariant * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOption( n ) ( ( QStyleOption * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionButton( n ) ( ( QStyleOptionButton * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionComboBox( n ) ( ( QStyleOptionComboBox * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionComplex( n ) ( ( QStyleOptionComplex * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionDockWidget( n ) ( ( QStyleOptionDockWidget * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionFocusRect( n ) ( ( QStyleOptionFocusRect * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionFrame( n ) ( ( QStyleOptionFrame * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionGroupBox( n ) ( ( QStyleOptionGroupBox * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionHeader( n ) ( ( QStyleOptionHeader * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionMenuItem( n ) ( ( QStyleOptionMenuItem * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionProgressBar( n ) ( ( QStyleOptionProgressBar * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionSizeGrip( n ) ( ( QStyleOptionSizeGrip * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionSlider( n ) ( ( QStyleOptionSlider * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionSpinBox( n ) ( ( QStyleOptionSpinBox * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionTab( n ) ( ( QStyleOptionTab * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionTabBarBase( n ) ( ( QStyleOptionTabBarBase * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionTabWidgetFrame( n ) ( ( QStyleOptionTabWidgetFrame * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionTitleBar( n ) ( ( QStyleOptionTitleBar * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionToolBar( n ) ( ( QStyleOptionToolBar * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionToolBox( n ) ( ( QStyleOptionToolBox * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionToolButton( n ) ( ( QStyleOptionToolButton * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionViewItem( n ) ( ( QStyleOptionViewItem * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStyleOptionViewItem( n ) ( ( QStyleOptionViewItem * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStylePainter( n ) ( ( QStylePainter * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSyntaxHighlighter( n ) ( ( QSyntaxHighlighter * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSystemTrayIcon( n ) ( ( QSystemTrayIcon * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTabBar( n ) ( ( QTabBar * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTableView( n ) ( ( QTableView * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTableWidget( n ) ( ( QTableWidget * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTableWidgetItem( n ) ( ( QTableWidgetItem * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTableWidgetSelectionRange( n ) ( ( QTableWidgetSelectionRange * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTabWidget( n ) ( ( QTabWidget * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTcpSocket( n ) ( ( QTcpSocket * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextBlock( n ) ( ( QTextBlock * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextBlockFormat( n ) ( ( QTextBlockFormat * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextBlockGroup( n ) ( ( QTextBlockGroup * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextBlockUserData( n ) ( ( QTextBlockUserData * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextBoundaryFinder( n ) ( ( QTextBoundaryFinder * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextBrowser( n ) ( ( QTextBrowser * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextCharFormat( n ) ( ( QTextCharFormat * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextCodec( n ) ( ( QTextCodec * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextCodec( n ) ( ( QTextCodec * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextCursor( n ) ( ( QTextCursor * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextCursor( n ) ( ( QTextCursor * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextDecoder( n ) ( ( QTextDecoder * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextDocument( n ) ( ( QTextDocument * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextDocumentFragment( n ) ( ( QTextDocumentFragment * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextDocumentWriter( n ) ( ( QTextDocumentWriter * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextEdit( n ) ( ( QTextEdit * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextEncoder( n ) ( ( QTextEncoder * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextEngine( n ) ( ( QTextEngine * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextFormat( n ) ( ( QTextFormat * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextFragment( n ) ( ( QTextFragment * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextFrame( n ) ( ( QTextFrame * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextFrameFormat( n ) ( ( QTextFrameFormat * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextImageFormat( n ) ( ( QTextImageFormat * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextInlineObject( n ) ( ( QTextInlineObject * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextItem( n ) ( ( QTextItem * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextList( n ) ( ( QTextList * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextLayout( n ) ( ( QTextLayout * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextLength( n ) ( ( QTextLength * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextLine( n ) ( ( QTextLine * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextListFormat( n ) ( ( QTextListFormat * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextObject( n ) ( ( QTextObject * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextOption( n ) ( ( QTextOption * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextStream( n ) ( ( QTextStream * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextTableFormat( n ) ( ( QTextTableFormat * ) hbqt_gcpointer( n ) )
#define hbqt_par_QThread( n ) ( ( QThread * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTime( n ) ( ( QTime * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTimeEdit( n ) ( ( QTimeEdit * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTimer( n ) ( ( QTimer * ) hbqt_gcpointer( n ) )
#define hbqt_par_QToolBar( n ) ( ( QToolBar * ) hbqt_gcpointer( n ) )
#define hbqt_par_QToolBox( n ) ( ( QToolBox * ) hbqt_gcpointer( n ) )
#define hbqt_par_QToolButton( n ) ( ( QToolButton * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTransform( n ) ( ( QTransform * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTranslator( n ) ( ( QTranslator * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTreeView( n ) ( ( QTreeView * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTreeWidget( n ) ( ( QTreeWidget * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTreeWidgetItem( n ) ( ( QTreeWidgetItem * ) hbqt_gcpointer( n ) )
#define hbqt_par_QUiLoader( n ) ( ( QUiLoader * ) hbqt_gcpointer( n ) )
#define hbqt_par_QUrl( n ) ( ( QUrl * ) hbqt_gcpointer( n ) )
#define hbqt_par_QValidator( n ) ( ( QValidator * ) hbqt_gcpointer( n ) )
#define hbqt_par_QVariant( n ) ( ( QVariant * ) hbqt_gcpointer( n ) )
#define hbqt_par_QVBoxLayout( n ) ( ( QVBoxLayout * ) hbqt_gcpointer( n ) )
#define hbqt_par_QVector( n ) ( ( QVector * ) hbqt_gcpointer( n ) )
#define hbqt_par_QWheelEvent( n ) ( ( QWheelEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QWidget( n ) ( ( QWidget * ) hbqt_gcpointer( n ) )
#define hbqt_par_QWidgetAction( n ) ( ( QWidgetAction * ) hbqt_gcpointer( n ) )
#define hbqt_par_QWidgetItem( n ) ( ( QWidgetItem * ) hbqt_gcpointer( n ) )
#define hbqt_par_QWindowsStyle( n ) ( ( QWindowsStyle * ) hbqt_gcpointer( n ) )
#define hbqt_par_QWindowSurface( n ) ( ( QWindowSurface * ) hbqt_gcpointer( n ) )
#define hbqt_par_QWindowsXPStyle( n ) ( ( QWindowsXPStyle * ) hbqt_gcpointer( n ) )
#define hbqt_par_QWindowStateChangeEvent( n ) ( ( QWindowStateChangeEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QWizard( n ) ( ( QWizard * ) hbqt_gcpointer( n ) )
#define hbqt_par_QWizardPage( n ) ( ( QWizardPage * ) hbqt_gcpointer( n ) )
#define hbqt_par_QWSEvent( n ) ( ( QWSEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_HBQAbstractItemModel( n ) ( ( HBQAbstractItemModel * ) hbqt_gcpointer( n ) )
#define hbqt_par_HBEvents( n ) ( ( HBEvents * ) hbqt_gcpointer( n ) )
#define hbqt_par_HBQMainWindow( n ) ( ( HBQMainWindow * ) hbqt_gcpointer( n ) )
#define hbqt_par_HBQPlainTextEdit( n ) ( ( HBQPlainTextEdit * ) hbqt_gcpointer( n ) )
#define hbqt_par_HBQTableView( n ) ( ( HBQTableView * ) hbqt_gcpointer( n ) )
#define hbqt_par_HBQSyntaxHighlighter( n ) ( ( HBQSyntaxHighlighter * ) hbqt_gcpointer( n ) )
#define hbqt_par_HBQTextBlockUserData( n ) ( ( HBQTextBlockUserData * ) hbqt_gcpointer( n ) )
#define hbqt_par_HBSlots( n ) ( ( HBSlots * ) hbqt_gcpointer( n ) )
#define hbqt_par_QString( n ) ( ( QString ) hb_parcx( n ) )
#define hbqt_par_uchar( n ) ( ( uchar * ) hb_parcx( n ) )
#define hbqt_par_QRgb( n ) ( hb_parnint( n ) )
@@ -413,6 +103,7 @@ extern HB_EXPORT void * hbqt_pPtrFromItem( PHB_ITEM pObj );
* HBQT_TYPE_(Qt class)
*/
/* TOFIX: Move these to component headers */
#define HBQT_TYPE_ExtensionOption 1001
#define HBQT_TYPE_IUnknown 1002
#define HBQT_TYPE_QAbstractButton 1003

View File

@@ -18,7 +18,6 @@
-w3 -es2
-i.
-iqtcore
-iqtcore/g
-stop{dos|watcom|bcc|pocc|pocc64|poccarm|msvcia64}

View File

@@ -28,13 +28,11 @@
* $METHODS$
* :mapping( nId ) -> pQObject
* :mapping_1( cId ) -> pQObject
* :mapping_2( pWidget ) -> pQObject
* :mapping_3( pObject ) -> pQObject
* :mapping_2( pObject ) -> pQObject
* :removeMappings( pSender ) -> NIL
* :setMapping( pSender, nId ) -> NIL
* :setMapping_1( pSender, cText ) -> NIL
* :setMapping_2( pSender, pWidget ) -> NIL
* :setMapping_3( pSender, pObject ) -> NIL
* :setMapping_2( pSender, pObject ) -> NIL
* :map() -> NIL
* :map_1( pSender ) -> NIL
*

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -69,7 +70,7 @@
#include <QtCore/QPointer>
#include <QtCore/QObject>
#include "../hbqt_hbevents.h"
#include "hbqt_hbevents.h"
/*

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -69,7 +70,7 @@
#include <QtCore/QPointer>
#include <QtCore/QObject>
#include "../hbqt_hbslots.h"
#include "hbqt_hbslots.h"
/*

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -178,31 +179,17 @@ HB_FUNC( QT_QSIGNALMAPPER_MAPPING_1 )
}
}
/*
* QObject * mapping ( QWidget * widget ) const
*/
HB_FUNC( QT_QSIGNALMAPPER_MAPPING_2 )
{
QSignalMapper * p = hbqt_par_QSignalMapper( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QObject( ( p )->mapping( hbqt_par_QWidget( 2 ) ), false ) );
else
{
HB_TRACE( HB_TR_DEBUG, ( "............................... F=QT_QSIGNALMAPPER_MAPPING_2 FP=hb_retptrGC( hbqt_gcAllocate_QObject( ( p )->mapping( hbqt_par_QWidget( 2 ) ), false ) ); p is NULL" ) );
}
}
/*
* QObject * mapping ( QObject * object ) const
*/
HB_FUNC( QT_QSIGNALMAPPER_MAPPING_3 )
HB_FUNC( QT_QSIGNALMAPPER_MAPPING_2 )
{
QSignalMapper * p = hbqt_par_QSignalMapper( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QObject( ( p )->mapping( hbqt_par_QObject( 2 ) ), false ) );
else
{
HB_TRACE( HB_TR_DEBUG, ( "............................... F=QT_QSIGNALMAPPER_MAPPING_3 FP=hb_retptrGC( hbqt_gcAllocate_QObject( ( p )->mapping( hbqt_par_QObject( 2 ) ), false ) ); p is NULL" ) );
HB_TRACE( HB_TR_DEBUG, ( "............................... F=QT_QSIGNALMAPPER_MAPPING_2 FP=hb_retptrGC( hbqt_gcAllocate_QObject( ( p )->mapping( hbqt_par_QObject( 2 ) ), false ) ); p is NULL" ) );
}
}
@@ -248,31 +235,17 @@ HB_FUNC( QT_QSIGNALMAPPER_SETMAPPING_1 )
}
}
/*
* void setMapping ( QObject * sender, QWidget * widget )
*/
HB_FUNC( QT_QSIGNALMAPPER_SETMAPPING_2 )
{
QSignalMapper * p = hbqt_par_QSignalMapper( 1 );
if( p )
( p )->setMapping( hbqt_par_QObject( 2 ), hbqt_par_QWidget( 3 ) );
else
{
HB_TRACE( HB_TR_DEBUG, ( "............................... F=QT_QSIGNALMAPPER_SETMAPPING_2 FP=( p )->setMapping( hbqt_par_QObject( 2 ), hbqt_par_QWidget( 3 ) ); p is NULL" ) );
}
}
/*
* void setMapping ( QObject * sender, QObject * object )
*/
HB_FUNC( QT_QSIGNALMAPPER_SETMAPPING_3 )
HB_FUNC( QT_QSIGNALMAPPER_SETMAPPING_2 )
{
QSignalMapper * p = hbqt_par_QSignalMapper( 1 );
if( p )
( p )->setMapping( hbqt_par_QObject( 2 ), hbqt_par_QObject( 3 ) );
else
{
HB_TRACE( HB_TR_DEBUG, ( "............................... F=QT_QSIGNALMAPPER_SETMAPPING_3 FP=( p )->setMapping( hbqt_par_QObject( 2 ), hbqt_par_QObject( 3 ) ); p is NULL" ) );
HB_TRACE( HB_TR_DEBUG, ( "............................... F=QT_QSIGNALMAPPER_SETMAPPING_2 FP=( p )->setMapping( hbqt_par_QObject( 2 ), hbqt_par_QObject( 3 ) ); p is NULL" ) );
}
}

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,6 +61,7 @@
#include "hbqt.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -69,13 +69,11 @@ CREATE CLASS QSignalMapper INHERIT HbQtObjectHandler, QObject
METHOD mapping( nId )
METHOD mapping_1( cId )
METHOD mapping_2( pWidget )
METHOD mapping_3( pObject )
METHOD mapping_2( pObject )
METHOD removeMappings( pSender )
METHOD setMapping( pSender, nId )
METHOD setMapping_1( pSender, cText )
METHOD setMapping_2( pSender, pWidget )
METHOD setMapping_3( pSender, pObject )
METHOD setMapping_2( pSender, pObject )
METHOD map()
METHOD map_1( pSender )
@@ -99,12 +97,8 @@ METHOD QSignalMapper:mapping_1( cId )
RETURN Qt_QSignalMapper_mapping_1( ::pPtr, cId )
METHOD QSignalMapper:mapping_2( pWidget )
RETURN Qt_QSignalMapper_mapping_2( ::pPtr, hbqt_ptr( pWidget ) )
METHOD QSignalMapper:mapping_3( pObject )
RETURN Qt_QSignalMapper_mapping_3( ::pPtr, hbqt_ptr( pObject ) )
METHOD QSignalMapper:mapping_2( pObject )
RETURN Qt_QSignalMapper_mapping_2( ::pPtr, hbqt_ptr( pObject ) )
METHOD QSignalMapper:removeMappings( pSender )
@@ -119,12 +113,8 @@ METHOD QSignalMapper:setMapping_1( pSender, cText )
RETURN Qt_QSignalMapper_setMapping_1( ::pPtr, hbqt_ptr( pSender ), cText )
METHOD QSignalMapper:setMapping_2( pSender, pWidget )
RETURN Qt_QSignalMapper_setMapping_2( ::pPtr, hbqt_ptr( pSender ), hbqt_ptr( pWidget ) )
METHOD QSignalMapper:setMapping_3( pSender, pObject )
RETURN Qt_QSignalMapper_setMapping_3( ::pPtr, hbqt_ptr( pSender ), hbqt_ptr( pObject ) )
METHOD QSignalMapper:setMapping_2( pSender, pObject )
RETURN Qt_QSignalMapper_setMapping_2( ::pPtr, hbqt_ptr( pSender ), hbqt_ptr( pObject ) )
METHOD QSignalMapper:map()

View File

@@ -0,0 +1,68 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
#include "hbqt.h"
#ifndef __HBQTCORE_H
#define __HBQTCORE_H
#define hbqt_par_HBEvents( n ) ( ( HBEvents * ) hbqt_gcpointer( n ) )
#define hbqt_par_HBSlots( n ) ( ( HBSlots * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractItemModel( n ) ( ( QAbstractItemModel * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractListModel( n ) ( ( QAbstractListModel * ) hbqt_gcpointer( n ) )
#define hbqt_par_QAbstractTableModel( n ) ( ( QAbstractTableModel * ) hbqt_gcpointer( n ) )
#define hbqt_par_QBitArray( n ) ( ( QBitArray * ) hbqt_gcpointer( n ) )
#define hbqt_par_QBuffer( n ) ( ( QBuffer * ) hbqt_gcpointer( n ) )
#define hbqt_par_QByteArray( n ) ( ( QByteArray * ) hbqt_gcpointer( n ) )
#define hbqt_par_QChar( n ) ( ( QChar * ) hbqt_gcpointer( n ) )
#define hbqt_par_QCoreApplication( n ) ( ( QCoreApplication * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDataStream( n ) ( ( QDataStream * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDate( n ) ( ( QDate * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDateTime( n ) ( ( QDateTime * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDir( n ) ( ( QDir * ) hbqt_gcpointer( n ) )
#define hbqt_par_QEvent( n ) ( ( QEvent * ) hbqt_gcpointer( n ) )
#define hbqt_par_QEventLoop( n ) ( ( QEventLoop * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFile( n ) ( ( QFile * ) hbqt_gcpointer( n ) )
#define hbqt_par_QFileInfo( n ) ( ( QFileInfo * ) hbqt_gcpointer( n ) )
#define hbqt_par_QIODevice( n ) ( ( QIODevice * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLatin1Char( n ) ( ( QLatin1Char * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLatin1String( n ) ( ( QLatin1String * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLine( n ) ( ( QLine * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLineF( n ) ( ( QLineF * ) hbqt_gcpointer( n ) )
#define hbqt_par_QList( n ) ( ( QList< void * > * ) hbqt_gcpointer( n ) )
#define hbqt_par_QLocale( n ) ( ( QLocale * ) hbqt_gcpointer( n ) )
#define hbqt_par_QMimeData( n ) ( ( QMimeData * ) hbqt_gcpointer( n ) )
#define hbqt_par_QModelIndex( n ) ( ( QModelIndex * ) hbqt_gcpointer( n ) )
#define hbqt_par_QObject( n ) ( ( QObject * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPoint( n ) ( ( QPoint * ) hbqt_gcpointer( n ) )
#define hbqt_par_QPointF( n ) ( ( QPointF * ) hbqt_gcpointer( n ) )
#define hbqt_par_QProcess( n ) ( ( QProcess * ) hbqt_gcpointer( n ) )
#define hbqt_par_QRect( n ) ( ( QRect * ) hbqt_gcpointer( n ) )
#define hbqt_par_QRectF( n ) ( ( QRectF * ) hbqt_gcpointer( n ) )
#define hbqt_par_QRegExp( n ) ( ( QRegExp * ) hbqt_gcpointer( n ) )
#define hbqt_par_QResource( n ) ( ( QResource * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSettings( n ) ( ( QSettings * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSignalMapper( n ) ( ( QSignalMapper * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSize( n ) ( ( QSize * ) hbqt_gcpointer( n ) )
#define hbqt_par_QSizeF( n ) ( ( QSizeF * ) hbqt_gcpointer( n ) )
#define hbqt_par_QStringList( n ) ( ( QStringList * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextBoundaryFinder( n ) ( ( QTextBoundaryFinder * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextCodec( n ) ( ( QTextCodec * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextDecoder( n ) ( ( QTextDecoder * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextEncoder( n ) ( ( QTextEncoder * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTextStream( n ) ( ( QTextStream * ) hbqt_gcpointer( n ) )
#define hbqt_par_QThread( n ) ( ( QThread * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTime( n ) ( ( QTime * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTimer( n ) ( ( QTimer * ) hbqt_gcpointer( n ) )
#define hbqt_par_QTranslator( n ) ( ( QTranslator * ) hbqt_gcpointer( n ) )
#define hbqt_par_QUrl( n ) ( ( QUrl * ) hbqt_gcpointer( n ) )
#define hbqt_par_QVariant( n ) ( ( QVariant * ) hbqt_gcpointer( n ) )
#endif /* __HBQTCORE_H */

View File

@@ -60,6 +60,7 @@
/*----------------------------------------------------------------------*/
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
#include <QtCore/QObject>
#include <QtCore/QEvent>

View File

@@ -58,6 +58,7 @@
#include "hbapiitm.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/* TOFIX: QtGui components should not be accessed from this component */
#include <QtCore/QProcess>

View File

@@ -7,6 +7,7 @@
g/filelist.hbm
hbqtcore.hbm
-i.
-ig
hbqtcores.hbp

View File

@@ -7,4 +7,5 @@
g/filelist.hbm
hbqtcore.hbm
-i.
-ig

View File

@@ -55,9 +55,9 @@
;
<CLASS>
QObject =
QObject =
Inherits = QObject
Type =
Type =
New =
</CLASS>
@@ -69,11 +69,11 @@ New =
<CODE>
#include <QtCore/QObject>
#include "../hbqt_hbevents.h"
#include "hbqt_hbevents.h"
/*
* HBEvents()
* HBEvents()
* ~HBEvents()
*
*/

View File

@@ -55,9 +55,9 @@
;
<CLASS>
QObject =
QObject =
Inherits = QObject
Type =
Type =
New =
</CLASS>
@@ -69,7 +69,7 @@ New =
<CODE>
#include <QtCore/QObject>
#include "../hbqt_hbslots.h"
#include "hbqt_hbslots.h"
/*

View File

@@ -76,12 +76,12 @@ HB_FUNC( QT_QSIGNALMAPPER )
<PROTOS>
QObject * mapping ( int id ) const
QObject * mapping ( const QString & id ) const
QObject * mapping ( QWidget * widget ) const
// QObject * mapping ( QWidget * widget ) const
QObject * mapping ( QObject * object ) const
void removeMappings ( QObject * sender )
void setMapping ( QObject * sender, int id )
void setMapping ( QObject * sender, const QString & text )
void setMapping ( QObject * sender, QWidget * widget )
// void setMapping ( QObject * sender, QWidget * widget )
void setMapping ( QObject * sender, QObject * object )
</PROTOS>
@@ -93,7 +93,6 @@ void map ( QObject * sender )
<SIGNALS>
void mapped ( int i )
void mapped ( const QString & text )
void mapped ( QWidget * widget )
// void mapped ( QWidget * widget )
void mapped ( QObject * object )
</SIGNALS>

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtdesigner_garbage.h"
#include "hbqtdesigner.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -70,7 +72,6 @@
#include <QtCore/QPointer>
#include <QtDesigner/QDesignerActionEditorInterface>
#include "../hbqt_local.h"
/*

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtdesigner_garbage.h"
#include "hbqtdesigner.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -70,7 +72,6 @@
#include <QtCore/QPointer>
#include <QtDesigner/QDesignerFormEditorInterface>
#include "../hbqt_local.h"
/*

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtdesigner_garbage.h"
#include "hbqtdesigner.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -75,7 +77,6 @@
#include <QtCore/QPointer>
#include <QtDesigner/QDesignerFormWindowCursorInterface>
#include "../hbqt_local.h"
/*

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtdesigner_garbage.h"
#include "hbqtdesigner.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -75,7 +77,6 @@
#include <QtCore/QPointer>
#include <QtDesigner/QDesignerFormWindowInterface>
#include "../hbqt_local.h"
/*

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtdesigner_garbage.h"
#include "hbqtdesigner.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -70,7 +72,6 @@
#include <QtCore/QPointer>
#include <QtDesigner/QDesignerFormWindowManagerInterface>
#include "../hbqt_local.h"
/*

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtdesigner_garbage.h"
#include "hbqtdesigner.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -70,7 +72,6 @@
#include <QtCore/QPointer>
#include <QtDesigner/QDesignerObjectInspectorInterface>
#include "../hbqt_local.h"
/*

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtdesigner_garbage.h"
#include "hbqtdesigner.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -70,7 +72,6 @@
#include <QtCore/QPointer>
#include <QtDesigner/QDesignerPropertyEditorInterface>
#include "../hbqt_local.h"
/*

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtdesigner_garbage.h"
#include "hbqtdesigner.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -70,7 +72,6 @@
#include <QtCore/QPointer>
#include <QtDesigner/QDesignerWidgetBoxInterface>
#include "../hbqt_local.h"
/*

View File

@@ -0,0 +1,25 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
#include "hbqt.h"
#ifndef __HBQTDESIGNER_H
#define __HBQTDESIGNER_H
#define hbqt_par_QDesignerActionEditorInterface( n )( ( QDesignerActionEditorInterfa* ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesignerFormEditorInterface( n ) ( ( QDesignerFormEditorInterface* ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesignerFormWindowCursorInterface(( ( QDesignerFormWindowCursorInt* ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesignerFormWindowInterface( n ) ( ( QDesignerFormWindowInterface* ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesignerFormWindowManagerInterface( ( QDesignerFormWindowManagerIn* ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesignerObjectInspectorInterface( ( ( QDesignerObjectInspectorInte* ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesignerPropertyEditorInterface( n( ( QDesignerPropertyEditorInter* ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesignerWidgetBoxInterface( n ) ( ( QDesignerWidgetBoxInterface * ) hbqt_gcpointer( n ) )
#endif /* __HBQTDESIGNER_H */

View File

@@ -1,66 +0,0 @@
/*
* $Id$
*/
/*
* Harbour Project source code:
* QT wrapper main header
*
* Copyright 2010 Pritpal Bedi <pritpal@vouchcac.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/).
*
* As a special exception, the Harbour Project gives permission for
* additional uses of the text contained in its release of Harbour.
*
* The exception is that, if you link the Harbour libraries with other
* files to produce an executable, this does not by itself cause the
* resulting executable to be covered by the GNU General Public License.
* Your use of that executable is in no way restricted on account of
* linking the Harbour library code into it.
*
* This exception does not however invalidate any other reasons why
* the executable file might be covered by the GNU General Public License.
*
* This exception applies only to the code released by the Harbour
* Project under the name Harbour. If you copy code from other
* Harbour Project or Free Software Foundation releases into a copy of
* Harbour, as the General Public License permits, the exception does
* not apply to the code that you add in this way. To avoid misleading
* anyone as to the status of such modified files, you must delete
* this exception notice from them.
*
* If you write modifications of your own for Harbour, it is your choice
* whether to permit this exception to apply to your modifications.
* If you do not wish that, delete this exception notice.
*
*/
/*----------------------------------------------------------------------*/
#ifndef __HBQT_LOCAL_H
#define __HBQT_LOCAL_H
#define hbqt_par_QDesignerActionEditorInterface( n ) ( ( QDesignerActionEditorInterface * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesignerFormEditorInterface( n ) ( ( QDesignerFormEditorInterface * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesignerFormWindowCursorInterface( n ) ( ( QDesignerFormWindowCursorInterface * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesignerFormWindowInterface( n ) ( ( QDesignerFormWindowInterface * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesignerFormWindowManagerInterface( n ) ( ( QDesignerFormWindowManagerInterface * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesignerObjectInspectorInterface( n ) ( ( QDesignerObjectInspectorInterface * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesignerPropertyEditorInterface( n ) ( ( QDesignerPropertyEditorInterface * ) hbqt_gcpointer( n ) )
#define hbqt_par_QDesignerWidgetBoxInterface( n ) ( ( QDesignerWidgetBoxInterface * ) hbqt_gcpointer( n ) )
#endif /* __HBQT_LOCAL_H */

View File

@@ -70,7 +70,6 @@ folder = hbqtdesigner
<CODE>
#include <QtDesigner/QDesignerActionEditorInterface>
#include "../hbqt_local.h"
/*

View File

@@ -70,7 +70,6 @@ folder = hbqtdesigner
<CODE>
#include <QtDesigner/QDesignerFormEditorInterface>
#include "../hbqt_local.h"
/*

View File

@@ -70,7 +70,6 @@ folder = hbqtdesigner
<CODE>
#include <QtDesigner/QDesignerFormWindowCursorInterface>
#include "../hbqt_local.h"
/*

View File

@@ -70,7 +70,6 @@ folder = hbqtdesigner
<CODE>
#include <QtDesigner/QDesignerFormWindowInterface>
#include "../hbqt_local.h"
/*

View File

@@ -70,7 +70,6 @@ folder = hbqtdesigner
<CODE>
#include <QtDesigner/QDesignerFormWindowManagerInterface>
#include "../hbqt_local.h"
/*

View File

@@ -70,7 +70,6 @@ folder = hbqtdesigner
<CODE>
#include <QtDesigner/QDesignerObjectInspectorInterface>
#include "../hbqt_local.h"
/*

View File

@@ -70,7 +70,6 @@ folder = hbqtdesigner
<CODE>
#include <QtDesigner/QDesignerPropertyEditorInterface>
#include "../hbqt_local.h"
/*

View File

@@ -70,7 +70,6 @@ folder = hbqtdesigner
<CODE>
#include <QtDesigner/QDesignerWidgetBoxInterface>
#include "../hbqt_local.h"
/*

View File

@@ -49,7 +49,6 @@
* :painter() -> pQPainter
* :setActive( lState ) -> NIL
* :type() -> nType
* :updateState( pState ) -> NIL
*
* $DESCRIPTION$
*

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -70,7 +72,7 @@
#include <QtCore/QPointer>
#include <QtCore/QAbstractItemModel>
#include "../hbqt_hbqabstractitemmodel.h"
#include "hbqt_hbqabstractitemmodel.h"
/*

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -70,7 +72,7 @@
#include <QtCore/QPointer>
#include <QtGui/QMainWindow>
#include "../hbqt_hbqmainwindow.h"
#include "hbqt_hbqmainwindow.h"
/*

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -71,7 +73,7 @@
#include <QtGui/QPlainTextEdit>
#include "../hbqt_hbqplaintextedit.h"
#include "hbqt_hbqplaintextedit.h"
/*
* HBQPlainTextEdit ( QWidget * parent = 0 )

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -70,7 +72,7 @@
#include <QtCore/QPointer>
#include <QtGui/QSyntaxHighlighter>
#include "../hbqt_hbqsyntaxhighlighter.h"
#include "hbqt_hbqsyntaxhighlighter.h"
/*
*

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -70,7 +72,7 @@
#include <QtCore/QPointer>
#include <QtGui/QTableView>
#include "../hbqt_hbqtableview.h"
#include "hbqt_hbqtableview.h"
/*

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500
@@ -70,7 +72,7 @@
#include <QtCore/QPointer>
#include <QtGui/QTextBlockUserData>
#include "../hbqt_hbqsyntaxhighlighter.h"
#include "hbqt_hbqsyntaxhighlighter.h"
/*
* HBQTextBlockUserData()

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

View File

@@ -61,7 +61,9 @@
#include "hbqt.h"
#include "hbqtgui_garbage.h"
#include "hbqtgui.h"
#include "hbqtcore_garbage.h"
#include "hbqtcore.h"
/*----------------------------------------------------------------------*/
#if QT_VERSION >= 0x040500

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