2010-11-04 12:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

- contrib/hbqt/qtgui/g
  - contrib/hbqt/qtgui/doc/en/*.txt
  - contrib/hbqt/qtwebkit/g
  - contrib/hbqt/qtwebkit/doc/en/*.txt
  - contrib/hbqt/qtcore/g
  - contrib/hbqt/qtcore/doc/en/*.txt
  - contrib/hbqt/qtnetwork/g
  - contrib/hbqt/qtnetwork/doc/en/*.txt
  - contrib/hbqt/qscintilla/g
  - contrib/hbqt/qscintilla/doc/en/*.txt
  - contrib/hbqt/qtuitools/g
  - contrib/hbqt/qtuitools/doc/en/*.txt
  - contrib/hbqt/qtdesigner/g
  - contrib/hbqt/qtdesigner/doc/en/*.txt
    - Deleted generated files which are now created
      dynamically.

  - contrib/hbqt/utils
    - Deleted utils dir.

  + contrib/hbqt/tests/hbqtgen.prg
  + contrib/hbqt/tests/QtUiTools.txt
  + contrib/hbqt/tests/hbqtgen2.prg
  + contrib/hbqt/tests/QtGui.txt
  + contrib/hbqt/tests/QtCore.txt
  + contrib/hbqt/tests/QtNetwork.txt
    * Moved to tests dir.

  * contrib/hbqt/hbqt_hbmk2_plugin.hbs
    - Disabled one debug output left in.

  ; After these changes HBQT overall size went from 9.5MB to 1.6MB.
    It still makes it the largest contrib lib in terms of dir content size.
  ; BTW, most of current .qth content could be dropped by dynamically
    extracting information from original QT headers. QT is required anyway
    to build HBQT, and in such dynamic scenario the generated wrappers
    could always precisely match the QT version we're building against.
    Until then, .qth files are matching the QT version they were created
    for (currently 4.5), and it needs hefty manual work to update it to newer
    versions of QT (latest 4.7). Chances are good that such extraction tool
    already exists for PyQt and similar projects.
This commit is contained in:
Viktor Szakats
2010-11-04 11:21:17 +00:00
parent a8e4855d4b
commit 4100f80b34
1106 changed files with 45 additions and 217198 deletions

View File

@@ -16,11 +16,54 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-11-04 12:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
- contrib/hbqt/qtgui/g
- contrib/hbqt/qtgui/doc/en/*.txt
- contrib/hbqt/qtwebkit/g
- contrib/hbqt/qtwebkit/doc/en/*.txt
- contrib/hbqt/qtcore/g
- contrib/hbqt/qtcore/doc/en/*.txt
- contrib/hbqt/qtnetwork/g
- contrib/hbqt/qtnetwork/doc/en/*.txt
- contrib/hbqt/qscintilla/g
- contrib/hbqt/qscintilla/doc/en/*.txt
- contrib/hbqt/qtuitools/g
- contrib/hbqt/qtuitools/doc/en/*.txt
- contrib/hbqt/qtdesigner/g
- contrib/hbqt/qtdesigner/doc/en/*.txt
- Deleted generated files which are now created
dynamically.
- contrib/hbqt/utils
- Deleted utils dir.
+ contrib/hbqt/tests/hbqtgen.prg
+ contrib/hbqt/tests/QtUiTools.txt
+ contrib/hbqt/tests/hbqtgen2.prg
+ contrib/hbqt/tests/QtGui.txt
+ contrib/hbqt/tests/QtCore.txt
+ contrib/hbqt/tests/QtNetwork.txt
* Moved to tests dir.
* contrib/hbqt/hbqt_hbmk2_plugin.hbs
- Disabled one debug output left in.
; After these changes HBQT overall size went from 9.5MB to 1.6MB.
It still makes it the largest contrib lib in terms of dir content size.
; BTW, most of current .qth content could be dropped by dynamically
extracting information from original QT headers. QT is required anyway
to build HBQT, and in such dynamic scenario the generated wrappers
could always precisely match the QT version we're building against.
Until then, .qth files are matching the QT version they were created
for (currently 4.5), and it needs hefty manual work to update it to newer
versions of QT (latest 4.7). Chances are good that such extraction tool
already exists for PyQt and similar projects.
2010-11-04 11:23 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/contrib/rddsql/sqlbase.c
+ added timestamp type support in PutValue RDD method
* harbour/contrib/hbwin/axcore.c
* commented out debug line to be in sync with commented out
* commented out debug line to be in sync with commented out
function that it uses
2010-11-04 05:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

View File

@@ -320,7 +320,7 @@ FUNCTION hbmk2_plugin_qt( hbmk2 )
IF lBuildIt
IF ! hbmk2[ "lDONTEXEC" ]
OUTSTD( "GEN", cSrc, hb_eol() )
// OUTSTD( "GEN:", cSrc, hb_eol() )
IF ! qth_to_src( cSrc, cDstCPP, cDstPRG, cDstDOC, hbmk2[ "vars" ][ "qtmodule" ], hbmk2[ "vars" ][ "qtver" ] )
IF ! hbmk2[ "lIGNOREERROR" ]
cRetVal := "error"

View File

@@ -1,51 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QsciAbstractAPIs()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qsciabstractapis.html
* $ONELINER$
* Creates a new QsciAbstractAPIs object.
* $INHERITS$
*
* $SYNTAX$
* QsciAbstractAPIs( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QsciAbstractAPIs
* $METHODS$
* :lexer() -> oQsciLexer
* :updateAutoCompletionList( oQStringList, oQStringList ) -> NIL
* :autoCompletionSelected( cSelection ) -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qscintilla/TQsciAbstractAPIs.prg
* C++ wrappers : contrib/hbqt/qscintilla/QsciAbstractAPIs.cpp
* Library : hbqscintilla
* $END$
*/

View File

