2010-09-24 15:45 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbqt/qtcore/qth/QFile.qth
  * contrib/hbqt/qtcore/qth/QIODevice.qth
  * contrib/hbqt/qtcore/qth/QResource.qth
  * contrib/hbqt/qtgui/qth/QBrush.qth
  * contrib/hbqt/qtgui/qth/QColor.qth
  * contrib/hbqt/qtgui/qth/QFormLayout.qth
  * contrib/hbqt/qtgui/qth/QIcon.qth
  * contrib/hbqt/qtgui/qth/QImage.qth
  * contrib/hbqt/qtgui/qth/QMainWindow.qth
  * contrib/hbqt/qtgui/qth/QMenu.qth
  * contrib/hbqt/qtgui/qth/QMenuBar.qth
  * contrib/hbqt/qtgui/qth/QPainter.qth
  * contrib/hbqt/qtgui/qth/QPainterPath.qth
  * contrib/hbqt/qtgui/qth/QPixmap.qth
  * contrib/hbqt/qtgui/qth/QWidget.qth
    + Normalized as much as possible.
      In some cases almost 100%.

  * contrib/hbqt/hbqt_hbmk2_plugin.hbs

  * contrib/hbxbp/xbpbrowse.prg
  * contrib/hbxbp/xbplistbox.prg
    - Changed: calls postfixed with "_1" and family methods.

  * contrib/hbide/hbqreportsmanager.prg
  * contrib/hbide/idebrowse.prg
  * contrib/hbide/idedocks.prg
  * contrib/hbide/idefindreplace.prg
  * contrib/hbide/idefunctions.prg
  * contrib/hbide/ideharbourhelp.prg
  * contrib/hbide/idesaveload.prg
  * contrib/hbide/ideshortcuts.prg
    - Changed: calls postfixed with "_1" and family methods.
      Nothing else is looked into yet.

  * contrib/hbqt/qtcore/hbqt_misc.prg
    + Added one more method :valtypes()

  * contrib/hbqt/utils/hbqtgen.prg
    + Implemented: resolving parameters and calling 
      many-to-one methods at PRG level. It is extremely 
      complex composition but has been achieved to the point where,
      at least, hbIDE is build properly and is running.
      Many more points needs to be addressed but that I 
      will undertake after a couple of days.

      REGRESSION is highly possible and reporting 
      will be extremely helpful to further fine-tune the 
      concept. Goal is to bring everything on PRG code.

  * contrib/hbqt/qt*/g/*.cpp;*.prg,*.txt
    * Re-generated.
This commit is contained in:
Pritpal Bedi
2010-09-24 23:07:22 +00:00
parent 2b8a03790d
commit e0575db811
830 changed files with 13814 additions and 6178 deletions

View File

@@ -16,6 +16,60 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-09-24 15:45 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtcore/qth/QFile.qth
* contrib/hbqt/qtcore/qth/QIODevice.qth
* contrib/hbqt/qtcore/qth/QResource.qth
* contrib/hbqt/qtgui/qth/QBrush.qth
* contrib/hbqt/qtgui/qth/QColor.qth
* contrib/hbqt/qtgui/qth/QFormLayout.qth
* contrib/hbqt/qtgui/qth/QIcon.qth
* contrib/hbqt/qtgui/qth/QImage.qth
* contrib/hbqt/qtgui/qth/QMainWindow.qth
* contrib/hbqt/qtgui/qth/QMenu.qth
* contrib/hbqt/qtgui/qth/QMenuBar.qth
* contrib/hbqt/qtgui/qth/QPainter.qth
* contrib/hbqt/qtgui/qth/QPainterPath.qth
* contrib/hbqt/qtgui/qth/QPixmap.qth
* contrib/hbqt/qtgui/qth/QWidget.qth
+ Normalized as much as possible.
In some cases almost 100%.
* contrib/hbqt/hbqt_hbmk2_plugin.hbs
* contrib/hbxbp/xbpbrowse.prg
* contrib/hbxbp/xbplistbox.prg
- Changed: calls postfixed with "_1" and family methods.
* contrib/hbide/hbqreportsmanager.prg
* contrib/hbide/idebrowse.prg
* contrib/hbide/idedocks.prg
* contrib/hbide/idefindreplace.prg
* contrib/hbide/idefunctions.prg
* contrib/hbide/ideharbourhelp.prg
* contrib/hbide/idesaveload.prg
* contrib/hbide/ideshortcuts.prg
- Changed: calls postfixed with "_1" and family methods.
Nothing else is looked into yet.
* contrib/hbqt/qtcore/hbqt_misc.prg
+ Added one more method :valtypes()
* contrib/hbqt/utils/hbqtgen.prg
+ Implemented: resolving parameters and calling
many-to-one methods at PRG level. It is extremely
complex composition but has been achieved to the point where,
at least, hbIDE is build properly and is running.
Many more points needs to be addressed but that I
will undertake after a couple of days.
REGRESSION is highly possible and reporting
will be extremely helpful to further fine-tune the
concept. Goal is to bring everything on PRG code.
* contrib/hbqt/qt*/g/*.cpp;*.prg,*.txt
* Re-generated.
2010-09-23 18:52 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtcore/qth/HBQString.qth
* contrib/hbqt/qtcore/qth/QBuffer.qth

View File

@@ -263,25 +263,31 @@ METHOD HbqReportsManager:create( qParent )
/* Toolbar */
::buildToolbar()
::qLayout:addWidget_1( ::qToolbar:oWidget , 0, 0, 1, 2 )
//::qLayout:addWidget_1( ::qToolbar:oWidget , 0, 0, 1, 2 )
::qLayout:addWidget( ::qToolbar:oWidget , 0, 0, 1, 2 )
::buildToolbarAlign()
::qLayout:addWidget_1( ::qToolbarAlign:oWidget , 1, 0, 1, 2 )
//::qLayout:addWidget_1( ::qToolbarAlign:oWidget , 1, 0, 1, 2 )
::qLayout:addWidget( ::qToolbarAlign:oWidget , 1, 0, 1, 2 )
/* Toolbar left */
::buildToolbarLeft()
::qLayout:addWidget_1( ::qToolbarL:oWidget , 2, 0, 2, 1 )
//::qLayout:addWidget_1( ::qToolbarL:oWidget , 2, 0, 2, 1 )
::qLayout:addWidget( ::qToolbarL:oWidget , 2, 0, 2, 1 )
/* ::qTabBar */
::buildTabBar()
::qLayout:addWidget_1( ::qTabBar , 2, 1, 1, 1 )
//::qLayout:addWidget_1( ::qTabBar , 2, 1, 1, 1 )
::qLayout:addWidget( ::qTabBar , 2, 1, 1, 1 )
/* Stacked widget */
::buildStacks()
::qLayout:addWidget_1( ::qStack , 3, 1, 1, 1 )
//::qLayout:addWidget_1( ::qStack , 3, 1, 1, 1 )
::qLayout:addWidget( ::qStack , 3, 1, 1, 1 )
/* StatusBar */
::buildStatusBar()
::qLayout:addWidget_1( ::qStatus , 4, 0, 1, 2 )
//::qLayout:addWidget_1( ::qStatus , 4, 0, 1, 2 )
::qLayout:addWidget( ::qStatus , 4, 0, 1, 2 )
/* Document manipulation interface */
::buildDesignReport()
@@ -1052,11 +1058,13 @@ METHOD HbqReportsManager:zoom( nMode )
CASE HBQT_GRAPHICSVIEW_ZOOM_WYSIWYG
::qView:resetMatrix()
::qView:scale( ::nScreenDpiX / 25.4 / 10.0, ::nScreenDpiY / 25.4 / 10.0 )
::qView:centerOn_1( 0.0, 0.0 )
//::qView:centerOn_1( 0.0, 0.0 )
::qView:centerOn( 0.0, 0.0 )
EXIT
CASE HBQT_GRAPHICSVIEW_ZOOM_ORIGINAL
::qView:resetMatrix()
::qView:centerOn_1( 0.0, 0.0 )
//::qView:centerOn_1( 0.0, 0.0 )
::qView:centerOn( 0.0, 0.0 )
EXIT
ENDSWITCH