@@ -1,62 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QsciAPIs()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qsciapis.html
* $ONELINER$
* Creates a new QsciAPIs object.
* $INHERITS$
* QsciAbstractAPIs
* $SYNTAX$
* QsciAPIs( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QsciAPIs
* $METHODS$
* :add( cEntry ) -> NIL
* :clear() -> NIL
* :load( cFname ) -> lBool
* :remove( cEntry ) -> NIL
* :prepare() -> NIL
* :cancelPreparation() -> NIL
* :defaultPreparedName() -> cQString
* :isPrepared( cFname ) -> lBool
* :loadPrepared( cFname ) -> lBool
* :savePrepared( cFname ) -> lBool
* :updateAutoCompletionList( oQStringList, oQStringList ) -> NIL
* :autoCompletionSelected( cSel ) -> NIL
* :event( oQEvent ) -> lBool
* :installedAPIFiles() -> oQStringList
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qscintilla/TQsciAPIs.prg
* C++ wrappers : contrib/hbqt/qscintilla/QsciAPIs.cpp
* Library : hbqscintilla
* $END$
*/

View File

@@ -1,54 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QsciCommand()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qscicommand.html
* $ONELINER$
* Creates a new QsciCommand object.
* $INHERITS$
*
* $SYNTAX$
* QsciCommand( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QsciCommand
* $METHODS$
* :setKey( nKey ) -> NIL
* :setAlternateKey( nAltkey ) -> NIL
* :key() -> nInt
* :alternateKey() -> nInt
* :description() -> cQString
* :validKey( nKey ) -> lBool
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qscintilla/TQsciCommand.prg
* C++ wrappers : contrib/hbqt/qscintilla/QsciCommand.cpp
* Library : hbqscintilla
* $END$
*/

View File

@@ -1,53 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QsciCommandSet()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qscicommandset.html
* $ONELINER$
* Creates a new QsciCommandSet object.
* $INHERITS$
*
* $SYNTAX$
* QsciCommandSet( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QsciCommandSet
* $METHODS$
* :readSettings( oQSettings, cPrefix ) -> lBool
* :writeSettings( oQSettings, cPrefix ) -> lBool
* :commands() -> oQList_ QsciCommand * > &
* :clearKeys() -> NIL
* :clearAlternateKeys() -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qscintilla/TQsciCommandSet.prg
* C++ wrappers : contrib/hbqt/qscintilla/QsciCommandSet.cpp
* Library : hbqscintilla
* $END$
*/

View File

@@ -1,92 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QsciLexer()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qscilexer.html
* $ONELINER$
* Creates a new QsciLexer object.
* $INHERITS$
*
* $SYNTAX$
* QsciLexer( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QsciLexer
* $METHODS$
* :language() -> cChar
* :lexer() -> cChar
* :lexerId() -> nInt
* :apis() -> oQsciAbstractAPIs
* :autoCompletionFillups() -> cChar
* :autoCompletionWordSeparators() -> oQStringList
* :autoIndentStyle() -> nInt
* :blockEnd( @nStyle ) -> cChar
* :blockLookback() -> nInt
* :blockStart( @nStyle ) -> cChar
* :blockStartKeyword( @nStyle ) -> cChar
* :braceStyle() -> nInt
* :caseSensitive() -> lBool
* :color( nStyle ) -> oQColor
* :eolFill( nStyle ) -> lBool
* :font( nStyle ) -> oQFont
* :indentationGuideView() -> nInt
* :keywords( nSet ) -> cChar
* :defaultStyle() -> nInt
* :description( nStyle ) -> cQString
* :paper( nStyle ) -> oQColor
* :defaultColor() -> oQColor
* :defaultColor( nStyle ) -> oQColor
* :defaultEolFill( nStyle ) -> lBool
* :defaultFont() -> oQFont
* :defaultFont( nStyle ) -> oQFont
* :defaultPaper() -> oQColor
* :defaultPaper( nStyle ) -> oQColor
* :editor() -> oQsciScintilla
* :setEditor( oQsciScintilla ) -> NIL
* :readSettings( oQSettings, cPrefix ) -> lBool
* :refreshProperties() -> NIL
* :styleBitsNeeded() -> nInt
* :wordCharacters() -> cChar
* :writeSettings( oQSettings, cPrefix ) -> lBool
* :setAPIs( oQsciAbstractAPIs ) -> NIL
* :setDefaultColor( oQColor ) -> NIL
* :setDefaultFont( oQFont ) -> NIL
* :setDefaultPaper( oQColor ) -> NIL
* :setAutoIndentStyle( nAutoindentstyle ) -> NIL
* :setColor( oQColor, nStyle ) -> NIL
* :setEolFill( lEoffill, nStyle ) -> NIL
* :setFont( oQFont, nStyle ) -> NIL
* :setPaper( oQColor, nStyle ) -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qscintilla/TQsciLexer.prg
* C++ wrappers : contrib/hbqt/qscintilla/QsciLexer.cpp
* Library : hbqscintilla
* $END$
*/

View File

@@ -1,75 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QsciLexerCPP()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qscilexercpp.html
* $ONELINER$
* Creates a new QsciLexerCPP object.
* $INHERITS$
* QsciLexer
* $SYNTAX$
* QsciLexerCPP( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QsciLexerCPP
* $METHODS$
* :language() -> cChar
* :lexer() -> cChar
* :autoCompletionWordSeparators() -> oQStringList
* :blockEnd( @nStyle ) -> cChar
* :blockStart( @nStyle ) -> cChar
* :blockStartKeyword( @nStyle ) -> cChar
* :braceStyle() -> nInt
* :wordCharacters() -> cChar
* :defaultColor( nStyle ) -> oQColor
* :defaultEolFill( nStyle ) -> lBool
* :defaultFont( nStyle ) -> oQFont
* :defaultPaper( nStyle ) -> oQColor
* :keywords( nSet ) -> cChar
* :description( nStyle ) -> cQString
* :refreshProperties() -> NIL
* :foldAtElse() -> lBool
* :foldComments() -> lBool
* :foldCompact() -> lBool
* :foldPreprocessor() -> lBool
* :stylePreprocessor() -> lBool
* :setDollarsAllowed( lAllowed ) -> NIL
* :dollarsAllowed() -> lBool
* :setFoldAtElse( lFold ) -> NIL
* :setFoldComments( lFold ) -> NIL
* :setFoldCompact( lFold ) -> NIL
* :setFoldPreprocessor( lFold ) -> NIL
* :setStylePreprocessor( lStyle ) -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qscintilla/TQsciLexerCPP.prg
* C++ wrappers : contrib/hbqt/qscintilla/QsciLexerCPP.cpp
* Library : hbqscintilla
* $END$
*/

View File

@@ -1,75 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QsciLexerFlagship()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qscilexerflagship.html
* $ONELINER$
* Creates a new QsciLexerFlagship object.
* $INHERITS$
* QsciLexer
* $SYNTAX$
* QsciLexerFlagship( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QsciLexerFlagship
* $METHODS$
* :language() -> cChar
* :lexer() -> cChar
* :autoCompletionWordSeparators() -> oQStringList
* :blockEnd( @nStyle ) -> cChar
* :blockStart( @nStyle ) -> cChar
* :blockStartKeyword( @nStyle ) -> cChar
* :braceStyle() -> nInt
* :wordCharacters() -> cChar
* :defaultColor( nStyle ) -> oQColor
* :defaultEolFill( nStyle ) -> lBool
* :defaultFont( nStyle ) -> oQFont
* :defaultPaper( nStyle ) -> oQColor
* :keywords( nSet ) -> cChar
* :description( nStyle ) -> cQString
* :refreshProperties() -> NIL
* :foldAtElse() -> lBool
* :foldComments() -> lBool
* :foldCompact() -> lBool
* :foldPreprocessor() -> lBool
* :stylePreprocessor() -> lBool
* :setDollarsAllowed( lAllowed ) -> NIL
* :dollarsAllowed() -> lBool
* :setFoldAtElse( lFold ) -> NIL
* :setFoldComments( lFold ) -> NIL
* :setFoldCompact( lFold ) -> NIL
* :setFoldPreprocessor( lFold ) -> NIL
* :setStylePreprocessor( lStyle ) -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qscintilla/TQsciLexerFlagship.prg
* C++ wrappers : contrib/hbqt/qscintilla/QsciLexerFlagship.cpp
* Library : hbqscintilla
* $END$
*/

View File

@@ -1,243 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QsciScintilla()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qsciscintilla.html
* $ONELINER$
* Creates a new QsciScintilla object.
* $INHERITS$
*
* $SYNTAX$
* QsciScintilla( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QsciScintilla
* $METHODS$
* :annotate( nLine, cText, nStyle ) -> NIL
* :annotate( nLine, cText, oQsciStyle ) -> NIL
* :annotate( nLine, oQsciStyledText ) -> NIL
* :annotation( nLine ) -> cQString
* :annotationDisplay() -> nAnnotationDisplay
* :clearAnnotations( nLine ) -> NIL
* :autoCompletionCaseSensitivity() -> lBool
* :autoCompletionFillupsEnabled() -> lBool
* :autoCompletionReplaceWord() -> lBool
* :autoCompletionShowSingle() -> lBool
* :autoCompletionSource() -> nAutoCompletionSource
* :autoCompletionThreshold() -> nInt
* :autoIndent() -> lBool
* :backspaceUnindents() -> lBool
* :beginUndoAction() -> NIL
* :braceMatching() -> nBraceMatch
* :callTipsStyle() -> nCallTipsStyle
* :callTipsVisible() -> nInt
* :cancelList() -> NIL
* :caseSensitive() -> lBool
* :clearFolds() -> NIL
* :clearRegisteredImages() -> NIL
* :color() -> oQColor
* :convertEols( nMode ) -> NIL
* :document() -> oQsciDocument
* :endUndoAction() -> NIL
* :edgeColor() -> oQColor
* :edgeColumn() -> nInt
* :edgeMode() -> nEdgeMode
* :setFont( oQFont ) -> NIL
* :eolMode() -> nEolMode
* :eolVisibility() -> lBool
* :findFirst( cExpr, lRe, lCs, lWo, lWrap, lForward, nLine, nIndex, lShow ) -> lBool
* :findNext() -> lBool
* :firstVisibleLine() -> nInt
* :folding() -> nFoldStyle
* :getCursorPosition( @nLine, @nIndex ) -> NIL
* :getSelection( @nLineFrom, @nIndexFrom, @nLineTo, @nIndexTo ) -> NIL
* :hasSelectedText() -> lBool
* :indentation( nLine ) -> nInt
* :indentationGuides() -> lBool
* :indentationsUseTabs() -> lBool
* :indentationWidth() -> nInt
* :isCallTipActive() -> lBool
* :isListActive() -> lBool
* :isModified() -> lBool
* :isReadOnly() -> lBool
* :isRedoAvailable() -> lBool
* :isUndoAvailable() -> lBool
* :isUtf8() -> lBool
* :isWordCharacter( nCh ) -> lBool
* :lineAt( oQPoint ) -> nInt
* :lineIndexFromPosition( nPosition, @nLine, @nIndex ) -> NIL
* :lineLength( nLine ) -> nInt
* :lines() -> nInt
* :length() -> nInt
* :lexer() -> oQsciLexer
* :marginLineNumbers( nMargin ) -> lBool
* :marginMarkerMask( nMargin ) -> nInt
* :marginSensitivity( nMargin ) -> lBool
* :marginType( nMargin ) -> nMarginType
* :marginWidth( nMargin ) -> nInt
* :markerDefine( nSym, nMnr ) -> nInt
* :markerDefine( nCh, nMnr ) -> nInt
* :markerDefine( oQPixmap, nMnr ) -> nInt
* :markerAdd( nLinenr, nMnr ) -> nInt
* :markersAtLine( nLinenr ) -> nUnsigned
* :markerDelete( nLinenr, nMnr ) -> NIL
* :markerDeleteAll( nMnr ) -> NIL
* :markerDeleteHandle( nMhandle ) -> NIL
* :markerLine( nMhandle ) -> nInt
* :markerFindNext( nLinenr, nMask ) -> nInt
* :markerFindPrevious( nLinenr, nMask ) -> nInt
* :paper() -> oQColor
* :positionFromLineIndex( nLine, nIndex ) -> nInt
* :read( oQIODevice ) -> lBool
* :recolor( nStart, nEnd ) -> NIL
* :registerImage( nId, oQPixmap ) -> NIL
* :replace( cReplaceStr ) -> NIL
* :resetFoldMarginColors() -> NIL
* :setFoldMarginColors( oQColor, oQColor ) -> NIL
* :setAnnotationDisplay( nDisplay ) -> NIL
* :setAutoCompletionFillupsEnabled( lEnabled ) -> NIL
* :setAutoCompletionFillups( cFillups ) -> NIL
* :setAutoCompletionWordSeparators( oQStringList ) -> NIL
* :setCallTipsBackgroundColor( oQColor ) -> NIL
* :setCallTipsForegroundColor( oQColor ) -> NIL
* :setCallTipsHighlightColor( oQColor ) -> NIL
* :setCallTipsStyle( nStyle ) -> NIL
* :setCallTipsVisible( nNr ) -> NIL
* :setDocument( oQsciDocument ) -> NIL
* :setEdgeColor( oQColor ) -> NIL
* :setEdgeColumn( nColnr ) -> NIL
* :setEdgeMode( nMode ) -> NIL
* :setMarginText( nLine, cText, nStyle ) -> NIL
* :setMarginText( nLine, cText, oQsciStyle ) -> NIL
* :setMarginText( nLine, oQsciStyledText ) -> NIL
* :setMarginType( nMargin, nType ) -> NIL
* :clearMarginText( nLine ) -> NIL
* :setMarkerBackgroundColor( oQColor, nMnr ) -> NIL
* :setMarkerForegroundColor( oQColor, nMnr ) -> NIL
* :setMatchedBraceBackgroundColor( oQColor ) -> NIL
* :setMatchedBraceForegroundColor( oQColor ) -> NIL
* :setUnmatchedBraceBackgroundColor( oQColor ) -> NIL
* :setUnmatchedBraceForegroundColor( oQColor ) -> NIL
* :setWrapVisualFlags( nEflag, nSflag, nSindent ) -> NIL
* :selectedText() -> cQString
* :selectionToEol() -> lBool
* :setSelectionToEol( lFilled ) -> NIL
* :showUserList( nId, oQStringList ) -> NIL
* :standardCommands() -> oQsciCommandSet
* :tabIndents() -> lBool
* :tabWidth() -> nInt
* :text() -> cQString
* :text( nLine ) -> cQString
* :textHeight( nLinenr ) -> nInt
* :whitespaceVisibility() -> nWhitespaceVisibility
* :wordAtPoint( oQPoint ) -> cQString
* :wordCharacters() -> cChar
* :wrapMode() -> nWrapMode
* :write( oQIODevice ) -> lBool
* :append( cText ) -> NIL
* :autoCompleteFromAll() -> NIL
* :autoCompleteFromAPIs() -> NIL
* :autoCompleteFromDocument() -> NIL
* :callTip() -> NIL
* :clear() -> NIL
* :copy() -> NIL
* :cut() -> NIL
* :ensureCursorVisible() -> NIL
* :ensureLineVisible( nLine ) -> NIL
* :foldAll( lChildren ) -> NIL
* :foldLine( nLine ) -> NIL
* :indent( nLine ) -> NIL
* :insert( cText ) -> NIL
* :insertAt( cText, nLine, nIndex ) -> NIL
* :moveToMatchingBrace() -> NIL
* :paste() -> NIL
* :redo() -> NIL
* :removeSelectedText() -> NIL
* :resetSelectionBackgroundColor() -> NIL
* :resetSelectionForegroundColor() -> NIL
* :selectAll( lSelect ) -> NIL
* :selectToMatchingBrace() -> NIL
* :setAutoCompletionCaseSensitivity( lCs ) -> NIL
* :setAutoCompletionReplaceWord( lReplace ) -> NIL
* :setAutoCompletionShowSingle( lSingle ) -> NIL
* :setAutoCompletionSource( nSource ) -> NIL
* :setAutoCompletionThreshold( nThresh ) -> NIL
* :setAutoIndent( lAutoindent ) -> NIL
* :setBraceMatching( nBm ) -> NIL
* :setBackspaceUnindents( lUnindent ) -> NIL
* :setCaretForegroundColor( oQColor ) -> NIL
* :setCaretLineBackgroundColor( oQColor ) -> NIL
* :setCaretLineVisible( lEnable ) -> NIL
* :setCaretWidth( nWidth ) -> NIL
* :setColor( oQColor ) -> NIL
* :setCursorPosition( nLine, nIndex ) -> NIL
* :setEolMode( nMode ) -> NIL
* :setEolVisibility( lVisible ) -> NIL
* :setFolding( nFold, nMargin ) -> NIL
* :setIndentation( nLine, nIndentation ) -> NIL
* :setIndentationGuides( lEnable ) -> NIL
* :setIndentationGuidesBackgroundColor( oQColor ) -> NIL
* :setIndentationGuidesForegroundColor( oQColor ) -> NIL
* :setIndentationsUseTabs( lTabs ) -> NIL
* :setIndentationWidth( nWidth ) -> NIL
* :setLexer( oQsciLexer ) -> NIL
* :setMarginsBackgroundColor( oQColor ) -> NIL
* :setMarginsFont( oQFont ) -> NIL
* :setMarginsForegroundColor( oQColor ) -> NIL
* :setMarginLineNumbers( nMargin, lLnrs ) -> NIL
* :setMarginMarkerMask( nMargin, nMask ) -> NIL
* :setMarginSensitivity( nMargin, lSens ) -> NIL
* :setMarginWidth( nMargin, nWidth ) -> NIL
* :setMarginWidth( nMargin, cS ) -> NIL
* :setModified( lM ) -> NIL
* :setPaper( oQColor ) -> NIL
* :setReadOnly( lRo ) -> NIL
* :setSelection( nLineFrom, nIndexFrom, nLineTo, nIndexTo ) -> NIL
* :setSelectionBackgroundColor( oQColor ) -> NIL
* :setSelectionForegroundColor( oQColor ) -> NIL
* :setTabIndents( lIndent ) -> NIL
* :setTabWidth( nWidth ) -> NIL
* :setText( cText ) -> NIL
* :setUtf8( lCp ) -> NIL
* :setWhitespaceVisibility( nMode ) -> NIL
* :setWrapMode( nMode ) -> NIL
* :undo() -> NIL
* :unindent( nLine ) -> NIL
* :zoomIn( nRange ) -> NIL
* :zoomIn() -> NIL
* :zoomOut( nRange ) -> NIL
* :zoomOut() -> NIL
* :zoomTo( nSize ) -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qscintilla/TQsciScintilla.prg
* C++ wrappers : contrib/hbqt/qscintilla/QsciScintilla.cpp
* Library : hbqscintilla
* $END$
*/

View File

@@ -1,68 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QsciStyle()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qscistyle.html
* $ONELINER$
* Creates a new QsciStyle object.
* $INHERITS$
*
* $SYNTAX$
* QsciStyle( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QsciStyle
* $METHODS$
* :style() -> nInt
* :setDescription( cDescription ) -> NIL
* :description() -> cQString
* :setColor( oQColor ) -> NIL
* :color() -> oQColor
* :setPaper( oQColor ) -> NIL
* :paper() -> oQColor
* :setFont( oQFont ) -> NIL
* :font() -> oQFont
* :setEolFill( lFill ) -> NIL
* :eolFill() -> lBool
* :setTextCase( nText_case ) -> NIL
* :textCase() -> nTextCase
* :setVisible( lVisible ) -> NIL
* :visible() -> lBool
* :setChangeable( lChangeable ) -> NIL
* :changeable() -> lBool
* :setHotspot( lHotspot ) -> NIL
* :hotspot() -> lBool
* :refresh() -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qscintilla/TQsciStyle.prg
* C++ wrappers : contrib/hbqt/qscintilla/QsciStyle.cpp
* Library : hbqscintilla
* $END$
*/

View File

@@ -1,50 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QsciStyledText()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qscistyledtext.html
* $ONELINER$
* Creates a new QsciStyledText object.
* $INHERITS$
*
* $SYNTAX$
* QsciStyledText( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QsciStyledText
* $METHODS$
* :text() -> cQString
* :style() -> nInt
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qscintilla/TQsciStyledText.prg
* C++ wrappers : contrib/hbqt/qscintilla/QsciStyledText.cpp
* Library : hbqscintilla
* $END$
*/

View File

@@ -1,88 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbqtcore.h"
#include "hbqscintilla.h"
#if QT_VERSION >= 0x040500
/*
* Constructed[ 0/0 [ 0% ] ]
*
*/
#include <QtCore/QPointer>
#include "hbqt_hbqsciscintilla.h"
/*
*
*/
typedef struct
{
QPointer< HBQsciScintilla > ph;
bool bNew;
PHBQT_GC_FUNC func;
int type;
} HBQT_GC_T_HBQsciScintilla;
HBQT_GC_FUNC( hbqt_gcRelease_HBQsciScintilla )
{
HBQT_GC_T_HBQsciScintilla * p = ( HBQT_GC_T_HBQsciScintilla * ) Cargo;
if( p )
{
if( p->bNew && p->ph )
{
HBQsciScintilla * ph = p->ph;
const QMetaObject * m = ( ph )->metaObject();
if( ( QString ) m->className() != ( QString ) "QObject" )
delete ( p->ph );
}
p->ph = NULL;
}
}
void * hbqt_gcAllocate_HBQsciScintilla( void * pObj, bool bNew )
{
HBQT_GC_T_HBQsciScintilla * p = ( HBQT_GC_T_HBQsciScintilla * ) hb_gcAllocate( sizeof( HBQT_GC_T_HBQsciScintilla ), hbqt_gcFuncs() );
new( & p->ph ) QPointer< HBQsciScintilla >( ( HBQsciScintilla * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_HBQsciScintilla;
p->type = HBQT_TYPE_HBQsciScintilla;
return p;
}
HB_FUNC( QT_HBQSCISCINTILLA )
{
HBQsciScintilla * pObj = NULL;
pObj = new HBQsciScintilla( hbqt_par_QWidget( 1 ) ) ;
hb_retptrGC( hbqt_gcAllocate_HBQsciScintilla( ( void * ) pObj, true ) );
}
#endif /* #if QT_VERSION >= 0x040500 */

View File

@@ -1,232 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbqtcore.h"
#include "hbqscintilla.h"
#if QT_VERSION >= 0x040500
/*
* Constructed[ 14/15 [ 93.33% ] ]
*
* *** Unconvered Prototypes ***
*
* virtual QStringList callTips (const QStringList &context, int commas, QsciScintilla::CallTipsStyle style, QList< int > &shifts)
*/
#include <QtCore/QPointer>
#include <qsciapis.h>
/*
* QsciAPIs (QsciLexer *lexer)
* virtual ~QsciAPIs ()
*
*/
typedef struct
{
QPointer< QsciAPIs > ph;
bool bNew;
PHBQT_GC_FUNC func;
int type;
} HBQT_GC_T_QsciAPIs;
HBQT_GC_FUNC( hbqt_gcRelease_QsciAPIs )
{
HBQT_GC_T_QsciAPIs * p = ( HBQT_GC_T_QsciAPIs * ) Cargo;
if( p )
{
if( p->bNew && p->ph )
{
QsciAPIs * ph = p->ph;
const QMetaObject * m = ( ph )->metaObject();
if( ( QString ) m->className() != ( QString ) "QObject" )
delete ( p->ph );
}
p->ph = NULL;
}
}
void * hbqt_gcAllocate_QsciAPIs( void * pObj, bool bNew )
{
HBQT_GC_T_QsciAPIs * p = ( HBQT_GC_T_QsciAPIs * ) hb_gcAllocate( sizeof( HBQT_GC_T_QsciAPIs ), hbqt_gcFuncs() );
new( & p->ph ) QPointer< QsciAPIs >( ( QsciAPIs * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QsciAPIs;
p->type = HBQT_TYPE_QsciAPIs;
return p;
}
HB_FUNC( QT_QSCIAPIS )
{
QsciAPIs * pObj = NULL;
pObj = new QsciAPIs( hbqt_par_QsciLexer( 1 ) ) ;
hb_retptrGC( hbqt_gcAllocate_QsciAPIs( ( void * ) pObj, true ) );
}
/* void add (const QString &entry) */
HB_FUNC( QT_QSCIAPIS_ADD )
{
QsciAPIs * p = hbqt_par_QsciAPIs( 1 );
if( p )
{
void * pText;
( p )->add( hb_parstr_utf8( 2, &pText, NULL ) );
hb_strfree( pText );
}
}
/* void clear () */
HB_FUNC( QT_QSCIAPIS_CLEAR )
{
QsciAPIs * p = hbqt_par_QsciAPIs( 1 );
if( p )
( p )->clear();
}
/* bool load (const QString &fname) */
HB_FUNC( QT_QSCIAPIS_LOAD )
{
QsciAPIs * p = hbqt_par_QsciAPIs( 1 );
if( p )
{
void * pText;
hb_retl( ( p )->load( hb_parstr_utf8( 2, &pText, NULL ) ) );
hb_strfree( pText );
}
}
/* void remove (const QString &entry) */
HB_FUNC( QT_QSCIAPIS_REMOVE )
{
QsciAPIs * p = hbqt_par_QsciAPIs( 1 );
if( p )
{
void * pText;
( p )->remove( hb_parstr_utf8( 2, &pText, NULL ) );
hb_strfree( pText );
}
}
/* void prepare () */
HB_FUNC( QT_QSCIAPIS_PREPARE )
{
QsciAPIs * p = hbqt_par_QsciAPIs( 1 );
if( p )
( p )->prepare();
}
/* void cancelPreparation () */
HB_FUNC( QT_QSCIAPIS_CANCELPREPARATION )
{
QsciAPIs * p = hbqt_par_QsciAPIs( 1 );
if( p )
( p )->cancelPreparation();
}
/* QString defaultPreparedName () const */
HB_FUNC( QT_QSCIAPIS_DEFAULTPREPAREDNAME )
{
QsciAPIs * p = hbqt_par_QsciAPIs( 1 );
if( p )
hb_retstr_utf8( ( p )->defaultPreparedName().toUtf8().data() );
}
/* bool isPrepared (const QString &fname=QString()) const */
HB_FUNC( QT_QSCIAPIS_ISPREPARED )
{
QsciAPIs * p = hbqt_par_QsciAPIs( 1 );
if( p )
{
void * pText;
hb_retl( ( p )->isPrepared( hb_parstr_utf8( 2, &pText, NULL ) ) );
hb_strfree( pText );
}
}
/* bool loadPrepared (const QString &fname=QString()) */
HB_FUNC( QT_QSCIAPIS_LOADPREPARED )
{
QsciAPIs * p = hbqt_par_QsciAPIs( 1 );
if( p )
{
void * pText;
hb_retl( ( p )->loadPrepared( hb_parstr_utf8( 2, &pText, NULL ) ) );
hb_strfree( pText );
}
}
/* bool savePrepared (const QString &fname=QString()) const */
HB_FUNC( QT_QSCIAPIS_SAVEPREPARED )
{
QsciAPIs * p = hbqt_par_QsciAPIs( 1 );
if( p )
{
void * pText;
hb_retl( ( p )->savePrepared( hb_parstr_utf8( 2, &pText, NULL ) ) );
hb_strfree( pText );
}
}
/* virtual void updateAutoCompletionList (const QStringList &context, QStringList &list) */
HB_FUNC( QT_QSCIAPIS_UPDATEAUTOCOMPLETIONLIST )
{
QsciAPIs * p = hbqt_par_QsciAPIs( 1 );
if( p )
( p )->updateAutoCompletionList( *hbqt_par_QStringList( 2 ), *hbqt_par_QStringList( 3 ) );
}
/* virtual void autoCompletionSelected (const QString &sel) */
HB_FUNC( QT_QSCIAPIS_AUTOCOMPLETIONSELECTED )
{
QsciAPIs * p = hbqt_par_QsciAPIs( 1 );
if( p )
{
void * pText;
( p )->autoCompletionSelected( hb_parstr_utf8( 2, &pText, NULL ) );
hb_strfree( pText );
}
}
/* virtual bool event (QEvent *e) */
HB_FUNC( QT_QSCIAPIS_EVENT )
{
QsciAPIs * p = hbqt_par_QsciAPIs( 1 );
if( p )
hb_retl( ( p )->event( hbqt_par_QEvent( 2 ) ) );
}
/* QStringList installedAPIFiles () const */
HB_FUNC( QT_QSCIAPIS_INSTALLEDAPIFILES )
{
QsciAPIs * p = hbqt_par_QsciAPIs( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QStringList( new QStringList( ( p )->installedAPIFiles() ), true ) );
}
#endif /* #if QT_VERSION >= 0x040500 */

View File

@@ -1,107 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbqtcore.h"
#include "hbqscintilla.h"
#if QT_VERSION >= 0x040500
/*
* Constructed[ 3/4 [ 75.00% ] ]
*
* *** Unconvered Prototypes ***
*
* virtual QStringList callTips (const QStringList &context, int commas, QsciScintilla::CallTipsStyle style, QList< int > &shifts)=0
*/
#include <QtCore/QPointer>
#include <qsciabstractapis.h>
/*
* QsciAbstractAPIs (QsciLexer *lexer)
* virtual ~QsciAbstractAPIs ()
*
*/
typedef struct
{
QPointer< QsciAbstractAPIs > ph;
bool bNew;
PHBQT_GC_FUNC func;
int type;
} HBQT_GC_T_QsciAbstractAPIs;
HBQT_GC_FUNC( hbqt_gcRelease_QsciAbstractAPIs )
{
HBQT_GC_T * p = ( HBQT_GC_T * ) Cargo;
if( p && p->bNew )
p->ph = NULL;
}
void * hbqt_gcAllocate_QsciAbstractAPIs( void * pObj, bool bNew )
{
HBQT_GC_T_QsciAbstractAPIs * p = ( HBQT_GC_T_QsciAbstractAPIs * ) hb_gcAllocate( sizeof( HBQT_GC_T_QsciAbstractAPIs ), hbqt_gcFuncs() );
new( & p->ph ) QPointer< QsciAbstractAPIs >( ( QsciAbstractAPIs * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QsciAbstractAPIs;
p->type = HBQT_TYPE_QsciAbstractAPIs;
return p;
}
HB_FUNC( QT_QSCIABSTRACTAPIS )
{
}
/* QsciLexer * lexer () const */
HB_FUNC( QT_QSCIABSTRACTAPIS_LEXER )
{
QsciAbstractAPIs * p = hbqt_par_QsciAbstractAPIs( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QsciLexer( ( p )->lexer(), false ) );
}
/* virtual void updateAutoCompletionList (const QStringList &context, QStringList &list)=0 */
HB_FUNC( QT_QSCIABSTRACTAPIS_UPDATEAUTOCOMPLETIONLIST )
{
QsciAbstractAPIs * p = hbqt_par_QsciAbstractAPIs( 1 );
if( p )
( p )->updateAutoCompletionList( *hbqt_par_QStringList( 2 ), *hbqt_par_QStringList( 3 ) );
}
/* virtual void autoCompletionSelected (const QString &selection) */
HB_FUNC( QT_QSCIABSTRACTAPIS_AUTOCOMPLETIONSELECTED )
{
QsciAbstractAPIs * p = hbqt_par_QsciAbstractAPIs( 1 );
if( p )
{
void * pText;
( p )->autoCompletionSelected( hb_parstr_utf8( 2, &pText, NULL ) );
hb_strfree( pText );
}
}
#endif /* #if QT_VERSION >= 0x040500 */

View File

@@ -1,123 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbqtcore.h"
#include "hbqscintilla.h"
#if QT_VERSION >= 0x040500
/*
* Constructed[ 6/6 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscicommand.h>
/*
*
*
*/
typedef struct
{
QsciCommand * ph;
bool bNew;
PHBQT_GC_FUNC func;
int type;
} HBQT_GC_T_QsciCommand;
HBQT_GC_FUNC( hbqt_gcRelease_QsciCommand )
{
HBQT_GC_T * p = ( HBQT_GC_T * ) Cargo;
if( p && p->bNew )
p->ph = NULL;
}
void * hbqt_gcAllocate_QsciCommand( void * pObj, bool bNew )
{
HBQT_GC_T * p = ( HBQT_GC_T * ) hb_gcAllocate( sizeof( HBQT_GC_T ), hbqt_gcFuncs() );
p->ph = ( QsciCommand * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QsciCommand;
p->type = HBQT_TYPE_QsciCommand;
return p;
}
HB_FUNC( QT_QSCICOMMAND )
{
}
/* void setKey (int key) */
HB_FUNC( QT_QSCICOMMAND_SETKEY )
{
QsciCommand * p = hbqt_par_QsciCommand( 1 );
if( p )
( p )->setKey( hb_parni( 2 ) );
}
/* void setAlternateKey (int altkey) */
HB_FUNC( QT_QSCICOMMAND_SETALTERNATEKEY )
{
QsciCommand * p = hbqt_par_QsciCommand( 1 );
if( p )
( p )->setAlternateKey( hb_parni( 2 ) );
}
/* int key () const */
HB_FUNC( QT_QSCICOMMAND_KEY )
{
QsciCommand * p = hbqt_par_QsciCommand( 1 );
if( p )
hb_retni( ( p )->key() );
}
/* int alternateKey () const */
HB_FUNC( QT_QSCICOMMAND_ALTERNATEKEY )
{
QsciCommand * p = hbqt_par_QsciCommand( 1 );
if( p )
hb_retni( ( p )->alternateKey() );
}
/* QString description () const */
HB_FUNC( QT_QSCICOMMAND_DESCRIPTION )
{
QsciCommand * p = hbqt_par_QsciCommand( 1 );
if( p )
hb_retstr_utf8( ( p )->description().toUtf8().data() );
}
/* bool validKey (int key) */
HB_FUNC( QT_QSCICOMMAND_VALIDKEY )
{
QsciCommand * p = hbqt_par_QsciCommand( 1 );
if( p )
hb_retl( ( p )->validKey( hb_parni( 2 ) ) );
}
#endif /* #if QT_VERSION >= 0x040500 */

View File

@@ -1,115 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbqtcore.h"
#include "hbqscintilla.h"
#if QT_VERSION >= 0x040500
/*
* Constructed[ 5/5 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscicommandset.h>
/*
*
*
*/
typedef struct
{
QsciCommandSet * ph;
bool bNew;
PHBQT_GC_FUNC func;
int type;
} HBQT_GC_T_QsciCommandSet;
HBQT_GC_FUNC( hbqt_gcRelease_QsciCommandSet )
{
HBQT_GC_T * p = ( HBQT_GC_T * ) Cargo;
if( p && p->bNew )
p->ph = NULL;
}
void * hbqt_gcAllocate_QsciCommandSet( void * pObj, bool bNew )
{
HBQT_GC_T * p = ( HBQT_GC_T * ) hb_gcAllocate( sizeof( HBQT_GC_T ), hbqt_gcFuncs() );
p->ph = ( QsciCommandSet * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QsciCommandSet;
p->type = HBQT_TYPE_QsciCommandSet;
return p;
}
HB_FUNC( QT_QSCICOMMANDSET )
{
//__HB_RETPTRGC__( new QsciCommandSet() );
}
/* bool readSettings (QSettings &qs, const char *prefix="/Scintilla") */
HB_FUNC( QT_QSCICOMMANDSET_READSETTINGS )
{
QsciCommandSet * p = hbqt_par_QsciCommandSet( 1 );
if( p )
hb_retl( ( p )->readSettings( *hbqt_par_QSettings( 2 ), ( const char * ) hb_parc( 3 ) ) );
}
/* bool writeSettings (QSettings &qs, const char *prefix="/Scintilla") */
HB_FUNC( QT_QSCICOMMANDSET_WRITESETTINGS )
{
QsciCommandSet * p = hbqt_par_QsciCommandSet( 1 );
if( p )
hb_retl( ( p )->writeSettings( *hbqt_par_QSettings( 2 ), ( const char * ) hb_parc( 3 ) ) );
}
/* QList< QsciCommand * > & commands () */
HB_FUNC( QT_QSCICOMMANDSET_COMMANDS )
{
QsciCommandSet * p = hbqt_par_QsciCommandSet( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QList( new QList< QsciCommand * > &( ( p )->commands() ), true ) );
}
/* void clearKeys () */
HB_FUNC( QT_QSCICOMMANDSET_CLEARKEYS )
{
QsciCommandSet * p = hbqt_par_QsciCommandSet( 1 );
if( p )
( p )->clearKeys();
}
/* void clearAlternateKeys () */
HB_FUNC( QT_QSCICOMMANDSET_CLEARALTERNATEKEYS )
{
QsciCommandSet * p = hbqt_par_QsciCommandSet( 1 );
if( p )
( p )->clearAlternateKeys();
}
#endif /* #if QT_VERSION >= 0x040500 */

View File

@@ -1,91 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbqtcore.h"
#include "hbqscintilla.h"
#if QT_VERSION >= 0x040500
/*
* Constructed[ 0/0 [ 0% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscidocument.h>
/*
* QsciDocument ()
* QsciDocument (const QsciDocument &)
*
*/
typedef struct
{
QsciDocument * ph;
bool bNew;
PHBQT_GC_FUNC func;
int type;
} HBQT_GC_T_QsciDocument;
HBQT_GC_FUNC( hbqt_gcRelease_QsciDocument )
{
HBQT_GC_T * p = ( HBQT_GC_T * ) Cargo;
if( p )
{
if( p->bNew && p->ph )
delete ( ( QsciDocument * ) p->ph );
p->ph = NULL;
}
}
void * hbqt_gcAllocate_QsciDocument( void * pObj, bool bNew )
{
HBQT_GC_T * p = ( HBQT_GC_T * ) hb_gcAllocate( sizeof( HBQT_GC_T ), hbqt_gcFuncs() );
p->ph = ( QsciDocument * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QsciDocument;
p->type = HBQT_TYPE_QsciDocument;
return p;
}
HB_FUNC( QT_QSCIDOCUMENT )
{
QsciDocument * pObj = NULL;
if( HB_ISPOINTER( 1 ) )
{
pObj = new QsciDocument( *hbqt_par_QsciDocument( 1 ) ) ;
}
else
{
pObj = new QsciDocument() ;
}
hb_retptrGC( hbqt_gcAllocate_QsciDocument( ( void * ) pObj, true ) );
}
#endif /* #if QT_VERSION >= 0x040500 */

View File

@@ -1,440 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbqtcore.h"
#include "hbqscintilla.h"
#if QT_VERSION >= 0x040500
/*
* Constructed[ 44/44 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscilexer.h>
/*
* QsciLexer (QObject *parent=0)
* virtual ~QsciLexer ()
*
*/
typedef struct
{
QPointer< QsciLexer > ph;
bool bNew;
PHBQT_GC_FUNC func;
int type;
} HBQT_GC_T_QsciLexer;
HBQT_GC_FUNC( hbqt_gcRelease_QsciLexer )
{
HBQT_GC_T * p = ( HBQT_GC_T * ) Cargo;
if( p && p->bNew )
p->ph = NULL;
}
void * hbqt_gcAllocate_QsciLexer( void * pObj, bool bNew )
{
HBQT_GC_T_QsciLexer * p = ( HBQT_GC_T_QsciLexer * ) hb_gcAllocate( sizeof( HBQT_GC_T_QsciLexer ), hbqt_gcFuncs() );
new( & p->ph ) QPointer< QsciLexer >( ( QsciLexer * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QsciLexer;
p->type = HBQT_TYPE_QsciLexer;
return p;
}
HB_FUNC( QT_QSCILEXER )
{
}
/* virtual const char * language () const =0 */
HB_FUNC( QT_QSCILEXER_LANGUAGE )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retc( ( p )->language() );
}
/* virtual const char * lexer () const */
HB_FUNC( QT_QSCILEXER_LEXER )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retc( ( p )->lexer() );
}
/* virtual int lexerId () const */
HB_FUNC( QT_QSCILEXER_LEXERID )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retni( ( p )->lexerId() );
}
/* QsciAbstractAPIs * apis () const */
HB_FUNC( QT_QSCILEXER_APIS )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QsciAbstractAPIs( ( p )->apis(), false ) );
}
/* virtual const char * autoCompletionFillups () const */
HB_FUNC( QT_QSCILEXER_AUTOCOMPLETIONFILLUPS )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retc( ( p )->autoCompletionFillups() );
}
/* virtual QStringList autoCompletionWordSeparators () const */
HB_FUNC( QT_QSCILEXER_AUTOCOMPLETIONWORDSEPARATORS )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QStringList( new QStringList( ( p )->autoCompletionWordSeparators() ), true ) );
}
/* int autoIndentStyle () */
HB_FUNC( QT_QSCILEXER_AUTOINDENTSTYLE )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retni( ( p )->autoIndentStyle() );
}
/* virtual const char * blockEnd (int *style=0) const */
HB_FUNC( QT_QSCILEXER_BLOCKEND )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
int iStyle = 0;
if( p )
hb_retc( ( p )->blockEnd( &iStyle ) );
hb_storni( iStyle, 2 );
}
/* virtual int blockLookback () const */
HB_FUNC( QT_QSCILEXER_BLOCKLOOKBACK )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retni( ( p )->blockLookback() );
}
/* virtual const char * blockStart (int *style=0) const */
HB_FUNC( QT_QSCILEXER_BLOCKSTART )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
int iStyle = 0;
if( p )
hb_retc( ( p )->blockStart( &iStyle ) );
hb_storni( iStyle, 2 );
}
/* virtual const char * blockStartKeyword (int *style=0) const */
HB_FUNC( QT_QSCILEXER_BLOCKSTARTKEYWORD )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
int iStyle = 0;
if( p )
hb_retc( ( p )->blockStartKeyword( &iStyle ) );
hb_storni( iStyle, 2 );
}
/* virtual int braceStyle () const */
HB_FUNC( QT_QSCILEXER_BRACESTYLE )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retni( ( p )->braceStyle() );
}
/* virtual bool caseSensitive () const */
HB_FUNC( QT_QSCILEXER_CASESENSITIVE )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retl( ( p )->caseSensitive() );
}
/* virtual QColor color (int style) const */
HB_FUNC( QT_QSCILEXER_COLOR )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QColor( new QColor( ( p )->color( hb_parni( 2 ) ) ), true ) );
}
/* virtual bool eolFill (int style) const */
HB_FUNC( QT_QSCILEXER_EOLFILL )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retl( ( p )->eolFill( hb_parni( 2 ) ) );
}
/* virtual QFont font (int style) const */
HB_FUNC( QT_QSCILEXER_FONT )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QFont( new QFont( ( p )->font( hb_parni( 2 ) ) ), true ) );
}
/* virtual int indentationGuideView () const */
HB_FUNC( QT_QSCILEXER_INDENTATIONGUIDEVIEW )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retni( ( p )->indentationGuideView() );
}
/* virtual const char * keywords (int set) const */
HB_FUNC( QT_QSCILEXER_KEYWORDS )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retc( ( p )->keywords( hb_parni( 2 ) ) );
}
/* virtual int defaultStyle () const */
HB_FUNC( QT_QSCILEXER_DEFAULTSTYLE )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retni( ( p )->defaultStyle() );
}
/* virtual QString description (int style) const =0 */
HB_FUNC( QT_QSCILEXER_DESCRIPTION )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retstr_utf8( ( p )->description( hb_parni( 2 ) ).toUtf8().data() );
}
/* virtual QColor paper (int style) const */
HB_FUNC( QT_QSCILEXER_PAPER )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QColor( new QColor( ( p )->paper( hb_parni( 2 ) ) ), true ) );
}
/* QColor defaultColor () const */
HB_FUNC( QT_QSCILEXER_DEFAULTCOLOR )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QColor( new QColor( ( p )->defaultColor() ), true ) );
}
/* virtual QColor defaultColor (int style) const */
HB_FUNC( QT_QSCILEXER_DEFAULTCOLOR_1 )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QColor( new QColor( ( p )->defaultColor( hb_parni( 2 ) ) ), true ) );
}
/* virtual bool defaultEolFill (int style) const */
HB_FUNC( QT_QSCILEXER_DEFAULTEOLFILL )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retl( ( p )->defaultEolFill( hb_parni( 2 ) ) );
}
/* QFont defaultFont () const */
HB_FUNC( QT_QSCILEXER_DEFAULTFONT )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QFont( new QFont( ( p )->defaultFont() ), true ) );
}
/* virtual QFont defaultFont (int style) const */
HB_FUNC( QT_QSCILEXER_DEFAULTFONT_1 )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QFont( new QFont( ( p )->defaultFont( hb_parni( 2 ) ) ), true ) );
}
/* QColor defaultPaper () const */
HB_FUNC( QT_QSCILEXER_DEFAULTPAPER )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QColor( new QColor( ( p )->defaultPaper() ), true ) );
}
/* virtual QColor defaultPaper (int style) const */
HB_FUNC( QT_QSCILEXER_DEFAULTPAPER_1 )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QColor( new QColor( ( p )->defaultPaper( hb_parni( 2 ) ) ), true ) );
}
/* QsciScintilla * editor () const */
HB_FUNC( QT_QSCILEXER_EDITOR )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QsciScintilla( ( p )->editor(), false ) );
}
/* virtual void setEditor (QsciScintilla *editor) */
HB_FUNC( QT_QSCILEXER_SETEDITOR )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
( p )->setEditor( hbqt_par_QsciScintilla( 2 ) );
}
/* bool readSettings (QSettings &qs, const char *prefix="/Scintilla") */
HB_FUNC( QT_QSCILEXER_READSETTINGS )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retl( ( p )->readSettings( *hbqt_par_QSettings( 2 ), ( const char * ) hb_parc( 3 ) ) );
}
/* virtual void refreshProperties () */
HB_FUNC( QT_QSCILEXER_REFRESHPROPERTIES )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
( p )->refreshProperties();
}
/* virtual int styleBitsNeeded () const */
HB_FUNC( QT_QSCILEXER_STYLEBITSNEEDED )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retni( ( p )->styleBitsNeeded() );
}
/* virtual const char * wordCharacters () const */
HB_FUNC( QT_QSCILEXER_WORDCHARACTERS )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retc( ( p )->wordCharacters() );
}
/* bool writeSettings (QSettings &qs, const char *prefix="/Scintilla") const */
HB_FUNC( QT_QSCILEXER_WRITESETTINGS )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
hb_retl( ( p )->writeSettings( *hbqt_par_QSettings( 2 ), ( const char * ) hb_parc( 3 ) ) );
}
/* void setAPIs (QsciAbstractAPIs *apis) */
HB_FUNC( QT_QSCILEXER_SETAPIS )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
( p )->setAPIs( hbqt_par_QsciAbstractAPIs( 2 ) );
}
/* void setDefaultColor (const QColor &c) */
HB_FUNC( QT_QSCILEXER_SETDEFAULTCOLOR )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
( p )->setDefaultColor( *hbqt_par_QColor( 2 ) );
}
/* void setDefaultFont (const QFont &f) */
HB_FUNC( QT_QSCILEXER_SETDEFAULTFONT )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
( p )->setDefaultFont( *hbqt_par_QFont( 2 ) );
}
/* void setDefaultPaper (const QColor &c) */
HB_FUNC( QT_QSCILEXER_SETDEFAULTPAPER )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
( p )->setDefaultPaper( *hbqt_par_QColor( 2 ) );
}
/* virtual void setAutoIndentStyle (int autoindentstyle) */
HB_FUNC( QT_QSCILEXER_SETAUTOINDENTSTYLE )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
( p )->setAutoIndentStyle( hb_parni( 2 ) );
}
/* virtual void setColor (const QColor &c, int style=-1) */
HB_FUNC( QT_QSCILEXER_SETCOLOR )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
( p )->setColor( *hbqt_par_QColor( 2 ), hb_parnidef( 3, -1 ) );
}
/* virtual void setEolFill (bool eoffill, int style=-1) */
HB_FUNC( QT_QSCILEXER_SETEOLFILL )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
( p )->setEolFill( hb_parl( 2 ), hb_parnidef( 3, -1 ) );
}
/* virtual void setFont (const QFont &f, int style=-1) */
HB_FUNC( QT_QSCILEXER_SETFONT )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
( p )->setFont( *hbqt_par_QFont( 2 ), hb_parnidef( 3, -1 ) );
}
/* virtual void setPaper (const QColor &c, int style=-1) */
HB_FUNC( QT_QSCILEXER_SETPAPER )
{
QsciLexer * p = hbqt_par_QsciLexer( 1 );
if( p )
( p )->setPaper( *hbqt_par_QColor( 2 ), hb_parnidef( 3, -1 ) );
}
#endif /* #if QT_VERSION >= 0x040500 */

View File

@@ -1,344 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbqtcore.h"
#include "hbqscintilla.h"
#if QT_VERSION >= 0x040500
/*
* enum {
* Default = 0, Comment = 1, CommentLine = 2,
* CommentDoc = 3, Number = 4, Keyword = 5,
* DoubleQuotedString = 6, SingleQuotedString = 7, UUID = 8,
* PreProcessor = 9, Operator = 10, Identifier = 11,
* UnclosedString = 12, VerbatimString = 13, Regex = 14,
* CommentLineDoc = 15, KeywordSet2 = 16, CommentDocKeyword = 17,
* CommentDocKeywordError = 18, GlobalClass = 19
* }
*/
/*
* Constructed[ 27/27 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscilexercpp.h>
/*
* QsciLexerCPP (QObject *parent=0, bool caseInsensitiveKeywords=false)
* virtual ~QsciLexerCPP ()
*
*/
typedef struct
{
QPointer< QsciLexerCPP > ph;
bool bNew;
PHBQT_GC_FUNC func;
int type;
} HBQT_GC_T_QsciLexerCPP;
HBQT_GC_FUNC( hbqt_gcRelease_QsciLexerCPP )
{
HBQT_GC_T_QsciLexerCPP * p = ( HBQT_GC_T_QsciLexerCPP * ) Cargo;
if( p )
{
if( p->bNew && p->ph )
{
QsciLexerCPP * ph = p->ph;
const QMetaObject * m = ( ph )->metaObject();
if( ( QString ) m->className() != ( QString ) "QObject" )
delete ( p->ph );
}
p->ph = NULL;
}
}
void * hbqt_gcAllocate_QsciLexerCPP( void * pObj, bool bNew )
{
HBQT_GC_T_QsciLexerCPP * p = ( HBQT_GC_T_QsciLexerCPP * ) hb_gcAllocate( sizeof( HBQT_GC_T_QsciLexerCPP ), hbqt_gcFuncs() );
new( & p->ph ) QPointer< QsciLexerCPP >( ( QsciLexerCPP * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QsciLexerCPP;
p->type = HBQT_TYPE_QsciLexerCPP;
return p;
}
HB_FUNC( QT_QSCILEXERCPP )
{
QsciLexerCPP * pObj = NULL;
if( hb_pcount() == 1 && HB_ISPOINTER( 1 ) )
{
pObj = new QsciLexerCPP( hbqt_par_QObject( 1 ) ) ;
}
else if( hb_pcount() == 1 && HB_ISLOG( 1 ) )
{
pObj = new QsciLexerCPP( 0, hb_parl( 1 ) ) ;
}
else if( hb_pcount() == 2 && HB_ISPOINTER( 1 ) && HB_ISLOG( 2 ) )
{
pObj = new QsciLexerCPP( hbqt_par_QObject( 1 ), hb_parl( 2 ) ) ;
}
else
{
pObj = new QsciLexerCPP() ;
}
hb_retptrGC( hbqt_gcAllocate_QsciLexerCPP( ( void * ) pObj, true ) );
}
/* const char * language () const */
HB_FUNC( QT_QSCILEXERCPP_LANGUAGE )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retc( ( p )->language() );
}
/* const char * lexer () const */
HB_FUNC( QT_QSCILEXERCPP_LEXER )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retc( ( p )->lexer() );
}
/* QStringList autoCompletionWordSeparators () const */
HB_FUNC( QT_QSCILEXERCPP_AUTOCOMPLETIONWORDSEPARATORS )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QStringList( new QStringList( ( p )->autoCompletionWordSeparators() ), true ) );
}
/* const char * blockEnd (int *style=0) const */
HB_FUNC( QT_QSCILEXERCPP_BLOCKEND )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
int iStyle = 0;
if( p )
hb_retc( ( p )->blockEnd( &iStyle ) );
hb_storni( iStyle, 2 );
}
/* const char * blockStart (int *style=0) const */
HB_FUNC( QT_QSCILEXERCPP_BLOCKSTART )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
int iStyle = 0;
if( p )
hb_retc( ( p )->blockStart( &iStyle ) );
hb_storni( iStyle, 2 );
}
/* const char * blockStartKeyword (int *style=0) const */
HB_FUNC( QT_QSCILEXERCPP_BLOCKSTARTKEYWORD )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
int iStyle = 0;
if( p )
hb_retc( ( p )->blockStartKeyword( &iStyle ) );
hb_storni( iStyle, 2 );
}
/* int braceStyle () const */
HB_FUNC( QT_QSCILEXERCPP_BRACESTYLE )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retni( ( p )->braceStyle() );
}
/* const char * wordCharacters () const */
HB_FUNC( QT_QSCILEXERCPP_WORDCHARACTERS )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retc( ( p )->wordCharacters() );
}
/* QColor defaultColor (int style) const */
HB_FUNC( QT_QSCILEXERCPP_DEFAULTCOLOR )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QColor( new QColor( ( p )->defaultColor( hb_parni( 2 ) ) ), true ) );
}
/* bool defaultEolFill (int style) const */
HB_FUNC( QT_QSCILEXERCPP_DEFAULTEOLFILL )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retl( ( p )->defaultEolFill( hb_parni( 2 ) ) );
}
/* QFont defaultFont (int style) const */
HB_FUNC( QT_QSCILEXERCPP_DEFAULTFONT )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QFont( new QFont( ( p )->defaultFont( hb_parni( 2 ) ) ), true ) );
}
/* QColor defaultPaper (int style) const */
HB_FUNC( QT_QSCILEXERCPP_DEFAULTPAPER )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QColor( new QColor( ( p )->defaultPaper( hb_parni( 2 ) ) ), true ) );
}
/* const char * keywords (int set) const */
HB_FUNC( QT_QSCILEXERCPP_KEYWORDS )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retc( ( p )->keywords( hb_parni( 2 ) ) );
}
/* QString description (int style) const */
HB_FUNC( QT_QSCILEXERCPP_DESCRIPTION )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retstr_utf8( ( p )->description( hb_parni( 2 ) ).toUtf8().data() );
}
/* void refreshProperties () */
HB_FUNC( QT_QSCILEXERCPP_REFRESHPROPERTIES )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
( p )->refreshProperties();
}
/* bool foldAtElse () const */
HB_FUNC( QT_QSCILEXERCPP_FOLDATELSE )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retl( ( p )->foldAtElse() );
}
/* bool foldComments () const */
HB_FUNC( QT_QSCILEXERCPP_FOLDCOMMENTS )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retl( ( p )->foldComments() );
}
/* bool foldCompact () const */
HB_FUNC( QT_QSCILEXERCPP_FOLDCOMPACT )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retl( ( p )->foldCompact() );
}
/* bool foldPreprocessor () const */
HB_FUNC( QT_QSCILEXERCPP_FOLDPREPROCESSOR )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retl( ( p )->foldPreprocessor() );
}
/* bool stylePreprocessor () const */
HB_FUNC( QT_QSCILEXERCPP_STYLEPREPROCESSOR )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retl( ( p )->stylePreprocessor() );
}
/* void setDollarsAllowed (bool allowed) */
HB_FUNC( QT_QSCILEXERCPP_SETDOLLARSALLOWED )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
( p )->setDollarsAllowed( hb_parl( 2 ) );
}
/* bool dollarsAllowed () const */
HB_FUNC( QT_QSCILEXERCPP_DOLLARSALLOWED )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
hb_retl( ( p )->dollarsAllowed() );
}
/* virtual void setFoldAtElse (bool fold) */
HB_FUNC( QT_QSCILEXERCPP_SETFOLDATELSE )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
( p )->setFoldAtElse( hb_parl( 2 ) );
}
/* virtual void setFoldComments (bool fold) */
HB_FUNC( QT_QSCILEXERCPP_SETFOLDCOMMENTS )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
( p )->setFoldComments( hb_parl( 2 ) );
}
/* virtual void setFoldCompact (bool fold) */
HB_FUNC( QT_QSCILEXERCPP_SETFOLDCOMPACT )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
( p )->setFoldCompact( hb_parl( 2 ) );
}
/* virtual void setFoldPreprocessor (bool fold) */
HB_FUNC( QT_QSCILEXERCPP_SETFOLDPREPROCESSOR )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
( p )->setFoldPreprocessor( hb_parl( 2 ) );
}
/* virtual void setStylePreprocessor (bool style) */
HB_FUNC( QT_QSCILEXERCPP_SETSTYLEPREPROCESSOR )
{
QsciLexerCPP * p = hbqt_par_QsciLexerCPP( 1 );
if( p )
( p )->setStylePreprocessor( hb_parl( 2 ) );
}
#endif /* #if QT_VERSION >= 0x040500 */

View File

@@ -1,344 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbqtcore.h"
#include "hbqscintilla.h"
#if QT_VERSION >= 0x040500
/*
* enum {
* Default = 0, Comment = 1, CommentLine = 2,
* CommentDoc = 3, Number = 4, Keyword = 5,
* DoubleQuotedString = 6, SingleQuotedString = 7, UUID = 8,
* PreProcessor = 9, Operator = 10, Identifier = 11,
* UnclosedString = 12, VerbatimString = 13, Regex = 14,
* CommentLineDoc = 15, KeywordSet2 = 16, CommentDocKeyword = 17,
* CommentDocKeywordError = 18, GlobalClass = 19
* }
*/
/*
* Constructed[ 27/27 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscilexerflagship.h>
/*
* QsciLexerFlagship (QObject *parent=0, bool caseInsensitiveKeywords=false)
* virtual ~QsciLexerFlagship ()
*
*/
typedef struct
{
QPointer< QsciLexerFlagship > ph;
bool bNew;
PHBQT_GC_FUNC func;
int type;
} HBQT_GC_T_QsciLexerFlagship;
HBQT_GC_FUNC( hbqt_gcRelease_QsciLexerFlagship )
{
HBQT_GC_T_QsciLexerFlagship * p = ( HBQT_GC_T_QsciLexerFlagship * ) Cargo;
if( p )
{
if( p->bNew && p->ph )
{
QsciLexerFlagship * ph = p->ph;
const QMetaObject * m = ( ph )->metaObject();
if( ( QString ) m->className() != ( QString ) "QObject" )
delete ( p->ph );
}
p->ph = NULL;
}
}
void * hbqt_gcAllocate_QsciLexerFlagship( void * pObj, bool bNew )
{
HBQT_GC_T_QsciLexerFlagship * p = ( HBQT_GC_T_QsciLexerFlagship * ) hb_gcAllocate( sizeof( HBQT_GC_T_QsciLexerFlagship ), hbqt_gcFuncs() );
new( & p->ph ) QPointer< QsciLexerFlagship >( ( QsciLexerFlagship * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QsciLexerFlagship;
p->type = HBQT_TYPE_QsciLexerFlagship;
return p;
}
HB_FUNC( QT_QSCILEXERFLAGSHIP )
{
QsciLexerFlagship * pObj = NULL;
if( hb_pcount() == 1 && HB_ISPOINTER( 1 ) )
{
pObj = new QsciLexerFlagship( hbqt_par_QObject( 1 ) ) ;
}
else if( hb_pcount() == 1 && HB_ISLOG( 1 ) )
{
pObj = new QsciLexerFlagship( 0, hb_parl( 1 ) ) ;
}
else if( hb_pcount() == 2 && HB_ISPOINTER( 1 ) && HB_ISLOG( 2 ) )
{
pObj = new QsciLexerFlagship( hbqt_par_QObject( 1 ), hb_parl( 2 ) ) ;
}
else
{
pObj = new QsciLexerFlagship() ;
}
hb_retptrGC( hbqt_gcAllocate_QsciLexerFlagship( ( void * ) pObj, true ) );
}
/* const char * language () const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_LANGUAGE )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retc( ( p )->language() );
}
/* const char * lexer () const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_LEXER )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retc( ( p )->lexer() );
}
/* QStringList autoCompletionWordSeparators () const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_AUTOCOMPLETIONWORDSEPARATORS )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QStringList( new QStringList( ( p )->autoCompletionWordSeparators() ), true ) );
}
/* const char * blockEnd (int *style=0) const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_BLOCKEND )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
int iStyle = 0;
if( p )
hb_retc( ( p )->blockEnd( &iStyle ) );
hb_storni( iStyle, 2 );
}
/* const char * blockStart (int *style=0) const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_BLOCKSTART )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
int iStyle = 0;
if( p )
hb_retc( ( p )->blockStart( &iStyle ) );
hb_storni( iStyle, 2 );
}
/* const char * blockStartKeyword (int *style=0) const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_BLOCKSTARTKEYWORD )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
int iStyle = 0;
if( p )
hb_retc( ( p )->blockStartKeyword( &iStyle ) );
hb_storni( iStyle, 2 );
}
/* int braceStyle () const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_BRACESTYLE )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retni( ( p )->braceStyle() );
}
/* const char * wordCharacters () const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_WORDCHARACTERS )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retc( ( p )->wordCharacters() );
}
/* QColor defaultColor (int style) const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_DEFAULTCOLOR )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QColor( new QColor( ( p )->defaultColor( hb_parni( 2 ) ) ), true ) );
}
/* bool defaultEolFill (int style) const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_DEFAULTEOLFILL )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retl( ( p )->defaultEolFill( hb_parni( 2 ) ) );
}
/* QFont defaultFont (int style) const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_DEFAULTFONT )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QFont( new QFont( ( p )->defaultFont( hb_parni( 2 ) ) ), true ) );
}
/* QColor defaultPaper (int style) const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_DEFAULTPAPER )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QColor( new QColor( ( p )->defaultPaper( hb_parni( 2 ) ) ), true ) );
}
/* const char * keywords (int set) const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_KEYWORDS )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retc( ( p )->keywords( hb_parni( 2 ) ) );
}
/* QString description (int style) const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_DESCRIPTION )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retstr_utf8( ( p )->description( hb_parni( 2 ) ).toUtf8().data() );
}
/* void refreshProperties () */
HB_FUNC( QT_QSCILEXERFLAGSHIP_REFRESHPROPERTIES )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
( p )->refreshProperties();
}
/* bool foldAtElse () const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_FOLDATELSE )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retl( ( p )->foldAtElse() );
}
/* bool foldComments () const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_FOLDCOMMENTS )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retl( ( p )->foldComments() );
}
/* bool foldCompact () const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_FOLDCOMPACT )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retl( ( p )->foldCompact() );
}
/* bool foldPreprocessor () const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_FOLDPREPROCESSOR )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retl( ( p )->foldPreprocessor() );
}
/* bool stylePreprocessor () const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_STYLEPREPROCESSOR )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retl( ( p )->stylePreprocessor() );
}
/* void setDollarsAllowed (bool allowed) */
HB_FUNC( QT_QSCILEXERFLAGSHIP_SETDOLLARSALLOWED )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
( p )->setDollarsAllowed( hb_parl( 2 ) );
}
/* bool dollarsAllowed () const */
HB_FUNC( QT_QSCILEXERFLAGSHIP_DOLLARSALLOWED )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
hb_retl( ( p )->dollarsAllowed() );
}
/* virtual void setFoldAtElse (bool fold) */
HB_FUNC( QT_QSCILEXERFLAGSHIP_SETFOLDATELSE )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
( p )->setFoldAtElse( hb_parl( 2 ) );
}
/* virtual void setFoldComments (bool fold) */
HB_FUNC( QT_QSCILEXERFLAGSHIP_SETFOLDCOMMENTS )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
( p )->setFoldComments( hb_parl( 2 ) );
}
/* virtual void setFoldCompact (bool fold) */
HB_FUNC( QT_QSCILEXERFLAGSHIP_SETFOLDCOMPACT )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
( p )->setFoldCompact( hb_parl( 2 ) );
}
/* virtual void setFoldPreprocessor (bool fold) */
HB_FUNC( QT_QSCILEXERFLAGSHIP_SETFOLDPREPROCESSOR )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
( p )->setFoldPreprocessor( hb_parl( 2 ) );
}
/* virtual void setStylePreprocessor (bool style) */
HB_FUNC( QT_QSCILEXERFLAGSHIP_SETSTYLEPREPROCESSOR )
{
QsciLexerFlagship * p = hbqt_par_QsciLexerFlagship( 1 );
if( p )
( p )->setStylePreprocessor( hb_parl( 2 ) );
}
#endif /* #if QT_VERSION >= 0x040500 */

File diff suppressed because it is too large Load Diff

View File

@@ -1,267 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbqtcore.h"
#include "hbqscintilla.h"
#if QT_VERSION >= 0x040500
/*
* enum TextCase { OriginalCase = 0, UpperCase = 1, LowerCase = 2 }
*/
/*
* Constructed[ 20/20 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscistyle.h>
/*
* QsciStyle (int style=-1)
* QsciStyle (int style, const QString &description, const QColor &color, const QColor &paper, const QFont &font, bool eol_fill=false)
*
*/
typedef struct
{
QPointer< QsciStyle > ph;
bool bNew;
PHBQT_GC_FUNC func;
int type;
} HBQT_GC_T_QsciStyle;
HBQT_GC_FUNC( hbqt_gcRelease_QsciStyle )
{
HBQT_GC_T_QsciStyle * p = ( HBQT_GC_T_QsciStyle * ) Cargo;
if( p )
{
if( p->bNew && p->ph )
{
QsciStyle * ph = p->ph;
const QMetaObject * m = ( ph )->metaObject();
if( ( QString ) m->className() != ( QString ) "QObject" )
delete ( p->ph );
}
p->ph = NULL;
}
}
void * hbqt_gcAllocate_QsciStyle( void * pObj, bool bNew )
{
HBQT_GC_T_QsciStyle * p = ( HBQT_GC_T_QsciStyle * ) hb_gcAllocate( sizeof( HBQT_GC_T_QsciStyle ), hbqt_gcFuncs() );
new( & p->ph ) QPointer< QsciStyle >( ( QsciStyle * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_QsciStyle;
p->type = HBQT_TYPE_QsciStyle;
return p;
}
HB_FUNC( QT_QSCISTYLE )
{
QsciStyle * pObj = NULL;
if( HB_ISNUMERIC( 1 ) )
{
pObj = new QsciStyle( hb_parni( 1 ) ) ;
}
else if( hb_pcount() >= 5 )
{
pObj = new QsciStyle( hb_parni( 1 ), hbqt_par_QString( 2 ), *hbqt_par_QColor( 3 ), *hbqt_par_QColor( 4 ), * hbqt_par_QFont( 5 ), HB_ISLOG( 6 ) ? hb_parl( 6 ) : false ) ;
}
else
{
pObj = new QsciStyle() ;
}
hb_retptrGC( hbqt_gcAllocate_QsciStyle( ( void * ) pObj, true ) );
}
/* int style () const */
HB_FUNC( QT_QSCISTYLE_STYLE )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
hb_retni( ( p )->style() );
}
/* void setDescription (const QString &description) */
HB_FUNC( QT_QSCISTYLE_SETDESCRIPTION )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
{
void * pText;
( p )->setDescription( hb_parstr_utf8( 2, &pText, NULL ) );
hb_strfree( pText );
}
}
/* QString description () const */
HB_FUNC( QT_QSCISTYLE_DESCRIPTION )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
hb_retstr_utf8( ( p )->description().toUtf8().data() );
}
/* void setColor (const QColor &color) */
HB_FUNC( QT_QSCISTYLE_SETCOLOR )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
( p )->setColor( *hbqt_par_QColor( 2 ) );
}
/* QColor color () const */
HB_FUNC( QT_QSCISTYLE_COLOR )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QColor( new QColor( ( p )->color() ), true ) );
}
/* void setPaper (const QColor &paper) */
HB_FUNC( QT_QSCISTYLE_SETPAPER )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
( p )->setPaper( *hbqt_par_QColor( 2 ) );
}
/* QColor paper () const */
HB_FUNC( QT_QSCISTYLE_PAPER )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QColor( new QColor( ( p )->paper() ), true ) );
}
/* void setFont (const QFont &font) */
HB_FUNC( QT_QSCISTYLE_SETFONT )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
( p )->setFont( *hbqt_par_QFont( 2 ) );
}
/* QFont font () const */
HB_FUNC( QT_QSCISTYLE_FONT )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
hb_retptrGC( hbqt_gcAllocate_QFont( new QFont( ( p )->font() ), true ) );
}
/* void setEolFill (bool fill) */
HB_FUNC( QT_QSCISTYLE_SETEOLFILL )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
( p )->setEolFill( hb_parl( 2 ) );
}
/* bool eolFill () const */
HB_FUNC( QT_QSCISTYLE_EOLFILL )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
hb_retl( ( p )->eolFill() );
}
/* void setTextCase (TextCase text_case) */
HB_FUNC( QT_QSCISTYLE_SETTEXTCASE )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
( p )->setTextCase( ( QsciStyle::TextCase ) hb_parni( 2 ) );
}
/* TextCase textCase () const */
HB_FUNC( QT_QSCISTYLE_TEXTCASE )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
hb_retni( ( QsciStyle::TextCase ) ( p )->textCase() );
}
/* void setVisible (bool visible) */
HB_FUNC( QT_QSCISTYLE_SETVISIBLE )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
( p )->setVisible( hb_parl( 2 ) );
}
/* bool visible () const */
HB_FUNC( QT_QSCISTYLE_VISIBLE )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
hb_retl( ( p )->visible() );
}
/* void setChangeable (bool changeable) */
HB_FUNC( QT_QSCISTYLE_SETCHANGEABLE )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
( p )->setChangeable( hb_parl( 2 ) );
}
/* bool changeable () const */
HB_FUNC( QT_QSCISTYLE_CHANGEABLE )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
hb_retl( ( p )->changeable() );
}
/* void setHotspot (bool hotspot) */
HB_FUNC( QT_QSCISTYLE_SETHOTSPOT )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
( p )->setHotspot( hb_parl( 2 ) );
}
/* bool hotspot () const */
HB_FUNC( QT_QSCISTYLE_HOTSPOT )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
hb_retl( ( p )->hotspot() );
}
/* void refresh () */
HB_FUNC( QT_QSCISTYLE_REFRESH )
{
QsciStyle * p = hbqt_par_QsciStyle( 1 );
if( p )
( p )->refresh();
}
#endif /* #if QT_VERSION >= 0x040500 */

View File