View File

@@ -308,20 +308,24 @@ METHOD IdeBrowseManager:create( oIde )
/* Toolbar */
::buildToolbar()
::qLayout:addWidget_1( ::qToolbar, 0, 0, 1, 2 )
//::qLayout:addWidget_1( ::qToolbar, 0, 0, 1, 2 )
::qLayout:addWidget( ::qToolbar, 0, 0, 1, 2 )
/* Toolbar left */
::buildLeftToolbar()
::qLayout:addWidget_1( ::qToolbarL, 1, 0, 1, 1 )
//::qLayout:addWidget_1( ::qToolbarL, 1, 0, 1, 1 )
::qLayout:addWidget( ::qToolbarL, 1, 0, 1, 1 )
/* Stacked widget */
::qStack := QStackedWidget()
::qLayout:addWidget_1( ::qStack , 1, 1, 1, 1 )
//::qLayout:addWidget_1( ::qStack , 1, 1, 1, 1 )
::qLayout:addWidget( ::qStack , 1, 1, 1, 1 )
/* StatusBar */
::qStatus := QStatusBar()
::qStatus:setSizeGripEnabled( .f. )
::qLayout:addWidget_1( ::qStatus , 2, 0, 1, 2 )
//::qLayout:addWidget_1( ::qStatus , 2, 0, 1, 2 )
::qLayout:addWidget( ::qStatus , 2, 0, 1, 2 )
/* */
::buildStatusPanels()

View File

@@ -286,18 +286,24 @@ METHOD IdeDocks:buildDialog()
IF ::oIde:lCurEditsMdi
::buildMdiToolbar()
::qLayout:addWidget_1( ::qMdiToolbar:oWidget , 0, 0, 1, 2 )
//::qLayout:addWidget_1( ::qMdiToolbar:oWidget , 0, 0, 1, 2 )
::qLayout:addWidget( ::qMdiToolbar:oWidget , 0, 0, 1, 2 )
::buildMdiToolbarLeft()
::qLayout:addWidget_1( ::qMdiToolbarL:oWidget , 1, 0, 1, 1 )
//::qLayout:addWidget_1( ::qMdiToolbarL:oWidget , 1, 0, 1, 1 )
::qLayout:addWidget( ::qMdiToolbarL:oWidget , 1, 0, 1, 1 )
::buildStackedWidget()
::qLayout:addWidget_1( ::oStackedWidget:oWidget, 1, 1, 1, 1 )
//::qLayout:addWidget_1( ::oStackedWidget:oWidget, 1, 1, 1, 1 )
::qLayout:addWidget( ::oStackedWidget:oWidget, 1, 1, 1, 1 )
::buildSearchReplaceWidget()
::qLayout:addWidget_1( ::oSearchReplace:oUI , 2, 0, 1, 2 )
//::qLayout:addWidget_1( ::oSearchReplace:oUI , 2, 0, 1, 2 )
::qLayout:addWidget( ::oSearchReplace:oUI , 2, 0, 1, 2 )
ELSE
::buildStackedWidget()
::qLayout:addWidget_1( ::oStackedWidget:oWidget, 0, 0, 1, 1 )
//::qLayout:addWidget_1( ::oStackedWidget:oWidget, 0, 0, 1, 1 )
::qLayout:addWidget( ::oStackedWidget:oWidget, 0, 0, 1, 1 )
::buildSearchReplaceWidget()
::qLayout:addWidget_1( ::oSearchReplace:oUI , 1, 0, 1, 1 )
//::qLayout:addWidget_1( ::oSearchReplace:oUI , 1, 0, 1, 1 )
::qLayout:addWidget( ::oSearchReplace:oUI , 1, 0, 1, 1 )
ENDIF
/* Normalize Views */
@@ -348,12 +354,6 @@ METHOD IdeDocks:buildDialog()
::oStackedWidget:cascadeSubWindows()
ELSEIF x_[ 1,6 ] == 3
::stackMaximized()
#if 0 /* At this point size of the viewport is not determined */
ELSEIF x_[ 1,6 ] == 4
::stackVertically()
ELSEIF x_[ 1,6 ] == 5
::stackHorizontally()
#endif
ELSE
FOR EACH a_ IN x_
IF !empty( a_[ 2 ] )
@@ -429,7 +429,7 @@ METHOD IdeDocks:buildSystemTray()
::oSys:setIcon( hbide_image( "hbide" ) )
::oSys:connect( "activated(QSystemTrayIcon::ActivationReason)", {|p| ::execEvent( "qSystemTrayIcon_activated", p ) } )
::oIde:oSysMenu := QMenu( ::oDlg:oWidget )
::oIde:oSysMenu := QMenu() // ::oDlg:oWidget )
::qAct1 := QAction():from( ::oSysMenu:addAction( hbide_image( "fullscreen" ), "&Show" ) )
::oSysMenu:addSeparator()
::qAct2 := QAction():from( ::oSysMenu:addAction( hbide_image( "exit" ), "&Exit" ) )

View File

@@ -823,7 +823,8 @@ METHOD IdeFindInFiles:buildUI()
qItem:setFlags( Qt_ItemIsUserCheckable + Qt_ItemIsEnabled + Qt_ItemIsSelectable )
qItem:setText( cProj )
qItem:setCheckState( 0 )
::oUI:q_listProjects:addItem_1( qItem )
//::oUI:q_listProjects:addItem_1( qItem )
::oUI:q_listProjects:addItem( qItem )
aadd( ::aItems, qItem )
ENDIF
NEXT

View File

@@ -384,7 +384,8 @@ METHOD IdeFunctions:listProjects()
qItm := QListWidgetItem()
qItm:setText( s )
qItm:setCheckState( Qt_Unchecked )
oLst:addItem_1( qItm )
//oLst:addItem_1( qItm )
oLst:addItem( qItm )
aadd( ::aProjList, qItm )
NEXT

View File

@@ -728,7 +728,8 @@ METHOD IdeHarbourHelp:populateIndex()
qItem := QListWidgetItem()
qItem:setText( a_[ 2 ] )
a_[ 5 ] := qItem
::oUI:q_listIndex:addItem_1( qItem )
//::oUI:q_listIndex:addItem_1( qItem )
::oUI:q_listIndex:addItem( qItem )
ENDIF
NEXT

View File

@@ -1543,7 +1543,8 @@ METHOD IdeSetup:execEvent( cEvent, p, p1 )
aadd( ::oINI:aAppThemes, cTheme + "," + ::fetchThemeColorsString() )
qItem := QListWidgetItem()
qItem:setText( cTheme )
::oUI:q_listThemes:addItem_1( qItem )
//::oUI:q_listThemes:addItem_1( qItem )
::oUI:q_listThemes:addItem( qItem )
::oUI:q_listThemes:setCurrentRow( len( ::oINI:aAppThemes ) - 1 )
ENDIF
EXIT
@@ -1695,7 +1696,8 @@ METHOD IdeSetup:pushThemesData()
a_:= hb_aTokens( s, "," )
qItem := QListWidgetItem()
qItem:setText( a_[ 1 ] )
::oUI:q_listThemes:addItem_1( qItem )
//::oUI:q_listThemes:addItem_1( qItem )
::oUI:q_listThemes:addItem( qItem )
::pushThemeColors( s:__enumIndex() )
NEXT
ENDIF