@@ -1,107 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbqtcore.h"
#include "hbqscintilla.h"
#if QT_VERSION >= 0x040500
/*
* Constructed[ 2/2 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <qscistyledtext.h>
/*
* QsciStyledText (const QString &text, int style)
* QsciStyledText (const QString &text, const QsciStyle &style)
*
*/
typedef struct
{
QsciStyledText * ph;
bool bNew;
PHBQT_GC_FUNC func;
int type;
} HBQT_GC_T_QsciStyledText;
HBQT_GC_FUNC( hbqt_gcRelease_QsciStyledText )
{
HBQT_GC_T * p = ( HBQT_GC_T * ) Cargo;
if( p )
{
if( p->bNew && p->ph )
delete ( ( QsciStyledText * ) p->ph );
p->ph = NULL;
}
}
void * hbqt_gcAllocate_QsciStyledText( void * pObj, bool bNew )
{
HBQT_GC_T * p = ( HBQT_GC_T * ) hb_gcAllocate( sizeof( HBQT_GC_T ), hbqt_gcFuncs() );
p->ph = ( QsciStyledText * ) pObj;
p->bNew = bNew;
p->func = hbqt_gcRelease_QsciStyledText;
p->type = HBQT_TYPE_QsciStyledText;
return p;
}
HB_FUNC( QT_QSCISTYLEDTEXT )
{
QsciStyledText * pObj = NULL;
if( hb_pcount() == 2 && HB_ISCHAR( 1 ) && HB_ISNUM( 2 ) )
{
pObj = new QsciStyledText( hbqt_par_QString( 1 ), hb_parni( 2 ) ) ;
}
else if( hb_pcount() == 2 && HB_ISCHAR( 1 ) && HB_ISPOINTER( 2 ) )
{
pObj = new QsciStyledText( hbqt_par_QString( 1 ), *hbqt_par_QsciStyle( 2 ) ) ;
}
hb_retptrGC( hbqt_gcAllocate_QsciStyledText( ( void * ) pObj, true ) );
}
/* const QString & text () const */
HB_FUNC( QT_QSCISTYLEDTEXT_TEXT )
{
QsciStyledText * p = hbqt_par_QsciStyledText( 1 );
if( p )
hb_retstr_utf8( ( p )->text().toUtf8().data() );
}
/* int style () const */
HB_FUNC( QT_QSCISTYLEDTEXT_STYLE )
{
QsciStyledText * p = hbqt_par_QsciStyledText( 1 );
if( p )
hb_retni( ( p )->style() );
}
#endif /* #if QT_VERSION >= 0x040500 */

View File

@@ -1,50 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbclass.ch"
REQUEST __HBQSCINTILLA
FUNCTION HBQsciScintilla( ... )
RETURN HB_HBQsciScintilla():new( ... )
FUNCTION HBQsciScintillaFromPointer( ... )
RETURN HB_HBQsciScintilla():fromPointer( ... )
CREATE CLASS HBQsciScintilla INHERIT HbQtObjectHandler, HB_QsciScintilla FUNCTION HB_HBQsciScintilla
METHOD new( ... )
ENDCLASS
METHOD HBQsciScintilla:new( ... )
LOCAL p
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
NEXT
::pPtr := Qt_HBQsciScintilla( ... )
RETURN Self

View File