View File

@@ -676,7 +676,8 @@ METHOD IdeShortcuts:populateMethods()
qItem:setText( a_[ 1 ] )
ENDIF
aadd( ::aMtdItms, qItem )
qLW:addItem_1( qItem )
//qLW:addItem_1( qItem )
qLW:addItem( qItem )
ENDIF
NEXT
qLW:setCurrentRow( 0 )

View File

@@ -644,11 +644,13 @@ STATIC FUNCTION hbq_gen_ui_prg( cFile, cFuncName )
IF "addWidget" $ cCmd
IF hbq_occurs( cCmd, "," ) >= 4
cCmd := StrTran( cCmd, "addWidget", "addWidget_1" )
// cCmd := StrTran( cCmd, "addWidget", "addWidget_1" )
cCmd := StrTran( cCmd, "addWidget", "addWidget" )
ENDIF
ELSEIF "addLayout" $ cCmd
IF hbq_occurs( cCmd, "," ) >= 4
cCmd := StrTran( cCmd, "addLayout", "addLayout_1" )
// cCmd := StrTran( cCmd, "addLayout", "addLayout_1" )
cCmd := StrTran( cCmd, "addLayout", "addLayout" )
ENDIF
ENDIF

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QsciAbstractAPIs():new( ... )
* QsciAbstractAPIs( ... )
* QsciAbstractAPIs():from( pPtr_OR_oObj_of_type_QsciAbstractAPIs )
* QsciAbstractAPIs():configure( pPtr_OR_oObj_of_type_QsciAbstractAPIs )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QsciAbstractAPIs
* $SYNTAX$
* QsciAPIs():new( ... )
* QsciAPIs( ... )
* QsciAPIs():from( pPtr_OR_oObj_of_type_QsciAPIs )
* QsciAPIs():configure( pPtr_OR_oObj_of_type_QsciAPIs )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QsciCommand():new( ... )
* QsciCommand( ... )
* QsciCommand():from( pPtr_OR_oObj_of_type_QsciCommand )
* QsciCommand():configure( pPtr_OR_oObj_of_type_QsciCommand )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QsciCommandSet():new( ... )
* QsciCommandSet( ... )
* QsciCommandSet():from( pPtr_OR_oObj_of_type_QsciCommandSet )
* QsciCommandSet():configure( pPtr_OR_oObj_of_type_QsciCommandSet )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QsciLexer():new( ... )
* QsciLexer( ... )
* QsciLexer():from( pPtr_OR_oObj_of_type_QsciLexer )
* QsciLexer():configure( pPtr_OR_oObj_of_type_QsciLexer )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QsciLexer
* $SYNTAX$
* QsciLexerCPP():new( ... )
* QsciLexerCPP( ... )
* QsciLexerCPP():from( pPtr_OR_oObj_of_type_QsciLexerCPP )
* QsciLexerCPP():configure( pPtr_OR_oObj_of_type_QsciLexerCPP )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QsciLexer
* $SYNTAX$
* QsciLexerFlagship():new( ... )
* QsciLexerFlagship( ... )
* QsciLexerFlagship():from( pPtr_OR_oObj_of_type_QsciLexerFlagship )
* QsciLexerFlagship():configure( pPtr_OR_oObj_of_type_QsciLexerFlagship )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QsciScintilla():new( ... )
* QsciScintilla( ... )
* QsciScintilla():from( pPtr_OR_oObj_of_type_QsciScintilla )
* QsciScintilla():configure( pPtr_OR_oObj_of_type_QsciScintilla )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QsciStyle():new( ... )
* QsciStyle( ... )
* QsciStyle():from( pPtr_OR_oObj_of_type_QsciStyle )
* QsciStyle():configure( pPtr_OR_oObj_of_type_QsciStyle )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QsciStyledText():new( ... )
* QsciStyledText( ... )
* QsciStyledText():from( pPtr_OR_oObj_of_type_QsciStyledText )
* QsciStyledText():configure( pPtr_OR_oObj_of_type_QsciStyledText )
* $ARGUMENTS$

View File

@@ -66,6 +66,11 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 0/0 [ 0% ] ]
*
*/
#include <QtCore/QPointer>

View File

@@ -70,7 +70,6 @@
* Constructed[ 14/15 [ 93.33% ] ]
*
* *** Unconvered Prototypes ***
* -----------------------------
*
* virtual QStringList callTips (const QStringList &context, int commas, QsciScintilla::CallTipsStyle style, QList< int > &shifts)
*/

View File

@@ -70,7 +70,6 @@
* Constructed[ 3/4 [ 75.00% ] ]
*
* *** Unconvered Prototypes ***
* -----------------------------
*
* virtual QStringList callTips (const QStringList &context, int commas, QsciScintilla::CallTipsStyle style, QList< int > &shifts)=0
*/

View File

@@ -66,6 +66,11 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 6/6 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscicommand.h>

View File

@@ -66,6 +66,11 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 5/5 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscicommandset.h>

View File

@@ -66,6 +66,11 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 0/0 [ 0% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscidocument.h>

View File

@@ -66,6 +66,11 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 44/44 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscilexer.h>

View File

@@ -78,6 +78,11 @@
* }
*/
/*
* Constructed[ 27/27 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscilexercpp.h>

View File

@@ -78,6 +78,11 @@
* }
*/
/*
* Constructed[ 27/27 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscilexerflagship.h>

View File

@@ -106,7 +106,6 @@
* Constructed[ 195/197 [ 98.98% ] ]
*
* *** Unconvered Prototypes ***
* -----------------------------
*
* void annotate (int line, const QList< QsciStyledText > &text)
* void setMarginText (int line, const QList< QsciStyledText > &text)

View File

@@ -70,6 +70,11 @@
* enum TextCase { OriginalCase = 0, UpperCase = 1, LowerCase = 2 }
*/
/*
* Constructed[ 20/20 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscistyle.h>

View File

@@ -66,6 +66,11 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 2/2 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscistyledtext.h>

View File

@@ -92,13 +92,10 @@ CREATE CLASS QsciLexer INHERIT HbQtObjectHandler FUNCTION HB_QsciLexer
METHOD defaultStyle()
METHOD description( nStyle )
METHOD paper( nStyle )
METHOD defaultColor()
METHOD defaultColor_1( nStyle )
METHOD defaultColor( ... )
METHOD defaultEolFill( nStyle )
METHOD defaultFont()
METHOD defaultFont_1( nStyle )
METHOD defaultPaper()
METHOD defaultPaper_1( nStyle )
METHOD defaultFont( ... )
METHOD defaultPaper( ... )
METHOD editor()
METHOD setEditor( pEditor )
METHOD readSettings( pQs, pPrefix )
@@ -212,32 +209,77 @@ METHOD QsciLexer:paper( nStyle )
RETURN Qt_QsciLexer_paper( ::pPtr, nStyle )
METHOD QsciLexer:defaultColor()
RETURN Qt_QsciLexer_defaultColor( ::pPtr )
METHOD QsciLexer:defaultColor_1( nStyle )
RETURN Qt_QsciLexer_defaultColor_1( ::pPtr, nStyle )
METHOD QsciLexer:defaultColor( ... )
LOCAL p, aP, nP, aV := {}
aP := hb_aParams()
nP := len( aP )
::valtypes( aP, aV )
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
NEXT
DO CASE
CASE nP == 1
DO CASE
CASE aV[ 1 ] $ "N"
// virtual QColor defaultColor (int style) const
// N n int
RETURN QColor():from( Qt_QsciLexer_defaultColor_1( ::pPtr, ... ) )
ENDCASE
CASE nP == 0
// QColor defaultColor () const
RETURN QColor():from( Qt_QsciLexer_defaultColor( ::pPtr, ... ) )
ENDCASE
RETURN NIL
METHOD QsciLexer:defaultEolFill( nStyle )
RETURN Qt_QsciLexer_defaultEolFill( ::pPtr, nStyle )
METHOD QsciLexer:defaultFont()
RETURN Qt_QsciLexer_defaultFont( ::pPtr )
METHOD QsciLexer:defaultFont( ... )
LOCAL p, aP, nP, aV := {}
aP := hb_aParams()
nP := len( aP )
::valtypes( aP, aV )
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
NEXT
DO CASE
CASE nP == 1
DO CASE
CASE aV[ 1 ] $ "N"
// virtual QFont defaultFont (int style) const
// N n int
RETURN QFont():from( Qt_QsciLexer_defaultFont_1( ::pPtr, ... ) )
ENDCASE
CASE nP == 0
// QFont defaultFont () const
RETURN QFont():from( Qt_QsciLexer_defaultFont( ::pPtr, ... ) )
ENDCASE
RETURN NIL
METHOD QsciLexer:defaultFont_1( nStyle )
RETURN Qt_QsciLexer_defaultFont_1( ::pPtr, nStyle )
METHOD QsciLexer:defaultPaper()
RETURN Qt_QsciLexer_defaultPaper( ::pPtr )
METHOD QsciLexer:defaultPaper_1( nStyle )
RETURN Qt_QsciLexer_defaultPaper_1( ::pPtr, nStyle )
METHOD QsciLexer:defaultPaper( ... )
LOCAL p, aP, nP, aV := {}
aP := hb_aParams()
nP := len( aP )
::valtypes( aP, aV )
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
NEXT
DO CASE
CASE nP == 1
DO CASE
CASE aV[ 1 ] $ "N"
// virtual QColor defaultPaper (int style) const
// N n int
RETURN QColor():from( Qt_QsciLexer_defaultPaper_1( ::pPtr, ... ) )
ENDCASE
CASE nP == 0
// QColor defaultPaper () const
RETURN QColor():from( Qt_QsciLexer_defaultPaper( ::pPtr, ... ) )
ENDCASE
RETURN NIL
METHOD QsciLexer:editor()

View File

@@ -71,9 +71,7 @@ CREATE CLASS QsciScintilla INHERIT HbQtObjectHandler FUNCTION HB_QsciScintilla
METHOD new( ... )
METHOD annotate( nLine, cText, nStyle )
METHOD annotate_1( nLine, cText, pStyle )
METHOD annotate_2( nLine, pText )
METHOD annotate( ... )
METHOD annotation( nLine )
METHOD annotationDisplay()
METHOD clearAnnotations( nLine )
@@ -133,9 +131,7 @@ CREATE CLASS QsciScintilla INHERIT HbQtObjectHandler FUNCTION HB_QsciScintilla
METHOD marginSensitivity( nMargin )
METHOD marginType( nMargin )
METHOD marginWidth( nMargin )
METHOD markerDefine( nSym, nMnr )
METHOD markerDefine_1( cCh, nMnr )
METHOD markerDefine_2( pPm, nMnr )
METHOD markerDefine( ... )
METHOD markerAdd( nLinenr, nMnr )
METHOD markersAtLine( nLinenr )
METHOD markerDelete( nLinenr, nMnr )
@@ -165,9 +161,7 @@ CREATE CLASS QsciScintilla INHERIT HbQtObjectHandler FUNCTION HB_QsciScintilla
METHOD setEdgeColor( pCol )
METHOD setEdgeColumn( nColnr )
METHOD setEdgeMode( nMode )
METHOD setMarginText( nLine, cText, nStyle )
METHOD setMarginText_1( nLine, cText, pStyle )
METHOD setMarginText_2( nLine, pText )
METHOD setMarginText( ... )
METHOD setMarginType( nMargin, nType )
METHOD clearMarginText( nLine )
METHOD setMarkerBackgroundColor( pCol, nMnr )
@@ -184,8 +178,7 @@ CREATE CLASS QsciScintilla INHERIT HbQtObjectHandler FUNCTION HB_QsciScintilla
METHOD standardCommands()
METHOD tabIndents()
METHOD tabWidth()
METHOD text()
METHOD text_1( nLine )
METHOD text( ... )
METHOD textHeight( nLinenr )
METHOD whitespaceVisibility()
METHOD wordAtPoint( pPoint )
@@ -245,8 +238,7 @@ CREATE CLASS QsciScintilla INHERIT HbQtObjectHandler FUNCTION HB_QsciScintilla
METHOD setMarginLineNumbers( nMargin, lLnrs )
METHOD setMarginMarkerMask( nMargin, nMask )
METHOD setMarginSensitivity( nMargin, lSens )
METHOD setMarginWidth( nMargin, nWidth )
METHOD setMarginWidth_1( nMargin, cS )
METHOD setMarginWidth( ... )
METHOD setModified( lM )
METHOD setPaper( pC )
METHOD setReadOnly( lRo )
@@ -261,10 +253,8 @@ CREATE CLASS QsciScintilla INHERIT HbQtObjectHandler FUNCTION HB_QsciScintilla
METHOD setWrapMode( nMode )
METHOD undo()
METHOD unindent( nLine )
METHOD zoomIn( nRange )
METHOD zoomIn_1()
METHOD zoomOut( nRange )
METHOD zoomOut_1()
METHOD zoomIn( ... )
METHOD zoomOut( ... )
METHOD zoomTo( nSize )
ENDCLASS
@@ -279,16 +269,35 @@ METHOD QsciScintilla:new( ... )
RETURN Self
METHOD QsciScintilla:annotate( nLine, cText, nStyle )
RETURN Qt_QsciScintilla_annotate( ::pPtr, nLine, cText, nStyle )
METHOD QsciScintilla:annotate_1( nLine, cText, pStyle )
RETURN Qt_QsciScintilla_annotate_1( ::pPtr, nLine, cText, hbqt_ptr( pStyle ) )
METHOD QsciScintilla:annotate_2( nLine, pText )
RETURN Qt_QsciScintilla_annotate_2( ::pPtr, nLine, hbqt_ptr( pText ) )
METHOD QsciScintilla:annotate( ... )
LOCAL p, aP, nP, aV := {}
aP := hb_aParams()
nP := len( aP )
::valtypes( aP, aV )
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
NEXT
DO CASE
CASE nP == 3
DO CASE
CASE aV[ 1 ] $ "N" .AND. aV[ 2 ] $ "C" .AND. aV[ 3 ] $ "N"
// void annotate (int line, const QString &text, int style)
// N n int, C c QString, N n int
RETURN Qt_QsciScintilla_annotate( ::pPtr, ... )
CASE aV[ 1 ] $ "N" .AND. aV[ 2 ] $ "C" .AND. aV[ 3 ] $ "PO"
// void annotate (int line, const QString &text, const QsciStyle &style)
// N n int, C c QString, PO p QsciStyle
RETURN Qt_QsciScintilla_annotate_1( ::pPtr, ... )
ENDCASE
CASE nP == 2
DO CASE
CASE aV[ 1 ] $ "N" .AND. aV[ 2 ] $ "PO"
// void annotate (int line, const QsciStyledText &text)
// N n int, PO p QsciStyledText
RETURN Qt_QsciScintilla_annotate_2( ::pPtr, ... )
ENDCASE
ENDCASE
RETURN NIL
METHOD QsciScintilla:annotation( nLine )
@@ -527,16 +536,47 @@ METHOD QsciScintilla:marginWidth( nMargin )
RETURN Qt_QsciScintilla_marginWidth( ::pPtr, nMargin )
METHOD QsciScintilla:markerDefine( nSym, nMnr )
RETURN Qt_QsciScintilla_markerDefine( ::pPtr, nSym, nMnr )
METHOD QsciScintilla:markerDefine_1( cCh, nMnr )
RETURN Qt_QsciScintilla_markerDefine_1( ::pPtr, cCh, nMnr )
METHOD QsciScintilla:markerDefine_2( pPm, nMnr )
RETURN Qt_QsciScintilla_markerDefine_2( ::pPtr, hbqt_ptr( pPm ), nMnr )
METHOD QsciScintilla:markerDefine( ... )
LOCAL p, aP, nP, aV := {}
aP := hb_aParams()
nP := len( aP )
::valtypes( aP, aV )
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
NEXT
DO CASE
CASE nP == 2
DO CASE
CASE aV[ 1 ] $ "C" .AND. aV[ 2 ] $ "N"
// int markerDefine (char ch, int mnr=-1)
// C c char, N n int
RETURN Qt_QsciScintilla_markerDefine_1( ::pPtr, ... )
CASE aV[ 1 ] $ "N" .AND. aV[ 2 ] $ "N"
// int markerDefine (MarkerSymbol sym, int mnr=-1)
// N n QsciScintilla::MarkerSymbol, N n int
RETURN Qt_QsciScintilla_markerDefine( ::pPtr, ... )
CASE aV[ 1 ] $ "PO" .AND. aV[ 2 ] $ "N"
// int markerDefine (const QPixmap &pm, int mnr=-1)
// PO p QPixmap, N n int
RETURN Qt_QsciScintilla_markerDefine_2( ::pPtr, ... )
ENDCASE
CASE nP == 1
DO CASE
CASE aV[ 1 ] $ "C"
// int markerDefine (char ch, int mnr=-1)
// C c char, N n int
RETURN Qt_QsciScintilla_markerDefine_1( ::pPtr, ... )
CASE aV[ 1 ] $ "N"
// int markerDefine (MarkerSymbol sym, int mnr=-1)
// N n QsciScintilla::MarkerSymbol, N n int
RETURN Qt_QsciScintilla_markerDefine( ::pPtr, ... )
CASE aV[ 1 ] $ "PO"
// int markerDefine (const QPixmap &pm, int mnr=-1)
// PO p QPixmap, N n int
RETURN Qt_QsciScintilla_markerDefine_2( ::pPtr, ... )
ENDCASE
ENDCASE
RETURN NIL
METHOD QsciScintilla:markerAdd( nLinenr, nMnr )
@@ -655,16 +695,35 @@ METHOD QsciScintilla:setEdgeMode( nMode )
RETURN Qt_QsciScintilla_setEdgeMode( ::pPtr, nMode )
METHOD QsciScintilla:setMarginText( nLine, cText, nStyle )
RETURN Qt_QsciScintilla_setMarginText( ::pPtr, nLine, cText, nStyle )
METHOD QsciScintilla:setMarginText_1( nLine, cText, pStyle )
RETURN Qt_QsciScintilla_setMarginText_1( ::pPtr, nLine, cText, hbqt_ptr( pStyle ) )
METHOD QsciScintilla:setMarginText_2( nLine, pText )
RETURN Qt_QsciScintilla_setMarginText_2( ::pPtr, nLine, hbqt_ptr( pText ) )
METHOD QsciScintilla:setMarginText( ... )
LOCAL p, aP, nP, aV := {}
aP := hb_aParams()
nP := len( aP )
::valtypes( aP, aV )
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
NEXT
DO CASE
CASE nP == 3
DO CASE
CASE aV[ 1 ] $ "N" .AND. aV[ 2 ] $ "C" .AND. aV[ 3 ] $ "N"
// void setMarginText (int line, const QString &text, int style)
// N n int, C c QString, N n int
RETURN Qt_QsciScintilla_setMarginText( ::pPtr, ... )
CASE aV[ 1 ] $ "N" .AND. aV[ 2 ] $ "C" .AND. aV[ 3 ] $ "PO"
// void setMarginText (int line, const QString &text, const QsciStyle &style)
// N n int, C c QString, PO p QsciStyle
RETURN Qt_QsciScintilla_setMarginText_1( ::pPtr, ... )
ENDCASE
CASE nP == 2
DO CASE
CASE aV[ 1 ] $ "N" .AND. aV[ 2 ] $ "PO"
// void setMarginText (int line, const QsciStyledText &text)
// N n int, PO p QsciStyledText
RETURN Qt_QsciScintilla_setMarginText_2( ::pPtr, ... )
ENDCASE
ENDCASE
RETURN NIL
METHOD QsciScintilla:setMarginType( nMargin, nType )
@@ -731,12 +790,27 @@ METHOD QsciScintilla:tabWidth()
RETURN Qt_QsciScintilla_tabWidth( ::pPtr )
METHOD QsciScintilla:text()
RETURN Qt_QsciScintilla_text( ::pPtr )
METHOD QsciScintilla:text_1( nLine )
RETURN Qt_QsciScintilla_text_1( ::pPtr, nLine )
METHOD QsciScintilla:text( ... )
LOCAL p, aP, nP, aV := {}
aP := hb_aParams()
nP := len( aP )
::valtypes( aP, aV )
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
NEXT
DO CASE
CASE nP == 1
DO CASE
CASE aV[ 1 ] $ "N"
// QString text (int line) const
// N n int
RETURN Qt_QsciScintilla_text_1( ::pPtr, ... )
ENDCASE
CASE nP == 0
// QString text () const
RETURN Qt_QsciScintilla_text( ::pPtr, ... )
ENDCASE
RETURN NIL
METHOD QsciScintilla:textHeight( nLinenr )
@@ -975,12 +1049,28 @@ METHOD QsciScintilla:setMarginSensitivity( nMargin, lSens )
RETURN Qt_QsciScintilla_setMarginSensitivity( ::pPtr, nMargin, lSens )
METHOD QsciScintilla:setMarginWidth( nMargin, nWidth )
RETURN Qt_QsciScintilla_setMarginWidth( ::pPtr, nMargin, nWidth )
METHOD QsciScintilla:setMarginWidth_1( nMargin, cS )
RETURN Qt_QsciScintilla_setMarginWidth_1( ::pPtr, nMargin, cS )
METHOD QsciScintilla:setMarginWidth( ... )
LOCAL p, aP, nP, aV := {}
aP := hb_aParams()
nP := len( aP )
::valtypes( aP, aV )
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
NEXT
DO CASE
CASE nP == 2
DO CASE
CASE aV[ 1 ] $ "N" .AND. aV[ 2 ] $ "C"
// virtual void setMarginWidth (int margin, const QString &s)
// N n int, C c QString
RETURN Qt_QsciScintilla_setMarginWidth_1( ::pPtr, ... )
CASE aV[ 1 ] $ "N" .AND. aV[ 2 ] $ "N"
// virtual void setMarginWidth (int margin, int width)
// N n int, N n int
RETURN Qt_QsciScintilla_setMarginWidth( ::pPtr, ... )
ENDCASE
ENDCASE
RETURN NIL
METHOD QsciScintilla:setModified( lM )
@@ -1039,20 +1129,50 @@ METHOD QsciScintilla:unindent( nLine )
RETURN Qt_QsciScintilla_unindent( ::pPtr, nLine )
METHOD QsciScintilla:zoomIn( nRange )
RETURN Qt_QsciScintilla_zoomIn( ::pPtr, nRange )
METHOD QsciScintilla:zoomIn( ... )
LOCAL p, aP, nP, aV := {}
aP := hb_aParams()
nP := len( aP )
::valtypes( aP, aV )
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
NEXT
DO CASE
CASE nP == 1
DO CASE
CASE aV[ 1 ] $ "N"
// virtual void zoomIn (int range)
// N n int
RETURN Qt_QsciScintilla_zoomIn( ::pPtr, ... )
ENDCASE
CASE nP == 0
// virtual void zoomIn ()
RETURN Qt_QsciScintilla_zoomIn_1( ::pPtr, ... )
ENDCASE
RETURN NIL
METHOD QsciScintilla:zoomIn_1()
RETURN Qt_QsciScintilla_zoomIn_1( ::pPtr )
METHOD QsciScintilla:zoomOut( nRange )
RETURN Qt_QsciScintilla_zoomOut( ::pPtr, nRange )
METHOD QsciScintilla:zoomOut_1()
RETURN Qt_QsciScintilla_zoomOut_1( ::pPtr )
METHOD QsciScintilla:zoomOut( ... )
LOCAL p, aP, nP, aV := {}
aP := hb_aParams()
nP := len( aP )
::valtypes( aP, aV )
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
NEXT
DO CASE
CASE nP == 1
DO CASE
CASE aV[ 1 ] $ "N"
// virtual void zoomOut (int range)
// N n int
RETURN Qt_QsciScintilla_zoomOut( ::pPtr, ... )
ENDCASE
CASE nP == 0
// virtual void zoomOut ()
RETURN Qt_QsciScintilla_zoomOut_1( ::pPtr, ... )
ENDCASE
RETURN NIL
METHOD QsciScintilla:zoomTo( nSize )

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QObject
* $SYNTAX$
* HBQEvents():new( ... )
* HBQEvents( ... )
* HBQEvents():from( pPtr_OR_oObj_of_type_HBQEvents )
* HBQEvents():configure( pPtr_OR_oObj_of_type_HBQEvents )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QObject
* $SYNTAX$
* HBQSlots():new( ... )
* HBQSlots( ... )
* HBQSlots():from( pPtr_OR_oObj_of_type_HBQSlots )
* HBQSlots():configure( pPtr_OR_oObj_of_type_HBQSlots )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QObject
* $SYNTAX$
* QAbstractItemModel():new( ... )
* QAbstractItemModel( ... )
* QAbstractItemModel():from( pPtr_OR_oObj_of_type_QAbstractItemModel )
* QAbstractItemModel():configure( pPtr_OR_oObj_of_type_QAbstractItemModel )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QAbstractItemModel
* $SYNTAX$
* QAbstractListModel():new( ... )
* QAbstractListModel( ... )
* QAbstractListModel():from( pPtr_OR_oObj_of_type_QAbstractListModel )
* QAbstractListModel():configure( pPtr_OR_oObj_of_type_QAbstractListModel )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QAbstractItemModel
* $SYNTAX$
* QAbstractTableModel():new( ... )
* QAbstractTableModel( ... )
* QAbstractTableModel():from( pPtr_OR_oObj_of_type_QAbstractTableModel )
* QAbstractTableModel():configure( pPtr_OR_oObj_of_type_QAbstractTableModel )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QBitArray():new( ... )
* QBitArray( ... )
* QBitArray():from( pPtr_OR_oObj_of_type_QBitArray )
* QBitArray():configure( pPtr_OR_oObj_of_type_QBitArray )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QIODevice
* $SYNTAX$
* QBuffer():new( ... )
* QBuffer( ... )
* QBuffer():from( pPtr_OR_oObj_of_type_QBuffer )
* QBuffer():configure( pPtr_OR_oObj_of_type_QBuffer )
* $ARGUMENTS$
@@ -27,7 +27,6 @@
* An instance of the object of type QBuffer
* $METHODS$
* :buffer() -> pQByteArray
* :buffer_1() -> pQByteArray
* :data() -> pQByteArray
* :setBuffer( pByteArray ) -> NIL
* :setData( pData, nSize ) -> NIL

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QByteArray():new( ... )
* QByteArray( ... )
* QByteArray():from( pPtr_OR_oObj_of_type_QByteArray )
* QByteArray():configure( pPtr_OR_oObj_of_type_QByteArray )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QChar():new( ... )
* QChar( ... )
* QChar():from( pPtr_OR_oObj_of_type_QChar )
* QChar():configure( pPtr_OR_oObj_of_type_QChar )
* $ARGUMENTS$
@@ -27,7 +27,7 @@
* An instance of the object of type QChar
* $METHODS$
* :category() -> nCategory
* :combiningClass() -> nUnsigned
* :combiningClass() -> nChar
* :decomposition() -> cQString
* :decompositionTag() -> nDecomposition
* :digitValue() -> nInt
@@ -52,7 +52,6 @@
* :toAscii() -> cChar
* :toLatin1() -> cChar
* :unicode() -> nUshort
* :unicode_1() -> nUshort
* :unicodeVersion() -> nUnicodeVersion
*
* $DESCRIPTION$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QObject
* $SYNTAX$
* QCoreApplication():new( ... )
* QCoreApplication( ... )
* QCoreApplication():from( pPtr_OR_oObj_of_type_QCoreApplication )
* QCoreApplication():configure( pPtr_OR_oObj_of_type_QCoreApplication )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QDataStream():new( ... )
* QDataStream( ... )
* QDataStream():from( pPtr_OR_oObj_of_type_QDataStream )
* QDataStream():configure( pPtr_OR_oObj_of_type_QDataStream )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QDate():new( ... )
* QDate( ... )
* QDate():from( pPtr_OR_oObj_of_type_QDate )
* QDate():configure( pPtr_OR_oObj_of_type_QDate )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QDateTime():new( ... )
* QDateTime( ... )
* QDateTime():from( pPtr_OR_oObj_of_type_QDateTime )
* QDateTime():configure( pPtr_OR_oObj_of_type_QDateTime )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QDir():new( ... )
* QDir( ... )
* QDir():from( pPtr_OR_oObj_of_type_QDir )
* QDir():configure( pPtr_OR_oObj_of_type_QDir )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QEvent():new( ... )
* QEvent( ... )
* QEvent():from( pPtr_OR_oObj_of_type_QEvent )
* QEvent():configure( pPtr_OR_oObj_of_type_QEvent )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QObject
* $SYNTAX$
* QEventLoop():new( ... )
* QEventLoop( ... )
* QEventLoop():from( pPtr_OR_oObj_of_type_QEventLoop )
* QEventLoop():configure( pPtr_OR_oObj_of_type_QEventLoop )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QIODevice
* $SYNTAX$
* QFile():new( ... )
* QFile( ... )
* QFile():from( pPtr_OR_oObj_of_type_QFile )
* QFile():configure( pPtr_OR_oObj_of_type_QFile )
* $ARGUMENTS$
@@ -50,7 +50,6 @@
* :unsetError() -> NIL
* :copy_1( cFileName, cNewName ) -> lBool
* :decodeName( pLocalFileName ) -> cQString
* :decodeName_1( pLocalFileName ) -> cQString
* :encodeName( cFileName ) -> pQByteArray
* :exists_1( cFileName ) -> lBool
* :link_1( cFileName, cLinkName ) -> lBool

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QFileInfo():new( ... )
* QFileInfo( ... )
* QFileInfo():from( pPtr_OR_oObj_of_type_QFileInfo )
* QFileInfo():configure( pPtr_OR_oObj_of_type_QFileInfo )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QObject
* $SYNTAX$
* QIODevice():new( ... )
* QIODevice( ... )
* QIODevice():from( pPtr_OR_oObj_of_type_QIODevice )
* QIODevice():configure( pPtr_OR_oObj_of_type_QIODevice )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QLatin1Char():new( ... )
* QLatin1Char( ... )
* QLatin1Char():from( pPtr_OR_oObj_of_type_QLatin1Char )
* QLatin1Char():configure( pPtr_OR_oObj_of_type_QLatin1Char )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QLatin1String():new( ... )
* QLatin1String( ... )
* QLatin1String():from( pPtr_OR_oObj_of_type_QLatin1String )
* QLatin1String():configure( pPtr_OR_oObj_of_type_QLatin1String )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QLine():new( ... )
* QLine( ... )
* QLine():from( pPtr_OR_oObj_of_type_QLine )
* QLine():configure( pPtr_OR_oObj_of_type_QLine )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QLineF():new( ... )
* QLineF( ... )
* QLineF():from( pPtr_OR_oObj_of_type_QLineF )
* QLineF():configure( pPtr_OR_oObj_of_type_QLineF )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QList():new( ... )
* QList( ... )
* QList():from( pPtr_OR_oObj_of_type_QList )
* QList():configure( pPtr_OR_oObj_of_type_QList )
* $ARGUMENTS$
@@ -29,21 +29,17 @@
* :append( xValue ) -> NIL
* :at( nI ) -> pT
* :back() -> pT
* :back_1() -> pT
* :clear() -> NIL
* :count( xValue ) -> nInt
* :count_1() -> nInt
* :empty() -> lBool
* :endsWith( xValue ) -> lBool
* :first() -> pT
* :first_1() -> pT
* :front() -> pT
* :front_1() -> pT
* :indexOf( xValue, nFrom ) -> nInt
* :insert( nI, xValue ) -> NIL
* :isEmpty() -> lBool
* :last() -> pT
* :last_1() -> pT
* :lastIndexOf( xValue, nFrom ) -> nInt
* :length() -> nInt
* :move( nFrom, nTo ) -> NIL

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QLocale():new( ... )
* QLocale( ... )
* QLocale():from( pPtr_OR_oObj_of_type_QLocale )
* QLocale():configure( pPtr_OR_oObj_of_type_QLocale )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QObject
* $SYNTAX$
* QMimeData():new( ... )
* QMimeData( ... )
* QMimeData():from( pPtr_OR_oObj_of_type_QMimeData )
* QMimeData():configure( pPtr_OR_oObj_of_type_QMimeData )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QModelIndex():new( ... )
* QModelIndex( ... )
* QModelIndex():from( pPtr_OR_oObj_of_type_QModelIndex )
* QModelIndex():configure( pPtr_OR_oObj_of_type_QModelIndex )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QObject():new( ... )
* QObject( ... )
* QObject():from( pPtr_OR_oObj_of_type_QObject )
* QObject():configure( pPtr_OR_oObj_of_type_QObject )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QPoint():new( ... )
* QPoint( ... )
* QPoint():from( pPtr_OR_oObj_of_type_QPoint )
* QPoint():configure( pPtr_OR_oObj_of_type_QPoint )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QPointF():new( ... )
* QPointF( ... )
* QPointF():from( pPtr_OR_oObj_of_type_QPointF )
* QPointF():configure( pPtr_OR_oObj_of_type_QPointF )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QIODevice
* $SYNTAX$
* QProcess():new( ... )
* QProcess( ... )
* QProcess():from( pPtr_OR_oObj_of_type_QProcess )
* QProcess():configure( pPtr_OR_oObj_of_type_QProcess )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QRect():new( ... )
* QRect( ... )
* QRect():from( pPtr_OR_oObj_of_type_QRect )
* QRect():configure( pPtr_OR_oObj_of_type_QRect )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QRectF():new( ... )
* QRectF( ... )
* QRectF():from( pPtr_OR_oObj_of_type_QRectF )
* QRectF():configure( pPtr_OR_oObj_of_type_QRectF )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QRegExp():new( ... )
* QRegExp( ... )
* QRegExp():from( pPtr_OR_oObj_of_type_QRegExp )
* QRegExp():configure( pPtr_OR_oObj_of_type_QRegExp )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QResource():new( ... )
* QResource( ... )
* QResource():from( pPtr_OR_oObj_of_type_QResource )
* QResource():configure( pPtr_OR_oObj_of_type_QResource )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QObject
* $SYNTAX$
* QSettings():new( ... )
* QSettings( ... )
* QSettings():from( pPtr_OR_oObj_of_type_QSettings )
* QSettings():configure( pPtr_OR_oObj_of_type_QSettings )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QObject
* $SYNTAX$
* QSignalMapper():new( ... )
* QSignalMapper( ... )
* QSignalMapper():from( pPtr_OR_oObj_of_type_QSignalMapper )
* QSignalMapper():configure( pPtr_OR_oObj_of_type_QSignalMapper )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QSize():new( ... )
* QSize( ... )
* QSize():from( pPtr_OR_oObj_of_type_QSize )
* QSize():configure( pPtr_OR_oObj_of_type_QSize )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QSizeF():new( ... )
* QSizeF( ... )
* QSizeF():from( pPtr_OR_oObj_of_type_QSizeF )
* QSizeF():configure( pPtr_OR_oObj_of_type_QSizeF )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QList
* $SYNTAX$
* QStringList():new( ... )
* QStringList( ... )
* QStringList():from( pPtr_OR_oObj_of_type_QStringList )
* QStringList():configure( pPtr_OR_oObj_of_type_QStringList )
* $ARGUMENTS$
@@ -41,12 +41,9 @@
* :count( cValue ) -> nInt
* :endsWith( cValue ) -> lBool
* :first() -> cQString
* :first_1() -> cQString
* :front() -> cQString
* :front_1() -> cQString
* :insert( nI, cValue ) -> NIL
* :last() -> cQString
* :last_1() -> cQString
* :mid( nPos, nLength ) -> pQList<QString>
* :prepend( cValue ) -> NIL
* :push_back( cValue ) -> NIL

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QTextBoundaryFinder():new( ... )
* QTextBoundaryFinder( ... )
* QTextBoundaryFinder():from( pPtr_OR_oObj_of_type_QTextBoundaryFinder )
* QTextBoundaryFinder():configure( pPtr_OR_oObj_of_type_QTextBoundaryFinder )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QTextCodec():new( ... )
* QTextCodec( ... )
* QTextCodec():from( pPtr_OR_oObj_of_type_QTextCodec )
* QTextCodec():configure( pPtr_OR_oObj_of_type_QTextCodec )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QTextDecoder():new( ... )
* QTextDecoder( ... )
* QTextDecoder():from( pPtr_OR_oObj_of_type_QTextDecoder )
* QTextDecoder():configure( pPtr_OR_oObj_of_type_QTextDecoder )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QTextEncoder():new( ... )
* QTextEncoder( ... )
* QTextEncoder():from( pPtr_OR_oObj_of_type_QTextEncoder )
* QTextEncoder():configure( pPtr_OR_oObj_of_type_QTextEncoder )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QTextStream():new( ... )
* QTextStream( ... )
* QTextStream():from( pPtr_OR_oObj_of_type_QTextStream )
* QTextStream():configure( pPtr_OR_oObj_of_type_QTextStream )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QObject
* $SYNTAX$
* QThread():new( ... )
* QThread( ... )
* QThread():from( pPtr_OR_oObj_of_type_QThread )
* QThread():configure( pPtr_OR_oObj_of_type_QThread )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QTime():new( ... )
* QTime( ... )
* QTime():from( pPtr_OR_oObj_of_type_QTime )
* QTime():configure( pPtr_OR_oObj_of_type_QTime )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QObject
* $SYNTAX$
* QTimeLine():new( ... )
* QTimeLine( ... )
* QTimeLine():from( pPtr_OR_oObj_of_type_QTimeLine )
* QTimeLine():configure( pPtr_OR_oObj_of_type_QTimeLine )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QObject
* $SYNTAX$
* QTimer():new( ... )
* QTimer( ... )
* QTimer():from( pPtr_OR_oObj_of_type_QTimer )
* QTimer():configure( pPtr_OR_oObj_of_type_QTimer )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QObject
* $SYNTAX$
* QTranslator():new( ... )
* QTranslator( ... )
* QTranslator():from( pPtr_OR_oObj_of_type_QTranslator )
* QTranslator():configure( pPtr_OR_oObj_of_type_QTranslator )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
* QObject
* $SYNTAX$
* QUrl():new( ... )
* QUrl( ... )
* QUrl():from( pPtr_OR_oObj_of_type_QUrl )
* QUrl():configure( pPtr_OR_oObj_of_type_QUrl )
* $ARGUMENTS$

View File

@@ -18,7 +18,7 @@
* $INHERITS$
*
* $SYNTAX$
* QVariant():new( ... )
* QVariant( ... )
* QVariant():from( pPtr_OR_oObj_of_type_QVariant )
* QVariant():configure( pPtr_OR_oObj_of_type_QVariant )
* $ARGUMENTS$

View File

@@ -65,6 +65,11 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 3/3 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <QtCore/QObject>

View File

@@ -65,6 +65,11 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 4/4 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <QtCore/QObject>

View File

@@ -78,14 +78,13 @@
*/
/*
* Constructed[ 167/187 [ 89.30% ] ]
* Constructed[ 167/168 [ 99.40% ] ]
*
* *** Unconvered Prototypes ***
* -----------------------------
*
* QVector<uint> toUcs4 () const
*
* *** Commented out protos which construct fine but do not compile ***
* *** Commented out protostypes ***
*
* //iterator begin ()
* //const_iterator begin () const

View File

@@ -66,15 +66,14 @@
/*----------------------------------------------------------------------*/
/*
* Constructed[ 32/36 [ 88.89% ] ]
* Constructed[ 32/34 [ 94.12% ] ]
*
* *** Unconvered Prototypes ***
* -----------------------------
*
* virtual QMap<int, QVariant> itemData ( const QModelIndex & index ) const
* virtual bool setItemData ( const QModelIndex & index, const QMap<int, QVariant> & roles )
*
* *** Commented out protos which construct fine but do not compile ***
* *** Commented out protostypes ***
*
* // virtual QModelIndexList match ( const QModelIndex & start, int role, const QVariant & value, int hits = 1, Qt::MatchFlags flags = Qt::MatchFlags( Qt::MatchStartsWith | Qt::MatchWrap ) ) const
* // virtual QMimeData * mimeData ( const QModelIndexList & indexes ) const

View File

@@ -65,6 +65,11 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 1/1 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <QtCore/QAbstractListModel>

View File

@@ -65,6 +65,11 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 1/1 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <QtCore/QAbstractTableModel>

View File

@@ -65,6 +65,11 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 16/16 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <QtCore/QBitArray>

View File

@@ -65,6 +65,15 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 5/5 [ 100.00% ] ]
*
*
* *** Commented out protostypes ***
*
* //const QByteArray & buffer () const
*/
#include <QtCore/QPointer>
#include <QtCore/QBuffer>
@@ -162,18 +171,6 @@ HB_FUNC( QT_QBUFFER_BUFFER )
}
}
/*
* const QByteArray & buffer () const
*/
HB_FUNC( QT_QBUFFER_BUFFER_1 )
{
QBuffer * p = hbqt_par_QBuffer( 1 );
if( p )
{
hb_retptrGC( hbqt_gcAllocate_QByteArray( new QByteArray( ( p )->buffer() ), true ) );
}
}
/*
* const QByteArray & data () const
*/