@@ -1,218 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbclass.ch"
REQUEST __HBQSCINTILLA
FUNCTION QsciAPIs( ... )
RETURN HB_QsciAPIs():new( ... )
FUNCTION QsciAPIsFromPointer( ... )
RETURN HB_QsciAPIs():fromPointer( ... )
CREATE CLASS QsciAPIs INHERIT HbQtObjectHandler, HB_QsciAbstractAPIs FUNCTION HB_QsciAPIs
METHOD new( ... )
METHOD add // ( cEntry ) -> NIL
METHOD clear // ( ) -> NIL
METHOD load // ( cFname ) -> lBool
METHOD remove // ( cEntry ) -> NIL
METHOD prepare // ( ) -> NIL
METHOD cancelPreparation // ( ) -> NIL
METHOD defaultPreparedName // ( ) -> cQString
METHOD isPrepared // ( cFname ) -> lBool
METHOD loadPrepared // ( cFname ) -> lBool
METHOD savePrepared // ( cFname ) -> lBool
METHOD updateAutoCompletionList // ( oQStringList, oQStringList ) -> NIL
METHOD autoCompletionSelected // ( cSel ) -> NIL
METHOD event // ( oQEvent ) -> lBool
METHOD installedAPIFiles // ( ) -> oQStringList
ENDCLASS
METHOD QsciAPIs:new( ... )
LOCAL p
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
NEXT
::pPtr := Qt_QsciAPIs( ... )
RETURN Self
METHOD QsciAPIs:add( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isChar( hb_pvalue( 1 ) )
RETURN Qt_QsciAPIs_add( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAPIs:clear( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciAPIs_clear( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAPIs:load( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isChar( hb_pvalue( 1 ) )
RETURN Qt_QsciAPIs_load( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAPIs:remove( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isChar( hb_pvalue( 1 ) )
RETURN Qt_QsciAPIs_remove( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAPIs:prepare( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciAPIs_prepare( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAPIs:cancelPreparation( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciAPIs_cancelPreparation( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAPIs:defaultPreparedName( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciAPIs_defaultPreparedName( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAPIs:isPrepared( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isChar( hb_pvalue( 1 ) )
RETURN Qt_QsciAPIs_isPrepared( ::pPtr, ... )
ENDCASE
EXIT
CASE 0
RETURN Qt_QsciAPIs_isPrepared( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAPIs:loadPrepared( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isChar( hb_pvalue( 1 ) )
RETURN Qt_QsciAPIs_loadPrepared( ::pPtr, ... )
ENDCASE
EXIT
CASE 0
RETURN Qt_QsciAPIs_loadPrepared( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAPIs:savePrepared( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isChar( hb_pvalue( 1 ) )
RETURN Qt_QsciAPIs_savePrepared( ::pPtr, ... )
ENDCASE
EXIT
CASE 0
RETURN Qt_QsciAPIs_savePrepared( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAPIs:updateAutoCompletionList( ... )
SWITCH PCount()
CASE 2
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) ) .AND. hb_isObject( hb_pvalue( 2 ) )
RETURN Qt_QsciAPIs_updateAutoCompletionList( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAPIs:autoCompletionSelected( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isChar( hb_pvalue( 1 ) )
RETURN Qt_QsciAPIs_autoCompletionSelected( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAPIs:event( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciAPIs_event( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAPIs:installedAPIFiles( ... )
SWITCH PCount()
CASE 0
RETURN QStringListFromPointer( Qt_QsciAPIs_installedAPIFiles( ::pPtr, ... ) )
ENDSWITCH
RETURN __hbqt_error()

View File

@@ -1,85 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbclass.ch"
REQUEST __HBQSCINTILLA
FUNCTION QsciAbstractAPIs( ... )
RETURN HB_QsciAbstractAPIs():new( ... )
FUNCTION QsciAbstractAPIsFromPointer( ... )
RETURN HB_QsciAbstractAPIs():fromPointer( ... )
CREATE CLASS QsciAbstractAPIs INHERIT HbQtObjectHandler FUNCTION HB_QsciAbstractAPIs
METHOD new( ... )
METHOD lexer // ( ) -> oQsciLexer
METHOD updateAutoCompletionList // ( oQStringList, oQStringList ) -> NIL
METHOD autoCompletionSelected // ( cSelection ) -> NIL
ENDCLASS
METHOD QsciAbstractAPIs:new( ... )
LOCAL p
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
NEXT
::pPtr := Qt_QsciAbstractAPIs( ... )
RETURN Self
METHOD QsciAbstractAPIs:lexer( ... )
SWITCH PCount()
CASE 0
RETURN QsciLexerFromPointer( Qt_QsciAbstractAPIs_lexer( ::pPtr, ... ) )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAbstractAPIs:updateAutoCompletionList( ... )
SWITCH PCount()
CASE 2
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) ) .AND. hb_isObject( hb_pvalue( 2 ) )
RETURN Qt_QsciAbstractAPIs_updateAutoCompletionList( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciAbstractAPIs:autoCompletionSelected( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isChar( hb_pvalue( 1 ) )
RETURN Qt_QsciAbstractAPIs_autoCompletionSelected( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()

View File

@@ -1,116 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbclass.ch"
REQUEST __HBQSCINTILLA
FUNCTION QsciCommand( ... )
RETURN HB_QsciCommand():new( ... )
FUNCTION QsciCommandFromPointer( ... )
RETURN HB_QsciCommand():fromPointer( ... )
CREATE CLASS QsciCommand INHERIT HbQtObjectHandler FUNCTION HB_QsciCommand
METHOD new( ... )
METHOD setKey // ( nKey ) -> NIL
METHOD setAlternateKey // ( nAltkey ) -> NIL
METHOD key // ( ) -> nInt
METHOD alternateKey // ( ) -> nInt
METHOD description // ( ) -> cQString
METHOD validKey // ( nKey ) -> lBool
ENDCLASS
METHOD QsciCommand:new( ... )
LOCAL p
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
NEXT
::pPtr := Qt_QsciCommand( ... )
RETURN Self
METHOD QsciCommand:setKey( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciCommand_setKey( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciCommand:setAlternateKey( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciCommand_setAlternateKey( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciCommand:key( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciCommand_key( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciCommand:alternateKey( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciCommand_alternateKey( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciCommand:description( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciCommand_description( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciCommand:validKey( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciCommand_validKey( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()

View File

@@ -1,115 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbclass.ch"
REQUEST __HBQSCINTILLA
FUNCTION QsciCommandSet( ... )
RETURN HB_QsciCommandSet():new( ... )
FUNCTION QsciCommandSetFromPointer( ... )
RETURN HB_QsciCommandSet():fromPointer( ... )
CREATE CLASS QsciCommandSet INHERIT HbQtObjectHandler FUNCTION HB_QsciCommandSet
METHOD new( ... )
METHOD readSettings // ( oQSettings, cPrefix ) -> lBool
METHOD writeSettings // ( oQSettings, cPrefix ) -> lBool
METHOD commands // ( ) -> oQList_ QsciCommand * > &
METHOD clearKeys // ( ) -> NIL
METHOD clearAlternateKeys // ( ) -> NIL
ENDCLASS
METHOD QsciCommandSet:new( ... )
LOCAL p
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
NEXT
::pPtr := Qt_QsciCommandSet( ... )
RETURN Self
METHOD QsciCommandSet:readSettings( ... )
SWITCH PCount()
CASE 2
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) ) .AND. hb_isChar( hb_pvalue( 2 ) )
RETURN Qt_QsciCommandSet_readSettings( ::pPtr, ... )
ENDCASE
EXIT
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciCommandSet_readSettings( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciCommandSet:writeSettings( ... )
SWITCH PCount()
CASE 2
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) ) .AND. hb_isChar( hb_pvalue( 2 ) )
RETURN Qt_QsciCommandSet_writeSettings( ::pPtr, ... )
ENDCASE
EXIT
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciCommandSet_writeSettings( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciCommandSet:commands( ... )
SWITCH PCount()
CASE 0
RETURN QListFromPointer( Qt_QsciCommandSet_commands( ::pPtr, ... ) )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciCommandSet:clearKeys( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciCommandSet_clearKeys( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciCommandSet:clearAlternateKeys( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciCommandSet_clearAlternateKeys( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()

View File

@@ -1,50 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbclass.ch"
REQUEST __HBQSCINTILLA
FUNCTION QsciDocument( ... )
RETURN HB_QsciDocument():new( ... )
FUNCTION QsciDocumentFromPointer( ... )
RETURN HB_QsciDocument():fromPointer( ... )
CREATE CLASS QsciDocument INHERIT HbQtObjectHandler FUNCTION HB_QsciDocument
METHOD new( ... )
ENDCLASS
METHOD QsciDocument:new( ... )
LOCAL p
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
NEXT
::pPtr := Qt_QsciDocument( ... )
RETURN Self

View File

@@ -1,570 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbclass.ch"
REQUEST __HBQSCINTILLA
FUNCTION QsciLexer( ... )
RETURN HB_QsciLexer():new( ... )
FUNCTION QsciLexerFromPointer( ... )
RETURN HB_QsciLexer():fromPointer( ... )
CREATE CLASS QsciLexer INHERIT HbQtObjectHandler FUNCTION HB_QsciLexer
METHOD new( ... )
METHOD language // ( ) -> cChar
METHOD lexer // ( ) -> cChar
METHOD lexerId // ( ) -> nInt
METHOD apis // ( ) -> oQsciAbstractAPIs
METHOD autoCompletionFillups // ( ) -> cChar
METHOD autoCompletionWordSeparators // ( ) -> oQStringList
METHOD autoIndentStyle // ( ) -> nInt
METHOD blockEnd // ( @nStyle ) -> cChar
METHOD blockLookback // ( ) -> nInt
METHOD blockStart // ( @nStyle ) -> cChar
METHOD blockStartKeyword // ( @nStyle ) -> cChar
METHOD braceStyle // ( ) -> nInt
METHOD caseSensitive // ( ) -> lBool
METHOD color // ( nStyle ) -> oQColor
METHOD eolFill // ( nStyle ) -> lBool
METHOD font // ( nStyle ) -> oQFont
METHOD indentationGuideView // ( ) -> nInt
METHOD keywords // ( nSet ) -> cChar
METHOD defaultStyle // ( ) -> nInt
METHOD description // ( nStyle ) -> cQString
METHOD paper // ( nStyle ) -> oQColor
METHOD defaultColor // ( ) -> oQColor
// ( nStyle ) -> oQColor
METHOD defaultEolFill // ( nStyle ) -> lBool
METHOD defaultFont // ( ) -> oQFont
// ( nStyle ) -> oQFont
METHOD defaultPaper // ( ) -> oQColor
// ( nStyle ) -> oQColor
METHOD editor // ( ) -> oQsciScintilla
METHOD setEditor // ( oQsciScintilla ) -> NIL
METHOD readSettings // ( oQSettings, cPrefix ) -> lBool
METHOD refreshProperties // ( ) -> NIL
METHOD styleBitsNeeded // ( ) -> nInt
METHOD wordCharacters // ( ) -> cChar
METHOD writeSettings // ( oQSettings, cPrefix ) -> lBool
METHOD setAPIs // ( oQsciAbstractAPIs ) -> NIL
METHOD setDefaultColor // ( oQColor ) -> NIL
METHOD setDefaultFont // ( oQFont ) -> NIL
METHOD setDefaultPaper // ( oQColor ) -> NIL
METHOD setAutoIndentStyle // ( nAutoindentstyle ) -> NIL
METHOD setColor // ( oQColor, nStyle ) -> NIL
METHOD setEolFill // ( lEoffill, nStyle ) -> NIL
METHOD setFont // ( oQFont, nStyle ) -> NIL
METHOD setPaper // ( oQColor, nStyle ) -> NIL
ENDCLASS
METHOD QsciLexer:new( ... )
LOCAL p
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
NEXT
::pPtr := Qt_QsciLexer( ... )
RETURN Self
METHOD QsciLexer:language( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexer_language( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:lexer( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexer_lexer( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:lexerId( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexer_lexerId( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:apis( ... )
SWITCH PCount()
CASE 0
RETURN QsciAbstractAPIsFromPointer( Qt_QsciLexer_apis( ::pPtr, ... ) )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:autoCompletionFillups( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexer_autoCompletionFillups( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:autoCompletionWordSeparators( ... )
SWITCH PCount()
CASE 0
RETURN QStringListFromPointer( Qt_QsciLexer_autoCompletionWordSeparators( ::pPtr, ... ) )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:autoIndentStyle( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexer_autoIndentStyle( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:blockEnd( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_blockEnd( ::pPtr, ... )
ENDCASE
EXIT
CASE 0
RETURN Qt_QsciLexer_blockEnd( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:blockLookback( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexer_blockLookback( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:blockStart( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_blockStart( ::pPtr, ... )
ENDCASE
EXIT
CASE 0
RETURN Qt_QsciLexer_blockStart( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:blockStartKeyword( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_blockStartKeyword( ::pPtr, ... )
ENDCASE
EXIT
CASE 0
RETURN Qt_QsciLexer_blockStartKeyword( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:braceStyle( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexer_braceStyle( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:caseSensitive( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexer_caseSensitive( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:color( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN QColorFromPointer( Qt_QsciLexer_color( ::pPtr, ... ) )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:eolFill( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_eolFill( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:font( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN QFontFromPointer( Qt_QsciLexer_font( ::pPtr, ... ) )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:indentationGuideView( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexer_indentationGuideView( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:keywords( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_keywords( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:defaultStyle( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexer_defaultStyle( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:description( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_description( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:paper( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN QColorFromPointer( Qt_QsciLexer_paper( ::pPtr, ... ) )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:defaultColor( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN QColorFromPointer( Qt_QsciLexer_defaultColor_1( ::pPtr, ... ) )
ENDCASE
EXIT
CASE 0
RETURN QColorFromPointer( Qt_QsciLexer_defaultColor( ::pPtr, ... ) )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:defaultEolFill( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_defaultEolFill( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:defaultFont( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN QFontFromPointer( Qt_QsciLexer_defaultFont_1( ::pPtr, ... ) )
ENDCASE
EXIT
CASE 0
RETURN QFontFromPointer( Qt_QsciLexer_defaultFont( ::pPtr, ... ) )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:defaultPaper( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN QColorFromPointer( Qt_QsciLexer_defaultPaper_1( ::pPtr, ... ) )
ENDCASE
EXIT
CASE 0
RETURN QColorFromPointer( Qt_QsciLexer_defaultPaper( ::pPtr, ... ) )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:editor( ... )
SWITCH PCount()
CASE 0
RETURN QsciScintillaFromPointer( Qt_QsciLexer_editor( ::pPtr, ... ) )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:setEditor( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_setEditor( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:readSettings( ... )
SWITCH PCount()
CASE 2
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) ) .AND. hb_isChar( hb_pvalue( 2 ) )
RETURN Qt_QsciLexer_readSettings( ::pPtr, ... )
ENDCASE
EXIT
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_readSettings( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:refreshProperties( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexer_refreshProperties( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:styleBitsNeeded( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexer_styleBitsNeeded( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:wordCharacters( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexer_wordCharacters( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:writeSettings( ... )
SWITCH PCount()
CASE 2
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) ) .AND. hb_isChar( hb_pvalue( 2 ) )
RETURN Qt_QsciLexer_writeSettings( ::pPtr, ... )
ENDCASE
EXIT
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_writeSettings( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:setAPIs( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_setAPIs( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:setDefaultColor( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_setDefaultColor( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:setDefaultFont( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_setDefaultFont( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:setDefaultPaper( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_setDefaultPaper( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:setAutoIndentStyle( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_setAutoIndentStyle( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:setColor( ... )
SWITCH PCount()
CASE 2
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) ) .AND. hb_isNumeric( hb_pvalue( 2 ) )
RETURN Qt_QsciLexer_setColor( ::pPtr, ... )
ENDCASE
EXIT
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_setColor( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:setEolFill( ... )
SWITCH PCount()
CASE 2
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) ) .AND. hb_isNumeric( hb_pvalue( 2 ) )
RETURN Qt_QsciLexer_setEolFill( ::pPtr, ... )
ENDCASE
EXIT
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_setEolFill( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:setFont( ... )
SWITCH PCount()
CASE 2
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) ) .AND. hb_isNumeric( hb_pvalue( 2 ) )
RETURN Qt_QsciLexer_setFont( ::pPtr, ... )
ENDCASE
EXIT
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_setFont( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexer:setPaper( ... )
SWITCH PCount()
CASE 2
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) ) .AND. hb_isNumeric( hb_pvalue( 2 ) )
RETURN Qt_QsciLexer_setPaper( ::pPtr, ... )
ENDCASE
EXIT
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciLexer_setPaper( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()

View File

@@ -1,359 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbclass.ch"
REQUEST __HBQSCINTILLA
FUNCTION QsciLexerCPP( ... )
RETURN HB_QsciLexerCPP():new( ... )
FUNCTION QsciLexerCPPFromPointer( ... )
RETURN HB_QsciLexerCPP():fromPointer( ... )
CREATE CLASS QsciLexerCPP INHERIT HbQtObjectHandler, HB_QsciLexer FUNCTION HB_QsciLexerCPP
METHOD new( ... )
METHOD language // ( ) -> cChar
METHOD lexer // ( ) -> cChar
METHOD autoCompletionWordSeparators // ( ) -> oQStringList
METHOD blockEnd // ( @nStyle ) -> cChar
METHOD blockStart // ( @nStyle ) -> cChar
METHOD blockStartKeyword // ( @nStyle ) -> cChar
METHOD braceStyle // ( ) -> nInt
METHOD wordCharacters // ( ) -> cChar
METHOD defaultColor // ( nStyle ) -> oQColor
METHOD defaultEolFill // ( nStyle ) -> lBool
METHOD defaultFont // ( nStyle ) -> oQFont
METHOD defaultPaper // ( nStyle ) -> oQColor
METHOD keywords // ( nSet ) -> cChar
METHOD description // ( nStyle ) -> cQString
METHOD refreshProperties // ( ) -> NIL
METHOD foldAtElse // ( ) -> lBool
METHOD foldComments // ( ) -> lBool
METHOD foldCompact // ( ) -> lBool
METHOD foldPreprocessor // ( ) -> lBool
METHOD stylePreprocessor // ( ) -> lBool
METHOD setDollarsAllowed // ( lAllowed ) -> NIL
METHOD dollarsAllowed // ( ) -> lBool
METHOD setFoldAtElse // ( lFold ) -> NIL
METHOD setFoldComments // ( lFold ) -> NIL
METHOD setFoldCompact // ( lFold ) -> NIL
METHOD setFoldPreprocessor // ( lFold ) -> NIL
METHOD setStylePreprocessor // ( lStyle ) -> NIL
ENDCLASS
METHOD QsciLexerCPP:new( ... )
LOCAL p
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
NEXT
::pPtr := Qt_QsciLexerCPP( ... )
RETURN Self
METHOD QsciLexerCPP:language( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerCPP_language( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:lexer( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerCPP_lexer( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:autoCompletionWordSeparators( ... )
SWITCH PCount()
CASE 0
RETURN QStringListFromPointer( Qt_QsciLexerCPP_autoCompletionWordSeparators( ::pPtr, ... ) )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:blockEnd( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerCPP_blockEnd( ::pPtr, ... )
ENDCASE
EXIT
CASE 0
RETURN Qt_QsciLexerCPP_blockEnd( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:blockStart( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerCPP_blockStart( ::pPtr, ... )
ENDCASE
EXIT
CASE 0
RETURN Qt_QsciLexerCPP_blockStart( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:blockStartKeyword( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerCPP_blockStartKeyword( ::pPtr, ... )
ENDCASE
EXIT
CASE 0
RETURN Qt_QsciLexerCPP_blockStartKeyword( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:braceStyle( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerCPP_braceStyle( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:wordCharacters( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerCPP_wordCharacters( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:defaultColor( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN QColorFromPointer( Qt_QsciLexerCPP_defaultColor( ::pPtr, ... ) )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:defaultEolFill( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerCPP_defaultEolFill( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:defaultFont( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN QFontFromPointer( Qt_QsciLexerCPP_defaultFont( ::pPtr, ... ) )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:defaultPaper( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN QColorFromPointer( Qt_QsciLexerCPP_defaultPaper( ::pPtr, ... ) )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:keywords( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerCPP_keywords( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:description( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerCPP_description( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:refreshProperties( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerCPP_refreshProperties( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:foldAtElse( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerCPP_foldAtElse( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:foldComments( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerCPP_foldComments( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:foldCompact( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerCPP_foldCompact( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:foldPreprocessor( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerCPP_foldPreprocessor( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:stylePreprocessor( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerCPP_stylePreprocessor( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:setDollarsAllowed( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerCPP_setDollarsAllowed( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:dollarsAllowed( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerCPP_dollarsAllowed( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:setFoldAtElse( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerCPP_setFoldAtElse( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:setFoldComments( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerCPP_setFoldComments( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:setFoldCompact( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerCPP_setFoldCompact( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:setFoldPreprocessor( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerCPP_setFoldPreprocessor( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerCPP:setStylePreprocessor( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerCPP_setStylePreprocessor( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()

View File

@@ -1,359 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbclass.ch"
REQUEST __HBQSCINTILLA
FUNCTION QsciLexerFlagship( ... )
RETURN HB_QsciLexerFlagship():new( ... )
FUNCTION QsciLexerFlagshipFromPointer( ... )
RETURN HB_QsciLexerFlagship():fromPointer( ... )
CREATE CLASS QsciLexerFlagship INHERIT HbQtObjectHandler, HB_QsciLexer FUNCTION HB_QsciLexerFlagship
METHOD new( ... )
METHOD language // ( ) -> cChar
METHOD lexer // ( ) -> cChar
METHOD autoCompletionWordSeparators // ( ) -> oQStringList
METHOD blockEnd // ( @nStyle ) -> cChar
METHOD blockStart // ( @nStyle ) -> cChar
METHOD blockStartKeyword // ( @nStyle ) -> cChar
METHOD braceStyle // ( ) -> nInt
METHOD wordCharacters // ( ) -> cChar
METHOD defaultColor // ( nStyle ) -> oQColor
METHOD defaultEolFill // ( nStyle ) -> lBool
METHOD defaultFont // ( nStyle ) -> oQFont
METHOD defaultPaper // ( nStyle ) -> oQColor
METHOD keywords // ( nSet ) -> cChar
METHOD description // ( nStyle ) -> cQString
METHOD refreshProperties // ( ) -> NIL
METHOD foldAtElse // ( ) -> lBool
METHOD foldComments // ( ) -> lBool
METHOD foldCompact // ( ) -> lBool
METHOD foldPreprocessor // ( ) -> lBool
METHOD stylePreprocessor // ( ) -> lBool
METHOD setDollarsAllowed // ( lAllowed ) -> NIL
METHOD dollarsAllowed // ( ) -> lBool
METHOD setFoldAtElse // ( lFold ) -> NIL
METHOD setFoldComments // ( lFold ) -> NIL
METHOD setFoldCompact // ( lFold ) -> NIL
METHOD setFoldPreprocessor // ( lFold ) -> NIL
METHOD setStylePreprocessor // ( lStyle ) -> NIL
ENDCLASS
METHOD QsciLexerFlagship:new( ... )
LOCAL p
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
NEXT
::pPtr := Qt_QsciLexerFlagship( ... )
RETURN Self
METHOD QsciLexerFlagship:language( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerFlagship_language( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:lexer( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerFlagship_lexer( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:autoCompletionWordSeparators( ... )
SWITCH PCount()
CASE 0
RETURN QStringListFromPointer( Qt_QsciLexerFlagship_autoCompletionWordSeparators( ::pPtr, ... ) )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:blockEnd( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerFlagship_blockEnd( ::pPtr, ... )
ENDCASE
EXIT
CASE 0
RETURN Qt_QsciLexerFlagship_blockEnd( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:blockStart( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerFlagship_blockStart( ::pPtr, ... )
ENDCASE
EXIT
CASE 0
RETURN Qt_QsciLexerFlagship_blockStart( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:blockStartKeyword( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerFlagship_blockStartKeyword( ::pPtr, ... )
ENDCASE
EXIT
CASE 0
RETURN Qt_QsciLexerFlagship_blockStartKeyword( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:braceStyle( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerFlagship_braceStyle( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:wordCharacters( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerFlagship_wordCharacters( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:defaultColor( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN QColorFromPointer( Qt_QsciLexerFlagship_defaultColor( ::pPtr, ... ) )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:defaultEolFill( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerFlagship_defaultEolFill( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:defaultFont( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN QFontFromPointer( Qt_QsciLexerFlagship_defaultFont( ::pPtr, ... ) )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:defaultPaper( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN QColorFromPointer( Qt_QsciLexerFlagship_defaultPaper( ::pPtr, ... ) )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:keywords( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerFlagship_keywords( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:description( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerFlagship_description( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:refreshProperties( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerFlagship_refreshProperties( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:foldAtElse( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerFlagship_foldAtElse( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:foldComments( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerFlagship_foldComments( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:foldCompact( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerFlagship_foldCompact( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:foldPreprocessor( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerFlagship_foldPreprocessor( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:stylePreprocessor( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerFlagship_stylePreprocessor( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:setDollarsAllowed( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerFlagship_setDollarsAllowed( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:dollarsAllowed( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciLexerFlagship_dollarsAllowed( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:setFoldAtElse( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerFlagship_setFoldAtElse( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:setFoldComments( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerFlagship_setFoldComments( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:setFoldCompact( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerFlagship_setFoldCompact( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:setFoldPreprocessor( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerFlagship_setFoldPreprocessor( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciLexerFlagship:setStylePreprocessor( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciLexerFlagship_setStylePreprocessor( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()

File diff suppressed because it is too large Load Diff

View File

@@ -1,266 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbclass.ch"
REQUEST __HBQSCINTILLA
FUNCTION QsciStyle( ... )
RETURN HB_QsciStyle():new( ... )
FUNCTION QsciStyleFromPointer( ... )
RETURN HB_QsciStyle():fromPointer( ... )
CREATE CLASS QsciStyle INHERIT HbQtObjectHandler FUNCTION HB_QsciStyle
METHOD new( ... )
METHOD style // ( ) -> nInt
METHOD setDescription // ( cDescription ) -> NIL
METHOD description // ( ) -> cQString
METHOD setColor // ( oQColor ) -> NIL
METHOD color // ( ) -> oQColor
METHOD setPaper // ( oQColor ) -> NIL
METHOD paper // ( ) -> oQColor
METHOD setFont // ( oQFont ) -> NIL
METHOD font // ( ) -> oQFont
METHOD setEolFill // ( lFill ) -> NIL
METHOD eolFill // ( ) -> lBool
METHOD setTextCase // ( nText_case ) -> NIL
METHOD textCase // ( ) -> nTextCase
METHOD setVisible // ( lVisible ) -> NIL
METHOD visible // ( ) -> lBool
METHOD setChangeable // ( lChangeable ) -> NIL
METHOD changeable // ( ) -> lBool
METHOD setHotspot // ( lHotspot ) -> NIL
METHOD hotspot // ( ) -> lBool
METHOD refresh // ( ) -> NIL
ENDCLASS
METHOD QsciStyle:new( ... )
LOCAL p
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
NEXT
::pPtr := Qt_QsciStyle( ... )
RETURN Self
METHOD QsciStyle:style( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciStyle_style( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:setDescription( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isChar( hb_pvalue( 1 ) )
RETURN Qt_QsciStyle_setDescription( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:description( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciStyle_description( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:setColor( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciStyle_setColor( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:color( ... )
SWITCH PCount()
CASE 0
RETURN QColorFromPointer( Qt_QsciStyle_color( ::pPtr, ... ) )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:setPaper( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciStyle_setPaper( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:paper( ... )
SWITCH PCount()
CASE 0
RETURN QColorFromPointer( Qt_QsciStyle_paper( ::pPtr, ... ) )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:setFont( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isObject( hb_pvalue( 1 ) )
RETURN Qt_QsciStyle_setFont( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:font( ... )
SWITCH PCount()
CASE 0
RETURN QFontFromPointer( Qt_QsciStyle_font( ::pPtr, ... ) )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:setEolFill( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciStyle_setEolFill( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:eolFill( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciStyle_eolFill( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:setTextCase( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isNumeric( hb_pvalue( 1 ) )
RETURN Qt_QsciStyle_setTextCase( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:textCase( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciStyle_textCase( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:setVisible( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciStyle_setVisible( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:visible( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciStyle_visible( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:setChangeable( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciStyle_setChangeable( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:changeable( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciStyle_changeable( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:setHotspot( ... )
SWITCH PCount()
CASE 1
DO CASE
CASE hb_isLogical( hb_pvalue( 1 ) )
RETURN Qt_QsciStyle_setHotspot( ::pPtr, ... )
ENDCASE
EXIT
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:hotspot( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciStyle_hotspot( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyle:refresh( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciStyle_refresh( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()

View File

@@ -1,68 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbclass.ch"
REQUEST __HBQSCINTILLA
FUNCTION QsciStyledText( ... )
RETURN HB_QsciStyledText():new( ... )
FUNCTION QsciStyledTextFromPointer( ... )
RETURN HB_QsciStyledText():fromPointer( ... )
CREATE CLASS QsciStyledText INHERIT HbQtObjectHandler FUNCTION HB_QsciStyledText
METHOD new( ... )
METHOD text // ( ) -> cQString
METHOD style // ( ) -> nInt
ENDCLASS
METHOD QsciStyledText:new( ... )
LOCAL p
FOR EACH p IN { ... }
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
NEXT
::pPtr := Qt_QsciStyledText( ... )
RETURN Self
METHOD QsciStyledText:text( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciStyledText_text( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()
METHOD QsciStyledText:style( ... )
SWITCH PCount()
CASE 0
RETURN Qt_QsciStyledText_style( ::pPtr, ... )
ENDSWITCH
RETURN __hbqt_error()

View File

@@ -1,35 +0,0 @@
#
# $Id$
#
# --------------------------------------------------------------------
# WARNING: Automatically generated source file. DO NOT EDIT!
# Instead, edit corresponding .qth file,
# or the generator tool itself, and run regenarate.
# --------------------------------------------------------------------
HBQsciScintilla.cpp
QsciAbstractAPIs.cpp
QsciAPIs.cpp
QsciCommand.cpp
QsciCommandSet.cpp
QsciDocument.cpp
QsciLexer.cpp
QsciLexerCPP.cpp
QsciLexerFlagship.cpp
QsciScintilla.cpp
QsciStyle.cpp
QsciStyledText.cpp
THBQsciScintilla.prg
TQsciAbstractAPIs.prg
TQsciAPIs.prg
TQsciCommand.prg
TQsciCommandSet.prg
TQsciDocument.prg
TQsciLexer.prg
TQsciLexerCPP.prg
TQsciLexerFlagship.prg
TQsciScintilla.prg
TQsciStyle.prg
TQsciStyledText.prg

View File

@@ -1,72 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
#ifndef __HBQSCINTILLA_H
#define __HBQSCINTILLA_H
#include "hbqt.h"
HB_EXTERN_BEGIN
extern HB_EXPORT HBQT_GC_FUNC( hbqt_gcRelease_HBQsciScintilla );
extern HB_EXPORT HBQT_GC_FUNC( hbqt_gcRelease_QsciAbstractAPIs );
extern HB_EXPORT HBQT_GC_FUNC( hbqt_gcRelease_QsciAPIs );
extern HB_EXPORT HBQT_GC_FUNC( hbqt_gcRelease_QsciCommand );
extern HB_EXPORT HBQT_GC_FUNC( hbqt_gcRelease_QsciCommandSet );
extern HB_EXPORT HBQT_GC_FUNC( hbqt_gcRelease_QsciDocument );
extern HB_EXPORT HBQT_GC_FUNC( hbqt_gcRelease_QsciLexer );
extern HB_EXPORT HBQT_GC_FUNC( hbqt_gcRelease_QsciLexerCPP );
extern HB_EXPORT HBQT_GC_FUNC( hbqt_gcRelease_QsciLexerFlagship );
extern HB_EXPORT HBQT_GC_FUNC( hbqt_gcRelease_QsciScintilla );
extern HB_EXPORT HBQT_GC_FUNC( hbqt_gcRelease_QsciStyle );
extern HB_EXPORT HBQT_GC_FUNC( hbqt_gcRelease_QsciStyledText );
extern HB_EXPORT void * hbqt_gcAllocate_HBQsciScintilla( void * pObj, bool bNew );
extern HB_EXPORT void * hbqt_gcAllocate_QsciAbstractAPIs( void * pObj, bool bNew );
extern HB_EXPORT void * hbqt_gcAllocate_QsciAPIs( void * pObj, bool bNew );
extern HB_EXPORT void * hbqt_gcAllocate_QsciCommand( void * pObj, bool bNew );
extern HB_EXPORT void * hbqt_gcAllocate_QsciCommandSet( void * pObj, bool bNew );
extern HB_EXPORT void * hbqt_gcAllocate_QsciDocument( void * pObj, bool bNew );
extern HB_EXPORT void * hbqt_gcAllocate_QsciLexer( void * pObj, bool bNew );
extern HB_EXPORT void * hbqt_gcAllocate_QsciLexerCPP( void * pObj, bool bNew );
extern HB_EXPORT void * hbqt_gcAllocate_QsciLexerFlagship( void * pObj, bool bNew );
extern HB_EXPORT void * hbqt_gcAllocate_QsciScintilla( void * pObj, bool bNew );
extern HB_EXPORT void * hbqt_gcAllocate_QsciStyle( void * pObj, bool bNew );
extern HB_EXPORT void * hbqt_gcAllocate_QsciStyledText( void * pObj, bool bNew );
HB_EXTERN_END
#define hbqt_par_HBQsciScintilla( n ) ( ( HBQsciScintilla * ) hbqt_gcpointer( n ) )
#define hbqt_par_QsciAbstractAPIs( n ) ( ( QsciAbstractAPIs * ) hbqt_gcpointer( n ) )
#define hbqt_par_QsciAPIs( n ) ( ( QsciAPIs * ) hbqt_gcpointer( n ) )
#define hbqt_par_QsciCommand( n ) ( ( QsciCommand * ) hbqt_gcpointer( n ) )
#define hbqt_par_QsciCommandSet( n ) ( ( QsciCommandSet * ) hbqt_gcpointer( n ) )
#define hbqt_par_QsciDocument( n ) ( ( QsciDocument * ) hbqt_gcpointer( n ) )
#define hbqt_par_QsciLexer( n ) ( ( QsciLexer * ) hbqt_gcpointer( n ) )
#define hbqt_par_QsciLexerCPP( n ) ( ( QsciLexerCPP * ) hbqt_gcpointer( n ) )
#define hbqt_par_QsciLexerFlagship( n ) ( ( QsciLexerFlagship * ) hbqt_gcpointer( n ) )
#define hbqt_par_QsciScintilla( n ) ( ( QsciScintilla * ) hbqt_gcpointer( n ) )
#define hbqt_par_QsciStyle( n ) ( ( QsciStyle * ) hbqt_gcpointer( n ) )
#define hbqt_par_QsciStyledText( n ) ( ( QsciStyledText * ) hbqt_gcpointer( n ) )
#define HBQT_TYPE_HBQsciScintilla 0x6B60CC0D
#define HBQT_TYPE_QsciAbstractAPIs 0xCCADCE94
#define HBQT_TYPE_QsciAPIs 0x9EFA5259
#define HBQT_TYPE_QsciCommand 0x5749A721
#define HBQT_TYPE_QsciCommandSet 0x09909CA6
#define HBQT_TYPE_QsciDocument 0x15670FA8
#define HBQT_TYPE_QsciLexer 0x78741ACD
#define HBQT_TYPE_QsciLexerCPP 0x227FACBE
#define HBQT_TYPE_QsciLexerFlagship 0x8E1404B7
#define HBQT_TYPE_QsciScintilla 0xC479630B
#define HBQT_TYPE_QsciStyle 0x21B27EDD
#define HBQT_TYPE_QsciStyledText 0xA0ADA2AF
#endif /* __HBQSCINTILLA_H */

View File

@@ -1,51 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* HBQEvents()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/hbqevents.html
* $ONELINER$
* Creates a new HBQEvents object.
* $INHERITS$
* QObject
* $SYNTAX$
* HBQEvents( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type HBQEvents
* $METHODS$
* :hbConnect( xObj, nEvent, xBlock ) -> lBool
* :hbDisconnect( xObj, nEvent ) -> lBool
* :hbClear() -> lBool
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/THBQEvents.prg
* C++ wrappers : contrib/hbqt/qtcore/HBQEvents.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,46 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* HBQSlots()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/hbqslots.html
* $ONELINER$
* Creates a new HBQSlots object.
* $INHERITS$
* QObject
* $SYNTAX$
* HBQSlots( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type HBQSlots
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/THBQSlots.prg
* C++ wrappers : contrib/hbqt/qtcore/HBQSlots.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,215 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* HBQString()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/hbqstring.html
* $ONELINER$
* Creates a new HBQString object.
* $INHERITS$
*
* $SYNTAX$
* HBQString( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type HBQString
* $METHODS$
* :append( cStr ) -> cQString
* :append_1( oQStringRef ) -> cQString
* :append_2( oQLatin1String ) -> cQString
* :append_3( oQByteArray ) -> cQString
* :append_4( cStr ) -> cQString
* :append_5( oQChar ) -> cQString
* :arg( cA, nFieldWidth, oQChar ) -> cQString
* :arg_1( cA1, cA2 ) -> cQString
* :arg_2( cA1, cA2, cA3 ) -> cQString
* :arg_3( cA1, cA2, cA3, cA4 ) -> cQString
* :arg_4( cA1, cA2, cA3, cA4, cA5 ) -> cQString
* :arg_5( cA1, cA2, cA3, cA4, cA5, cA6 ) -> cQString
* :arg_6( cA1, cA2, cA3, cA4, cA5, cA6, cA7 ) -> cQString
* :arg_7( cA1, cA2, cA3, cA4, cA5, cA6, cA7, cA8 ) -> cQString
* :arg_8( cA1, cA2, cA3, cA4, cA5, cA6, cA7, cA8, cA9 ) -> cQString
* :arg_9( nA, nFieldWidth, nBase, oQChar ) -> cQString
* :arg_10( nA, nFieldWidth, nBase, oQChar ) -> cQString
* :arg_11( nA, nFieldWidth, nBase, oQChar ) -> cQString
* :arg_12( nA, nFieldWidth, nBase, oQChar ) -> cQString
* :arg_13( nA, nFieldWidth, nBase, oQChar ) -> cQString
* :arg_14( nA, nFieldWidth, nBase, oQChar ) -> cQString
* :arg_15( nA, nFieldWidth, nBase, oQChar ) -> cQString
* :arg_16( nA, nFieldWidth, nBase, oQChar ) -> cQString
* :arg_17( oQChar, nFieldWidth, oQChar ) -> cQString
* :arg_18( nA, nFieldWidth, oQChar ) -> cQString
* :arg_19( nA, nFieldWidth, nFormat, nPrecision, oQChar ) -> cQString
* :at( nPosition ) -> oQChar
* :capacity() -> nInt
* :chop( nN ) -> NIL
* :clear() -> NIL
* :compare( cOther ) -> nInt
* :compare_1( cOther, nCs ) -> nInt
* :compare_2( oQLatin1String, nCs ) -> nInt
* :compare_3( oQStringRef, nCs ) -> nInt
* :constData() -> oQChar
* :count( cStr, nCs ) -> nInt
* :count_1( oQChar, nCs ) -> nInt
* :count_2( oQRegExp ) -> nInt
* :count_3() -> nInt
* :data() -> oQChar
* :data_1() -> oQChar
* :endsWith( cS, nCs ) -> lBool
* :endsWith_1( oQLatin1String, nCs ) -> lBool
* :endsWith_2( oQChar, nCs ) -> lBool
* :fill( oQChar, nSize ) -> cQString
* :indexOf( cStr, nFrom, nCs ) -> nInt
* :indexOf_1( oQLatin1String, nFrom, nCs ) -> nInt
* :indexOf_2( oQChar, nFrom, nCs ) -> nInt
* :indexOf_3( oQRegExp, nFrom ) -> nInt
* :indexOf_4( oQRegExp, nFrom ) -> nInt
* :insert( nPosition, cStr ) -> cQString
* :insert_1( nPosition, oQLatin1String ) -> cQString
* :insert_2( nPosition, oQChar, nSize ) -> cQString
* :insert_3( nPosition, oQChar ) -> cQString
* :isEmpty() -> lBool
* :isNull() -> lBool
* :lastIndexOf( cStr, nFrom, nCs ) -> nInt
* :lastIndexOf_1( oQLatin1String, nFrom, nCs ) -> nInt
* :lastIndexOf_2( oQChar, nFrom, nCs ) -> nInt
* :lastIndexOf_3( oQRegExp, nFrom ) -> nInt
* :lastIndexOf_4( oQRegExp, nFrom ) -> nInt
* :left( nN ) -> cQString
* :leftJustified( nWidth, oQChar, lTruncate ) -> cQString
* :leftRef( nN ) -> oQStringRef
* :length() -> nInt
* :localeAwareCompare( oQStringRef ) -> nInt
* :localeAwareCompare_1( cOther ) -> nInt
* :mid( nPosition, nN ) -> cQString
* :midRef( nPosition, nN ) -> oQStringRef
* :normalized( nMode ) -> cQString
* :normalized_1( nMode, nVersion ) -> cQString
* :prepend( cStr ) -> cQString
* :prepend_1( oQLatin1String ) -> cQString
* :prepend_2( oQByteArray ) -> cQString
* :prepend_3( cStr ) -> cQString
* :prepend_4( oQChar ) -> cQString
* :push_back( cOther ) -> NIL
* :push_back_1( oQChar ) -> NIL
* :push_front( cOther ) -> NIL
* :push_front_1( oQChar ) -> NIL
* :remove( nPosition, nN ) -> cQString
* :remove_1( oQChar, nCs ) -> cQString
* :remove_2( cStr, nCs ) -> cQString
* :remove_3( oQRegExp ) -> cQString
* :repeated( nTimes ) -> cQString
* :replace( nPosition, nN, cAfter ) -> cQString
* :replace_1( nPosition, nN, oQChar, nSize ) -> cQString
* :replace_2( nPosition, nN, oQChar ) -> cQString
* :replace_3( cBefore, cAfter, nCs ) -> cQString
* :replace_4( oQChar, nBlen, oQChar, nAlen, nCs ) -> cQString
* :replace_5( oQChar, cAfter, nCs ) -> cQString
* :replace_6( oQChar, oQChar, nCs ) -> cQString
* :replace_7( oQLatin1String, oQLatin1String, nCs ) -> cQString
* :replace_8( oQLatin1String, cAfter, nCs ) -> cQString
* :replace_9( cBefore, oQLatin1String, nCs ) -> cQString
* :replace_10( oQChar, oQLatin1String, nCs ) -> cQString
* :replace_11( oQRegExp, cAfter ) -> cQString
* :reserve( nSize ) -> NIL
* :resize( nSize ) -> NIL
* :right( nN ) -> cQString
* :rightJustified( nWidth, oQChar, lTruncate ) -> cQString
* :rightRef( nN ) -> oQStringRef
* :section( oQChar, nStart, nEnd, nFlags ) -> cQString
* :section_1( cSep, nStart, nEnd, nFlags ) -> cQString
* :section_2( oQRegExp, nStart, nEnd, nFlags ) -> cQString
* :setNum( nN, nBase ) -> cQString
* :setNum_1( nN, nBase ) -> cQString
* :setNum_2( nN, nBase ) -> cQString
* :setNum_3( nN, nBase ) -> cQString
* :setNum_4( nN, nBase ) -> cQString
* :setNum_5( nN, nBase ) -> cQString
* :setNum_6( nN, nBase ) -> cQString
* :setNum_7( nN, nBase ) -> cQString
* :setNum_8( nN, nFormat, nPrecision ) -> cQString
* :setNum_9( nN, nFormat, nPrecision ) -> cQString
* :setUnicode( oQChar, nSize ) -> cQString
* :setUtf16( @nUnicode, nSize ) -> cQString
* :simplified() -> cQString
* :size() -> nInt
* :split( cSep, nBehavior, nCs ) -> oQStringList
* :split_1( oQChar, nBehavior, nCs ) -> oQStringList
* :split_2( oQRegExp, nBehavior ) -> oQStringList
* :squeeze() -> NIL
* :startsWith( cS, nCs ) -> lBool
* :startsWith_1( oQLatin1String, nCs ) -> lBool
* :startsWith_2( oQChar, nCs ) -> lBool
* :toAscii() -> oQByteArray
* :toCaseFolded() -> cQString
* :toDouble( @lOk ) -> nDouble
* :toFloat( @lOk ) -> nFloat
* :toInt( @lOk, nBase ) -> nInt
* :toLatin1() -> oQByteArray
* :toLocal8Bit() -> oQByteArray
* :toLong( @lOk, nBase ) -> nLong
* :toLongLong( @lOk, nBase ) -> nQlonglong
* :toLower() -> cQString
* :toShort( @lOk, nBase ) -> nShort
* :toUInt( @lOk, nBase ) -> nUint
* :toULong( @lOk, nBase ) -> nUlong
* :toULongLong( @lOk, nBase ) -> nQulonglong
* :toUShort( @lOk, nBase ) -> nUshort
* :toUpper() -> cQString
* :toUtf8() -> oQByteArray
* :trimmed() -> cQString
* :truncate( nPosition ) -> NIL
* :unicode() -> oQChar
* :compare_4( cS1, cS2, nCs ) -> nInt
* :compare_5( cS1, cS2 ) -> nInt
* :compare_6( cS1, oQLatin1String, nCs ) -> nInt
* :compare_7( oQLatin1String, cS2, nCs ) -> nInt
* :compare_8( cS1, oQStringRef, nCs ) -> nInt
* :fromAscii( cStr, nSize ) -> cQString
* :fromLatin1( cStr, nSize ) -> cQString
* :fromLocal8Bit( cStr, nSize ) -> cQString
* :fromRawData( oQChar, nSize ) -> cQString
* :fromUcs4( @nUnicode, nSize ) -> cQString
* :fromUtf8( cStr, nSize ) -> cQString
* :fromUtf16( @nUnicode, nSize ) -> cQString
* :localeAwareCompare_2( cS1, cS2 ) -> nInt
* :localeAwareCompare_3( cS1, oQStringRef ) -> nInt
* :number( nN, nBase ) -> cQString
* :number_1( nN, nFormat, nPrecision ) -> cQString
* :number_2( nN, nBase ) -> cQString
* :number_3( nN, nBase ) -> cQString
* :number_4( nN, nBase ) -> cQString
* :number_5( nN, nBase ) -> cQString
* :number_6( nN, nBase ) -> cQString
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/THBQString.prg
* C++ wrappers : contrib/hbqt/qtcore/HBQString.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,80 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QAbstractItemModel()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qabstractitemmodel.html
* $ONELINER$
* Creates a new QAbstractItemModel object.
* $INHERITS$
* QObject
* $SYNTAX$
* QAbstractItemModel( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QAbstractItemModel
* $METHODS$
* :buddy( oQModelIndex ) -> oQModelIndex
* :canFetchMore( oQModelIndex ) -> lBool
* :columnCount( oQModelIndex ) -> nInt
* :data( oQModelIndex, nRole ) -> oQVariant
* :dropMimeData( oQMimeData, nAction, nRow, nColumn, oQModelIndex ) -> lBool
* :fetchMore( oQModelIndex ) -> NIL
* :flags( oQModelIndex ) -> nQt_ItemFlags
* :hasChildren( oQModelIndex ) -> lBool
* :hasIndex( nRow, nColumn, oQModelIndex ) -> lBool
* :headerData( nSection, nOrientation, nRole ) -> oQVariant
* :index( nRow, nColumn, oQModelIndex ) -> oQModelIndex
* :insertColumn( nColumn, oQModelIndex ) -> lBool
* :insertColumns( nColumn, nCount, oQModelIndex ) -> lBool
* :insertRow( nRow, oQModelIndex ) -> lBool
* :insertRows( nRow, nCount, oQModelIndex ) -> lBool
* :mimeTypes() -> oQStringList
* :parent( oQModelIndex ) -> oQModelIndex
* :removeColumn( nColumn, oQModelIndex ) -> lBool
* :removeColumns( nColumn, nCount, oQModelIndex ) -> lBool
* :removeRow( nRow, oQModelIndex ) -> lBool
* :removeRows( nRow, nCount, oQModelIndex ) -> lBool
* :rowCount( oQModelIndex ) -> nInt
* :setData( oQModelIndex, oQVariant, nRole ) -> lBool
* :setHeaderData( nSection, nOrientation, oQVariant, nRole ) -> lBool
* :setSupportedDragActions( nActions ) -> NIL
* :sibling( nRow, nColumn, oQModelIndex ) -> oQModelIndex
* :sort( nColumn, nOrder ) -> NIL
* :span( oQModelIndex ) -> oQSize
* :supportedDragActions() -> nQt_DropActions
* :supportedDropActions() -> nQt_DropActions
* :revert() -> NIL
* :submit() -> lBool
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQAbstractItemModel.prg
* C++ wrappers : contrib/hbqt/qtcore/QAbstractItemModel.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,49 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QAbstractListModel()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qabstractlistmodel.html
* $ONELINER$
* Creates a new QAbstractListModel object.
* $INHERITS$
* QAbstractItemModel
* $SYNTAX$
* QAbstractListModel( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QAbstractListModel
* $METHODS$
* :index( nRow, nColumn, oQModelIndex ) -> oQModelIndex
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQAbstractListModel.prg
* C++ wrappers : contrib/hbqt/qtcore/QAbstractListModel.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,49 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QAbstractTableModel()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qabstracttablemodel.html
* $ONELINER$
* Creates a new QAbstractTableModel object.
* $INHERITS$
* QAbstractItemModel
* $SYNTAX$
* QAbstractTableModel( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QAbstractTableModel
* $METHODS$
* :index( nRow, nColumn, oQModelIndex ) -> oQModelIndex
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQAbstractTableModel.prg
* C++ wrappers : contrib/hbqt/qtcore/QAbstractTableModel.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,64 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QBitArray()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qbitarray.html
* $ONELINER$
* Creates a new QBitArray object.
* $INHERITS$
*
* $SYNTAX$
* QBitArray( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QBitArray
* $METHODS$
* :at( nI ) -> lBool
* :clear() -> NIL
* :clearBit( nI ) -> NIL
* :count() -> nInt
* :count( lOn ) -> nInt
* :fill( lValue, nSize ) -> lBool
* :fill( lValue, nBegin, nEnd ) -> NIL
* :isEmpty() -> lBool
* :isNull() -> lBool
* :resize( nSize ) -> NIL
* :setBit( nI ) -> NIL
* :setBit( nI, lValue ) -> NIL
* :size() -> nInt
* :testBit( nI ) -> lBool
* :toggleBit( nI ) -> lBool
* :truncate( nPos ) -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQBitArray.prg
* C++ wrappers : contrib/hbqt/qtcore/QBitArray.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,53 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QBuffer()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qbuffer.html
* $ONELINER$
* Creates a new QBuffer object.
* $INHERITS$
* QIODevice
* $SYNTAX$
* QBuffer( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QBuffer
* $METHODS$
* :buffer() -> oQByteArray
* :data() -> oQByteArray
* :setBuffer( oQByteArray ) -> NIL
* :setData( cData, nSize ) -> NIL
* :setData( oQByteArray ) -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQBuffer.prg
* C++ wrappers : contrib/hbqt/qtcore/QBuffer.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,146 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QByteArray()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qbytearray.html
* $ONELINER$
* Creates a new QByteArray object.
* $INHERITS$
*
* $SYNTAX$
* QByteArray( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QByteArray
* $METHODS$
* :append( oQByteArray ) -> oQByteArray
* :append_1( cStr ) -> oQByteArray
* :append_2( cStr ) -> oQByteArray
* :append_3( cStr, nLen ) -> oQByteArray
* :append_4( nCh ) -> oQByteArray
* :at( nI ) -> cChar
* :capacity() -> nInt
* :chop( nN ) -> NIL
* :clear() -> NIL
* :constData() -> cChar
* :count( oQByteArray ) -> nInt
* :count_1( cStr ) -> nInt
* :count_2( nCh ) -> nInt
* :count_3() -> nInt
* :data() -> cChar
* :data_1() -> cChar
* :endsWith( oQByteArray ) -> lBool
* :endsWith_1( cStr ) -> lBool
* :endsWith_2( nCh ) -> lBool
* :fill( nCh, nSize ) -> oQByteArray
* :indexOf( oQByteArray, nFrom ) -> nInt
* :indexOf_1( cStr, nFrom ) -> nInt
* :indexOf_2( cStr, nFrom ) -> nInt
* :indexOf_3( nCh, nFrom ) -> nInt
* :insert( nI, oQByteArray ) -> oQByteArray
* :insert_1( nI, cStr ) -> oQByteArray
* :insert_2( nI, cStr ) -> oQByteArray
* :insert_3( nI, nCh ) -> oQByteArray
* :isEmpty() -> lBool
* :isNull() -> lBool
* :lastIndexOf( oQByteArray, nFrom ) -> nInt
* :lastIndexOf_1( cStr, nFrom ) -> nInt
* :lastIndexOf_2( cStr, nFrom ) -> nInt
* :lastIndexOf_3( nCh, nFrom ) -> nInt
* :left( nLen ) -> oQByteArray
* :leftJustified( nWidth, nFill, lTruncate ) -> oQByteArray
* :length() -> nInt
* :mid( nPos, nLen ) -> oQByteArray
* :prepend( oQByteArray ) -> oQByteArray
* :prepend_1( cStr ) -> oQByteArray
* :prepend_2( nCh ) -> oQByteArray
* :push_back( oQByteArray ) -> NIL
* :push_back_1( cStr ) -> NIL
* :push_back_2( nCh ) -> NIL
* :push_front( oQByteArray ) -> NIL
* :push_front_1( cStr ) -> NIL
* :push_front_2( nCh ) -> NIL
* :remove( nPos, nLen ) -> oQByteArray
* :repeated( nTimes ) -> oQByteArray
* :replace( nPos, nLen, oQByteArray ) -> oQByteArray
* :replace_1( nPos, nLen, cAfter ) -> oQByteArray
* :replace_2( oQByteArray, oQByteArray ) -> oQByteArray
* :replace_3( cBefore, oQByteArray ) -> oQByteArray
* :replace_4( cBefore, nBsize, cAfter, nAsize ) -> oQByteArray
* :replace_5( oQByteArray, cAfter ) -> oQByteArray
* :replace_6( cBefore, oQByteArray ) -> oQByteArray
* :replace_7( cBefore, cAfter ) -> oQByteArray
* :replace_8( cBefore, cAfter ) -> oQByteArray
* :replace_9( nBefore, oQByteArray ) -> oQByteArray
* :replace_10( nBefore, cAfter ) -> oQByteArray
* :replace_11( nBefore, cAfter ) -> oQByteArray
* :replace_12( nBefore, nAfter ) -> oQByteArray
* :reserve( nSize ) -> NIL
* :resize( nSize ) -> NIL
* :right( nLen ) -> oQByteArray
* :rightJustified( nWidth, nFill, lTruncate ) -> oQByteArray
* :setNum( nN, nBase ) -> oQByteArray
* :setNum_1( nN, nBase ) -> oQByteArray
* :setNum_2( nN, nBase ) -> oQByteArray
* :setNum_3( nN, nBase ) -> oQByteArray
* :setNum_4( nN, nBase ) -> oQByteArray
* :setNum_5( nN, nBase ) -> oQByteArray
* :setNum_6( nN, nF, nPrec ) -> oQByteArray
* :setNum_7( nN, nF, nPrec ) -> oQByteArray
* :simplified() -> oQByteArray
* :size() -> nInt
* :split( nSep ) -> oQList_QByteArray>
* :squeeze() -> NIL
* :startsWith( oQByteArray ) -> lBool
* :startsWith_1( cStr ) -> lBool
* :startsWith_2( nCh ) -> lBool
* :toBase64() -> oQByteArray
* :toDouble( @lOk ) -> nDouble
* :toFloat( @lOk ) -> nFloat
* :toHex() -> oQByteArray
* :toInt( @lOk, nBase ) -> nInt
* :toLong( @lOk, nBase ) -> nLong
* :toLongLong( @lOk, nBase ) -> nQlonglong
* :toLower() -> oQByteArray
* :toPercentEncoding( oQByteArray, oQByteArray, nPercent ) -> oQByteArray
* :toShort( @lOk, nBase ) -> nShort
* :toUInt( @lOk, nBase ) -> nUint
* :toULong( @lOk, nBase ) -> nUlong
* :toULongLong( @lOk, nBase ) -> nQulonglong
* :toUShort( @lOk, nBase ) -> nUshort
* :toUpper() -> oQByteArray
* :trimmed() -> oQByteArray
* :truncate( nPos ) -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQByteArray.prg
* C++ wrappers : contrib/hbqt/qtcore/QByteArray.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,80 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QChar()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qchar.html
* $ONELINER$
* Creates a new QChar object.
* $INHERITS$
*
* $SYNTAX$
* QChar( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QChar
* $METHODS$
* :category() -> nCategory
* :combiningClass() -> nChar
* :decomposition() -> cQString
* :decompositionTag() -> nDecomposition
* :digitValue() -> nInt
* :direction() -> nDirection
* :hasMirrored() -> lBool
* :isDigit() -> lBool
* :isHighSurrogate() -> lBool
* :isLetter() -> lBool
* :isLetterOrNumber() -> lBool
* :isLowSurrogate() -> lBool
* :isLower() -> lBool
* :isMark() -> lBool
* :isNull() -> lBool
* :isNumber() -> lBool
* :isPrint() -> lBool
* :isPunct() -> lBool
* :isSpace() -> lBool
* :isSymbol() -> lBool
* :isTitleCase() -> lBool
* :isUpper() -> lBool
* :joining() -> nJoining
* :mirroredChar() -> oQChar
* :toAscii() -> cChar
* :toCaseFolded() -> oQChar
* :toLatin1() -> cChar
* :toLower() -> oQChar
* :toTitleCase() -> oQChar
* :toUpper() -> oQChar
* :unicode() -> nUshort
* :unicodeVersion() -> nUnicodeVersion
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQChar.prg
* C++ wrappers : contrib/hbqt/qtcore/QChar.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,88 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QCoreApplication()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qcoreapplication.html
* $ONELINER$
* Creates a new QCoreApplication object.
* $INHERITS$
* QObject
* $SYNTAX$
* QCoreApplication( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QCoreApplication
* $METHODS$
* :notify( oQObject, oQEvent ) -> lBool
* :addLibraryPath( cPath ) -> NIL
* :applicationDirPath() -> cQString
* :applicationFilePath() -> cQString
* :applicationName() -> cQString
* :applicationPid() -> nQint64
* :applicationVersion() -> cQString
* :arguments() -> oQStringList
* :closingDown() -> lBool
* :exec() -> nInt
* :exit( nReturnCode ) -> NIL
* :flush() -> NIL
* :hasPendingEvents() -> lBool
* :installTranslator( oQTranslator ) -> NIL
* :instance() -> oQCoreApplication
* :libraryPaths() -> oQStringList
* :organizationDomain() -> cQString
* :organizationName() -> cQString
* :postEvent( oQObject, oQEvent ) -> NIL
* :postEvent( oQObject, oQEvent, nPriority ) -> NIL
* :processEvents( nFlags ) -> NIL
* :processEvents( nFlags, nMaxtime ) -> NIL
* :removeLibraryPath( cPath ) -> NIL
* :removePostedEvents( oQObject ) -> NIL
* :removePostedEvents( oQObject, nEventType ) -> NIL
* :removeTranslator( oQTranslator ) -> NIL
* :sendEvent( oQObject, oQEvent ) -> lBool
* :sendPostedEvents( oQObject, nEvent_type ) -> NIL
* :sendPostedEvents() -> NIL
* :setApplicationName( cApplication ) -> NIL
* :setApplicationVersion( cVersion ) -> NIL
* :setAttribute( nAttribute, lOn ) -> NIL
* :setLibraryPaths( oQStringList ) -> NIL
* :setOrganizationDomain( cOrgDomain ) -> NIL
* :setOrganizationName( cOrgName ) -> NIL
* :startingUp() -> lBool
* :testAttribute( nAttribute ) -> lBool
* :translate( cContext, cSourceText, cDisambiguation, nEncoding, nN ) -> cQString
* :translate( cContext, cSourceText, cDisambiguation, nEncoding ) -> cQString
* :quit() -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQCoreApplication.prg
* C++ wrappers : contrib/hbqt/qtcore/QCoreApplication.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,61 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QDataStream()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qdatastream.html
* $ONELINER$
* Creates a new QDataStream object.
* $INHERITS$
*
* $SYNTAX$
* QDataStream( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QDataStream
* $METHODS$
* :atEnd() -> lBool
* :byteOrder() -> nByteOrder
* :device() -> oQIODevice
* :readRawData( cS, nLen ) -> nInt
* :resetStatus() -> NIL
* :setByteOrder( nBo ) -> NIL
* :setDevice( oQIODevice ) -> NIL
* :setStatus( nStatus ) -> NIL
* :setVersion( nV ) -> NIL
* :skipRawData( nLen ) -> nInt
* :status() -> nStatus
* :version() -> nInt
* :writeRawData( cS, nLen ) -> nInt
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQDataStream.prg
* C++ wrappers : contrib/hbqt/qtcore/QDataStream.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,67 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QDate()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qdate.html
* $ONELINER$
* Creates a new QDate object.
* $INHERITS$
*
* $SYNTAX$
* QDate( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QDate
* $METHODS$
* :addDays( nNdays ) -> oQDate
* :addMonths( nNmonths ) -> oQDate
* :addYears( nNyears ) -> oQDate
* :day() -> nInt
* :dayOfWeek() -> nInt
* :dayOfYear() -> nInt
* :daysInMonth() -> nInt
* :daysInYear() -> nInt
* :daysTo( oQDate ) -> nInt
* :getDate( @nYear, @nMonth, @nDay ) -> NIL
* :isNull() -> lBool
* :isValid() -> lBool
* :month() -> nInt
* :setDate( nYear, nMonth, nDay ) -> lBool
* :toJulianDay() -> nInt
* :toString( cFormat ) -> cQString
* :toString( nFormat ) -> cQString
* :weekNumber( @nYearNumber ) -> nInt
* :year() -> nInt
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQDate.prg
* C++ wrappers : contrib/hbqt/qtcore/QDate.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,74 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QDateTime()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qdatetime.html
* $ONELINER$
* Creates a new QDateTime object.
* $INHERITS$
*
* $SYNTAX$
* QDateTime( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QDateTime
* $METHODS$
* :addDays( nNdays ) -> oQDateTime
* :addMSecs( nMsecs ) -> oQDateTime
* :addMonths( nNmonths ) -> oQDateTime
* :addSecs( nS ) -> oQDateTime
* :addYears( nNyears ) -> oQDateTime
* :date() -> oQDate
* :daysTo( oQDateTime ) -> nInt
* :isNull() -> lBool
* :isValid() -> lBool
* :secsTo( oQDateTime ) -> nInt
* :setDate( oQDate ) -> NIL
* :setTime( oQTime ) -> NIL
* :setTimeSpec( nSpec ) -> NIL
* :setTime( nSeconds ) -> NIL
* :time() -> oQTime
* :timeSpec() -> nQt_TimeSpec
* :toLocalTime() -> oQDateTime
* :toString( cFormat ) -> cQString
* :toString( nFormat ) -> cQString
* :toTimeSpec( nSpecification ) -> oQDateTime
* :toTime() -> nUint
* :toUTC() -> oQDateTime
* :currentDateTime() -> oQDateTime
* :fromString( cString, nFormat ) -> oQDateTime
* :fromString( cString, cFormat ) -> oQDateTime
* :fromTime( nSeconds ) -> oQDateTime
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQDateTime.prg
* C++ wrappers : contrib/hbqt/qtcore/QDateTime.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,101 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QDir()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qdir.html
* $ONELINER$
* Creates a new QDir object.
* $INHERITS$
*
* $SYNTAX$
* QDir( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QDir
* $METHODS$
* :absoluteFilePath( cFileName ) -> cQString
* :absolutePath() -> cQString
* :canonicalPath() -> cQString
* :cd( cDirName ) -> lBool
* :cdUp() -> lBool
* :count() -> nUint
* :dirName() -> cQString
* :entryList( oQStringList, nFilters, nSort ) -> oQStringList
* :entryList( nFilters, nSort ) -> oQStringList
* :exists( cName ) -> lBool
* :exists() -> lBool
* :filePath( cFileName ) -> cQString
* :filter() -> nFilters
* :isAbsolute() -> lBool
* :isReadable() -> lBool
* :isRelative() -> lBool
* :isRoot() -> lBool
* :makeAbsolute() -> lBool
* :mkdir( cDirName ) -> lBool
* :mkpath( cDirPath ) -> lBool
* :nameFilters() -> oQStringList
* :path() -> cQString
* :refresh() -> NIL
* :relativeFilePath( cFileName ) -> cQString
* :remove( cFileName ) -> lBool
* :rename( cOldName, cNewName ) -> lBool
* :rmdir( cDirName ) -> lBool
* :rmpath( cDirPath ) -> lBool
* :setFilter( nFilters ) -> NIL
* :setNameFilters( oQStringList ) -> NIL
* :setPath( cPath ) -> NIL
* :setSorting( nSort ) -> NIL
* :sorting() -> nSortFlags
* :addSearchPath( cPrefix, cPath ) -> NIL
* :cleanPath( cPath ) -> cQString
* :current() -> oQDir
* :currentPath() -> cQString
* :fromNativeSeparators( cPathName ) -> cQString
* :home() -> oQDir
* :homePath() -> cQString
* :isAbsolutePath( cPath ) -> lBool
* :isRelativePath( cPath ) -> lBool
* :match( cFilter, cFileName ) -> lBool
* :match( oQStringList, cFileName ) -> lBool
* :root() -> oQDir
* :rootPath() -> cQString
* :searchPaths( cPrefix ) -> oQStringList
* :separator() -> oQChar
* :setCurrent( cPath ) -> lBool
* :setSearchPaths( cPrefix, oQStringList ) -> NIL
* :temp() -> oQDir
* :tempPath() -> cQString
* :toNativeSeparators( cPathName ) -> cQString
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQDir.prg
* C++ wrappers : contrib/hbqt/qtcore/QDir.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,55 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QEvent()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qevent.html
* $ONELINER$
* Creates a new QEvent object.
* $INHERITS$
*
* $SYNTAX$
* QEvent( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QEvent
* $METHODS$
* :accept() -> NIL
* :ignore() -> NIL
* :isAccepted() -> lBool
* :setAccepted( lAccepted ) -> NIL
* :spontaneous() -> lBool
* :type() -> nType
* :registerEventType( nHint ) -> nInt
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQEvent.prg
* C++ wrappers : contrib/hbqt/qtcore/QEvent.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,54 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QEventLoop()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qeventloop.html
* $ONELINER$
* Creates a new QEventLoop object.
* $INHERITS$
* QObject
* $SYNTAX$
* QEventLoop( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QEventLoop
* $METHODS$
* :exec( nFlags ) -> nInt
* :exit( nReturnCode ) -> NIL
* :isRunning() -> lBool
* :processEvents( nFlags ) -> lBool
* :processEvents( nFlags, nMaxTime ) -> NIL
* :wakeUp() -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQEventLoop.prg
* C++ wrappers : contrib/hbqt/qtcore/QEventLoop.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,81 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QFile()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qfile.html
* $ONELINER$
* Creates a new QFile object.
* $INHERITS$
* QIODevice
* $SYNTAX$
* QFile( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QFile
* $METHODS$
* :atEnd() -> lBool
* :close() -> NIL
* :copy( cNewName ) -> lBool
* :error() -> nFileError
* :exists() -> lBool
* :fileName() -> cQString
* :flush() -> lBool
* :handle() -> nInt
* :isSequential() -> lBool
* :link( cLinkName ) -> lBool
* :map( nOffset, nSize, nFlags ) -> cUchar
* :open( nMode ) -> lBool
* :open( nFd, nMode ) -> lBool
* :permissions() -> nPermissions
* :remove() -> lBool
* :rename( cNewName ) -> lBool
* :resize( nSz ) -> lBool
* :setFileName( cName ) -> NIL
* :setPermissions( nPermissions ) -> lBool
* :size() -> nQint64
* :symLinkTarget() -> cQString
* :unsetError() -> NIL
* :copy( cFileName, cNewName ) -> lBool
* :decodeName( cLocalFileName ) -> cQString
* :encodeName( cFileName ) -> oQByteArray
* :exists( cFileName ) -> lBool
* :link( cFileName, cLinkName ) -> lBool
* :permissions( cFileName ) -> nPermissions
* :remove( cFileName ) -> lBool
* :rename( cOldName, cNewName ) -> lBool
* :resize( cFileName, nSz ) -> lBool
* :setPermissions( cFileName, nPermissions ) -> lBool
* :symLinkTarget( cFileName ) -> cQString
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQFile.prg
* C++ wrappers : contrib/hbqt/qtcore/QFile.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,92 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QFileInfo()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qfileinfo.html
* $ONELINER$
* Creates a new QFileInfo object.
* $INHERITS$
*
* $SYNTAX$
* QFileInfo( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QFileInfo
* $METHODS$
* :absoluteDir() -> oQDir
* :absoluteFilePath() -> cQString
* :absolutePath() -> cQString
* :baseName() -> cQString
* :bundleName() -> cQString
* :caching() -> lBool
* :canonicalFilePath() -> cQString
* :canonicalPath() -> cQString
* :completeBaseName() -> cQString
* :completeSuffix() -> cQString
* :created() -> oQDateTime
* :dir() -> oQDir
* :exists() -> lBool
* :fileName() -> cQString
* :filePath() -> cQString
* :group() -> cQString
* :groupId() -> nUint
* :isAbsolute() -> lBool
* :isBundle() -> lBool
* :isDir() -> lBool
* :isExecutable() -> lBool
* :isFile() -> lBool
* :isHidden() -> lBool
* :isReadable() -> lBool
* :isRelative() -> lBool
* :isRoot() -> lBool
* :isSymLink() -> lBool
* :isWritable() -> lBool
* :lastModified() -> oQDateTime
* :lastRead() -> oQDateTime
* :makeAbsolute() -> lBool
* :owner() -> cQString
* :ownerId() -> nUint
* :path() -> cQString
* :permission( nPermissions ) -> lBool
* :permissions() -> nQFile_Permissions
* :refresh() -> NIL
* :setCaching( lEnable ) -> NIL
* :setFile( cFile ) -> NIL
* :setFile( oQFile ) -> NIL
* :setFile( oQDir, cFile ) -> NIL
* :size() -> nQint64
* :suffix() -> cQString
* :symLinkTarget() -> cQString
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQFileInfo.prg
* C++ wrappers : contrib/hbqt/qtcore/QFileInfo.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,50 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QGenericArgument()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qgenericargument.html
* $ONELINER$
* Creates a new QGenericArgument object.
* $INHERITS$
*
* $SYNTAX$
* QGenericArgument( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QGenericArgument
* $METHODS$
* :data() -> NIL
* :name() -> cChar
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQGenericArgument.prg
* C++ wrappers : contrib/hbqt/qtcore/QGenericArgument.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,81 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QIODevice()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qiodevice.html
* $ONELINER$
* Creates a new QIODevice object.
* $INHERITS$
* QObject
* $SYNTAX$
* QIODevice( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QIODevice
* $METHODS$
* :atEnd() -> lBool
* :bytesAvailable() -> nQint64
* :bytesToWrite() -> nQint64
* :canReadLine() -> lBool
* :close() -> NIL
* :errorString() -> cQString
* :getChar( cC ) -> lBool
* :isOpen() -> lBool
* :isReadable() -> lBool
* :isSequential() -> lBool
* :isTextModeEnabled() -> lBool
* :isWritable() -> lBool
* :open( nMode ) -> lBool
* :openMode() -> nOpenMode
* :peek( cData, nMaxSize ) -> nQint64
* :peek( nMaxSize ) -> oQByteArray
* :pos() -> nQint64
* :putChar( nC ) -> lBool
* :read( cData, nMaxSize ) -> nQint64
* :read( nMaxSize ) -> oQByteArray
* :readAll() -> oQByteArray
* :readLine( cData, nMaxSize ) -> nQint64
* :readLine( nMaxSize ) -> oQByteArray
* :reset() -> lBool
* :seek( nPos ) -> lBool
* :setTextModeEnabled( lEnabled ) -> NIL
* :size() -> nQint64
* :ungetChar( nC ) -> NIL
* :waitForBytesWritten( nMsecs ) -> lBool
* :waitForReadyRead( nMsecs ) -> lBool
* :write( cData, nMaxSize ) -> nQint64
* :write( cData ) -> nQint64
* :write( oQByteArray ) -> nQint64
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQIODevice.prg
* C++ wrappers : contrib/hbqt/qtcore/QIODevice.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,50 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QLatin1Char()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qlatin1char.html
* $ONELINER$
* Creates a new QLatin1Char object.
* $INHERITS$
*
* $SYNTAX$
* QLatin1Char( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QLatin1Char
* $METHODS$
* :toLatin1() -> cChar
* :unicode() -> nUshort
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQLatin1Char.prg
* C++ wrappers : contrib/hbqt/qtcore/QLatin1Char.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,49 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QLatin1String()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qlatin1string.html
* $ONELINER$
* Creates a new QLatin1String object.
* $INHERITS$
*
* $SYNTAX$
* QLatin1String( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QLatin1String
* $METHODS$
* :latin1() -> cChar
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQLatin1String.prg
* C++ wrappers : contrib/hbqt/qtcore/QLatin1String.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,65 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QLine()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qline.html
* $ONELINER$
* Creates a new QLine object.
* $INHERITS$
*
* $SYNTAX$
* QLine( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QLine
* $METHODS$
* :p1() -> oQPoint
* :p2() -> oQPoint
* :x1() -> nInt
* :x2() -> nInt
* :y1() -> nInt
* :y2() -> nInt
* :dx() -> nInt
* :dy() -> nInt
* :isNull() -> lBool
* :setP1( oQPoint ) -> NIL
* :setP2( oQPoint ) -> NIL
* :setLine( nX1, nY1, nX2, nY2 ) -> NIL
* :setPoints( oQPoint, oQPoint ) -> NIL
* :translate( oQPoint ) -> NIL
* :translate( nDx, nDy ) -> NIL
* :translated( oQPoint ) -> oQLine
* :translated( nDx, nDy ) -> oQLine
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQLine.prg
* C++ wrappers : contrib/hbqt/qtcore/QLine.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,75 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QLineF()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qlinef.html
* $ONELINER$
* Creates a new QLineF object.
* $INHERITS$
*
* $SYNTAX$
* QLineF( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QLineF
* $METHODS$
* :p1() -> oQPointF
* :p2() -> oQPointF
* :x1() -> nQreal
* :x2() -> nQreal
* :y1() -> nQreal
* :y2() -> nQreal
* :angle() -> nQreal
* :angleTo( oQLineF ) -> nQreal
* :dx() -> nQreal
* :dy() -> nQreal
* :intersect( oQLineF, oQPointF ) -> nIntersectType
* :isNull() -> lBool
* :length() -> nQreal
* :normalVector() -> oQLineF
* :pointAt( nT ) -> oQPointF
* :setP1( oQPointF ) -> NIL
* :setP2( oQPointF ) -> NIL
* :setAngle( nAngle ) -> NIL
* :setLength( nLength ) -> NIL
* :setLine( nX1, nY1, nX2, nY2 ) -> NIL
* :setPoints( oQPointF, oQPointF ) -> NIL
* :toLine() -> oQLine
* :translate( oQPointF ) -> NIL
* :translate( nDx, nDy ) -> NIL
* :translated( oQPointF ) -> oQLineF
* :translated( nDx, nDy ) -> oQLineF
* :unitVector() -> oQLineF
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQLineF.prg
* C++ wrappers : contrib/hbqt/qtcore/QLineF.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,84 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QList()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qlist.html
* $ONELINER$
* Creates a new QList object.
* $INHERITS$
*
* $SYNTAX$
* QList( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QList
* $METHODS$
* :append( xValue ) -> NIL
* :at( nI ) -> pT
* :back() -> pT
* :clear() -> NIL
* :count( xValue ) -> nInt
* :count() -> nInt
* :empty() -> lBool
* :endsWith( xValue ) -> lBool
* :first() -> pT
* :front() -> pT
* :indexOf( xValue, nFrom ) -> nInt
* :insert( nI, xValue ) -> NIL
* :isEmpty() -> lBool
* :last() -> pT
* :lastIndexOf( xValue, nFrom ) -> nInt
* :length() -> nInt
* :move( nFrom, nTo ) -> NIL
* :pop() -> NIL
* :pop() -> NIL
* :prepend( xValue ) -> NIL
* :push( xValue ) -> NIL
* :push( xValue ) -> NIL
* :removeAll( xValue ) -> nInt
* :removeAt( nI ) -> NIL
* :removeFirst() -> NIL
* :removeLast() -> NIL
* :removeOne( xValue ) -> lBool
* :replace( nI, xValue ) -> NIL
* :size() -> nInt
* :startsWith( xValue ) -> lBool
* :swap( nI, nJ ) -> NIL
* :takeAt( nI ) -> pT
* :takeFirst() -> pT
* :takeLast() -> pT
* :value( nI ) -> pT
* :value( nI, xDefaultValue ) -> pT
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQList.prg
* C++ wrappers : contrib/hbqt/qtcore/QList.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,103 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QLocale()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qlocale.html
* $ONELINER$
* Creates a new QLocale object.
* $INHERITS$
*
* $SYNTAX$
* QLocale( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QLocale
* $METHODS$
* :amText() -> cQString
* :country() -> nCountry
* :dateFormat( nFormat ) -> cQString
* :dateTimeFormat( nFormat ) -> cQString
* :dayName( nDay, nType ) -> cQString
* :decimalPoint() -> oQChar
* :exponential() -> oQChar
* :groupSeparator() -> oQChar
* :language() -> nLanguage
* :measurementSystem() -> nMeasurementSystem
* :monthName( nMonth, nType ) -> cQString
* :name() -> cQString
* :negativeSign() -> oQChar
* :numberOptions() -> nNumberOptions
* :percent() -> oQChar
* :pmText() -> cQString
* :positiveSign() -> oQChar
* :setNumberOptions( nOptions ) -> NIL
* :standaloneDayName( nDay, nType ) -> cQString
* :standaloneMonthName( nMonth, nType ) -> cQString
* :timeFormat( nFormat ) -> cQString
* :toDate( cString, nFormat ) -> oQDate
* :toDate( cString, cFormat ) -> oQDate
* :toDateTime( cString, nFormat ) -> oQDateTime
* :toDateTime( cString, cFormat ) -> oQDateTime
* :toDouble( cS, @lOk ) -> nDouble
* :toFloat( cS, @lOk ) -> nFloat
* :toInt( cS, @lOk, nBase ) -> nInt
* :toLongLong( cS, @lOk, nBase ) -> nQlonglong
* :toShort( cS, @lOk, nBase ) -> nShort
* :toString( nI ) -> cQString
* :toString( oQDate, cFormat ) -> cQString
* :toString( oQDate, nFormat ) -> cQString
* :toString( oQTime, cFormat ) -> cQString
* :toString( oQTime, nFormat ) -> cQString
* :toString( oQDateTime, nFormat ) -> cQString
* :toString( oQDateTime, cFormat ) -> cQString
* :toString( nI ) -> cQString
* :toString( nI, nF, nPrec ) -> cQString
* :toString( nI ) -> cQString
* :toString( nI ) -> cQString
* :toString( nI ) -> cQString
* :toString( nI ) -> cQString
* :toString( nI, nF, nPrec ) -> cQString
* :toTime( cString, nFormat ) -> oQTime
* :toTime( cString, cFormat ) -> oQTime
* :toUInt( cS, @lOk, nBase ) -> nUint
* :toULongLong( cS, @lOk, nBase ) -> nQlonglong
* :toUShort( cS, @lOk, nBase ) -> nUshort
* :zeroDigit() -> oQChar
* :c() -> oQLocale
* :countryToString( nCountry ) -> cQString
* :languageToString( nLanguage ) -> cQString
* :setDefault( oQLocale ) -> NIL
* :system() -> oQLocale
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQLocale.prg
* C++ wrappers : contrib/hbqt/qtcore/QLocale.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,50 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QMetaClassInfo()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qmetaclassinfo.html
* $ONELINER$
* Creates a new QMetaClassInfo object.
* $INHERITS$
*
* $SYNTAX$
* QMetaClassInfo( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QMetaClassInfo
* $METHODS$
* :name() -> cChar
* :value() -> cChar
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQMetaClassInfo.prg
* C++ wrappers : contrib/hbqt/qtcore/QMetaClassInfo.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,59 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QMetaEnum()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qmetaenum.html
* $ONELINER$
* Creates a new QMetaEnum object.
* $INHERITS$
*
* $SYNTAX$
* QMetaEnum( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QMetaEnum
* $METHODS$
* :isFlag() -> lBool
* :isValid() -> lBool
* :key( nIndex ) -> cChar
* :keyCount() -> nInt
* :keyToValue( cKey ) -> nInt
* :keysToValue( cKeys ) -> nInt
* :name() -> cChar
* :scope() -> cChar
* :value( nIndex ) -> nInt
* :valueToKey( nValue ) -> cChar
* :valueToKeys( nValue ) -> oQByteArray
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQMetaEnum.prg
* C++ wrappers : contrib/hbqt/qtcore/QMetaEnum.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,55 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QMetaMethod()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qmetamethod.html
* $ONELINER$
* Creates a new QMetaMethod object.
* $INHERITS$
*
* $SYNTAX$
* QMetaMethod( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QMetaMethod
* $METHODS$
* :access() -> nAccess
* :methodType() -> nMethodType
* :parameterNames() -> oQList_QByteArray>
* :parameterTypes() -> oQList_QByteArray>
* :signature() -> cChar
* :tag() -> cChar
* :typeName() -> cChar
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQMetaMethod.prg
* C++ wrappers : contrib/hbqt/qtcore/QMetaMethod.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,76 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QMetaObject()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qmetaobject.html
* $ONELINER$
* Creates a new QMetaObject object.
* $INHERITS$
*
* $SYNTAX$
* QMetaObject( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QMetaObject
* $METHODS$
* :classInfo( nIndex ) -> oQMetaClassInfo
* :classInfoCount() -> nInt
* :classInfoOffset() -> nInt
* :className() -> cChar
* :constructor( nIndex ) -> oQMetaMethod
* :constructorCount() -> nInt
* :enumerator( nIndex ) -> oQMetaEnum
* :enumeratorCount() -> nInt
* :enumeratorOffset() -> nInt
* :indexOfClassInfo( cName ) -> nInt
* :indexOfConstructor( cConstructor ) -> nInt
* :indexOfEnumerator( cName ) -> nInt
* :indexOfMethod( cMethod ) -> nInt
* :indexOfProperty( cName ) -> nInt
* :indexOfSignal( cSignal ) -> nInt
* :indexOfSlot( cSlot ) -> nInt
* :method( nIndex ) -> oQMetaMethod
* :methodCount() -> nInt
* :methodOffset() -> nInt
* :property( nIndex ) -> oQMetaProperty
* :propertyCount() -> nInt
* :propertyOffset() -> nInt
* :superClass() -> oQMetaObject
* :userProperty() -> oQMetaProperty
* :checkConnectArgs( cSignal, cMethod ) -> lBool
* :connectSlotsByName( oQObject ) -> NIL
* :normalizedSignature( cMethod ) -> oQByteArray
* :normalizedType( cType ) -> oQByteArray
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQMetaObject.prg
* C++ wrappers : contrib/hbqt/qtcore/QMetaObject.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,69 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QMetaProperty()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qmetaproperty.html
* $ONELINER$
* Creates a new QMetaProperty object.
* $INHERITS$
*
* $SYNTAX$
* QMetaProperty( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QMetaProperty
* $METHODS$
* :enumerator() -> oQMetaEnum
* :hasNotifySignal() -> lBool
* :isDesignable( oQObject ) -> lBool
* :isEnumType() -> lBool
* :isFlagType() -> lBool
* :isReadable() -> lBool
* :isResettable() -> lBool
* :isScriptable( oQObject ) -> lBool
* :isStored( oQObject ) -> lBool
* :isUser( oQObject ) -> lBool
* :isValid() -> lBool
* :isWritable() -> lBool
* :name() -> cChar
* :notifySignal() -> oQMetaMethod
* :notifySignalIndex() -> nInt
* :read( oQObject ) -> oQVariant
* :reset( oQObject ) -> lBool
* :type() -> nQVariant_Type
* :typeName() -> cChar
* :userType() -> nInt
* :write( oQObject, oQVariant ) -> lBool
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQMetaProperty.prg
* C++ wrappers : contrib/hbqt/qtcore/QMetaProperty.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,52 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QMetaType()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qmetatype.html
* $ONELINER$
* Creates a new QMetaType object.
* $INHERITS$
*
* $SYNTAX$
* QMetaType( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QMetaType
* $METHODS$
* :isRegistered( nType ) -> lBool
* :type( cTypeName ) -> nInt
* :typeName( nType ) -> cChar
* :unregisterType( cTypeName ) -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQMetaType.prg
* C++ wrappers : contrib/hbqt/qtcore/QMetaType.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,69 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QMimeData()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qmimedata.html
* $ONELINER$
* Creates a new QMimeData object.
* $INHERITS$
* QObject
* $SYNTAX$
* QMimeData( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QMimeData
* $METHODS$
* :clear() -> NIL
* :colorData() -> oQVariant
* :data( cMimeType ) -> oQByteArray
* :formats() -> oQStringList
* :hasColor() -> lBool
* :hasFormat( cMimeType ) -> lBool
* :hasHtml() -> lBool
* :hasImage() -> lBool
* :hasText() -> lBool
* :hasUrls() -> lBool
* :html() -> cQString
* :imageData() -> oQVariant
* :removeFormat( cMimeType ) -> NIL
* :setColorData( oQVariant ) -> NIL
* :setData( cMimeType, oQByteArray ) -> NIL
* :setHtml( cHtml ) -> NIL
* :setImageData( oQVariant ) -> NIL
* :setText( cText ) -> NIL
* :text() -> cQString
* :urls() -> oQList_QUrl>
* :hbUrlList() -> oQStringList
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQMimeData.prg
* C++ wrappers : contrib/hbqt/qtcore/QMimeData.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,59 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QModelIndex()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qmodelindex.html
* $ONELINER$
* Creates a new QModelIndex object.
* $INHERITS$
*
* $SYNTAX$
* QModelIndex( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QModelIndex
* $METHODS$
* :child( nRow, nColumn ) -> oQModelIndex
* :column() -> nInt
* :data( nRole ) -> oQVariant
* :flags() -> nQt_ItemFlags
* :internalId() -> nQint64
* :internalPointer() -> NIL
* :isValid() -> lBool
* :model() -> oQAbstractItemModel
* :parent() -> oQModelIndex
* :row() -> nInt
* :sibling( nRow, nColumn ) -> oQModelIndex
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQModelIndex.prg
* C++ wrappers : contrib/hbqt/qtcore/QModelIndex.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,72 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QObject()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qobject.html
* $ONELINER$
* Creates a new QObject object.
* $INHERITS$
*
* $SYNTAX$
* QObject( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QObject
* $METHODS$
* :blockSignals( lBlock ) -> lBool
* :dumpObjectInfo() -> NIL
* :dumpObjectTree() -> NIL
* :dynamicPropertyNames() -> oQList_QByteArray>
* :event( oQEvent ) -> lBool
* :eventFilter( oQObject, oQEvent ) -> lBool
* :inherits( cClassName ) -> lBool
* :installEventFilter( oQObject ) -> NIL
* :isWidgetType() -> lBool
* :killTimer( nId ) -> NIL
* :moveToThread( oQThread ) -> NIL
* :objectName() -> cQString
* :parent() -> oQObject
* :property( cName ) -> oQVariant
* :removeEventFilter( oQObject ) -> NIL
* :setObjectName( cName ) -> NIL
* :setParent( oQObject ) -> NIL
* :setProperty( cName, oQVariant ) -> lBool
* :signalsBlocked() -> lBool
* :startTimer( nInterval ) -> nInt
* :thread() -> oQThread
* :tr( cSourceText, cDisambiguation, nN ) -> cQString
* :trUtf8( cSourceText, cDisambiguation, nN ) -> cQString
* :deleteLater() -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQObject.prg
* C++ wrappers : contrib/hbqt/qtcore/QObject.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,56 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QPoint()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qpoint.html
* $ONELINER$
* Creates a new QPoint object.
* $INHERITS$
*
* $SYNTAX$
* QPoint( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QPoint
* $METHODS$
* :isNull() -> lBool
* :manhattanLength() -> nInt
* :rx() -> nInt
* :ry() -> nInt
* :setX( nX ) -> NIL
* :setY( nY ) -> NIL
* :x() -> nInt
* :y() -> nInt
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQPoint.prg
* C++ wrappers : contrib/hbqt/qtcore/QPoint.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,56 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QPointF()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qpointf.html
* $ONELINER$
* Creates a new QPointF object.
* $INHERITS$
*
* $SYNTAX$
* QPointF( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QPointF
* $METHODS$
* :isNull() -> lBool
* :rx() -> nQreal
* :ry() -> nQreal
* :setX( nX ) -> NIL
* :setY( nY ) -> NIL
* :toPoint() -> oQPoint
* :x() -> nQreal
* :y() -> nQreal
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQPointF.prg
* C++ wrappers : contrib/hbqt/qtcore/QPointF.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,81 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QProcess()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qprocess.html
* $ONELINER$
* Creates a new QProcess object.
* $INHERITS$
* QIODevice
* $SYNTAX$
* QProcess( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QProcess
* $METHODS$
* :close() -> NIL
* :closeReadChannel( nChannel ) -> NIL
* :closeWriteChannel() -> NIL
* :environment() -> oQStringList
* :error() -> nQProcess_ProcessError
* :exitCode() -> nInt
* :exitStatus() -> nQProcess_ExitStatus
* :processChannelMode() -> nProcessChannelMode
* :readAllStandardError() -> oQByteArray
* :readAllStandardOutput() -> oQByteArray
* :readChannel() -> nProcessChannel
* :setEnvironment( oQStringList ) -> NIL
* :setProcessChannelMode( nMode ) -> NIL
* :setReadChannel( nChannel ) -> NIL
* :setStandardErrorFile( cFileName, nMode ) -> NIL
* :setStandardInputFile( cFileName ) -> NIL
* :setStandardOutputFile( cFileName, nMode ) -> NIL
* :setStandardOutputProcess( oQProcess ) -> NIL
* :setWorkingDirectory( cDir ) -> NIL
* :start( cProgram, oQStringList, nMode ) -> NIL
* :start( cProgram, nMode ) -> NIL
* :state() -> nQProcess_ProcessState
* :waitForFinished( nMsecs ) -> lBool
* :waitForStarted( nMsecs ) -> lBool
* :workingDirectory() -> cQString
* :execute( cProgram, oQStringList ) -> nInt
* :execute( cProgram ) -> nInt
* :startDetached( cProgram, oQStringList, cWorkingDirectory, @nPid ) -> lBool
* :startDetached( cProgram, oQStringList ) -> lBool
* :startDetached( cProgram ) -> lBool
* :systemEnvironment() -> oQStringList
* :kill() -> NIL
* :terminate() -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQProcess.prg
* C++ wrappers : contrib/hbqt/qtcore/QProcess.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,107 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QRect()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qrect.html
* $ONELINER$
* Creates a new QRect object.
* $INHERITS$
*
* $SYNTAX$
* QRect( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QRect
* $METHODS$
* :adjust( nDx1, nDy1, nDx2, nDy2 ) -> NIL
* :adjusted( nDx1, nDy1, nDx2, nDy2 ) -> oQRect
* :bottom() -> nInt
* :bottomLeft() -> oQPoint
* :bottomRight() -> oQPoint
* :center() -> oQPoint
* :contains( oQPoint, lProper ) -> lBool
* :contains( nX, nY, lProper ) -> lBool
* :contains( nX, nY ) -> lBool
* :contains( oQRect, lProper ) -> lBool
* :getCoords( @nX1, @nY1, @nX2, @nY2 ) -> NIL
* :getRect( @nX, @nY, @nWidth, @nHeight ) -> NIL
* :height() -> nInt
* :intersected( oQRect ) -> oQRect
* :intersects( oQRect ) -> lBool
* :isEmpty() -> lBool
* :isNull() -> lBool
* :isValid() -> lBool
* :left() -> nInt
* :moveBottom( nY ) -> NIL
* :moveBottomLeft( oQPoint ) -> NIL
* :moveBottomRight( oQPoint ) -> NIL
* :moveCenter( oQPoint ) -> NIL
* :moveLeft( nX ) -> NIL
* :moveRight( nX ) -> NIL
* :moveTo( nX, nY ) -> NIL
* :moveTo( oQPoint ) -> NIL
* :moveTop( nY ) -> NIL
* :moveTopLeft( oQPoint ) -> NIL
* :moveTopRight( oQPoint ) -> NIL
* :normalized() -> oQRect
* :right() -> nInt
* :setBottom( nY ) -> NIL
* :setBottomLeft( oQPoint ) -> NIL
* :setBottomRight( oQPoint ) -> NIL
* :setCoords( nX1, nY1, nX2, nY2 ) -> NIL
* :setHeight( nHeight ) -> NIL
* :setLeft( nX ) -> NIL
* :setRect( nX, nY, nWidth, nHeight ) -> NIL
* :setRight( nX ) -> NIL
* :setSize( oQSize ) -> NIL
* :setTop( nY ) -> NIL
* :setTopLeft( oQPoint ) -> NIL
* :setTopRight( oQPoint ) -> NIL
* :setWidth( nWidth ) -> NIL
* :setX( nX ) -> NIL
* :setY( nY ) -> NIL
* :size() -> oQSize
* :top() -> nInt
* :topLeft() -> oQPoint
* :topRight() -> oQPoint
* :translate( nDx, nDy ) -> NIL
* :translate( oQPoint ) -> NIL
* :translated( nDx, nDy ) -> oQRect
* :translated( oQPoint ) -> oQRect
* :united( oQRect ) -> oQRect
* :width() -> nInt
* :x() -> nInt
* :y() -> nInt
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQRect.prg
* C++ wrappers : contrib/hbqt/qtcore/QRect.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,108 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QRectF()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qrectf.html
* $ONELINER$
* Creates a new QRectF object.
* $INHERITS$
*
* $SYNTAX$
* QRectF( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QRectF
* $METHODS$
* :adjust( nDx1, nDy1, nDx2, nDy2 ) -> NIL
* :adjusted( nDx1, nDy1, nDx2, nDy2 ) -> oQRectF
* :bottom() -> nQreal
* :bottomLeft() -> oQPointF
* :bottomRight() -> oQPointF
* :center() -> oQPointF
* :contains( oQPointF ) -> lBool
* :contains( nX, nY ) -> lBool
* :contains( oQRectF ) -> lBool
* :getCoords( @nX1, @nY1, @nX2, @nY2 ) -> NIL
* :getRect( @nX, @nY, @nWidth, @nHeight ) -> NIL
* :height() -> nQreal
* :intersected( oQRectF ) -> oQRectF
* :intersects( oQRectF ) -> lBool
* :isEmpty() -> lBool
* :isNull() -> lBool
* :isValid() -> lBool
* :left() -> nQreal
* :moveBottom( nY ) -> NIL
* :moveBottomLeft( oQPointF ) -> NIL
* :moveBottomRight( oQPointF ) -> NIL
* :moveCenter( oQPointF ) -> NIL
* :moveLeft( nX ) -> NIL
* :moveRight( nX ) -> NIL
* :moveTo( nX, nY ) -> NIL
* :moveTo( oQPointF ) -> NIL
* :moveTop( nY ) -> NIL
* :moveTopLeft( oQPointF ) -> NIL
* :moveTopRight( oQPointF ) -> NIL
* :normalized() -> oQRectF
* :right() -> nQreal
* :setBottom( nY ) -> NIL
* :setBottomLeft( oQPointF ) -> NIL
* :setBottomRight( oQPointF ) -> NIL
* :setCoords( nX1, nY1, nX2, nY2 ) -> NIL
* :setHeight( nHeight ) -> NIL
* :setLeft( nX ) -> NIL
* :setRect( nX, nY, nWidth, nHeight ) -> NIL
* :setRight( nX ) -> NIL
* :setSize( oQSizeF ) -> NIL
* :setTop( nY ) -> NIL
* :setTopLeft( oQPointF ) -> NIL
* :setTopRight( oQPointF ) -> NIL
* :setWidth( nWidth ) -> NIL
* :setX( nX ) -> NIL
* :setY( nY ) -> NIL
* :size() -> oQSizeF
* :toAlignedRect() -> oQRect
* :toRect() -> oQRect
* :top() -> nQreal
* :topLeft() -> oQPointF
* :topRight() -> oQPointF
* :translate( nDx, nDy ) -> NIL
* :translate( oQPointF ) -> NIL
* :translated( nDx, nDy ) -> oQRectF
* :translated( oQPointF ) -> oQRectF
* :united( oQRectF ) -> oQRectF
* :width() -> nQreal
* :x() -> nQreal
* :y() -> nQreal
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQRectF.prg
* C++ wrappers : contrib/hbqt/qtcore/QRectF.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,67 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QRegExp()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qregexp.html
* $ONELINER$
* Creates a new QRegExp object.
* $INHERITS$
*
* $SYNTAX$
* QRegExp( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QRegExp
* $METHODS$
* :cap( nNth ) -> cQString
* :capturedTexts() -> oQStringList
* :caseSensitivity() -> nQt_CaseSensitivity
* :errorString() -> cQString
* :exactMatch( cStr ) -> lBool
* :indexIn( cStr, nOffset, nCaretMode ) -> nInt
* :isEmpty() -> lBool
* :isMinimal() -> lBool
* :isValid() -> lBool
* :lastIndexIn( cStr, nOffset, nCaretMode ) -> nInt
* :matchedLength() -> nInt
* :numCaptures() -> nInt
* :pattern() -> cQString
* :patternSyntax() -> nPatternSyntax
* :pos( nNth ) -> nInt
* :setCaseSensitivity( nCs ) -> NIL
* :setMinimal( lMinimal ) -> NIL
* :setPattern( cPattern ) -> NIL
* :setPatternSyntax( nSyntax ) -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQRegExp.prg
* C++ wrappers : contrib/hbqt/qtcore/QRegExp.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,62 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QResource()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qresource.html
* $ONELINER$
* Creates a new QResource object.
* $INHERITS$
*
* $SYNTAX$
* QResource( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QResource
* $METHODS$
* :absoluteFilePath() -> cQString
* :data() -> cUchar
* :fileName() -> cQString
* :isCompressed() -> lBool
* :isValid() -> lBool
* :locale() -> oQLocale
* :setFileName( cFile ) -> NIL
* :setLocale( oQLocale ) -> NIL
* :size() -> nQint64
* :registerResource( cRccFileName, cMapRoot ) -> lBool
* :registerResource_1( ouchar, cMapRoot ) -> lBool
* :searchPaths() -> oQStringList
* :unregisterResource( cRccFileName, cMapRoot ) -> lBool
* :unregisterResource_1( ouchar, cMapRoot ) -> lBool
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQResource.prg
* C++ wrappers : contrib/hbqt/qtcore/QResource.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,79 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QSettings()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qsettings.html
* $ONELINER$
* Creates a new QSettings object.
* $INHERITS$
* QObject
* $SYNTAX$
* QSettings( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QSettings
* $METHODS$
* :allKeys() -> oQStringList
* :applicationName() -> cQString
* :beginGroup( cPrefix ) -> NIL
* :beginReadArray( cPrefix ) -> nInt
* :beginWriteArray( cPrefix, nSize ) -> NIL
* :childGroups() -> oQStringList
* :childKeys() -> oQStringList
* :clear() -> NIL
* :contains( cKey ) -> lBool
* :endArray() -> NIL
* :endGroup() -> NIL
* :fallbacksEnabled() -> lBool
* :fileName() -> cQString
* :format() -> nFormat
* :group() -> cQString
* :iniCodec() -> oQTextCodec
* :isWritable() -> lBool
* :organizationName() -> cQString
* :remove( cKey ) -> NIL
* :scope() -> nScope
* :setArrayIndex( nI ) -> NIL
* :setFallbacksEnabled( lB ) -> NIL
* :setIniCodec( oQTextCodec ) -> NIL
* :setIniCodec( cCodecName ) -> NIL
* :setValue( cKey, oQVariant ) -> NIL
* :status() -> nStatus
* :sync() -> NIL
* :value( cKey, oQVariant ) -> oQVariant
* :defaultFormat() -> nFormat
* :setDefaultFormat( nFormat ) -> NIL
* :setPath( nFormat, nScope, cPath ) -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQSettings.prg
* C++ wrappers : contrib/hbqt/qtcore/QSettings.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,57 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QSignalMapper()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qsignalmapper.html
* $ONELINER$
* Creates a new QSignalMapper object.
* $INHERITS$
* QObject
* $SYNTAX$
* QSignalMapper( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QSignalMapper
* $METHODS$
* :mapping( nId ) -> oQObject
* :mapping( cId ) -> oQObject
* :mapping( oQObject ) -> oQObject
* :removeMappings( oQObject ) -> NIL
* :setMapping( oQObject, nId ) -> NIL
* :setMapping( oQObject, cText ) -> NIL
* :setMapping( oQObject, oQObject ) -> NIL
* :map() -> NIL
* :map( oQObject ) -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQSignalMapper.prg
* C++ wrappers : contrib/hbqt/qtcore/QSignalMapper.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,62 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QSize()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qsize.html
* $ONELINER$
* Creates a new QSize object.
* $INHERITS$
*
* $SYNTAX$
* QSize( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QSize
* $METHODS$
* :height() -> nInt
* :isEmpty() -> lBool
* :isNull() -> lBool
* :isValid() -> lBool
* :rheight() -> nInt
* :rwidth() -> nInt
* :scale( nWidth, nHeight, nMode ) -> NIL
* :scale( oQSize, nMode ) -> NIL
* :setHeight( nHeight ) -> NIL
* :setWidth( nWidth ) -> NIL
* :transpose() -> NIL
* :width() -> nInt
* :boundedTo( oQSize ) -> oQSize
* :expandedTo( oQSize ) -> oQSize
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQSize.prg
* C++ wrappers : contrib/hbqt/qtcore/QSize.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,63 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QSizeF()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qsizef.html
* $ONELINER$
* Creates a new QSizeF object.
* $INHERITS$
*
* $SYNTAX$
* QSizeF( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QSizeF
* $METHODS$
* :boundedTo( oQSizeF ) -> oQSizeF
* :expandedTo( oQSizeF ) -> oQSizeF
* :height() -> nQreal
* :isEmpty() -> lBool
* :isNull() -> lBool
* :isValid() -> lBool
* :rheight() -> nQreal
* :rwidth() -> nQreal
* :scale( nWidth, nHeight, nMode ) -> NIL
* :scale( oQSizeF, nMode ) -> NIL
* :setHeight( nHeight ) -> NIL
* :setWidth( nWidth ) -> NIL
* :toSize() -> oQSize
* :transpose() -> NIL
* :width() -> nQreal
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQSizeF.prg
* C++ wrappers : contrib/hbqt/qtcore/QSizeF.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,81 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QStringList()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qstringlist.html
* $ONELINER$
* Creates a new QStringList object.
* $INHERITS$
* QList
* $SYNTAX$
* QStringList( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QStringList
* $METHODS$
* :append( cValue ) -> NIL
* :filter( cStr, nCs ) -> oQStringList
* :filter( oQRegExp ) -> oQStringList
* :indexOf( cValue, nFrom ) -> nInt
* :indexOf( oQRegExp, nFrom ) -> nInt
* :indexOf( oQRegExp, nFrom ) -> nInt
* :join( cSeparator ) -> cQString
* :lastIndexOf( oQRegExp, nFrom ) -> nInt
* :lastIndexOf( cValue, nFrom ) -> nInt
* :lastIndexOf( oQRegExp, nFrom ) -> nInt
* :removeDuplicates() -> nInt
* :sort() -> NIL
* :at( nI ) -> cQString
* :back() -> cQString
* :count( cValue ) -> nInt
* :endsWith( cValue ) -> lBool
* :first() -> cQString
* :front() -> cQString
* :insert( nI, cValue ) -> NIL
* :last() -> cQString
* :mid( nPos, nLength ) -> oQList_QString>
* :prepend( cValue ) -> NIL
* :push( cValue ) -> NIL
* :push( cValue ) -> NIL
* :removeAll( cValue ) -> nInt
* :removeOne( cValue ) -> lBool
* :replace( nI, cValue ) -> NIL
* :startsWith( cValue ) -> lBool
* :takeAt( nI ) -> cQString
* :takeFirst() -> cQString
* :takeLast() -> cQString
* :value( nI ) -> cQString
* :value( nI, cDefaultValue ) -> cQString
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQStringList.prg
* C++ wrappers : contrib/hbqt/qtcore/QStringList.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,67 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QStringRef()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qstringref.html
* $ONELINER$
* Creates a new QStringRef object.
* $INHERITS$
*
* $SYNTAX$
* QStringRef( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QStringRef
* $METHODS$
* :at( nPosition ) -> oQChar
* :clear() -> NIL
* :compare( cOther, nCs ) -> nInt
* :compare( oQStringRef, nCs ) -> nInt
* :constData() -> oQChar
* :count() -> nInt
* :data() -> oQChar
* :isEmpty() -> lBool
* :isNull() -> lBool
* :length() -> nInt
* :localeAwareCompare( cOther ) -> nInt
* :localeAwareCompare( oQStringRef ) -> nInt
* :position() -> nInt
* :size() -> nInt
* :unicode() -> oQChar
* :compare( oQStringRef, cS2, nCs ) -> nInt
* :compare( oQStringRef, oQStringRef, nCs ) -> nInt
* :localeAwareCompare( oQStringRef, cS2 ) -> nInt
* :localeAwareCompare( oQStringRef, oQStringRef ) -> nInt
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQStringRef.prg
* C++ wrappers : contrib/hbqt/qtcore/QStringRef.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,59 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QTextBoundaryFinder()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qtextboundaryfinder.html
* $ONELINER$
* Creates a new QTextBoundaryFinder object.
* $INHERITS$
*
* $SYNTAX$
* QTextBoundaryFinder( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QTextBoundaryFinder
* $METHODS$
* :boundaryReasons() -> nBoundaryReasons
* :isAtBoundary() -> lBool
* :isValid() -> lBool
* :position() -> nInt
* :setPosition( nPosition ) -> NIL
* :string() -> cQString
* :toEnd() -> NIL
* :toNextBoundary() -> nInt
* :toPreviousBoundary() -> nInt
* :toStart() -> NIL
* :type() -> nBoundaryType
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQTextBoundaryFinder.prg
* C++ wrappers : contrib/hbqt/qtcore/QTextBoundaryFinder.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,69 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QTextCodec()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qtextcodec.html
* $ONELINER$
* Creates a new QTextCodec object.
* $INHERITS$
*
* $SYNTAX$
* QTextCodec( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QTextCodec
* $METHODS$
* :aliases() -> oQList_QByteArray>
* :canEncode( oQChar ) -> lBool
* :canEncode( cS ) -> lBool
* :fromUnicode( cStr ) -> oQByteArray
* :makeDecoder() -> oQTextDecoder
* :makeEncoder() -> oQTextEncoder
* :mibEnum() -> nInt
* :name() -> oQByteArray
* :toUnicode( oQByteArray ) -> cQString
* :toUnicode( cChars ) -> cQString
* :codecForCStrings() -> oQTextCodec
* :codecForHtml( oQByteArray, oQTextCodec ) -> oQTextCodec
* :codecForHtml( oQByteArray ) -> oQTextCodec
* :codecForLocale() -> oQTextCodec
* :codecForMib( nMib ) -> oQTextCodec
* :codecForName( oQByteArray ) -> oQTextCodec
* :codecForName( cName ) -> oQTextCodec
* :codecForTr() -> oQTextCodec
* :setCodecForCStrings( oQTextCodec ) -> NIL
* :setCodecForLocale( oQTextCodec ) -> NIL
* :setCodecForTr( oQTextCodec ) -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQTextCodec.prg
* C++ wrappers : contrib/hbqt/qtcore/QTextCodec.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,49 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QTextDecoder()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qtextdecoder.html
* $ONELINER$
* Creates a new QTextDecoder object.
* $INHERITS$
*
* $SYNTAX$
* QTextDecoder( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QTextDecoder
* $METHODS$
* :toUnicode( cChars, nLen ) -> cQString
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQTextDecoder.prg
* C++ wrappers : contrib/hbqt/qtcore/QTextDecoder.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,50 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QTextEncoder()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qtextencoder.html
* $ONELINER$
* Creates a new QTextEncoder object.
* $INHERITS$
*
* $SYNTAX$
* QTextEncoder( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QTextEncoder
* $METHODS$
* :fromUnicode( cStr ) -> oQByteArray
* :fromUnicode( oQChar, nLen ) -> oQByteArray
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQTextEncoder.prg
* C++ wrappers : contrib/hbqt/qtcore/QTextEncoder.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,85 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QTextStream()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qtextstream.html
* $ONELINER$
* Creates a new QTextStream object.
* $INHERITS$
*
* $SYNTAX$
* QTextStream( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QTextStream
* $METHODS$
* :padChar() -> oQChar
* :atEnd() -> lBool
* :autoDetectUnicode() -> lBool
* :codec() -> oQTextCodec
* :device() -> oQIODevice
* :fieldAlignment() -> nFieldAlignment
* :fieldWidth() -> nInt
* :flush() -> NIL
* :generateByteOrderMark() -> lBool
* :integerBase() -> nInt
* :locale() -> oQLocale
* :numberFlags() -> nNumberFlags
* :pos() -> nQint64
* :read( nMaxlen ) -> cQString
* :readAll() -> cQString
* :readLine( nMaxlen ) -> cQString
* :realNumberNotation() -> nRealNumberNotation
* :realNumberPrecision() -> nInt
* :reset() -> NIL
* :resetStatus() -> NIL
* :seek( nPos ) -> lBool
* :setAutoDetectUnicode( lEnabled ) -> NIL
* :setCodec( oQTextCodec ) -> NIL
* :setCodec( cCodecName ) -> NIL
* :setDevice( oQIODevice ) -> NIL
* :setFieldAlignment( nMode ) -> NIL
* :setFieldWidth( nWidth ) -> NIL
* :setGenerateByteOrderMark( lGenerate ) -> NIL
* :setIntegerBase( nBase ) -> NIL
* :setLocale( oQLocale ) -> NIL
* :setNumberFlags( nFlags ) -> NIL
* :setPadChar( oQChar ) -> NIL
* :setRealNumberNotation( nNotation ) -> NIL
* :setRealNumberPrecision( nPrecision ) -> NIL
* :setStatus( nStatus ) -> NIL
* :skipWhiteSpace() -> NIL
* :status() -> nStatus
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQTextStream.prg
* C++ wrappers : contrib/hbqt/qtcore/QTextStream.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,62 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QThread()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qthread.html
* $ONELINER$
* Creates a new QThread object.
* $INHERITS$
* QObject
* $SYNTAX$
* QThread( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QThread
* $METHODS$
* :exit( nReturnCode ) -> NIL
* :isFinished() -> lBool
* :isRunning() -> lBool
* :priority() -> nPriority
* :setPriority( nPriority ) -> NIL
* :setStackSize( nStackSize ) -> NIL
* :stackSize() -> nUint
* :wait( nTime ) -> lBool
* :currentThread() -> oQThread
* :idealThreadCount() -> nInt
* :yieldCurrentThread() -> NIL
* :quit() -> NIL
* :start( nPriority ) -> NIL
* :terminate() -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQThread.prg
* C++ wrappers : contrib/hbqt/qtcore/QThread.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,68 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QTime()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qtime.html
* $ONELINER$
* Creates a new QTime object.
* $INHERITS$
*
* $SYNTAX$
* QTime( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QTime
* $METHODS$
* :addMSecs( nMs ) -> oQTime
* :addSecs( nS ) -> oQTime
* :elapsed() -> nInt
* :hour() -> nInt
* :isNull() -> lBool
* :isValid() -> lBool
* :minute() -> nInt
* :msec() -> nInt
* :msecsTo( oQTime ) -> nInt
* :restart() -> nInt
* :second() -> nInt
* :secsTo( oQTime ) -> nInt
* :setHMS( nH, nM, nS, nMs ) -> lBool
* :start() -> NIL
* :toString( cFormat ) -> cQString
* :toString( nFormat ) -> cQString
* :currentTime() -> oQTime
* :fromString( cString, nFormat ) -> oQTime
* :fromString( cString, cFormat ) -> oQTime
* :isValid( nH, nM, nS, nMs ) -> lBool
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQTime.prg
* C++ wrappers : contrib/hbqt/qtcore/QTime.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,75 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QTimeLine()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qtimeline.html
* $ONELINER$
* Creates a new QTimeLine object.
* $INHERITS$
* QObject
* $SYNTAX$
* QTimeLine( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QTimeLine
* $METHODS$
* :currentFrame() -> nInt
* :currentTime() -> nInt
* :currentValue() -> nQreal
* :curveShape() -> nCurveShape
* :direction() -> nDirection
* :duration() -> nInt
* :endFrame() -> nInt
* :frameForTime( nMsec ) -> nInt
* :loopCount() -> nInt
* :setCurveShape( nShape ) -> NIL
* :setDirection( nDirection ) -> NIL
* :setDuration( nDuration ) -> NIL
* :setEndFrame( nFrame ) -> NIL
* :setFrameRange( nStartFrame, nEndFrame ) -> NIL
* :setLoopCount( nCount ) -> NIL
* :setStartFrame( nFrame ) -> NIL
* :setUpdateInterval( nInterval ) -> NIL
* :startFrame() -> nInt
* :state() -> nState
* :updateInterval() -> nInt
* :valueForTime( nMsec ) -> nQreal
* :resume() -> NIL
* :setCurrentTime( nMsec ) -> NIL
* :setPaused( lPaused ) -> NIL
* :start() -> NIL
* :stop() -> NIL
* :toggleDirection() -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQTimeLine.prg
* C++ wrappers : contrib/hbqt/qtcore/QTimeLine.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,58 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QTimer()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qtimer.html
* $ONELINER$
* Creates a new QTimer object.
* $INHERITS$
* QObject
* $SYNTAX$
* QTimer( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QTimer
* $METHODS$
* :interval() -> nInt
* :isActive() -> lBool
* :isSingleShot() -> lBool
* :setInterval( nMsec ) -> NIL
* :setSingleShot( lSingleShot ) -> NIL
* :timerId() -> nInt
* :singleShot( nMsec, oQObject, cMember ) -> NIL
* :start() -> NIL
* :stop() -> NIL
* :start( nMsec ) -> NIL
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQTimer.prg
* C++ wrappers : contrib/hbqt/qtcore/QTimer.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,52 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QTranslator()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qtranslator.html
* $ONELINER$
* Creates a new QTranslator object.
* $INHERITS$
* QObject
* $SYNTAX$
* QTranslator( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QTranslator
* $METHODS$
* :isEmpty() -> lBool
* :load( cFilename, cDirectory, cSearch_delimiters, cSuffix ) -> lBool
* :translate( cContext, cSourceText, cDisambiguation ) -> cQString
* :translate( cContext, cSourceText, cDisambiguation, nN ) -> cQString
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQTranslator.prg
* C++ wrappers : contrib/hbqt/qtcore/QTranslator.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,118 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QUrl()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qurl.html
* $ONELINER$
* Creates a new QUrl object.
* $INHERITS$
* QObject
* $SYNTAX$
* QUrl( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QUrl
* $METHODS$
* :addEncodedQueryItem( oQByteArray, oQByteArray ) -> NIL
* :addQueryItem( cKey, cValue ) -> NIL
* :allEncodedQueryItemValues( oQByteArray ) -> oQList_QByteArray>
* :allQueryItemValues( cKey ) -> oQStringList
* :authority() -> cQString
* :clear() -> NIL
* :encodedFragment() -> oQByteArray
* :encodedHost() -> oQByteArray
* :encodedPassword() -> oQByteArray
* :encodedPath() -> oQByteArray
* :encodedQuery() -> oQByteArray
* :encodedQueryItemValue( oQByteArray ) -> oQByteArray
* :encodedUserName() -> oQByteArray
* :errorString() -> cQString
* :fragment() -> cQString
* :hasEncodedQueryItem( oQByteArray ) -> lBool
* :hasFragment() -> lBool
* :hasQuery() -> lBool
* :hasQueryItem( cKey ) -> lBool
* :host() -> cQString
* :isEmpty() -> lBool
* :isParentOf( oQUrl ) -> lBool
* :isRelative() -> lBool
* :isValid() -> lBool
* :password() -> cQString
* :path() -> cQString
* :port() -> nInt
* :port( nDefaultPort ) -> nInt
* :queryItemValue( cKey ) -> cQString
* :queryPairDelimiter() -> cChar
* :queryValueDelimiter() -> cChar
* :removeAllEncodedQueryItems( oQByteArray ) -> NIL
* :removeAllQueryItems( cKey ) -> NIL
* :removeEncodedQueryItem( oQByteArray ) -> NIL
* :removeQueryItem( cKey ) -> NIL
* :resolved( oQUrl ) -> oQUrl
* :scheme() -> cQString
* :setAuthority( cAuthority ) -> NIL
* :setEncodedFragment( oQByteArray ) -> NIL
* :setEncodedHost( oQByteArray ) -> NIL
* :setEncodedPassword( oQByteArray ) -> NIL
* :setEncodedPath( oQByteArray ) -> NIL
* :setEncodedQuery( oQByteArray ) -> NIL
* :setEncodedUrl( oQByteArray ) -> NIL
* :setEncodedUrl( oQByteArray, nParsingMode ) -> NIL
* :setEncodedUserName( oQByteArray ) -> NIL
* :setFragment( cFragment ) -> NIL
* :setHost( cHost ) -> NIL
* :setPassword( cPassword ) -> NIL
* :setPath( cPath ) -> NIL
* :setPort( nPort ) -> NIL
* :setScheme( cScheme ) -> NIL
* :setUrl( cUrl ) -> NIL
* :setUrl( cUrl, nParsingMode ) -> NIL
* :setUserInfo( cUserInfo ) -> NIL
* :setUserName( cUserName ) -> NIL
* :toEncoded( nOptions ) -> oQByteArray
* :toLocalFile() -> cQString
* :toString( nOptions ) -> cQString
* :userInfo() -> cQString
* :userName() -> cQString
* :fromAce( oQByteArray ) -> cQString
* :fromEncoded( oQByteArray ) -> oQUrl
* :fromEncoded( oQByteArray, nParsingMode ) -> oQUrl
* :fromLocalFile( cLocalFile ) -> oQUrl
* :fromPercentEncoding( oQByteArray ) -> cQString
* :idnWhitelist() -> oQStringList
* :setIdnWhitelist( oQStringList ) -> NIL
* :toAce( cDomain ) -> oQByteArray
* :toPercentEncoding( cInput, oQByteArray, oQByteArray ) -> oQByteArray
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQUrl.prg
* C++ wrappers : contrib/hbqt/qtcore/QUrl.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,86 +0,0 @@
/*
* $Id$
*/
/* $DOC$
* $TEMPLATE$
* Class
* $NAME$
* QVariant()
* $CATEGORY$
* Harbour Bindings for Qt
* $SUBCATEGORY$
* GUI
* $EXTERNALLINK$
* http://doc.trolltech.com/4.5/qvariant.html
* $ONELINER$
* Creates a new QVariant object.
* $INHERITS$
*
* $SYNTAX$
* QVariant( ... )
*
* $ARGUMENTS$
*
* $RETURNS$
* An instance of the object of type QVariant
* $METHODS$
* :canConvert( nT ) -> lBool
* :canConvert( nT ) -> lBool
* :clear() -> NIL
* :convert( nT ) -> lBool
* :isNull() -> lBool
* :isValid() -> lBool
* :setValue( xValue ) -> NIL
* :toBitArray() -> oQBitArray
* :toBool() -> lBool
* :toByteArray() -> oQByteArray
* :toChar() -> oQChar
* :toDate() -> oQDate
* :toDateTime() -> oQDateTime
* :toDouble( @lOk ) -> nDouble
* :toInt( @lOk ) -> nInt
* :toLine() -> oQLine
* :toLineF() -> oQLineF
* :toList() -> oQList_QVariant>
* :toLocale() -> oQLocale
* :toLongLong( @lOk ) -> nQlonglong
* :toPoint() -> oQPoint
* :toPointF() -> oQPointF
* :toRect() -> oQRect
* :toRectF() -> oQRectF
* :toRegExp() -> oQRegExp
* :toSize() -> oQSize
* :toSizeF() -> oQSizeF
* :toString() -> cQString
* :toStringList() -> oQStringList
* :toTime() -> oQTime
* :toUInt( @lOk ) -> nUint
* :toULongLong( @lOk ) -> nQulonglong
* :toUrl() -> oQUrl
* :type() -> nType
* :userType() -> nInt
* :fromValue( xValue ) -> oQVariant
* :nameToType( cName ) -> nType
* :typeToName( nTyp ) -> cChar
*
* $DESCRIPTION$
*
* $EXAMPLES$
*
* $TESTS$
*
* $STATUS$
* R
* $COMPLIANCE$
* Not Clipper compatible
* $PLATFORMS$
* Windows, Linux, Mac OS X, OS/2
* $VERSION$
* 4.5 or upper
* $FILES$
* Harbour source: contrib/hbqt/qtcore/TQVariant.prg
* C++ wrappers : contrib/hbqt/qtcore/QVariant.cpp
* Library : hbqtcore
* $END$
*/

View File

@@ -1,113 +0,0 @@
/*
* $Id$
*/
/* -------------------------------------------------------------------- */
/* WARNING: Automatically generated source file. DO NOT EDIT! */
/* Instead, edit corresponding .qth file, */
/* or the generator tool itself, and run regenarate. */
/* -------------------------------------------------------------------- */
/*
* Harbour Project QT wrapper
*
* Copyright 2009-2010 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://harbour-project.org
*
* For full copyright message and credits, see: CREDITS.txt
*
*/
#include "hbqtcore.h"
#if QT_VERSION >= 0x040500
/*
* Constructed[ 3/3 [ 100.00% ] ]
*
*/
#include <QtCore/QPointer>
#include <QtCore/QObject>
#include "hbqt_hbqevents.h"
/*
* HBQEvents ()
* ~HBQEvents ()
*
*/
typedef struct
{
QPointer< HBQEvents > ph;
bool bNew;
PHBQT_GC_FUNC func;
int type;
} HBQT_GC_T_HBQEvents;
HBQT_GC_FUNC( hbqt_gcRelease_HBQEvents )
{
HBQT_GC_T_HBQEvents * p = ( HBQT_GC_T_HBQEvents * ) Cargo;
if( p )
{
if( p->bNew && p->ph )
{
HBQEvents * ph = p->ph;
const QMetaObject * m = ( ph )->metaObject();
if( ( QString ) m->className() != ( QString ) "QObject" )
delete ( p->ph );
}
p->ph = NULL;
}
}
void * hbqt_gcAllocate_HBQEvents( void * pObj, bool bNew )
{
HBQT_GC_T_HBQEvents * p = ( HBQT_GC_T_HBQEvents * ) hb_gcAllocate( sizeof( HBQT_GC_T_HBQEvents ), hbqt_gcFuncs() );
new( & p->ph ) QPointer< HBQEvents >( ( HBQEvents * ) pObj );
p->bNew = bNew;
p->func = hbqt_gcRelease_HBQEvents;
p->type = HBQT_TYPE_HBQEvents;
return p;
}
HB_FUNC( QT_HBQEVENTS )
{
HBQEvents * pObj = NULL;
pObj = new HBQEvents() ;
hb_retptrGC( hbqt_gcAllocate_HBQEvents( ( void * ) pObj, true ) );
}
/* bool hbConnect( PHB_ITEM obj, int event, PHB_ITEM block ) */
HB_FUNC( QT_HBQEVENTS_HBCONNECT )
{
HBQEvents * p = hbqt_par_HBQEvents( 1 );
if( p )
hb_retl( ( p )->hbConnect( hb_param( 2, HB_IT_ANY ), hb_parni( 3 ), hb_param( 4, HB_IT_ANY ) ) );
}
/* bool hbDisconnect( PHB_ITEM obj, int event ) */
HB_FUNC( QT_HBQEVENTS_HBDISCONNECT )
{
HBQEvents * p = hbqt_par_HBQEvents( 1 );
if( p )
hb_retl( ( p )->hbDisconnect( hb_param( 2, HB_IT_ANY ), hb_parni( 3 ) ) );
}
/* bool hbClear() */
HB_FUNC( QT_HBQEVENTS_HBCLEAR )
{
HBQEvents * p = hbqt_par_HBQEvents( 1 );
if( p )
hb_retl( ( p )->hbClear() );
}
#endif /* #if QT_VERSION >= 0x040500 */

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