View File

@@ -65,6 +65,17 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 98/98 [ 100.00% ] ]
*
*
* *** Commented out protostypes ***
*
* // bool contains ( const QByteArray & ba ) const
* // bool contains ( const char * str ) const
* // bool contains ( char ch ) const
*/
#include <QtCore/QPointer>
#include <QtCore/QByteArray>

View File

@@ -75,13 +75,16 @@
*/
/*
* Constructed[ 33/35 [ 94.29% ] ]
* Constructed[ 32/34 [ 94.12% ] ]
*
* *** Unconvered Prototypes ***
* -----------------------------
*
* uchar cell () const
* uchar row () const
*
* *** Commented out protostypes ***
*
* //ushort unicode () const
*/
#include <QtCore/QPointer>
@@ -522,18 +525,6 @@ HB_FUNC( QT_QCHAR_UNICODE )
}
}
/*
* ushort unicode () const
*/
HB_FUNC( QT_QCHAR_UNICODE_1 )
{
QChar * p = hbqt_par_QChar( 1 );
if( p )
{
hb_retni( ( p )->unicode() );
}
}
/*
* UnicodeVersion unicodeVersion () const
*/

View File

@@ -69,6 +69,17 @@
* enum Encoding { CodecForTr, UnicodeUTF8, DefaultCodec }
*/
/*
* Constructed[ 40/40 [ 100.00% ] ]
*
*
* *** Commented out protostypes ***
*
* // bool filterEvent ( void * message, long * result )
* // EventFilter setEventFilter ( EventFilter filter )
* // virtual bool winEventFilter ( MSG * msg, long * result )
*/
#include <QtCore/QPointer>
#include "hbapi.h"

View File

@@ -71,6 +71,16 @@
* enum Version { Qt_1_0, Qt_2_0, Qt_2_1, Qt_3_0, ..., Qt_4_5 }
*/
/*
* Constructed[ 13/13 [ 100.00% ] ]
*
*
* *** Commented out protostypes ***
*
* //QDataStream & readBytes ( char *& s, uint & l )
* //QDataStream & writeBytes ( const char * s, uint len )
*/
#include <QtCore/QPointer>
#include <QtCore/QDataStream>

View File

@@ -69,6 +69,11 @@
* enum MonthNameType { DateFormat, StandaloneFormat }
*/
/*
* Constructed[ 19/19 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <QtCore/QDate>

View File

@@ -65,6 +65,11 @@
#if QT_VERSION >= 0x040500
/*----------------------------------------------------------------------*/
/*
* Constructed[ 26/26 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <QtCore/QDateTime>

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