2010-10-16 19:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtcore/hbqt_misc.prg
! hbqt_ptr() => __hbqt_ptr()
* contrib/hbqt/qtcore/hbqt_pointer.cpp
- Deleted: HBQT_PTR()
* contrib/hbqt/qt*/g/*.prg
* Re-generated.
This commit is contained in:
@@ -16,6 +16,16 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-10-16 19:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbqt/qtcore/hbqt_misc.prg
|
||||
! hbqt_ptr() => __hbqt_ptr()
|
||||
|
||||
* contrib/hbqt/qtcore/hbqt_pointer.cpp
|
||||
- Deleted: HBQT_PTR()
|
||||
|
||||
* contrib/hbqt/qt*/g/*.prg
|
||||
* Re-generated.
|
||||
|
||||
2010-10-17 01:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbqt/qtcore/hbqt_pointer.cpp
|
||||
* contrib/hbqt/qtcore/hbqt_hbqslots.cpp
|
||||
|
||||
@@ -116,7 +116,7 @@ CREATE CLASS HBQsciScintilla INHERIT HbQtObjectHandler, HB_QsciScintilla FUNCTIO
|
||||
METHOD HBQsciScintilla:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_HBQsciScintilla( ... )
|
||||
RETURN Self
|
||||
|
||||
@@ -130,7 +130,7 @@ CREATE CLASS QsciAPIs INHERIT HbQtObjectHandler, HB_QsciAbstractAPIs FUNCTION HB
|
||||
METHOD QsciAPIs:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QsciAPIs( ... )
|
||||
RETURN Self
|
||||
@@ -145,7 +145,7 @@ METHOD QsciAPIs:add( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAPIs:clear( ... )
|
||||
@@ -153,7 +153,7 @@ METHOD QsciAPIs:clear( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciAPIs_clear( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAPIs:load( ... )
|
||||
@@ -165,7 +165,7 @@ METHOD QsciAPIs:load( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAPIs:remove( ... )
|
||||
@@ -177,7 +177,7 @@ METHOD QsciAPIs:remove( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAPIs:prepare( ... )
|
||||
@@ -185,7 +185,7 @@ METHOD QsciAPIs:prepare( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciAPIs_prepare( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAPIs:cancelPreparation( ... )
|
||||
@@ -193,7 +193,7 @@ METHOD QsciAPIs:cancelPreparation( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciAPIs_cancelPreparation( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAPIs:defaultPreparedName( ... )
|
||||
@@ -201,7 +201,7 @@ METHOD QsciAPIs:defaultPreparedName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciAPIs_defaultPreparedName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAPIs:isPrepared( ... )
|
||||
@@ -215,7 +215,7 @@ METHOD QsciAPIs:isPrepared( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciAPIs_isPrepared( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAPIs:loadPrepared( ... )
|
||||
@@ -229,7 +229,7 @@ METHOD QsciAPIs:loadPrepared( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciAPIs_loadPrepared( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAPIs:savePrepared( ... )
|
||||
@@ -243,7 +243,7 @@ METHOD QsciAPIs:savePrepared( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciAPIs_savePrepared( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAPIs:updateAutoCompletionList( ... )
|
||||
@@ -255,7 +255,7 @@ METHOD QsciAPIs:updateAutoCompletionList( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAPIs:autoCompletionSelected( ... )
|
||||
@@ -267,7 +267,7 @@ METHOD QsciAPIs:autoCompletionSelected( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAPIs:event( ... )
|
||||
@@ -279,7 +279,7 @@ METHOD QsciAPIs:event( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAPIs:installedAPIFiles( ... )
|
||||
@@ -287,5 +287,5 @@ METHOD QsciAPIs:installedAPIFiles( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QsciAPIs_installedAPIFiles( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@ CREATE CLASS QsciAbstractAPIs INHERIT HbQtObjectHandler FUNCTION HB_QsciAbstract
|
||||
METHOD QsciAbstractAPIs:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QsciAbstractAPIs( ... )
|
||||
RETURN Self
|
||||
@@ -130,7 +130,7 @@ METHOD QsciAbstractAPIs:lexer( ... )
|
||||
CASE 0
|
||||
RETURN QsciLexerFromPointer( Qt_QsciAbstractAPIs_lexer( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAbstractAPIs:updateAutoCompletionList( ... )
|
||||
@@ -142,7 +142,7 @@ METHOD QsciAbstractAPIs:updateAutoCompletionList( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciAbstractAPIs:autoCompletionSelected( ... )
|
||||
@@ -154,5 +154,5 @@ METHOD QsciAbstractAPIs:autoCompletionSelected( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ CREATE CLASS QsciCommand INHERIT HbQtObjectHandler FUNCTION HB_QsciCommand
|
||||
METHOD QsciCommand:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QsciCommand( ... )
|
||||
RETURN Self
|
||||
@@ -137,7 +137,7 @@ METHOD QsciCommand:setKey( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciCommand:setAlternateKey( ... )
|
||||
@@ -149,7 +149,7 @@ METHOD QsciCommand:setAlternateKey( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciCommand:key( ... )
|
||||
@@ -157,7 +157,7 @@ METHOD QsciCommand:key( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciCommand_key( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciCommand:alternateKey( ... )
|
||||
@@ -165,7 +165,7 @@ METHOD QsciCommand:alternateKey( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciCommand_alternateKey( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciCommand:description( ... )
|
||||
@@ -173,7 +173,7 @@ METHOD QsciCommand:description( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciCommand_description( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciCommand:validKey( ... )
|
||||
@@ -185,5 +185,5 @@ METHOD QsciCommand:validKey( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@ CREATE CLASS QsciCommandSet INHERIT HbQtObjectHandler FUNCTION HB_QsciCommandSet
|
||||
METHOD QsciCommandSet:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QsciCommandSet( ... )
|
||||
RETURN Self
|
||||
@@ -142,7 +142,7 @@ METHOD QsciCommandSet:readSettings( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciCommandSet:writeSettings( ... )
|
||||
@@ -160,7 +160,7 @@ METHOD QsciCommandSet:writeSettings( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciCommandSet:commands( ... )
|
||||
@@ -168,7 +168,7 @@ METHOD QsciCommandSet:commands( ... )
|
||||
CASE 0
|
||||
RETURN QListFromPointer( Qt_QsciCommandSet_commands( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciCommandSet:clearKeys( ... )
|
||||
@@ -176,7 +176,7 @@ METHOD QsciCommandSet:clearKeys( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciCommandSet_clearKeys( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciCommandSet:clearAlternateKeys( ... )
|
||||
@@ -184,5 +184,5 @@ METHOD QsciCommandSet:clearAlternateKeys( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciCommandSet_clearAlternateKeys( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ CREATE CLASS QsciDocument INHERIT HbQtObjectHandler FUNCTION HB_QsciDocument
|
||||
METHOD QsciDocument:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QsciDocument( ... )
|
||||
RETURN Self
|
||||
|
||||
@@ -160,7 +160,7 @@ CREATE CLASS QsciLexer INHERIT HbQtObjectHandler FUNCTION HB_QsciLexer
|
||||
METHOD QsciLexer:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QsciLexer( ... )
|
||||
RETURN Self
|
||||
@@ -171,7 +171,7 @@ METHOD QsciLexer:language( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_language( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:lexer( ... )
|
||||
@@ -179,7 +179,7 @@ METHOD QsciLexer:lexer( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_lexer( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:lexerId( ... )
|
||||
@@ -187,7 +187,7 @@ METHOD QsciLexer:lexerId( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_lexerId( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:apis( ... )
|
||||
@@ -195,7 +195,7 @@ METHOD QsciLexer:apis( ... )
|
||||
CASE 0
|
||||
RETURN QsciAbstractAPIsFromPointer( Qt_QsciLexer_apis( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:autoCompletionFillups( ... )
|
||||
@@ -203,7 +203,7 @@ METHOD QsciLexer:autoCompletionFillups( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_autoCompletionFillups( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:autoCompletionWordSeparators( ... )
|
||||
@@ -211,7 +211,7 @@ METHOD QsciLexer:autoCompletionWordSeparators( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QsciLexer_autoCompletionWordSeparators( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:autoIndentStyle( ... )
|
||||
@@ -219,7 +219,7 @@ METHOD QsciLexer:autoIndentStyle( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_autoIndentStyle( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:blockEnd( ... )
|
||||
@@ -233,7 +233,7 @@ METHOD QsciLexer:blockEnd( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_blockEnd( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:blockLookback( ... )
|
||||
@@ -241,7 +241,7 @@ METHOD QsciLexer:blockLookback( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_blockLookback( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:blockStart( ... )
|
||||
@@ -255,7 +255,7 @@ METHOD QsciLexer:blockStart( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_blockStart( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:blockStartKeyword( ... )
|
||||
@@ -269,7 +269,7 @@ METHOD QsciLexer:blockStartKeyword( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_blockStartKeyword( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:braceStyle( ... )
|
||||
@@ -277,7 +277,7 @@ METHOD QsciLexer:braceStyle( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_braceStyle( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:caseSensitive( ... )
|
||||
@@ -285,7 +285,7 @@ METHOD QsciLexer:caseSensitive( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_caseSensitive( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:color( ... )
|
||||
@@ -297,7 +297,7 @@ METHOD QsciLexer:color( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:eolFill( ... )
|
||||
@@ -309,7 +309,7 @@ METHOD QsciLexer:eolFill( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:font( ... )
|
||||
@@ -321,7 +321,7 @@ METHOD QsciLexer:font( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:indentationGuideView( ... )
|
||||
@@ -329,7 +329,7 @@ METHOD QsciLexer:indentationGuideView( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_indentationGuideView( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:keywords( ... )
|
||||
@@ -341,7 +341,7 @@ METHOD QsciLexer:keywords( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:defaultStyle( ... )
|
||||
@@ -349,7 +349,7 @@ METHOD QsciLexer:defaultStyle( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_defaultStyle( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:description( ... )
|
||||
@@ -361,7 +361,7 @@ METHOD QsciLexer:description( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:paper( ... )
|
||||
@@ -373,7 +373,7 @@ METHOD QsciLexer:paper( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:defaultColor( ... )
|
||||
@@ -387,7 +387,7 @@ METHOD QsciLexer:defaultColor( ... )
|
||||
CASE 0
|
||||
RETURN QColorFromPointer( Qt_QsciLexer_defaultColor( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:defaultEolFill( ... )
|
||||
@@ -399,7 +399,7 @@ METHOD QsciLexer:defaultEolFill( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:defaultFont( ... )
|
||||
@@ -413,7 +413,7 @@ METHOD QsciLexer:defaultFont( ... )
|
||||
CASE 0
|
||||
RETURN QFontFromPointer( Qt_QsciLexer_defaultFont( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:defaultPaper( ... )
|
||||
@@ -427,7 +427,7 @@ METHOD QsciLexer:defaultPaper( ... )
|
||||
CASE 0
|
||||
RETURN QColorFromPointer( Qt_QsciLexer_defaultPaper( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:editor( ... )
|
||||
@@ -435,7 +435,7 @@ METHOD QsciLexer:editor( ... )
|
||||
CASE 0
|
||||
RETURN QsciScintillaFromPointer( Qt_QsciLexer_editor( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:setEditor( ... )
|
||||
@@ -447,7 +447,7 @@ METHOD QsciLexer:setEditor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:readSettings( ... )
|
||||
@@ -465,7 +465,7 @@ METHOD QsciLexer:readSettings( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:refreshProperties( ... )
|
||||
@@ -473,7 +473,7 @@ METHOD QsciLexer:refreshProperties( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_refreshProperties( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:styleBitsNeeded( ... )
|
||||
@@ -481,7 +481,7 @@ METHOD QsciLexer:styleBitsNeeded( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_styleBitsNeeded( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:wordCharacters( ... )
|
||||
@@ -489,7 +489,7 @@ METHOD QsciLexer:wordCharacters( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexer_wordCharacters( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:writeSettings( ... )
|
||||
@@ -507,7 +507,7 @@ METHOD QsciLexer:writeSettings( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:setAPIs( ... )
|
||||
@@ -519,7 +519,7 @@ METHOD QsciLexer:setAPIs( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:setDefaultColor( ... )
|
||||
@@ -531,7 +531,7 @@ METHOD QsciLexer:setDefaultColor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:setDefaultFont( ... )
|
||||
@@ -543,7 +543,7 @@ METHOD QsciLexer:setDefaultFont( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:setDefaultPaper( ... )
|
||||
@@ -555,7 +555,7 @@ METHOD QsciLexer:setDefaultPaper( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:setAutoIndentStyle( ... )
|
||||
@@ -567,7 +567,7 @@ METHOD QsciLexer:setAutoIndentStyle( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:setColor( ... )
|
||||
@@ -585,7 +585,7 @@ METHOD QsciLexer:setColor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:setEolFill( ... )
|
||||
@@ -603,7 +603,7 @@ METHOD QsciLexer:setEolFill( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:setFont( ... )
|
||||
@@ -621,7 +621,7 @@ METHOD QsciLexer:setFont( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexer:setPaper( ... )
|
||||
@@ -639,5 +639,5 @@ METHOD QsciLexer:setPaper( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -143,7 +143,7 @@ CREATE CLASS QsciLexerCPP INHERIT HbQtObjectHandler, HB_QsciLexer FUNCTION HB_Qs
|
||||
METHOD QsciLexerCPP:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QsciLexerCPP( ... )
|
||||
RETURN Self
|
||||
@@ -154,7 +154,7 @@ METHOD QsciLexerCPP:language( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerCPP_language( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:lexer( ... )
|
||||
@@ -162,7 +162,7 @@ METHOD QsciLexerCPP:lexer( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerCPP_lexer( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:autoCompletionWordSeparators( ... )
|
||||
@@ -170,7 +170,7 @@ METHOD QsciLexerCPP:autoCompletionWordSeparators( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QsciLexerCPP_autoCompletionWordSeparators( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:blockEnd( ... )
|
||||
@@ -184,7 +184,7 @@ METHOD QsciLexerCPP:blockEnd( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerCPP_blockEnd( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:blockStart( ... )
|
||||
@@ -198,7 +198,7 @@ METHOD QsciLexerCPP:blockStart( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerCPP_blockStart( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:blockStartKeyword( ... )
|
||||
@@ -212,7 +212,7 @@ METHOD QsciLexerCPP:blockStartKeyword( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerCPP_blockStartKeyword( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:braceStyle( ... )
|
||||
@@ -220,7 +220,7 @@ METHOD QsciLexerCPP:braceStyle( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerCPP_braceStyle( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:wordCharacters( ... )
|
||||
@@ -228,7 +228,7 @@ METHOD QsciLexerCPP:wordCharacters( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerCPP_wordCharacters( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:defaultColor( ... )
|
||||
@@ -240,7 +240,7 @@ METHOD QsciLexerCPP:defaultColor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:defaultEolFill( ... )
|
||||
@@ -252,7 +252,7 @@ METHOD QsciLexerCPP:defaultEolFill( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:defaultFont( ... )
|
||||
@@ -264,7 +264,7 @@ METHOD QsciLexerCPP:defaultFont( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:defaultPaper( ... )
|
||||
@@ -276,7 +276,7 @@ METHOD QsciLexerCPP:defaultPaper( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:keywords( ... )
|
||||
@@ -288,7 +288,7 @@ METHOD QsciLexerCPP:keywords( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:description( ... )
|
||||
@@ -300,7 +300,7 @@ METHOD QsciLexerCPP:description( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:refreshProperties( ... )
|
||||
@@ -308,7 +308,7 @@ METHOD QsciLexerCPP:refreshProperties( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerCPP_refreshProperties( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:foldAtElse( ... )
|
||||
@@ -316,7 +316,7 @@ METHOD QsciLexerCPP:foldAtElse( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerCPP_foldAtElse( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:foldComments( ... )
|
||||
@@ -324,7 +324,7 @@ METHOD QsciLexerCPP:foldComments( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerCPP_foldComments( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:foldCompact( ... )
|
||||
@@ -332,7 +332,7 @@ METHOD QsciLexerCPP:foldCompact( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerCPP_foldCompact( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:foldPreprocessor( ... )
|
||||
@@ -340,7 +340,7 @@ METHOD QsciLexerCPP:foldPreprocessor( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerCPP_foldPreprocessor( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:stylePreprocessor( ... )
|
||||
@@ -348,7 +348,7 @@ METHOD QsciLexerCPP:stylePreprocessor( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerCPP_stylePreprocessor( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:setDollarsAllowed( ... )
|
||||
@@ -360,7 +360,7 @@ METHOD QsciLexerCPP:setDollarsAllowed( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:dollarsAllowed( ... )
|
||||
@@ -368,7 +368,7 @@ METHOD QsciLexerCPP:dollarsAllowed( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerCPP_dollarsAllowed( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:setFoldAtElse( ... )
|
||||
@@ -380,7 +380,7 @@ METHOD QsciLexerCPP:setFoldAtElse( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:setFoldComments( ... )
|
||||
@@ -392,7 +392,7 @@ METHOD QsciLexerCPP:setFoldComments( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:setFoldCompact( ... )
|
||||
@@ -404,7 +404,7 @@ METHOD QsciLexerCPP:setFoldCompact( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:setFoldPreprocessor( ... )
|
||||
@@ -416,7 +416,7 @@ METHOD QsciLexerCPP:setFoldPreprocessor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerCPP:setStylePreprocessor( ... )
|
||||
@@ -428,5 +428,5 @@ METHOD QsciLexerCPP:setStylePreprocessor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -143,7 +143,7 @@ CREATE CLASS QsciLexerFlagship INHERIT HbQtObjectHandler, HB_QsciLexer FUNCTION
|
||||
METHOD QsciLexerFlagship:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QsciLexerFlagship( ... )
|
||||
RETURN Self
|
||||
@@ -154,7 +154,7 @@ METHOD QsciLexerFlagship:language( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerFlagship_language( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:lexer( ... )
|
||||
@@ -162,7 +162,7 @@ METHOD QsciLexerFlagship:lexer( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerFlagship_lexer( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:autoCompletionWordSeparators( ... )
|
||||
@@ -170,7 +170,7 @@ METHOD QsciLexerFlagship:autoCompletionWordSeparators( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QsciLexerFlagship_autoCompletionWordSeparators( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:blockEnd( ... )
|
||||
@@ -184,7 +184,7 @@ METHOD QsciLexerFlagship:blockEnd( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerFlagship_blockEnd( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:blockStart( ... )
|
||||
@@ -198,7 +198,7 @@ METHOD QsciLexerFlagship:blockStart( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerFlagship_blockStart( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:blockStartKeyword( ... )
|
||||
@@ -212,7 +212,7 @@ METHOD QsciLexerFlagship:blockStartKeyword( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerFlagship_blockStartKeyword( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:braceStyle( ... )
|
||||
@@ -220,7 +220,7 @@ METHOD QsciLexerFlagship:braceStyle( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerFlagship_braceStyle( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:wordCharacters( ... )
|
||||
@@ -228,7 +228,7 @@ METHOD QsciLexerFlagship:wordCharacters( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerFlagship_wordCharacters( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:defaultColor( ... )
|
||||
@@ -240,7 +240,7 @@ METHOD QsciLexerFlagship:defaultColor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:defaultEolFill( ... )
|
||||
@@ -252,7 +252,7 @@ METHOD QsciLexerFlagship:defaultEolFill( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:defaultFont( ... )
|
||||
@@ -264,7 +264,7 @@ METHOD QsciLexerFlagship:defaultFont( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:defaultPaper( ... )
|
||||
@@ -276,7 +276,7 @@ METHOD QsciLexerFlagship:defaultPaper( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:keywords( ... )
|
||||
@@ -288,7 +288,7 @@ METHOD QsciLexerFlagship:keywords( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:description( ... )
|
||||
@@ -300,7 +300,7 @@ METHOD QsciLexerFlagship:description( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:refreshProperties( ... )
|
||||
@@ -308,7 +308,7 @@ METHOD QsciLexerFlagship:refreshProperties( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerFlagship_refreshProperties( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:foldAtElse( ... )
|
||||
@@ -316,7 +316,7 @@ METHOD QsciLexerFlagship:foldAtElse( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerFlagship_foldAtElse( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:foldComments( ... )
|
||||
@@ -324,7 +324,7 @@ METHOD QsciLexerFlagship:foldComments( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerFlagship_foldComments( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:foldCompact( ... )
|
||||
@@ -332,7 +332,7 @@ METHOD QsciLexerFlagship:foldCompact( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerFlagship_foldCompact( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:foldPreprocessor( ... )
|
||||
@@ -340,7 +340,7 @@ METHOD QsciLexerFlagship:foldPreprocessor( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerFlagship_foldPreprocessor( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:stylePreprocessor( ... )
|
||||
@@ -348,7 +348,7 @@ METHOD QsciLexerFlagship:stylePreprocessor( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerFlagship_stylePreprocessor( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:setDollarsAllowed( ... )
|
||||
@@ -360,7 +360,7 @@ METHOD QsciLexerFlagship:setDollarsAllowed( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:dollarsAllowed( ... )
|
||||
@@ -368,7 +368,7 @@ METHOD QsciLexerFlagship:dollarsAllowed( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciLexerFlagship_dollarsAllowed( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:setFoldAtElse( ... )
|
||||
@@ -380,7 +380,7 @@ METHOD QsciLexerFlagship:setFoldAtElse( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:setFoldComments( ... )
|
||||
@@ -392,7 +392,7 @@ METHOD QsciLexerFlagship:setFoldComments( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:setFoldCompact( ... )
|
||||
@@ -404,7 +404,7 @@ METHOD QsciLexerFlagship:setFoldCompact( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:setFoldPreprocessor( ... )
|
||||
@@ -416,7 +416,7 @@ METHOD QsciLexerFlagship:setFoldPreprocessor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciLexerFlagship:setStylePreprocessor( ... )
|
||||
@@ -428,5 +428,5 @@ METHOD QsciLexerFlagship:setStylePreprocessor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -136,7 +136,7 @@ CREATE CLASS QsciStyle INHERIT HbQtObjectHandler FUNCTION HB_QsciStyle
|
||||
METHOD QsciStyle:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QsciStyle( ... )
|
||||
RETURN Self
|
||||
@@ -147,7 +147,7 @@ METHOD QsciStyle:style( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciStyle_style( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:setDescription( ... )
|
||||
@@ -159,7 +159,7 @@ METHOD QsciStyle:setDescription( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:description( ... )
|
||||
@@ -167,7 +167,7 @@ METHOD QsciStyle:description( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciStyle_description( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:setColor( ... )
|
||||
@@ -179,7 +179,7 @@ METHOD QsciStyle:setColor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:color( ... )
|
||||
@@ -187,7 +187,7 @@ METHOD QsciStyle:color( ... )
|
||||
CASE 0
|
||||
RETURN QColorFromPointer( Qt_QsciStyle_color( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:setPaper( ... )
|
||||
@@ -199,7 +199,7 @@ METHOD QsciStyle:setPaper( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:paper( ... )
|
||||
@@ -207,7 +207,7 @@ METHOD QsciStyle:paper( ... )
|
||||
CASE 0
|
||||
RETURN QColorFromPointer( Qt_QsciStyle_paper( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:setFont( ... )
|
||||
@@ -219,7 +219,7 @@ METHOD QsciStyle:setFont( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:font( ... )
|
||||
@@ -227,7 +227,7 @@ METHOD QsciStyle:font( ... )
|
||||
CASE 0
|
||||
RETURN QFontFromPointer( Qt_QsciStyle_font( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:setEolFill( ... )
|
||||
@@ -239,7 +239,7 @@ METHOD QsciStyle:setEolFill( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:eolFill( ... )
|
||||
@@ -247,7 +247,7 @@ METHOD QsciStyle:eolFill( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciStyle_eolFill( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:setTextCase( ... )
|
||||
@@ -259,7 +259,7 @@ METHOD QsciStyle:setTextCase( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:textCase( ... )
|
||||
@@ -267,7 +267,7 @@ METHOD QsciStyle:textCase( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciStyle_textCase( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:setVisible( ... )
|
||||
@@ -279,7 +279,7 @@ METHOD QsciStyle:setVisible( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:visible( ... )
|
||||
@@ -287,7 +287,7 @@ METHOD QsciStyle:visible( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciStyle_visible( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:setChangeable( ... )
|
||||
@@ -299,7 +299,7 @@ METHOD QsciStyle:setChangeable( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:changeable( ... )
|
||||
@@ -307,7 +307,7 @@ METHOD QsciStyle:changeable( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciStyle_changeable( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:setHotspot( ... )
|
||||
@@ -319,7 +319,7 @@ METHOD QsciStyle:setHotspot( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:hotspot( ... )
|
||||
@@ -327,7 +327,7 @@ METHOD QsciStyle:hotspot( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciStyle_hotspot( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyle:refresh( ... )
|
||||
@@ -335,5 +335,5 @@ METHOD QsciStyle:refresh( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciStyle_refresh( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ CREATE CLASS QsciStyledText INHERIT HbQtObjectHandler FUNCTION HB_QsciStyledText
|
||||
METHOD QsciStyledText:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QsciStyledText( ... )
|
||||
RETURN Self
|
||||
@@ -129,7 +129,7 @@ METHOD QsciStyledText:text( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciStyledText_text( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QsciStyledText:style( ... )
|
||||
@@ -137,5 +137,5 @@ METHOD QsciStyledText:style( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QsciStyledText_style( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@ CREATE CLASS HBQEvents INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_HBQEven
|
||||
METHOD HBQEvents:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_HBQEvents( ... )
|
||||
RETURN Self
|
||||
@@ -134,7 +134,7 @@ METHOD HBQEvents:hbConnect( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQEvents:hbDisconnect( ... )
|
||||
@@ -146,7 +146,7 @@ METHOD HBQEvents:hbDisconnect( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQEvents:hbClear( ... )
|
||||
@@ -154,5 +154,5 @@ METHOD HBQEvents:hbClear( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQEvents_hbClear( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -120,7 +120,7 @@ CREATE CLASS HBQSlots INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_HBQSlots
|
||||
METHOD HBQSlots:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_HBQSlots( ... )
|
||||
RETURN Self
|
||||
@@ -135,7 +135,7 @@ METHOD HBQSlots:hbConnect( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQSlots:hbDisconnect( ... )
|
||||
@@ -147,7 +147,7 @@ METHOD HBQSlots:hbDisconnect( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQSlots:hbIsConnected( ... )
|
||||
@@ -159,7 +159,7 @@ METHOD HBQSlots:hbIsConnected( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQSlots:hbClear( ... )
|
||||
@@ -167,5 +167,5 @@ METHOD HBQSlots:hbClear( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQSlots_hbClear( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -283,7 +283,7 @@ CREATE CLASS HBQString INHERIT HbQtObjectHandler FUNCTION HB_HBQString
|
||||
METHOD HBQString:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_HBQString( ... )
|
||||
RETURN Self
|
||||
|
||||
@@ -148,7 +148,7 @@ CREATE CLASS QAbstractItemModel INHERIT HbQtObjectHandler, HB_QObject FUNCTION H
|
||||
METHOD QAbstractItemModel:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QAbstractItemModel( ... )
|
||||
RETURN Self
|
||||
@@ -163,7 +163,7 @@ METHOD QAbstractItemModel:buddy( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:canFetchMore( ... )
|
||||
@@ -175,7 +175,7 @@ METHOD QAbstractItemModel:canFetchMore( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:columnCount( ... )
|
||||
@@ -189,7 +189,7 @@ METHOD QAbstractItemModel:columnCount( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemModel_columnCount( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:data( ... )
|
||||
@@ -207,7 +207,7 @@ METHOD QAbstractItemModel:data( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:dropMimeData( ... )
|
||||
@@ -219,7 +219,7 @@ METHOD QAbstractItemModel:dropMimeData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:fetchMore( ... )
|
||||
@@ -231,7 +231,7 @@ METHOD QAbstractItemModel:fetchMore( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:flags( ... )
|
||||
@@ -243,7 +243,7 @@ METHOD QAbstractItemModel:flags( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:hasChildren( ... )
|
||||
@@ -257,7 +257,7 @@ METHOD QAbstractItemModel:hasChildren( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemModel_hasChildren( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:hasIndex( ... )
|
||||
@@ -275,7 +275,7 @@ METHOD QAbstractItemModel:hasIndex( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:headerData( ... )
|
||||
@@ -293,7 +293,7 @@ METHOD QAbstractItemModel:headerData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:index( ... )
|
||||
@@ -311,7 +311,7 @@ METHOD QAbstractItemModel:index( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:insertColumn( ... )
|
||||
@@ -329,7 +329,7 @@ METHOD QAbstractItemModel:insertColumn( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:insertColumns( ... )
|
||||
@@ -347,7 +347,7 @@ METHOD QAbstractItemModel:insertColumns( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:insertRow( ... )
|
||||
@@ -365,7 +365,7 @@ METHOD QAbstractItemModel:insertRow( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:insertRows( ... )
|
||||
@@ -383,7 +383,7 @@ METHOD QAbstractItemModel:insertRows( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:mimeTypes( ... )
|
||||
@@ -391,7 +391,7 @@ METHOD QAbstractItemModel:mimeTypes( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QAbstractItemModel_mimeTypes( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:parent( ... )
|
||||
@@ -403,7 +403,7 @@ METHOD QAbstractItemModel:parent( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:removeColumn( ... )
|
||||
@@ -421,7 +421,7 @@ METHOD QAbstractItemModel:removeColumn( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:removeColumns( ... )
|
||||
@@ -439,7 +439,7 @@ METHOD QAbstractItemModel:removeColumns( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:removeRow( ... )
|
||||
@@ -457,7 +457,7 @@ METHOD QAbstractItemModel:removeRow( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:removeRows( ... )
|
||||
@@ -475,7 +475,7 @@ METHOD QAbstractItemModel:removeRows( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:rowCount( ... )
|
||||
@@ -489,7 +489,7 @@ METHOD QAbstractItemModel:rowCount( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemModel_rowCount( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:setData( ... )
|
||||
@@ -507,7 +507,7 @@ METHOD QAbstractItemModel:setData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:setHeaderData( ... )
|
||||
@@ -525,7 +525,7 @@ METHOD QAbstractItemModel:setHeaderData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:setSupportedDragActions( ... )
|
||||
@@ -537,7 +537,7 @@ METHOD QAbstractItemModel:setSupportedDragActions( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:sibling( ... )
|
||||
@@ -549,7 +549,7 @@ METHOD QAbstractItemModel:sibling( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:sort( ... )
|
||||
@@ -567,7 +567,7 @@ METHOD QAbstractItemModel:sort( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:span( ... )
|
||||
@@ -579,7 +579,7 @@ METHOD QAbstractItemModel:span( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:supportedDragActions( ... )
|
||||
@@ -587,7 +587,7 @@ METHOD QAbstractItemModel:supportedDragActions( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemModel_supportedDragActions( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:supportedDropActions( ... )
|
||||
@@ -595,7 +595,7 @@ METHOD QAbstractItemModel:supportedDropActions( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemModel_supportedDropActions( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:revert( ... )
|
||||
@@ -603,7 +603,7 @@ METHOD QAbstractItemModel:revert( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemModel_revert( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemModel:submit( ... )
|
||||
@@ -611,5 +611,5 @@ METHOD QAbstractItemModel:submit( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemModel_submit( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -117,7 +117,7 @@ CREATE CLASS QAbstractListModel INHERIT HbQtObjectHandler, HB_QAbstractItemModel
|
||||
METHOD QAbstractListModel:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QAbstractListModel( ... )
|
||||
RETURN Self
|
||||
@@ -144,5 +144,5 @@ METHOD QAbstractListModel:index( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -117,7 +117,7 @@ CREATE CLASS QAbstractTableModel INHERIT HbQtObjectHandler, HB_QAbstractItemMode
|
||||
METHOD QAbstractTableModel:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QAbstractTableModel( ... )
|
||||
RETURN Self
|
||||
@@ -138,5 +138,5 @@ METHOD QAbstractTableModel:index( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -132,7 +132,7 @@ CREATE CLASS QBitArray INHERIT HbQtObjectHandler FUNCTION HB_QBitArray
|
||||
METHOD QBitArray:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QBitArray( ... )
|
||||
RETURN Self
|
||||
@@ -147,7 +147,7 @@ METHOD QBitArray:at( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitArray:clear( ... )
|
||||
@@ -155,7 +155,7 @@ METHOD QBitArray:clear( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QBitArray_clear( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitArray:clearBit( ... )
|
||||
@@ -167,7 +167,7 @@ METHOD QBitArray:clearBit( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitArray:count( ... )
|
||||
@@ -181,7 +181,7 @@ METHOD QBitArray:count( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QBitArray_count( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitArray:fill( ... )
|
||||
@@ -205,7 +205,7 @@ METHOD QBitArray:fill( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitArray:isEmpty( ... )
|
||||
@@ -213,7 +213,7 @@ METHOD QBitArray:isEmpty( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QBitArray_isEmpty( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitArray:isNull( ... )
|
||||
@@ -221,7 +221,7 @@ METHOD QBitArray:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QBitArray_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitArray:resize( ... )
|
||||
@@ -233,7 +233,7 @@ METHOD QBitArray:resize( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitArray:setBit( ... )
|
||||
@@ -251,7 +251,7 @@ METHOD QBitArray:setBit( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitArray:size( ... )
|
||||
@@ -259,7 +259,7 @@ METHOD QBitArray:size( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QBitArray_size( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitArray:testBit( ... )
|
||||
@@ -271,7 +271,7 @@ METHOD QBitArray:testBit( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitArray:toggleBit( ... )
|
||||
@@ -283,7 +283,7 @@ METHOD QBitArray:toggleBit( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitArray:truncate( ... )
|
||||
@@ -295,5 +295,5 @@ METHOD QBitArray:truncate( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@ CREATE CLASS QBuffer INHERIT HbQtObjectHandler, HB_QIODevice FUNCTION HB_QBuffer
|
||||
METHOD QBuffer:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QBuffer( ... )
|
||||
RETURN Self
|
||||
@@ -132,7 +132,7 @@ METHOD QBuffer:buffer( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QBuffer_buffer( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBuffer:data( ... )
|
||||
@@ -140,7 +140,7 @@ METHOD QBuffer:data( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QBuffer_data( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBuffer:setBuffer( ... )
|
||||
@@ -152,7 +152,7 @@ METHOD QBuffer:setBuffer( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBuffer:setData( ... )
|
||||
@@ -170,5 +170,5 @@ METHOD QBuffer:setData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -214,7 +214,7 @@ CREATE CLASS QByteArray INHERIT HbQtObjectHandler FUNCTION HB_QByteArray
|
||||
METHOD QByteArray:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QByteArray( ... )
|
||||
RETURN Self
|
||||
|
||||
@@ -148,7 +148,7 @@ CREATE CLASS QChar INHERIT HbQtObjectHandler FUNCTION HB_QChar
|
||||
METHOD QChar:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QChar( ... )
|
||||
RETURN Self
|
||||
@@ -159,7 +159,7 @@ METHOD QChar:category( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_category( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:combiningClass( ... )
|
||||
@@ -167,7 +167,7 @@ METHOD QChar:combiningClass( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_combiningClass( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:decomposition( ... )
|
||||
@@ -175,7 +175,7 @@ METHOD QChar:decomposition( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_decomposition( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:decompositionTag( ... )
|
||||
@@ -183,7 +183,7 @@ METHOD QChar:decompositionTag( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_decompositionTag( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:digitValue( ... )
|
||||
@@ -191,7 +191,7 @@ METHOD QChar:digitValue( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_digitValue( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:direction( ... )
|
||||
@@ -199,7 +199,7 @@ METHOD QChar:direction( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_direction( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:hasMirrored( ... )
|
||||
@@ -207,7 +207,7 @@ METHOD QChar:hasMirrored( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_hasMirrored( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isDigit( ... )
|
||||
@@ -215,7 +215,7 @@ METHOD QChar:isDigit( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isDigit( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isHighSurrogate( ... )
|
||||
@@ -223,7 +223,7 @@ METHOD QChar:isHighSurrogate( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isHighSurrogate( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isLetter( ... )
|
||||
@@ -231,7 +231,7 @@ METHOD QChar:isLetter( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isLetter( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isLetterOrNumber( ... )
|
||||
@@ -239,7 +239,7 @@ METHOD QChar:isLetterOrNumber( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isLetterOrNumber( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isLowSurrogate( ... )
|
||||
@@ -247,7 +247,7 @@ METHOD QChar:isLowSurrogate( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isLowSurrogate( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isLower( ... )
|
||||
@@ -255,7 +255,7 @@ METHOD QChar:isLower( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isLower( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isMark( ... )
|
||||
@@ -263,7 +263,7 @@ METHOD QChar:isMark( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isMark( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isNull( ... )
|
||||
@@ -271,7 +271,7 @@ METHOD QChar:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isNumber( ... )
|
||||
@@ -279,7 +279,7 @@ METHOD QChar:isNumber( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isNumber( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isPrint( ... )
|
||||
@@ -287,7 +287,7 @@ METHOD QChar:isPrint( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isPrint( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isPunct( ... )
|
||||
@@ -295,7 +295,7 @@ METHOD QChar:isPunct( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isPunct( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isSpace( ... )
|
||||
@@ -303,7 +303,7 @@ METHOD QChar:isSpace( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isSpace( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isSymbol( ... )
|
||||
@@ -311,7 +311,7 @@ METHOD QChar:isSymbol( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isSymbol( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isTitleCase( ... )
|
||||
@@ -319,7 +319,7 @@ METHOD QChar:isTitleCase( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isTitleCase( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:isUpper( ... )
|
||||
@@ -327,7 +327,7 @@ METHOD QChar:isUpper( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_isUpper( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:joining( ... )
|
||||
@@ -335,7 +335,7 @@ METHOD QChar:joining( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_joining( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:mirroredChar( ... )
|
||||
@@ -343,7 +343,7 @@ METHOD QChar:mirroredChar( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QChar_mirroredChar( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:toAscii( ... )
|
||||
@@ -351,7 +351,7 @@ METHOD QChar:toAscii( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_toAscii( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:toCaseFolded( ... )
|
||||
@@ -359,7 +359,7 @@ METHOD QChar:toCaseFolded( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QChar_toCaseFolded( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:toLatin1( ... )
|
||||
@@ -367,7 +367,7 @@ METHOD QChar:toLatin1( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_toLatin1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:toLower( ... )
|
||||
@@ -375,7 +375,7 @@ METHOD QChar:toLower( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QChar_toLower( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:toTitleCase( ... )
|
||||
@@ -383,7 +383,7 @@ METHOD QChar:toTitleCase( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QChar_toTitleCase( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:toUpper( ... )
|
||||
@@ -391,7 +391,7 @@ METHOD QChar:toUpper( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QChar_toUpper( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:unicode( ... )
|
||||
@@ -399,7 +399,7 @@ METHOD QChar:unicode( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_unicode( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QChar:unicodeVersion( ... )
|
||||
@@ -407,5 +407,5 @@ METHOD QChar:unicodeVersion( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QChar_unicodeVersion( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -156,7 +156,7 @@ CREATE CLASS QCoreApplication INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_
|
||||
METHOD QCoreApplication:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QCoreApplication( ... )
|
||||
RETURN Self
|
||||
@@ -171,7 +171,7 @@ METHOD QCoreApplication:notify( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:addLibraryPath( ... )
|
||||
@@ -183,7 +183,7 @@ METHOD QCoreApplication:addLibraryPath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:applicationDirPath( ... )
|
||||
@@ -191,7 +191,7 @@ METHOD QCoreApplication:applicationDirPath( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_applicationDirPath( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:applicationFilePath( ... )
|
||||
@@ -199,7 +199,7 @@ METHOD QCoreApplication:applicationFilePath( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_applicationFilePath( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:applicationName( ... )
|
||||
@@ -207,7 +207,7 @@ METHOD QCoreApplication:applicationName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_applicationName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:applicationPid( ... )
|
||||
@@ -215,7 +215,7 @@ METHOD QCoreApplication:applicationPid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_applicationPid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:applicationVersion( ... )
|
||||
@@ -223,7 +223,7 @@ METHOD QCoreApplication:applicationVersion( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_applicationVersion( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:arguments( ... )
|
||||
@@ -231,7 +231,7 @@ METHOD QCoreApplication:arguments( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QCoreApplication_arguments( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:closingDown( ... )
|
||||
@@ -239,7 +239,7 @@ METHOD QCoreApplication:closingDown( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_closingDown( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:exec( ... )
|
||||
@@ -247,7 +247,7 @@ METHOD QCoreApplication:exec( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_exec( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:exit( ... )
|
||||
@@ -261,7 +261,7 @@ METHOD QCoreApplication:exit( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_exit( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:flush( ... )
|
||||
@@ -269,7 +269,7 @@ METHOD QCoreApplication:flush( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_flush( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:hasPendingEvents( ... )
|
||||
@@ -277,7 +277,7 @@ METHOD QCoreApplication:hasPendingEvents( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_hasPendingEvents( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:installTranslator( ... )
|
||||
@@ -289,7 +289,7 @@ METHOD QCoreApplication:installTranslator( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:instance( ... )
|
||||
@@ -297,7 +297,7 @@ METHOD QCoreApplication:instance( ... )
|
||||
CASE 0
|
||||
RETURN QCoreApplicationFromPointer( Qt_QCoreApplication_instance( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:libraryPaths( ... )
|
||||
@@ -305,7 +305,7 @@ METHOD QCoreApplication:libraryPaths( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QCoreApplication_libraryPaths( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:organizationDomain( ... )
|
||||
@@ -313,7 +313,7 @@ METHOD QCoreApplication:organizationDomain( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_organizationDomain( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:organizationName( ... )
|
||||
@@ -321,7 +321,7 @@ METHOD QCoreApplication:organizationName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_organizationName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:postEvent( ... )
|
||||
@@ -339,7 +339,7 @@ METHOD QCoreApplication:postEvent( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:processEvents( ... )
|
||||
@@ -359,7 +359,7 @@ METHOD QCoreApplication:processEvents( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_processEvents( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:removeLibraryPath( ... )
|
||||
@@ -371,7 +371,7 @@ METHOD QCoreApplication:removeLibraryPath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:removePostedEvents( ... )
|
||||
@@ -389,7 +389,7 @@ METHOD QCoreApplication:removePostedEvents( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:removeTranslator( ... )
|
||||
@@ -401,7 +401,7 @@ METHOD QCoreApplication:removeTranslator( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:sendEvent( ... )
|
||||
@@ -413,7 +413,7 @@ METHOD QCoreApplication:sendEvent( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:sendPostedEvents( ... )
|
||||
@@ -427,7 +427,7 @@ METHOD QCoreApplication:sendPostedEvents( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_sendPostedEvents_1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:setApplicationName( ... )
|
||||
@@ -439,7 +439,7 @@ METHOD QCoreApplication:setApplicationName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:setApplicationVersion( ... )
|
||||
@@ -451,7 +451,7 @@ METHOD QCoreApplication:setApplicationVersion( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:setAttribute( ... )
|
||||
@@ -469,7 +469,7 @@ METHOD QCoreApplication:setAttribute( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:setLibraryPaths( ... )
|
||||
@@ -481,7 +481,7 @@ METHOD QCoreApplication:setLibraryPaths( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:setOrganizationDomain( ... )
|
||||
@@ -493,7 +493,7 @@ METHOD QCoreApplication:setOrganizationDomain( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:setOrganizationName( ... )
|
||||
@@ -505,7 +505,7 @@ METHOD QCoreApplication:setOrganizationName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:startingUp( ... )
|
||||
@@ -513,7 +513,7 @@ METHOD QCoreApplication:startingUp( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_startingUp( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:testAttribute( ... )
|
||||
@@ -525,7 +525,7 @@ METHOD QCoreApplication:testAttribute( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:translate( ... )
|
||||
@@ -555,7 +555,7 @@ METHOD QCoreApplication:translate( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QCoreApplication:quit( ... )
|
||||
@@ -563,5 +563,5 @@ METHOD QCoreApplication:quit( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QCoreApplication_quit( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -129,7 +129,7 @@ CREATE CLASS QDataStream INHERIT HbQtObjectHandler FUNCTION HB_QDataStream
|
||||
METHOD QDataStream:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QDataStream( ... )
|
||||
RETURN Self
|
||||
@@ -140,7 +140,7 @@ METHOD QDataStream:atEnd( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDataStream_atEnd( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDataStream:byteOrder( ... )
|
||||
@@ -148,7 +148,7 @@ METHOD QDataStream:byteOrder( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDataStream_byteOrder( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDataStream:device( ... )
|
||||
@@ -156,7 +156,7 @@ METHOD QDataStream:device( ... )
|
||||
CASE 0
|
||||
RETURN QIODeviceFromPointer( Qt_QDataStream_device( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDataStream:readRawData( ... )
|
||||
@@ -168,7 +168,7 @@ METHOD QDataStream:readRawData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDataStream:resetStatus( ... )
|
||||
@@ -176,7 +176,7 @@ METHOD QDataStream:resetStatus( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDataStream_resetStatus( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDataStream:setByteOrder( ... )
|
||||
@@ -188,7 +188,7 @@ METHOD QDataStream:setByteOrder( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDataStream:setDevice( ... )
|
||||
@@ -200,7 +200,7 @@ METHOD QDataStream:setDevice( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDataStream:setStatus( ... )
|
||||
@@ -212,7 +212,7 @@ METHOD QDataStream:setStatus( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDataStream:setVersion( ... )
|
||||
@@ -224,7 +224,7 @@ METHOD QDataStream:setVersion( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDataStream:skipRawData( ... )
|
||||
@@ -236,7 +236,7 @@ METHOD QDataStream:skipRawData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDataStream:status( ... )
|
||||
@@ -244,7 +244,7 @@ METHOD QDataStream:status( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDataStream_status( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDataStream:version( ... )
|
||||
@@ -252,7 +252,7 @@ METHOD QDataStream:version( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDataStream_version( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDataStream:writeRawData( ... )
|
||||
@@ -264,5 +264,5 @@ METHOD QDataStream:writeRawData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -135,7 +135,7 @@ CREATE CLASS QDate INHERIT HbQtObjectHandler FUNCTION HB_QDate
|
||||
METHOD QDate:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QDate( ... )
|
||||
RETURN Self
|
||||
@@ -150,7 +150,7 @@ METHOD QDate:addDays( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:addMonths( ... )
|
||||
@@ -162,7 +162,7 @@ METHOD QDate:addMonths( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:addYears( ... )
|
||||
@@ -174,7 +174,7 @@ METHOD QDate:addYears( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:day( ... )
|
||||
@@ -182,7 +182,7 @@ METHOD QDate:day( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDate_day( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:dayOfWeek( ... )
|
||||
@@ -190,7 +190,7 @@ METHOD QDate:dayOfWeek( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDate_dayOfWeek( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:dayOfYear( ... )
|
||||
@@ -198,7 +198,7 @@ METHOD QDate:dayOfYear( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDate_dayOfYear( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:daysInMonth( ... )
|
||||
@@ -206,7 +206,7 @@ METHOD QDate:daysInMonth( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDate_daysInMonth( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:daysInYear( ... )
|
||||
@@ -214,7 +214,7 @@ METHOD QDate:daysInYear( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDate_daysInYear( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:daysTo( ... )
|
||||
@@ -226,7 +226,7 @@ METHOD QDate:daysTo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:getDate( ... )
|
||||
@@ -238,7 +238,7 @@ METHOD QDate:getDate( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:isNull( ... )
|
||||
@@ -246,7 +246,7 @@ METHOD QDate:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDate_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:isValid( ... )
|
||||
@@ -254,7 +254,7 @@ METHOD QDate:isValid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDate_isValid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:month( ... )
|
||||
@@ -262,7 +262,7 @@ METHOD QDate:month( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDate_month( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:setDate( ... )
|
||||
@@ -274,7 +274,7 @@ METHOD QDate:setDate( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:toJulianDay( ... )
|
||||
@@ -282,7 +282,7 @@ METHOD QDate:toJulianDay( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDate_toJulianDay( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:toString( ... )
|
||||
@@ -298,7 +298,7 @@ METHOD QDate:toString( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDate_toString_1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:weekNumber( ... )
|
||||
@@ -312,7 +312,7 @@ METHOD QDate:weekNumber( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDate_weekNumber( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDate:year( ... )
|
||||
@@ -320,5 +320,5 @@ METHOD QDate:year( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDate_year( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -142,7 +142,7 @@ CREATE CLASS QDateTime INHERIT HbQtObjectHandler FUNCTION HB_QDateTime
|
||||
METHOD QDateTime:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QDateTime( ... )
|
||||
RETURN Self
|
||||
@@ -157,7 +157,7 @@ METHOD QDateTime:addDays( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:addMSecs( ... )
|
||||
@@ -169,7 +169,7 @@ METHOD QDateTime:addMSecs( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:addMonths( ... )
|
||||
@@ -181,7 +181,7 @@ METHOD QDateTime:addMonths( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:addSecs( ... )
|
||||
@@ -193,7 +193,7 @@ METHOD QDateTime:addSecs( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:addYears( ... )
|
||||
@@ -205,7 +205,7 @@ METHOD QDateTime:addYears( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:date( ... )
|
||||
@@ -213,7 +213,7 @@ METHOD QDateTime:date( ... )
|
||||
CASE 0
|
||||
RETURN QDateFromPointer( Qt_QDateTime_date( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:daysTo( ... )
|
||||
@@ -225,7 +225,7 @@ METHOD QDateTime:daysTo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:isNull( ... )
|
||||
@@ -233,7 +233,7 @@ METHOD QDateTime:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDateTime_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:isValid( ... )
|
||||
@@ -241,7 +241,7 @@ METHOD QDateTime:isValid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDateTime_isValid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:secsTo( ... )
|
||||
@@ -253,7 +253,7 @@ METHOD QDateTime:secsTo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:setDate( ... )
|
||||
@@ -265,7 +265,7 @@ METHOD QDateTime:setDate( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:setTime( ... )
|
||||
@@ -277,7 +277,7 @@ METHOD QDateTime:setTime( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:setTimeSpec( ... )
|
||||
@@ -289,7 +289,7 @@ METHOD QDateTime:setTimeSpec( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:setTime_t( ... )
|
||||
@@ -301,7 +301,7 @@ METHOD QDateTime:setTime_t( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:time( ... )
|
||||
@@ -309,7 +309,7 @@ METHOD QDateTime:time( ... )
|
||||
CASE 0
|
||||
RETURN QTimeFromPointer( Qt_QDateTime_time( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:timeSpec( ... )
|
||||
@@ -317,7 +317,7 @@ METHOD QDateTime:timeSpec( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDateTime_timeSpec( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:toLocalTime( ... )
|
||||
@@ -325,7 +325,7 @@ METHOD QDateTime:toLocalTime( ... )
|
||||
CASE 0
|
||||
RETURN QDateTimeFromPointer( Qt_QDateTime_toLocalTime( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:toString( ... )
|
||||
@@ -341,7 +341,7 @@ METHOD QDateTime:toString( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDateTime_toString_1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:toTimeSpec( ... )
|
||||
@@ -353,7 +353,7 @@ METHOD QDateTime:toTimeSpec( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:toTime_t( ... )
|
||||
@@ -361,7 +361,7 @@ METHOD QDateTime:toTime_t( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDateTime_toTime_t( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:toUTC( ... )
|
||||
@@ -369,7 +369,7 @@ METHOD QDateTime:toUTC( ... )
|
||||
CASE 0
|
||||
RETURN QDateTimeFromPointer( Qt_QDateTime_toUTC( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:currentDateTime( ... )
|
||||
@@ -377,7 +377,7 @@ METHOD QDateTime:currentDateTime( ... )
|
||||
CASE 0
|
||||
RETURN QDateTimeFromPointer( Qt_QDateTime_currentDateTime( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:fromString( ... )
|
||||
@@ -397,7 +397,7 @@ METHOD QDateTime:fromString( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDateTime:fromTime_t( ... )
|
||||
@@ -409,5 +409,5 @@ METHOD QDateTime:fromTime_t( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -169,7 +169,7 @@ CREATE CLASS QDir INHERIT HbQtObjectHandler FUNCTION HB_QDir
|
||||
METHOD QDir:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QDir( ... )
|
||||
RETURN Self
|
||||
@@ -184,7 +184,7 @@ METHOD QDir:absoluteFilePath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:absolutePath( ... )
|
||||
@@ -192,7 +192,7 @@ METHOD QDir:absolutePath( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_absolutePath( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:canonicalPath( ... )
|
||||
@@ -200,7 +200,7 @@ METHOD QDir:canonicalPath( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_canonicalPath( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:cd( ... )
|
||||
@@ -212,7 +212,7 @@ METHOD QDir:cd( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:cdUp( ... )
|
||||
@@ -220,7 +220,7 @@ METHOD QDir:cdUp( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_cdUp( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:count( ... )
|
||||
@@ -228,7 +228,7 @@ METHOD QDir:count( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_count( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:dirName( ... )
|
||||
@@ -236,7 +236,7 @@ METHOD QDir:dirName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_dirName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:entryList( ... )
|
||||
@@ -266,7 +266,7 @@ METHOD QDir:entryList( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QDir_entryList_1( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:exists( ... )
|
||||
@@ -280,7 +280,7 @@ METHOD QDir:exists( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_exists_1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:filePath( ... )
|
||||
@@ -292,7 +292,7 @@ METHOD QDir:filePath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:filter( ... )
|
||||
@@ -300,7 +300,7 @@ METHOD QDir:filter( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_filter( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:isAbsolute( ... )
|
||||
@@ -308,7 +308,7 @@ METHOD QDir:isAbsolute( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_isAbsolute( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:isReadable( ... )
|
||||
@@ -316,7 +316,7 @@ METHOD QDir:isReadable( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_isReadable( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:isRelative( ... )
|
||||
@@ -324,7 +324,7 @@ METHOD QDir:isRelative( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_isRelative( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:isRoot( ... )
|
||||
@@ -332,7 +332,7 @@ METHOD QDir:isRoot( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_isRoot( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:makeAbsolute( ... )
|
||||
@@ -340,7 +340,7 @@ METHOD QDir:makeAbsolute( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_makeAbsolute( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:mkdir( ... )
|
||||
@@ -352,7 +352,7 @@ METHOD QDir:mkdir( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:mkpath( ... )
|
||||
@@ -364,7 +364,7 @@ METHOD QDir:mkpath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:nameFilters( ... )
|
||||
@@ -372,7 +372,7 @@ METHOD QDir:nameFilters( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QDir_nameFilters( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:path( ... )
|
||||
@@ -380,7 +380,7 @@ METHOD QDir:path( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_path( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:refresh( ... )
|
||||
@@ -388,7 +388,7 @@ METHOD QDir:refresh( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_refresh( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:relativeFilePath( ... )
|
||||
@@ -400,7 +400,7 @@ METHOD QDir:relativeFilePath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:remove( ... )
|
||||
@@ -412,7 +412,7 @@ METHOD QDir:remove( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:rename( ... )
|
||||
@@ -424,7 +424,7 @@ METHOD QDir:rename( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:rmdir( ... )
|
||||
@@ -436,7 +436,7 @@ METHOD QDir:rmdir( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:rmpath( ... )
|
||||
@@ -448,7 +448,7 @@ METHOD QDir:rmpath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:setFilter( ... )
|
||||
@@ -460,7 +460,7 @@ METHOD QDir:setFilter( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:setNameFilters( ... )
|
||||
@@ -472,7 +472,7 @@ METHOD QDir:setNameFilters( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:setPath( ... )
|
||||
@@ -484,7 +484,7 @@ METHOD QDir:setPath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:setSorting( ... )
|
||||
@@ -496,7 +496,7 @@ METHOD QDir:setSorting( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:sorting( ... )
|
||||
@@ -504,7 +504,7 @@ METHOD QDir:sorting( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_sorting( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:addSearchPath( ... )
|
||||
@@ -516,7 +516,7 @@ METHOD QDir:addSearchPath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:cleanPath( ... )
|
||||
@@ -528,7 +528,7 @@ METHOD QDir:cleanPath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:current( ... )
|
||||
@@ -536,7 +536,7 @@ METHOD QDir:current( ... )
|
||||
CASE 0
|
||||
RETURN QDirFromPointer( Qt_QDir_current( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:currentPath( ... )
|
||||
@@ -544,7 +544,7 @@ METHOD QDir:currentPath( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_currentPath( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:fromNativeSeparators( ... )
|
||||
@@ -556,7 +556,7 @@ METHOD QDir:fromNativeSeparators( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:home( ... )
|
||||
@@ -564,7 +564,7 @@ METHOD QDir:home( ... )
|
||||
CASE 0
|
||||
RETURN QDirFromPointer( Qt_QDir_home( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:homePath( ... )
|
||||
@@ -572,7 +572,7 @@ METHOD QDir:homePath( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_homePath( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:isAbsolutePath( ... )
|
||||
@@ -584,7 +584,7 @@ METHOD QDir:isAbsolutePath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:isRelativePath( ... )
|
||||
@@ -596,7 +596,7 @@ METHOD QDir:isRelativePath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:match( ... )
|
||||
@@ -610,7 +610,7 @@ METHOD QDir:match( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:root( ... )
|
||||
@@ -618,7 +618,7 @@ METHOD QDir:root( ... )
|
||||
CASE 0
|
||||
RETURN QDirFromPointer( Qt_QDir_root( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:rootPath( ... )
|
||||
@@ -626,7 +626,7 @@ METHOD QDir:rootPath( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_rootPath( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:searchPaths( ... )
|
||||
@@ -638,7 +638,7 @@ METHOD QDir:searchPaths( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:separator( ... )
|
||||
@@ -646,7 +646,7 @@ METHOD QDir:separator( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QDir_separator( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:setCurrent( ... )
|
||||
@@ -658,7 +658,7 @@ METHOD QDir:setCurrent( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:setSearchPaths( ... )
|
||||
@@ -670,7 +670,7 @@ METHOD QDir:setSearchPaths( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:temp( ... )
|
||||
@@ -678,7 +678,7 @@ METHOD QDir:temp( ... )
|
||||
CASE 0
|
||||
RETURN QDirFromPointer( Qt_QDir_temp( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:tempPath( ... )
|
||||
@@ -686,7 +686,7 @@ METHOD QDir:tempPath( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDir_tempPath( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDir:toNativeSeparators( ... )
|
||||
@@ -698,5 +698,5 @@ METHOD QDir:toNativeSeparators( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -123,7 +123,7 @@ CREATE CLASS QEvent INHERIT HbQtObjectHandler FUNCTION HB_QEvent
|
||||
METHOD QEvent:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QEvent( ... )
|
||||
RETURN Self
|
||||
@@ -134,7 +134,7 @@ METHOD QEvent:accept( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QEvent_accept( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QEvent:ignore( ... )
|
||||
@@ -142,7 +142,7 @@ METHOD QEvent:ignore( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QEvent_ignore( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QEvent:isAccepted( ... )
|
||||
@@ -150,7 +150,7 @@ METHOD QEvent:isAccepted( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QEvent_isAccepted( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QEvent:setAccepted( ... )
|
||||
@@ -162,7 +162,7 @@ METHOD QEvent:setAccepted( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QEvent:spontaneous( ... )
|
||||
@@ -170,7 +170,7 @@ METHOD QEvent:spontaneous( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QEvent_spontaneous( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QEvent:type( ... )
|
||||
@@ -178,7 +178,7 @@ METHOD QEvent:type( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QEvent_type( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QEvent:registerEventType( ... )
|
||||
@@ -192,5 +192,5 @@ METHOD QEvent:registerEventType( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QEvent_registerEventType( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ CREATE CLASS QEventLoop INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QEvent
|
||||
METHOD QEventLoop:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QEventLoop( ... )
|
||||
RETURN Self
|
||||
@@ -139,7 +139,7 @@ METHOD QEventLoop:exec( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QEventLoop_exec( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QEventLoop:exit( ... )
|
||||
@@ -153,7 +153,7 @@ METHOD QEventLoop:exit( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QEventLoop_exit( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QEventLoop:isRunning( ... )
|
||||
@@ -161,7 +161,7 @@ METHOD QEventLoop:isRunning( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QEventLoop_isRunning( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QEventLoop:processEvents( ... )
|
||||
@@ -181,7 +181,7 @@ METHOD QEventLoop:processEvents( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QEventLoop_processEvents( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QEventLoop:wakeUp( ... )
|
||||
@@ -189,5 +189,5 @@ METHOD QEventLoop:wakeUp( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QEventLoop_wakeUp( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@ CREATE CLASS QFile INHERIT HbQtObjectHandler, HB_QIODevice FUNCTION HB_QFile
|
||||
METHOD QFile:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QFile( ... )
|
||||
RETURN Self
|
||||
@@ -160,7 +160,7 @@ METHOD QFile:atEnd( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFile_atEnd( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:close( ... )
|
||||
@@ -168,7 +168,7 @@ METHOD QFile:close( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFile_close( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:copy( ... )
|
||||
@@ -186,7 +186,7 @@ METHOD QFile:copy( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:error( ... )
|
||||
@@ -194,7 +194,7 @@ METHOD QFile:error( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFile_error( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:exists( ... )
|
||||
@@ -208,7 +208,7 @@ METHOD QFile:exists( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFile_exists( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:fileName( ... )
|
||||
@@ -216,7 +216,7 @@ METHOD QFile:fileName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFile_fileName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:flush( ... )
|
||||
@@ -224,7 +224,7 @@ METHOD QFile:flush( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFile_flush( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:handle( ... )
|
||||
@@ -232,7 +232,7 @@ METHOD QFile:handle( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFile_handle( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:isSequential( ... )
|
||||
@@ -240,7 +240,7 @@ METHOD QFile:isSequential( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFile_isSequential( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:link( ... )
|
||||
@@ -258,7 +258,7 @@ METHOD QFile:link( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:map( ... )
|
||||
@@ -276,7 +276,7 @@ METHOD QFile:map( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:open( ... )
|
||||
@@ -294,7 +294,7 @@ METHOD QFile:open( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:permissions( ... )
|
||||
@@ -308,7 +308,7 @@ METHOD QFile:permissions( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFile_permissions( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:remove( ... )
|
||||
@@ -322,7 +322,7 @@ METHOD QFile:remove( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFile_remove( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:rename( ... )
|
||||
@@ -340,7 +340,7 @@ METHOD QFile:rename( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:resize( ... )
|
||||
@@ -358,7 +358,7 @@ METHOD QFile:resize( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:setFileName( ... )
|
||||
@@ -370,7 +370,7 @@ METHOD QFile:setFileName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:setPermissions( ... )
|
||||
@@ -388,7 +388,7 @@ METHOD QFile:setPermissions( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:size( ... )
|
||||
@@ -396,7 +396,7 @@ METHOD QFile:size( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFile_size( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:symLinkTarget( ... )
|
||||
@@ -410,7 +410,7 @@ METHOD QFile:symLinkTarget( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFile_symLinkTarget( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:unsetError( ... )
|
||||
@@ -418,7 +418,7 @@ METHOD QFile:unsetError( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFile_unsetError( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:decodeName( ... )
|
||||
@@ -430,7 +430,7 @@ METHOD QFile:decodeName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFile:encodeName( ... )
|
||||
@@ -442,5 +442,5 @@ METHOD QFile:encodeName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -160,7 +160,7 @@ CREATE CLASS QFileInfo INHERIT HbQtObjectHandler FUNCTION HB_QFileInfo
|
||||
METHOD QFileInfo:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QFileInfo( ... )
|
||||
RETURN Self
|
||||
@@ -171,7 +171,7 @@ METHOD QFileInfo:absoluteDir( ... )
|
||||
CASE 0
|
||||
RETURN QDirFromPointer( Qt_QFileInfo_absoluteDir( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:absoluteFilePath( ... )
|
||||
@@ -179,7 +179,7 @@ METHOD QFileInfo:absoluteFilePath( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_absoluteFilePath( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:absolutePath( ... )
|
||||
@@ -187,7 +187,7 @@ METHOD QFileInfo:absolutePath( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_absolutePath( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:baseName( ... )
|
||||
@@ -195,7 +195,7 @@ METHOD QFileInfo:baseName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_baseName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:bundleName( ... )
|
||||
@@ -203,7 +203,7 @@ METHOD QFileInfo:bundleName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_bundleName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:caching( ... )
|
||||
@@ -211,7 +211,7 @@ METHOD QFileInfo:caching( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_caching( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:canonicalFilePath( ... )
|
||||
@@ -219,7 +219,7 @@ METHOD QFileInfo:canonicalFilePath( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_canonicalFilePath( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:canonicalPath( ... )
|
||||
@@ -227,7 +227,7 @@ METHOD QFileInfo:canonicalPath( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_canonicalPath( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:completeBaseName( ... )
|
||||
@@ -235,7 +235,7 @@ METHOD QFileInfo:completeBaseName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_completeBaseName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:completeSuffix( ... )
|
||||
@@ -243,7 +243,7 @@ METHOD QFileInfo:completeSuffix( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_completeSuffix( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:created( ... )
|
||||
@@ -251,7 +251,7 @@ METHOD QFileInfo:created( ... )
|
||||
CASE 0
|
||||
RETURN QDateTimeFromPointer( Qt_QFileInfo_created( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:dir( ... )
|
||||
@@ -259,7 +259,7 @@ METHOD QFileInfo:dir( ... )
|
||||
CASE 0
|
||||
RETURN QDirFromPointer( Qt_QFileInfo_dir( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:exists( ... )
|
||||
@@ -267,7 +267,7 @@ METHOD QFileInfo:exists( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_exists( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:fileName( ... )
|
||||
@@ -275,7 +275,7 @@ METHOD QFileInfo:fileName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_fileName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:filePath( ... )
|
||||
@@ -283,7 +283,7 @@ METHOD QFileInfo:filePath( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_filePath( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:group( ... )
|
||||
@@ -291,7 +291,7 @@ METHOD QFileInfo:group( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_group( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:groupId( ... )
|
||||
@@ -299,7 +299,7 @@ METHOD QFileInfo:groupId( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_groupId( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:isAbsolute( ... )
|
||||
@@ -307,7 +307,7 @@ METHOD QFileInfo:isAbsolute( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_isAbsolute( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:isBundle( ... )
|
||||
@@ -315,7 +315,7 @@ METHOD QFileInfo:isBundle( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_isBundle( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:isDir( ... )
|
||||
@@ -323,7 +323,7 @@ METHOD QFileInfo:isDir( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_isDir( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:isExecutable( ... )
|
||||
@@ -331,7 +331,7 @@ METHOD QFileInfo:isExecutable( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_isExecutable( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:isFile( ... )
|
||||
@@ -339,7 +339,7 @@ METHOD QFileInfo:isFile( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_isFile( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:isHidden( ... )
|
||||
@@ -347,7 +347,7 @@ METHOD QFileInfo:isHidden( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_isHidden( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:isReadable( ... )
|
||||
@@ -355,7 +355,7 @@ METHOD QFileInfo:isReadable( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_isReadable( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:isRelative( ... )
|
||||
@@ -363,7 +363,7 @@ METHOD QFileInfo:isRelative( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_isRelative( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:isRoot( ... )
|
||||
@@ -371,7 +371,7 @@ METHOD QFileInfo:isRoot( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_isRoot( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:isSymLink( ... )
|
||||
@@ -379,7 +379,7 @@ METHOD QFileInfo:isSymLink( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_isSymLink( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:isWritable( ... )
|
||||
@@ -387,7 +387,7 @@ METHOD QFileInfo:isWritable( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_isWritable( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:lastModified( ... )
|
||||
@@ -395,7 +395,7 @@ METHOD QFileInfo:lastModified( ... )
|
||||
CASE 0
|
||||
RETURN QDateTimeFromPointer( Qt_QFileInfo_lastModified( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:lastRead( ... )
|
||||
@@ -403,7 +403,7 @@ METHOD QFileInfo:lastRead( ... )
|
||||
CASE 0
|
||||
RETURN QDateTimeFromPointer( Qt_QFileInfo_lastRead( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:makeAbsolute( ... )
|
||||
@@ -411,7 +411,7 @@ METHOD QFileInfo:makeAbsolute( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_makeAbsolute( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:owner( ... )
|
||||
@@ -419,7 +419,7 @@ METHOD QFileInfo:owner( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_owner( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:ownerId( ... )
|
||||
@@ -427,7 +427,7 @@ METHOD QFileInfo:ownerId( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_ownerId( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:path( ... )
|
||||
@@ -435,7 +435,7 @@ METHOD QFileInfo:path( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_path( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:permission( ... )
|
||||
@@ -447,7 +447,7 @@ METHOD QFileInfo:permission( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:permissions( ... )
|
||||
@@ -455,7 +455,7 @@ METHOD QFileInfo:permissions( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_permissions( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:refresh( ... )
|
||||
@@ -463,7 +463,7 @@ METHOD QFileInfo:refresh( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_refresh( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:setCaching( ... )
|
||||
@@ -475,7 +475,7 @@ METHOD QFileInfo:setCaching( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:setFile( ... )
|
||||
@@ -495,7 +495,7 @@ METHOD QFileInfo:setFile( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:size( ... )
|
||||
@@ -503,7 +503,7 @@ METHOD QFileInfo:size( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_size( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:suffix( ... )
|
||||
@@ -511,7 +511,7 @@ METHOD QFileInfo:suffix( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_suffix( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QFileInfo:symLinkTarget( ... )
|
||||
@@ -519,5 +519,5 @@ METHOD QFileInfo:symLinkTarget( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QFileInfo_symLinkTarget( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@ CREATE CLASS QIODevice INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QIODevi
|
||||
METHOD QIODevice:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QIODevice( ... )
|
||||
RETURN Self
|
||||
@@ -160,7 +160,7 @@ METHOD QIODevice:atEnd( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_atEnd( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:bytesAvailable( ... )
|
||||
@@ -168,7 +168,7 @@ METHOD QIODevice:bytesAvailable( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_bytesAvailable( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:bytesToWrite( ... )
|
||||
@@ -176,7 +176,7 @@ METHOD QIODevice:bytesToWrite( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_bytesToWrite( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:canReadLine( ... )
|
||||
@@ -184,7 +184,7 @@ METHOD QIODevice:canReadLine( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_canReadLine( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:close( ... )
|
||||
@@ -192,7 +192,7 @@ METHOD QIODevice:close( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_close( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:errorString( ... )
|
||||
@@ -200,7 +200,7 @@ METHOD QIODevice:errorString( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_errorString( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:getChar( ... )
|
||||
@@ -212,7 +212,7 @@ METHOD QIODevice:getChar( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:isOpen( ... )
|
||||
@@ -220,7 +220,7 @@ METHOD QIODevice:isOpen( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_isOpen( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:isReadable( ... )
|
||||
@@ -228,7 +228,7 @@ METHOD QIODevice:isReadable( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_isReadable( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:isSequential( ... )
|
||||
@@ -236,7 +236,7 @@ METHOD QIODevice:isSequential( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_isSequential( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:isTextModeEnabled( ... )
|
||||
@@ -244,7 +244,7 @@ METHOD QIODevice:isTextModeEnabled( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_isTextModeEnabled( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:isWritable( ... )
|
||||
@@ -252,7 +252,7 @@ METHOD QIODevice:isWritable( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_isWritable( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:open( ... )
|
||||
@@ -264,7 +264,7 @@ METHOD QIODevice:open( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:openMode( ... )
|
||||
@@ -272,7 +272,7 @@ METHOD QIODevice:openMode( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_openMode( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:peek( ... )
|
||||
@@ -290,7 +290,7 @@ METHOD QIODevice:peek( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:pos( ... )
|
||||
@@ -298,7 +298,7 @@ METHOD QIODevice:pos( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_pos( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:putChar( ... )
|
||||
@@ -310,7 +310,7 @@ METHOD QIODevice:putChar( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:read( ... )
|
||||
@@ -328,7 +328,7 @@ METHOD QIODevice:read( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:readAll( ... )
|
||||
@@ -336,7 +336,7 @@ METHOD QIODevice:readAll( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QIODevice_readAll( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:readLine( ... )
|
||||
@@ -356,7 +356,7 @@ METHOD QIODevice:readLine( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QIODevice_readLine_1( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:reset( ... )
|
||||
@@ -364,7 +364,7 @@ METHOD QIODevice:reset( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_reset( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:seek( ... )
|
||||
@@ -376,7 +376,7 @@ METHOD QIODevice:seek( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:setTextModeEnabled( ... )
|
||||
@@ -388,7 +388,7 @@ METHOD QIODevice:setTextModeEnabled( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:size( ... )
|
||||
@@ -396,7 +396,7 @@ METHOD QIODevice:size( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QIODevice_size( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:ungetChar( ... )
|
||||
@@ -408,7 +408,7 @@ METHOD QIODevice:ungetChar( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:waitForBytesWritten( ... )
|
||||
@@ -420,7 +420,7 @@ METHOD QIODevice:waitForBytesWritten( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:waitForReadyRead( ... )
|
||||
@@ -432,7 +432,7 @@ METHOD QIODevice:waitForReadyRead( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QIODevice:write( ... )
|
||||
@@ -452,5 +452,5 @@ METHOD QIODevice:write( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ CREATE CLASS QLatin1Char INHERIT HbQtObjectHandler FUNCTION HB_QLatin1Char
|
||||
METHOD QLatin1Char:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QLatin1Char( ... )
|
||||
RETURN Self
|
||||
@@ -129,7 +129,7 @@ METHOD QLatin1Char:toLatin1( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLatin1Char_toLatin1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLatin1Char:unicode( ... )
|
||||
@@ -137,5 +137,5 @@ METHOD QLatin1Char:unicode( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLatin1Char_unicode( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -117,7 +117,7 @@ CREATE CLASS QLatin1String INHERIT HbQtObjectHandler FUNCTION HB_QLatin1String
|
||||
METHOD QLatin1String:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QLatin1String( ... )
|
||||
RETURN Self
|
||||
@@ -128,5 +128,5 @@ METHOD QLatin1String:latin1( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLatin1String_latin1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -133,7 +133,7 @@ CREATE CLASS QLine INHERIT HbQtObjectHandler FUNCTION HB_QLine
|
||||
METHOD QLine:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QLine( ... )
|
||||
RETURN Self
|
||||
@@ -144,7 +144,7 @@ METHOD QLine:p1( ... )
|
||||
CASE 0
|
||||
RETURN QPointFromPointer( Qt_QLine_p1( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLine:p2( ... )
|
||||
@@ -152,7 +152,7 @@ METHOD QLine:p2( ... )
|
||||
CASE 0
|
||||
RETURN QPointFromPointer( Qt_QLine_p2( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLine:x1( ... )
|
||||
@@ -160,7 +160,7 @@ METHOD QLine:x1( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLine_x1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLine:x2( ... )
|
||||
@@ -168,7 +168,7 @@ METHOD QLine:x2( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLine_x2( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLine:y1( ... )
|
||||
@@ -176,7 +176,7 @@ METHOD QLine:y1( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLine_y1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLine:y2( ... )
|
||||
@@ -184,7 +184,7 @@ METHOD QLine:y2( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLine_y2( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLine:dx( ... )
|
||||
@@ -192,7 +192,7 @@ METHOD QLine:dx( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLine_dx( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLine:dy( ... )
|
||||
@@ -200,7 +200,7 @@ METHOD QLine:dy( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLine_dy( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLine:isNull( ... )
|
||||
@@ -208,7 +208,7 @@ METHOD QLine:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLine_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLine:setP1( ... )
|
||||
@@ -220,7 +220,7 @@ METHOD QLine:setP1( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLine:setP2( ... )
|
||||
@@ -232,7 +232,7 @@ METHOD QLine:setP2( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLine:setLine( ... )
|
||||
@@ -244,7 +244,7 @@ METHOD QLine:setLine( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLine:setPoints( ... )
|
||||
@@ -256,7 +256,7 @@ METHOD QLine:setPoints( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLine:translate( ... )
|
||||
@@ -274,7 +274,7 @@ METHOD QLine:translate( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLine:translated( ... )
|
||||
@@ -292,5 +292,5 @@ METHOD QLine:translated( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -143,7 +143,7 @@ CREATE CLASS QLineF INHERIT HbQtObjectHandler FUNCTION HB_QLineF
|
||||
METHOD QLineF:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QLineF( ... )
|
||||
RETURN Self
|
||||
@@ -154,7 +154,7 @@ METHOD QLineF:p1( ... )
|
||||
CASE 0
|
||||
RETURN QPointFFromPointer( Qt_QLineF_p1( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:p2( ... )
|
||||
@@ -162,7 +162,7 @@ METHOD QLineF:p2( ... )
|
||||
CASE 0
|
||||
RETURN QPointFFromPointer( Qt_QLineF_p2( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:x1( ... )
|
||||
@@ -170,7 +170,7 @@ METHOD QLineF:x1( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLineF_x1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:x2( ... )
|
||||
@@ -178,7 +178,7 @@ METHOD QLineF:x2( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLineF_x2( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:y1( ... )
|
||||
@@ -186,7 +186,7 @@ METHOD QLineF:y1( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLineF_y1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:y2( ... )
|
||||
@@ -194,7 +194,7 @@ METHOD QLineF:y2( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLineF_y2( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:angle( ... )
|
||||
@@ -202,7 +202,7 @@ METHOD QLineF:angle( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLineF_angle( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:angleTo( ... )
|
||||
@@ -214,7 +214,7 @@ METHOD QLineF:angleTo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:dx( ... )
|
||||
@@ -222,7 +222,7 @@ METHOD QLineF:dx( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLineF_dx( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:dy( ... )
|
||||
@@ -230,7 +230,7 @@ METHOD QLineF:dy( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLineF_dy( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:intersect( ... )
|
||||
@@ -242,7 +242,7 @@ METHOD QLineF:intersect( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:isNull( ... )
|
||||
@@ -250,7 +250,7 @@ METHOD QLineF:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLineF_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:length( ... )
|
||||
@@ -258,7 +258,7 @@ METHOD QLineF:length( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLineF_length( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:normalVector( ... )
|
||||
@@ -266,7 +266,7 @@ METHOD QLineF:normalVector( ... )
|
||||
CASE 0
|
||||
RETURN QLineFFromPointer( Qt_QLineF_normalVector( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:pointAt( ... )
|
||||
@@ -278,7 +278,7 @@ METHOD QLineF:pointAt( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:setP1( ... )
|
||||
@@ -290,7 +290,7 @@ METHOD QLineF:setP1( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:setP2( ... )
|
||||
@@ -302,7 +302,7 @@ METHOD QLineF:setP2( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:setAngle( ... )
|
||||
@@ -314,7 +314,7 @@ METHOD QLineF:setAngle( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:setLength( ... )
|
||||
@@ -326,7 +326,7 @@ METHOD QLineF:setLength( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:setLine( ... )
|
||||
@@ -338,7 +338,7 @@ METHOD QLineF:setLine( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:setPoints( ... )
|
||||
@@ -350,7 +350,7 @@ METHOD QLineF:setPoints( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:toLine( ... )
|
||||
@@ -358,7 +358,7 @@ METHOD QLineF:toLine( ... )
|
||||
CASE 0
|
||||
RETURN QLineFromPointer( Qt_QLineF_toLine( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:translate( ... )
|
||||
@@ -376,7 +376,7 @@ METHOD QLineF:translate( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:translated( ... )
|
||||
@@ -394,7 +394,7 @@ METHOD QLineF:translated( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLineF:unitVector( ... )
|
||||
@@ -402,5 +402,5 @@ METHOD QLineF:unitVector( ... )
|
||||
CASE 0
|
||||
RETURN QLineFFromPointer( Qt_QLineF_unitVector( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@ CREATE CLASS QList INHERIT HbQtObjectHandler FUNCTION HB_QList
|
||||
METHOD QList:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QList( ... )
|
||||
RETURN Self
|
||||
@@ -167,7 +167,7 @@ METHOD QList:append( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:at( ... )
|
||||
@@ -179,7 +179,7 @@ METHOD QList:at( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:back( ... )
|
||||
@@ -187,7 +187,7 @@ METHOD QList:back( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_back( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:clear( ... )
|
||||
@@ -195,7 +195,7 @@ METHOD QList:clear( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_clear( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:count( ... )
|
||||
@@ -209,7 +209,7 @@ METHOD QList:count( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_count_1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:empty( ... )
|
||||
@@ -217,7 +217,7 @@ METHOD QList:empty( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_empty( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:endsWith( ... )
|
||||
@@ -229,7 +229,7 @@ METHOD QList:endsWith( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:first( ... )
|
||||
@@ -237,7 +237,7 @@ METHOD QList:first( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_first( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:front( ... )
|
||||
@@ -245,7 +245,7 @@ METHOD QList:front( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_front( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:indexOf( ... )
|
||||
@@ -263,7 +263,7 @@ METHOD QList:indexOf( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:insert( ... )
|
||||
@@ -275,7 +275,7 @@ METHOD QList:insert( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:isEmpty( ... )
|
||||
@@ -283,7 +283,7 @@ METHOD QList:isEmpty( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_isEmpty( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:last( ... )
|
||||
@@ -291,7 +291,7 @@ METHOD QList:last( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_last( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:lastIndexOf( ... )
|
||||
@@ -309,7 +309,7 @@ METHOD QList:lastIndexOf( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:length( ... )
|
||||
@@ -317,7 +317,7 @@ METHOD QList:length( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_length( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:move( ... )
|
||||
@@ -329,7 +329,7 @@ METHOD QList:move( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:pop_back( ... )
|
||||
@@ -337,7 +337,7 @@ METHOD QList:pop_back( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_pop_back( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:pop_front( ... )
|
||||
@@ -345,7 +345,7 @@ METHOD QList:pop_front( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_pop_front( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:prepend( ... )
|
||||
@@ -357,7 +357,7 @@ METHOD QList:prepend( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:push_back( ... )
|
||||
@@ -369,7 +369,7 @@ METHOD QList:push_back( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:push_front( ... )
|
||||
@@ -381,7 +381,7 @@ METHOD QList:push_front( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:removeAll( ... )
|
||||
@@ -393,7 +393,7 @@ METHOD QList:removeAll( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:removeAt( ... )
|
||||
@@ -405,7 +405,7 @@ METHOD QList:removeAt( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:removeFirst( ... )
|
||||
@@ -413,7 +413,7 @@ METHOD QList:removeFirst( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_removeFirst( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:removeLast( ... )
|
||||
@@ -421,7 +421,7 @@ METHOD QList:removeLast( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_removeLast( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:removeOne( ... )
|
||||
@@ -433,7 +433,7 @@ METHOD QList:removeOne( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:replace( ... )
|
||||
@@ -445,7 +445,7 @@ METHOD QList:replace( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:size( ... )
|
||||
@@ -453,7 +453,7 @@ METHOD QList:size( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_size( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:startsWith( ... )
|
||||
@@ -465,7 +465,7 @@ METHOD QList:startsWith( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:swap( ... )
|
||||
@@ -477,7 +477,7 @@ METHOD QList:swap( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:takeAt( ... )
|
||||
@@ -489,7 +489,7 @@ METHOD QList:takeAt( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:takeFirst( ... )
|
||||
@@ -497,7 +497,7 @@ METHOD QList:takeFirst( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_takeFirst( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:takeLast( ... )
|
||||
@@ -505,7 +505,7 @@ METHOD QList:takeLast( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QList_takeLast( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QList:value( ... )
|
||||
@@ -523,5 +523,5 @@ METHOD QList:value( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -171,7 +171,7 @@ CREATE CLASS QLocale INHERIT HbQtObjectHandler FUNCTION HB_QLocale
|
||||
METHOD QLocale:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QLocale( ... )
|
||||
RETURN Self
|
||||
@@ -182,7 +182,7 @@ METHOD QLocale:amText( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLocale_amText( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:country( ... )
|
||||
@@ -190,7 +190,7 @@ METHOD QLocale:country( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLocale_country( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:dateFormat( ... )
|
||||
@@ -204,7 +204,7 @@ METHOD QLocale:dateFormat( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLocale_dateFormat( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:dateTimeFormat( ... )
|
||||
@@ -218,7 +218,7 @@ METHOD QLocale:dateTimeFormat( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLocale_dateTimeFormat( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:dayName( ... )
|
||||
@@ -236,7 +236,7 @@ METHOD QLocale:dayName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:decimalPoint( ... )
|
||||
@@ -244,7 +244,7 @@ METHOD QLocale:decimalPoint( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QLocale_decimalPoint( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:exponential( ... )
|
||||
@@ -252,7 +252,7 @@ METHOD QLocale:exponential( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QLocale_exponential( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:groupSeparator( ... )
|
||||
@@ -260,7 +260,7 @@ METHOD QLocale:groupSeparator( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QLocale_groupSeparator( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:language( ... )
|
||||
@@ -268,7 +268,7 @@ METHOD QLocale:language( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLocale_language( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:measurementSystem( ... )
|
||||
@@ -276,7 +276,7 @@ METHOD QLocale:measurementSystem( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLocale_measurementSystem( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:monthName( ... )
|
||||
@@ -294,7 +294,7 @@ METHOD QLocale:monthName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:name( ... )
|
||||
@@ -302,7 +302,7 @@ METHOD QLocale:name( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLocale_name( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:negativeSign( ... )
|
||||
@@ -310,7 +310,7 @@ METHOD QLocale:negativeSign( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QLocale_negativeSign( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:numberOptions( ... )
|
||||
@@ -318,7 +318,7 @@ METHOD QLocale:numberOptions( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLocale_numberOptions( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:percent( ... )
|
||||
@@ -326,7 +326,7 @@ METHOD QLocale:percent( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QLocale_percent( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:pmText( ... )
|
||||
@@ -334,7 +334,7 @@ METHOD QLocale:pmText( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLocale_pmText( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:positiveSign( ... )
|
||||
@@ -342,7 +342,7 @@ METHOD QLocale:positiveSign( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QLocale_positiveSign( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:setNumberOptions( ... )
|
||||
@@ -354,7 +354,7 @@ METHOD QLocale:setNumberOptions( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:standaloneDayName( ... )
|
||||
@@ -372,7 +372,7 @@ METHOD QLocale:standaloneDayName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:standaloneMonthName( ... )
|
||||
@@ -390,7 +390,7 @@ METHOD QLocale:standaloneMonthName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:timeFormat( ... )
|
||||
@@ -404,7 +404,7 @@ METHOD QLocale:timeFormat( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QLocale_timeFormat( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:toDate( ... )
|
||||
@@ -424,7 +424,7 @@ METHOD QLocale:toDate( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:toDateTime( ... )
|
||||
@@ -444,7 +444,7 @@ METHOD QLocale:toDateTime( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:toDouble( ... )
|
||||
@@ -462,7 +462,7 @@ METHOD QLocale:toDouble( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:toFloat( ... )
|
||||
@@ -480,7 +480,7 @@ METHOD QLocale:toFloat( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:toInt( ... )
|
||||
@@ -504,7 +504,7 @@ METHOD QLocale:toInt( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:toLongLong( ... )
|
||||
@@ -528,7 +528,7 @@ METHOD QLocale:toLongLong( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:toShort( ... )
|
||||
@@ -552,7 +552,7 @@ METHOD QLocale:toShort( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:toString( ... )
|
||||
@@ -612,7 +612,7 @@ METHOD QLocale:toString( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:toTime( ... )
|
||||
@@ -632,7 +632,7 @@ METHOD QLocale:toTime( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:toUInt( ... )
|
||||
@@ -656,7 +656,7 @@ METHOD QLocale:toUInt( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:toULongLong( ... )
|
||||
@@ -680,7 +680,7 @@ METHOD QLocale:toULongLong( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:toUShort( ... )
|
||||
@@ -704,7 +704,7 @@ METHOD QLocale:toUShort( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:zeroDigit( ... )
|
||||
@@ -712,7 +712,7 @@ METHOD QLocale:zeroDigit( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QLocale_zeroDigit( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:c( ... )
|
||||
@@ -720,7 +720,7 @@ METHOD QLocale:c( ... )
|
||||
CASE 0
|
||||
RETURN QLocaleFromPointer( Qt_QLocale_c( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:countryToString( ... )
|
||||
@@ -732,7 +732,7 @@ METHOD QLocale:countryToString( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:languageToString( ... )
|
||||
@@ -744,7 +744,7 @@ METHOD QLocale:languageToString( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:setDefault( ... )
|
||||
@@ -756,7 +756,7 @@ METHOD QLocale:setDefault( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QLocale:system( ... )
|
||||
@@ -764,5 +764,5 @@ METHOD QLocale:system( ... )
|
||||
CASE 0
|
||||
RETURN QLocaleFromPointer( Qt_QLocale_system( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -137,7 +137,7 @@ CREATE CLASS QMimeData INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QMimeDa
|
||||
METHOD QMimeData:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QMimeData( ... )
|
||||
RETURN Self
|
||||
@@ -148,7 +148,7 @@ METHOD QMimeData:clear( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QMimeData_clear( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:colorData( ... )
|
||||
@@ -156,7 +156,7 @@ METHOD QMimeData:colorData( ... )
|
||||
CASE 0
|
||||
RETURN QVariantFromPointer( Qt_QMimeData_colorData( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:data( ... )
|
||||
@@ -168,7 +168,7 @@ METHOD QMimeData:data( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:formats( ... )
|
||||
@@ -176,7 +176,7 @@ METHOD QMimeData:formats( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QMimeData_formats( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:hasColor( ... )
|
||||
@@ -184,7 +184,7 @@ METHOD QMimeData:hasColor( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QMimeData_hasColor( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:hasFormat( ... )
|
||||
@@ -196,7 +196,7 @@ METHOD QMimeData:hasFormat( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:hasHtml( ... )
|
||||
@@ -204,7 +204,7 @@ METHOD QMimeData:hasHtml( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QMimeData_hasHtml( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:hasImage( ... )
|
||||
@@ -212,7 +212,7 @@ METHOD QMimeData:hasImage( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QMimeData_hasImage( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:hasText( ... )
|
||||
@@ -220,7 +220,7 @@ METHOD QMimeData:hasText( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QMimeData_hasText( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:hasUrls( ... )
|
||||
@@ -228,7 +228,7 @@ METHOD QMimeData:hasUrls( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QMimeData_hasUrls( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:html( ... )
|
||||
@@ -236,7 +236,7 @@ METHOD QMimeData:html( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QMimeData_html( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:imageData( ... )
|
||||
@@ -244,7 +244,7 @@ METHOD QMimeData:imageData( ... )
|
||||
CASE 0
|
||||
RETURN QVariantFromPointer( Qt_QMimeData_imageData( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:removeFormat( ... )
|
||||
@@ -256,7 +256,7 @@ METHOD QMimeData:removeFormat( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:setColorData( ... )
|
||||
@@ -268,7 +268,7 @@ METHOD QMimeData:setColorData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:setData( ... )
|
||||
@@ -280,7 +280,7 @@ METHOD QMimeData:setData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:setHtml( ... )
|
||||
@@ -292,7 +292,7 @@ METHOD QMimeData:setHtml( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:setImageData( ... )
|
||||
@@ -304,7 +304,7 @@ METHOD QMimeData:setImageData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:setText( ... )
|
||||
@@ -316,7 +316,7 @@ METHOD QMimeData:setText( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:text( ... )
|
||||
@@ -324,7 +324,7 @@ METHOD QMimeData:text( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QMimeData_text( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:urls( ... )
|
||||
@@ -332,7 +332,7 @@ METHOD QMimeData:urls( ... )
|
||||
CASE 0
|
||||
RETURN QListFromPointer( Qt_QMimeData_urls( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QMimeData:hbUrlList( ... )
|
||||
@@ -340,5 +340,5 @@ METHOD QMimeData:hbUrlList( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QMimeData_hbUrlList( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -127,7 +127,7 @@ CREATE CLASS QModelIndex INHERIT HbQtObjectHandler FUNCTION HB_QModelIndex
|
||||
METHOD QModelIndex:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QModelIndex( ... )
|
||||
RETURN Self
|
||||
@@ -142,7 +142,7 @@ METHOD QModelIndex:child( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QModelIndex:column( ... )
|
||||
@@ -150,7 +150,7 @@ METHOD QModelIndex:column( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QModelIndex_column( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QModelIndex:data( ... )
|
||||
@@ -164,7 +164,7 @@ METHOD QModelIndex:data( ... )
|
||||
CASE 0
|
||||
RETURN QVariantFromPointer( Qt_QModelIndex_data( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QModelIndex:flags( ... )
|
||||
@@ -172,7 +172,7 @@ METHOD QModelIndex:flags( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QModelIndex_flags( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QModelIndex:internalId( ... )
|
||||
@@ -180,7 +180,7 @@ METHOD QModelIndex:internalId( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QModelIndex_internalId( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QModelIndex:internalPointer( ... )
|
||||
@@ -188,7 +188,7 @@ METHOD QModelIndex:internalPointer( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QModelIndex_internalPointer( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QModelIndex:isValid( ... )
|
||||
@@ -196,7 +196,7 @@ METHOD QModelIndex:isValid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QModelIndex_isValid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QModelIndex:model( ... )
|
||||
@@ -204,7 +204,7 @@ METHOD QModelIndex:model( ... )
|
||||
CASE 0
|
||||
RETURN QAbstractItemModelFromPointer( Qt_QModelIndex_model( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QModelIndex:parent( ... )
|
||||
@@ -212,7 +212,7 @@ METHOD QModelIndex:parent( ... )
|
||||
CASE 0
|
||||
RETURN QModelIndexFromPointer( Qt_QModelIndex_parent( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QModelIndex:row( ... )
|
||||
@@ -220,7 +220,7 @@ METHOD QModelIndex:row( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QModelIndex_row( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QModelIndex:sibling( ... )
|
||||
@@ -232,5 +232,5 @@ METHOD QModelIndex:sibling( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@ CREATE CLASS QObject INHERIT HbQtObjectHandler FUNCTION HB_QObject
|
||||
METHOD QObject:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QObject( ... )
|
||||
RETURN Self
|
||||
@@ -155,7 +155,7 @@ METHOD QObject:blockSignals( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:dumpObjectInfo( ... )
|
||||
@@ -163,7 +163,7 @@ METHOD QObject:dumpObjectInfo( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QObject_dumpObjectInfo( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:dumpObjectTree( ... )
|
||||
@@ -171,7 +171,7 @@ METHOD QObject:dumpObjectTree( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QObject_dumpObjectTree( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:dynamicPropertyNames( ... )
|
||||
@@ -179,7 +179,7 @@ METHOD QObject:dynamicPropertyNames( ... )
|
||||
CASE 0
|
||||
RETURN QListFromPointer( Qt_QObject_dynamicPropertyNames( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:event( ... )
|
||||
@@ -191,7 +191,7 @@ METHOD QObject:event( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:eventFilter( ... )
|
||||
@@ -203,7 +203,7 @@ METHOD QObject:eventFilter( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:inherits( ... )
|
||||
@@ -215,7 +215,7 @@ METHOD QObject:inherits( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:installEventFilter( ... )
|
||||
@@ -227,7 +227,7 @@ METHOD QObject:installEventFilter( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:isWidgetType( ... )
|
||||
@@ -235,7 +235,7 @@ METHOD QObject:isWidgetType( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QObject_isWidgetType( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:killTimer( ... )
|
||||
@@ -247,7 +247,7 @@ METHOD QObject:killTimer( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:moveToThread( ... )
|
||||
@@ -259,7 +259,7 @@ METHOD QObject:moveToThread( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:objectName( ... )
|
||||
@@ -267,7 +267,7 @@ METHOD QObject:objectName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QObject_objectName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:parent( ... )
|
||||
@@ -275,7 +275,7 @@ METHOD QObject:parent( ... )
|
||||
CASE 0
|
||||
RETURN QObjectFromPointer( Qt_QObject_parent( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:property( ... )
|
||||
@@ -287,7 +287,7 @@ METHOD QObject:property( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:removeEventFilter( ... )
|
||||
@@ -299,7 +299,7 @@ METHOD QObject:removeEventFilter( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:setObjectName( ... )
|
||||
@@ -311,7 +311,7 @@ METHOD QObject:setObjectName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:setParent( ... )
|
||||
@@ -323,7 +323,7 @@ METHOD QObject:setParent( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:setProperty( ... )
|
||||
@@ -335,7 +335,7 @@ METHOD QObject:setProperty( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:signalsBlocked( ... )
|
||||
@@ -343,7 +343,7 @@ METHOD QObject:signalsBlocked( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QObject_signalsBlocked( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:startTimer( ... )
|
||||
@@ -355,7 +355,7 @@ METHOD QObject:startTimer( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:thread( ... )
|
||||
@@ -363,7 +363,7 @@ METHOD QObject:thread( ... )
|
||||
CASE 0
|
||||
RETURN QThreadFromPointer( Qt_QObject_thread( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:tr( ... )
|
||||
@@ -387,7 +387,7 @@ METHOD QObject:tr( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:trUtf8( ... )
|
||||
@@ -411,7 +411,7 @@ METHOD QObject:trUtf8( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QObject:deleteLater( ... )
|
||||
@@ -419,5 +419,5 @@ METHOD QObject:deleteLater( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QObject_deleteLater( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -124,7 +124,7 @@ CREATE CLASS QPoint INHERIT HbQtObjectHandler FUNCTION HB_QPoint
|
||||
METHOD QPoint:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QPoint( ... )
|
||||
RETURN Self
|
||||
@@ -135,7 +135,7 @@ METHOD QPoint:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QPoint_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QPoint:manhattanLength( ... )
|
||||
@@ -143,7 +143,7 @@ METHOD QPoint:manhattanLength( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QPoint_manhattanLength( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QPoint:rx( ... )
|
||||
@@ -151,7 +151,7 @@ METHOD QPoint:rx( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QPoint_rx( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QPoint:ry( ... )
|
||||
@@ -159,7 +159,7 @@ METHOD QPoint:ry( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QPoint_ry( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QPoint:setX( ... )
|
||||
@@ -171,7 +171,7 @@ METHOD QPoint:setX( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QPoint:setY( ... )
|
||||
@@ -183,7 +183,7 @@ METHOD QPoint:setY( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QPoint:x( ... )
|
||||
@@ -191,7 +191,7 @@ METHOD QPoint:x( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QPoint_x( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QPoint:y( ... )
|
||||
@@ -199,5 +199,5 @@ METHOD QPoint:y( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QPoint_y( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -124,7 +124,7 @@ CREATE CLASS QPointF INHERIT HbQtObjectHandler FUNCTION HB_QPointF
|
||||
METHOD QPointF:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QPointF( ... )
|
||||
RETURN Self
|
||||
@@ -135,7 +135,7 @@ METHOD QPointF:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QPointF_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QPointF:rx( ... )
|
||||
@@ -143,7 +143,7 @@ METHOD QPointF:rx( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QPointF_rx( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QPointF:ry( ... )
|
||||
@@ -151,7 +151,7 @@ METHOD QPointF:ry( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QPointF_ry( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QPointF:setX( ... )
|
||||
@@ -163,7 +163,7 @@ METHOD QPointF:setX( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QPointF:setY( ... )
|
||||
@@ -175,7 +175,7 @@ METHOD QPointF:setY( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QPointF:toPoint( ... )
|
||||
@@ -183,7 +183,7 @@ METHOD QPointF:toPoint( ... )
|
||||
CASE 0
|
||||
RETURN QPointFromPointer( Qt_QPointF_toPoint( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QPointF:x( ... )
|
||||
@@ -191,7 +191,7 @@ METHOD QPointF:x( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QPointF_x( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QPointF:y( ... )
|
||||
@@ -199,5 +199,5 @@ METHOD QPointF:y( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QPointF_y( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@ CREATE CLASS QProcess INHERIT HbQtObjectHandler, HB_QIODevice FUNCTION HB_QProce
|
||||
METHOD QProcess:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QProcess( ... )
|
||||
RETURN Self
|
||||
@@ -160,7 +160,7 @@ METHOD QProcess:close( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QProcess_close( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:closeReadChannel( ... )
|
||||
@@ -172,7 +172,7 @@ METHOD QProcess:closeReadChannel( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:closeWriteChannel( ... )
|
||||
@@ -180,7 +180,7 @@ METHOD QProcess:closeWriteChannel( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QProcess_closeWriteChannel( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:environment( ... )
|
||||
@@ -188,7 +188,7 @@ METHOD QProcess:environment( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QProcess_environment( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:error( ... )
|
||||
@@ -196,7 +196,7 @@ METHOD QProcess:error( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QProcess_error( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:exitCode( ... )
|
||||
@@ -204,7 +204,7 @@ METHOD QProcess:exitCode( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QProcess_exitCode( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:exitStatus( ... )
|
||||
@@ -212,7 +212,7 @@ METHOD QProcess:exitStatus( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QProcess_exitStatus( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:processChannelMode( ... )
|
||||
@@ -220,7 +220,7 @@ METHOD QProcess:processChannelMode( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QProcess_processChannelMode( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:readAllStandardError( ... )
|
||||
@@ -228,7 +228,7 @@ METHOD QProcess:readAllStandardError( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QProcess_readAllStandardError( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:readAllStandardOutput( ... )
|
||||
@@ -236,7 +236,7 @@ METHOD QProcess:readAllStandardOutput( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QProcess_readAllStandardOutput( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:readChannel( ... )
|
||||
@@ -244,7 +244,7 @@ METHOD QProcess:readChannel( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QProcess_readChannel( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:setEnvironment( ... )
|
||||
@@ -256,7 +256,7 @@ METHOD QProcess:setEnvironment( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:setProcessChannelMode( ... )
|
||||
@@ -268,7 +268,7 @@ METHOD QProcess:setProcessChannelMode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:setReadChannel( ... )
|
||||
@@ -280,7 +280,7 @@ METHOD QProcess:setReadChannel( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:setStandardErrorFile( ... )
|
||||
@@ -298,7 +298,7 @@ METHOD QProcess:setStandardErrorFile( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:setStandardInputFile( ... )
|
||||
@@ -310,7 +310,7 @@ METHOD QProcess:setStandardInputFile( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:setStandardOutputFile( ... )
|
||||
@@ -328,7 +328,7 @@ METHOD QProcess:setStandardOutputFile( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:setStandardOutputProcess( ... )
|
||||
@@ -340,7 +340,7 @@ METHOD QProcess:setStandardOutputProcess( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:setWorkingDirectory( ... )
|
||||
@@ -352,7 +352,7 @@ METHOD QProcess:setWorkingDirectory( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:start( ... )
|
||||
@@ -378,7 +378,7 @@ METHOD QProcess:start( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:state( ... )
|
||||
@@ -386,7 +386,7 @@ METHOD QProcess:state( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QProcess_state( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:waitForFinished( ... )
|
||||
@@ -400,7 +400,7 @@ METHOD QProcess:waitForFinished( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QProcess_waitForFinished( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:waitForStarted( ... )
|
||||
@@ -414,7 +414,7 @@ METHOD QProcess:waitForStarted( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QProcess_waitForStarted( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:workingDirectory( ... )
|
||||
@@ -422,7 +422,7 @@ METHOD QProcess:workingDirectory( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QProcess_workingDirectory( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:execute( ... )
|
||||
@@ -440,7 +440,7 @@ METHOD QProcess:execute( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:startDetached( ... )
|
||||
@@ -470,7 +470,7 @@ METHOD QProcess:startDetached( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:systemEnvironment( ... )
|
||||
@@ -478,7 +478,7 @@ METHOD QProcess:systemEnvironment( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QProcess_systemEnvironment( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:kill( ... )
|
||||
@@ -486,7 +486,7 @@ METHOD QProcess:kill( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QProcess_kill( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QProcess:terminate( ... )
|
||||
@@ -494,5 +494,5 @@ METHOD QProcess:terminate( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QProcess_terminate( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -175,7 +175,7 @@ CREATE CLASS QRect INHERIT HbQtObjectHandler FUNCTION HB_QRect
|
||||
METHOD QRect:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QRect( ... )
|
||||
RETURN Self
|
||||
@@ -190,7 +190,7 @@ METHOD QRect:adjust( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:adjusted( ... )
|
||||
@@ -202,7 +202,7 @@ METHOD QRect:adjusted( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:bottom( ... )
|
||||
@@ -210,7 +210,7 @@ METHOD QRect:bottom( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRect_bottom( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:bottomLeft( ... )
|
||||
@@ -218,7 +218,7 @@ METHOD QRect:bottomLeft( ... )
|
||||
CASE 0
|
||||
RETURN QPointFromPointer( Qt_QRect_bottomLeft( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:bottomRight( ... )
|
||||
@@ -226,7 +226,7 @@ METHOD QRect:bottomRight( ... )
|
||||
CASE 0
|
||||
RETURN QPointFromPointer( Qt_QRect_bottomRight( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:center( ... )
|
||||
@@ -234,7 +234,7 @@ METHOD QRect:center( ... )
|
||||
CASE 0
|
||||
RETURN QPointFromPointer( Qt_QRect_center( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:contains( ... )
|
||||
@@ -270,7 +270,7 @@ METHOD QRect:contains( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:getCoords( ... )
|
||||
@@ -282,7 +282,7 @@ METHOD QRect:getCoords( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:getRect( ... )
|
||||
@@ -294,7 +294,7 @@ METHOD QRect:getRect( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:height( ... )
|
||||
@@ -302,7 +302,7 @@ METHOD QRect:height( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRect_height( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:intersected( ... )
|
||||
@@ -314,7 +314,7 @@ METHOD QRect:intersected( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:intersects( ... )
|
||||
@@ -326,7 +326,7 @@ METHOD QRect:intersects( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:isEmpty( ... )
|
||||
@@ -334,7 +334,7 @@ METHOD QRect:isEmpty( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRect_isEmpty( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:isNull( ... )
|
||||
@@ -342,7 +342,7 @@ METHOD QRect:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRect_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:isValid( ... )
|
||||
@@ -350,7 +350,7 @@ METHOD QRect:isValid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRect_isValid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:left( ... )
|
||||
@@ -358,7 +358,7 @@ METHOD QRect:left( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRect_left( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:moveBottom( ... )
|
||||
@@ -370,7 +370,7 @@ METHOD QRect:moveBottom( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:moveBottomLeft( ... )
|
||||
@@ -382,7 +382,7 @@ METHOD QRect:moveBottomLeft( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:moveBottomRight( ... )
|
||||
@@ -394,7 +394,7 @@ METHOD QRect:moveBottomRight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:moveCenter( ... )
|
||||
@@ -406,7 +406,7 @@ METHOD QRect:moveCenter( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:moveLeft( ... )
|
||||
@@ -418,7 +418,7 @@ METHOD QRect:moveLeft( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:moveRight( ... )
|
||||
@@ -430,7 +430,7 @@ METHOD QRect:moveRight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:moveTo( ... )
|
||||
@@ -448,7 +448,7 @@ METHOD QRect:moveTo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:moveTop( ... )
|
||||
@@ -460,7 +460,7 @@ METHOD QRect:moveTop( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:moveTopLeft( ... )
|
||||
@@ -472,7 +472,7 @@ METHOD QRect:moveTopLeft( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:moveTopRight( ... )
|
||||
@@ -484,7 +484,7 @@ METHOD QRect:moveTopRight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:normalized( ... )
|
||||
@@ -492,7 +492,7 @@ METHOD QRect:normalized( ... )
|
||||
CASE 0
|
||||
RETURN QRectFromPointer( Qt_QRect_normalized( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:right( ... )
|
||||
@@ -500,7 +500,7 @@ METHOD QRect:right( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRect_right( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setBottom( ... )
|
||||
@@ -512,7 +512,7 @@ METHOD QRect:setBottom( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setBottomLeft( ... )
|
||||
@@ -524,7 +524,7 @@ METHOD QRect:setBottomLeft( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setBottomRight( ... )
|
||||
@@ -536,7 +536,7 @@ METHOD QRect:setBottomRight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setCoords( ... )
|
||||
@@ -548,7 +548,7 @@ METHOD QRect:setCoords( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setHeight( ... )
|
||||
@@ -560,7 +560,7 @@ METHOD QRect:setHeight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setLeft( ... )
|
||||
@@ -572,7 +572,7 @@ METHOD QRect:setLeft( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setRect( ... )
|
||||
@@ -584,7 +584,7 @@ METHOD QRect:setRect( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setRight( ... )
|
||||
@@ -596,7 +596,7 @@ METHOD QRect:setRight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setSize( ... )
|
||||
@@ -608,7 +608,7 @@ METHOD QRect:setSize( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setTop( ... )
|
||||
@@ -620,7 +620,7 @@ METHOD QRect:setTop( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setTopLeft( ... )
|
||||
@@ -632,7 +632,7 @@ METHOD QRect:setTopLeft( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setTopRight( ... )
|
||||
@@ -644,7 +644,7 @@ METHOD QRect:setTopRight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setWidth( ... )
|
||||
@@ -656,7 +656,7 @@ METHOD QRect:setWidth( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setX( ... )
|
||||
@@ -668,7 +668,7 @@ METHOD QRect:setX( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:setY( ... )
|
||||
@@ -680,7 +680,7 @@ METHOD QRect:setY( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:size( ... )
|
||||
@@ -688,7 +688,7 @@ METHOD QRect:size( ... )
|
||||
CASE 0
|
||||
RETURN QSizeFromPointer( Qt_QRect_size( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:top( ... )
|
||||
@@ -696,7 +696,7 @@ METHOD QRect:top( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRect_top( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:topLeft( ... )
|
||||
@@ -704,7 +704,7 @@ METHOD QRect:topLeft( ... )
|
||||
CASE 0
|
||||
RETURN QPointFromPointer( Qt_QRect_topLeft( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:topRight( ... )
|
||||
@@ -712,7 +712,7 @@ METHOD QRect:topRight( ... )
|
||||
CASE 0
|
||||
RETURN QPointFromPointer( Qt_QRect_topRight( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:translate( ... )
|
||||
@@ -730,7 +730,7 @@ METHOD QRect:translate( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:translated( ... )
|
||||
@@ -748,7 +748,7 @@ METHOD QRect:translated( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:united( ... )
|
||||
@@ -760,7 +760,7 @@ METHOD QRect:united( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:width( ... )
|
||||
@@ -768,7 +768,7 @@ METHOD QRect:width( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRect_width( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:x( ... )
|
||||
@@ -776,7 +776,7 @@ METHOD QRect:x( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRect_x( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRect:y( ... )
|
||||
@@ -784,5 +784,5 @@ METHOD QRect:y( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRect_y( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -176,7 +176,7 @@ CREATE CLASS QRectF INHERIT HbQtObjectHandler FUNCTION HB_QRectF
|
||||
METHOD QRectF:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QRectF( ... )
|
||||
RETURN Self
|
||||
@@ -191,7 +191,7 @@ METHOD QRectF:adjust( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:adjusted( ... )
|
||||
@@ -203,7 +203,7 @@ METHOD QRectF:adjusted( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:bottom( ... )
|
||||
@@ -211,7 +211,7 @@ METHOD QRectF:bottom( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRectF_bottom( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:bottomLeft( ... )
|
||||
@@ -219,7 +219,7 @@ METHOD QRectF:bottomLeft( ... )
|
||||
CASE 0
|
||||
RETURN QPointFFromPointer( Qt_QRectF_bottomLeft( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:bottomRight( ... )
|
||||
@@ -227,7 +227,7 @@ METHOD QRectF:bottomRight( ... )
|
||||
CASE 0
|
||||
RETURN QPointFFromPointer( Qt_QRectF_bottomRight( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:center( ... )
|
||||
@@ -235,7 +235,7 @@ METHOD QRectF:center( ... )
|
||||
CASE 0
|
||||
RETURN QPointFFromPointer( Qt_QRectF_center( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:contains( ... )
|
||||
@@ -258,7 +258,7 @@ METHOD QRectF:contains( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:getCoords( ... )
|
||||
@@ -270,7 +270,7 @@ METHOD QRectF:getCoords( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:getRect( ... )
|
||||
@@ -282,7 +282,7 @@ METHOD QRectF:getRect( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:height( ... )
|
||||
@@ -290,7 +290,7 @@ METHOD QRectF:height( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRectF_height( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:intersected( ... )
|
||||
@@ -302,7 +302,7 @@ METHOD QRectF:intersected( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:intersects( ... )
|
||||
@@ -314,7 +314,7 @@ METHOD QRectF:intersects( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:isEmpty( ... )
|
||||
@@ -322,7 +322,7 @@ METHOD QRectF:isEmpty( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRectF_isEmpty( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:isNull( ... )
|
||||
@@ -330,7 +330,7 @@ METHOD QRectF:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRectF_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:isValid( ... )
|
||||
@@ -338,7 +338,7 @@ METHOD QRectF:isValid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRectF_isValid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:left( ... )
|
||||
@@ -346,7 +346,7 @@ METHOD QRectF:left( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRectF_left( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:moveBottom( ... )
|
||||
@@ -358,7 +358,7 @@ METHOD QRectF:moveBottom( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:moveBottomLeft( ... )
|
||||
@@ -370,7 +370,7 @@ METHOD QRectF:moveBottomLeft( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:moveBottomRight( ... )
|
||||
@@ -382,7 +382,7 @@ METHOD QRectF:moveBottomRight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:moveCenter( ... )
|
||||
@@ -394,7 +394,7 @@ METHOD QRectF:moveCenter( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:moveLeft( ... )
|
||||
@@ -406,7 +406,7 @@ METHOD QRectF:moveLeft( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:moveRight( ... )
|
||||
@@ -418,7 +418,7 @@ METHOD QRectF:moveRight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:moveTo( ... )
|
||||
@@ -436,7 +436,7 @@ METHOD QRectF:moveTo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:moveTop( ... )
|
||||
@@ -448,7 +448,7 @@ METHOD QRectF:moveTop( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:moveTopLeft( ... )
|
||||
@@ -460,7 +460,7 @@ METHOD QRectF:moveTopLeft( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:moveTopRight( ... )
|
||||
@@ -472,7 +472,7 @@ METHOD QRectF:moveTopRight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:normalized( ... )
|
||||
@@ -480,7 +480,7 @@ METHOD QRectF:normalized( ... )
|
||||
CASE 0
|
||||
RETURN QRectFFromPointer( Qt_QRectF_normalized( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:right( ... )
|
||||
@@ -488,7 +488,7 @@ METHOD QRectF:right( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRectF_right( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setBottom( ... )
|
||||
@@ -500,7 +500,7 @@ METHOD QRectF:setBottom( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setBottomLeft( ... )
|
||||
@@ -512,7 +512,7 @@ METHOD QRectF:setBottomLeft( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setBottomRight( ... )
|
||||
@@ -524,7 +524,7 @@ METHOD QRectF:setBottomRight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setCoords( ... )
|
||||
@@ -536,7 +536,7 @@ METHOD QRectF:setCoords( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setHeight( ... )
|
||||
@@ -548,7 +548,7 @@ METHOD QRectF:setHeight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setLeft( ... )
|
||||
@@ -560,7 +560,7 @@ METHOD QRectF:setLeft( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setRect( ... )
|
||||
@@ -572,7 +572,7 @@ METHOD QRectF:setRect( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setRight( ... )
|
||||
@@ -584,7 +584,7 @@ METHOD QRectF:setRight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setSize( ... )
|
||||
@@ -596,7 +596,7 @@ METHOD QRectF:setSize( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setTop( ... )
|
||||
@@ -608,7 +608,7 @@ METHOD QRectF:setTop( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setTopLeft( ... )
|
||||
@@ -620,7 +620,7 @@ METHOD QRectF:setTopLeft( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setTopRight( ... )
|
||||
@@ -632,7 +632,7 @@ METHOD QRectF:setTopRight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setWidth( ... )
|
||||
@@ -644,7 +644,7 @@ METHOD QRectF:setWidth( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setX( ... )
|
||||
@@ -656,7 +656,7 @@ METHOD QRectF:setX( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:setY( ... )
|
||||
@@ -668,7 +668,7 @@ METHOD QRectF:setY( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:size( ... )
|
||||
@@ -676,7 +676,7 @@ METHOD QRectF:size( ... )
|
||||
CASE 0
|
||||
RETURN QSizeFFromPointer( Qt_QRectF_size( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:toAlignedRect( ... )
|
||||
@@ -684,7 +684,7 @@ METHOD QRectF:toAlignedRect( ... )
|
||||
CASE 0
|
||||
RETURN QRectFromPointer( Qt_QRectF_toAlignedRect( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:toRect( ... )
|
||||
@@ -692,7 +692,7 @@ METHOD QRectF:toRect( ... )
|
||||
CASE 0
|
||||
RETURN QRectFromPointer( Qt_QRectF_toRect( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:top( ... )
|
||||
@@ -700,7 +700,7 @@ METHOD QRectF:top( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRectF_top( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:topLeft( ... )
|
||||
@@ -708,7 +708,7 @@ METHOD QRectF:topLeft( ... )
|
||||
CASE 0
|
||||
RETURN QPointFFromPointer( Qt_QRectF_topLeft( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:topRight( ... )
|
||||
@@ -716,7 +716,7 @@ METHOD QRectF:topRight( ... )
|
||||
CASE 0
|
||||
RETURN QPointFFromPointer( Qt_QRectF_topRight( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:translate( ... )
|
||||
@@ -734,7 +734,7 @@ METHOD QRectF:translate( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:translated( ... )
|
||||
@@ -752,7 +752,7 @@ METHOD QRectF:translated( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:united( ... )
|
||||
@@ -764,7 +764,7 @@ METHOD QRectF:united( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:width( ... )
|
||||
@@ -772,7 +772,7 @@ METHOD QRectF:width( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRectF_width( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:x( ... )
|
||||
@@ -780,7 +780,7 @@ METHOD QRectF:x( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRectF_x( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRectF:y( ... )
|
||||
@@ -788,5 +788,5 @@ METHOD QRectF:y( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRectF_y( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -135,7 +135,7 @@ CREATE CLASS QRegExp INHERIT HbQtObjectHandler FUNCTION HB_QRegExp
|
||||
METHOD QRegExp:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QRegExp( ... )
|
||||
RETURN Self
|
||||
@@ -152,7 +152,7 @@ METHOD QRegExp:cap( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRegExp_cap( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:capturedTexts( ... )
|
||||
@@ -160,7 +160,7 @@ METHOD QRegExp:capturedTexts( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QRegExp_capturedTexts( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:caseSensitivity( ... )
|
||||
@@ -168,7 +168,7 @@ METHOD QRegExp:caseSensitivity( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRegExp_caseSensitivity( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:errorString( ... )
|
||||
@@ -176,7 +176,7 @@ METHOD QRegExp:errorString( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRegExp_errorString( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:exactMatch( ... )
|
||||
@@ -188,7 +188,7 @@ METHOD QRegExp:exactMatch( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:indexIn( ... )
|
||||
@@ -212,7 +212,7 @@ METHOD QRegExp:indexIn( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:isEmpty( ... )
|
||||
@@ -220,7 +220,7 @@ METHOD QRegExp:isEmpty( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRegExp_isEmpty( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:isMinimal( ... )
|
||||
@@ -228,7 +228,7 @@ METHOD QRegExp:isMinimal( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRegExp_isMinimal( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:isValid( ... )
|
||||
@@ -236,7 +236,7 @@ METHOD QRegExp:isValid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRegExp_isValid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:lastIndexIn( ... )
|
||||
@@ -260,7 +260,7 @@ METHOD QRegExp:lastIndexIn( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:matchedLength( ... )
|
||||
@@ -268,7 +268,7 @@ METHOD QRegExp:matchedLength( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRegExp_matchedLength( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:numCaptures( ... )
|
||||
@@ -276,7 +276,7 @@ METHOD QRegExp:numCaptures( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRegExp_numCaptures( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:pattern( ... )
|
||||
@@ -284,7 +284,7 @@ METHOD QRegExp:pattern( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRegExp_pattern( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:patternSyntax( ... )
|
||||
@@ -292,7 +292,7 @@ METHOD QRegExp:patternSyntax( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRegExp_patternSyntax( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:pos( ... )
|
||||
@@ -306,7 +306,7 @@ METHOD QRegExp:pos( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QRegExp_pos( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:setCaseSensitivity( ... )
|
||||
@@ -318,7 +318,7 @@ METHOD QRegExp:setCaseSensitivity( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:setMinimal( ... )
|
||||
@@ -330,7 +330,7 @@ METHOD QRegExp:setMinimal( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:setPattern( ... )
|
||||
@@ -342,7 +342,7 @@ METHOD QRegExp:setPattern( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QRegExp:setPatternSyntax( ... )
|
||||
@@ -354,5 +354,5 @@ METHOD QRegExp:setPatternSyntax( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ CREATE CLASS QResource INHERIT HbQtObjectHandler FUNCTION HB_QResource
|
||||
METHOD QResource:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QResource( ... )
|
||||
RETURN Self
|
||||
|
||||
@@ -147,7 +147,7 @@ CREATE CLASS QSettings INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QSettin
|
||||
METHOD QSettings:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QSettings( ... )
|
||||
RETURN Self
|
||||
@@ -158,7 +158,7 @@ METHOD QSettings:allKeys( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QSettings_allKeys( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:applicationName( ... )
|
||||
@@ -166,7 +166,7 @@ METHOD QSettings:applicationName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSettings_applicationName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:beginGroup( ... )
|
||||
@@ -178,7 +178,7 @@ METHOD QSettings:beginGroup( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:beginReadArray( ... )
|
||||
@@ -190,7 +190,7 @@ METHOD QSettings:beginReadArray( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:beginWriteArray( ... )
|
||||
@@ -208,7 +208,7 @@ METHOD QSettings:beginWriteArray( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:childGroups( ... )
|
||||
@@ -216,7 +216,7 @@ METHOD QSettings:childGroups( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QSettings_childGroups( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:childKeys( ... )
|
||||
@@ -224,7 +224,7 @@ METHOD QSettings:childKeys( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QSettings_childKeys( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:clear( ... )
|
||||
@@ -232,7 +232,7 @@ METHOD QSettings:clear( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSettings_clear( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:contains( ... )
|
||||
@@ -244,7 +244,7 @@ METHOD QSettings:contains( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:endArray( ... )
|
||||
@@ -252,7 +252,7 @@ METHOD QSettings:endArray( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSettings_endArray( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:endGroup( ... )
|
||||
@@ -260,7 +260,7 @@ METHOD QSettings:endGroup( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSettings_endGroup( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:fallbacksEnabled( ... )
|
||||
@@ -268,7 +268,7 @@ METHOD QSettings:fallbacksEnabled( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSettings_fallbacksEnabled( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:fileName( ... )
|
||||
@@ -276,7 +276,7 @@ METHOD QSettings:fileName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSettings_fileName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:format( ... )
|
||||
@@ -284,7 +284,7 @@ METHOD QSettings:format( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSettings_format( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:group( ... )
|
||||
@@ -292,7 +292,7 @@ METHOD QSettings:group( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSettings_group( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:iniCodec( ... )
|
||||
@@ -300,7 +300,7 @@ METHOD QSettings:iniCodec( ... )
|
||||
CASE 0
|
||||
RETURN QTextCodecFromPointer( Qt_QSettings_iniCodec( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:isWritable( ... )
|
||||
@@ -308,7 +308,7 @@ METHOD QSettings:isWritable( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSettings_isWritable( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:organizationName( ... )
|
||||
@@ -316,7 +316,7 @@ METHOD QSettings:organizationName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSettings_organizationName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:remove( ... )
|
||||
@@ -328,7 +328,7 @@ METHOD QSettings:remove( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:scope( ... )
|
||||
@@ -336,7 +336,7 @@ METHOD QSettings:scope( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSettings_scope( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:setArrayIndex( ... )
|
||||
@@ -348,7 +348,7 @@ METHOD QSettings:setArrayIndex( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:setFallbacksEnabled( ... )
|
||||
@@ -360,7 +360,7 @@ METHOD QSettings:setFallbacksEnabled( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:setIniCodec( ... )
|
||||
@@ -374,7 +374,7 @@ METHOD QSettings:setIniCodec( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:setValue( ... )
|
||||
@@ -386,7 +386,7 @@ METHOD QSettings:setValue( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:status( ... )
|
||||
@@ -394,7 +394,7 @@ METHOD QSettings:status( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSettings_status( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:sync( ... )
|
||||
@@ -402,7 +402,7 @@ METHOD QSettings:sync( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSettings_sync( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:value( ... )
|
||||
@@ -420,7 +420,7 @@ METHOD QSettings:value( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:defaultFormat( ... )
|
||||
@@ -428,7 +428,7 @@ METHOD QSettings:defaultFormat( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSettings_defaultFormat( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:setDefaultFormat( ... )
|
||||
@@ -440,7 +440,7 @@ METHOD QSettings:setDefaultFormat( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSettings:setPath( ... )
|
||||
@@ -452,5 +452,5 @@ METHOD QSettings:setPath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -125,7 +125,7 @@ CREATE CLASS QSignalMapper INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QSi
|
||||
METHOD QSignalMapper:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QSignalMapper( ... )
|
||||
RETURN Self
|
||||
@@ -144,7 +144,7 @@ METHOD QSignalMapper:mapping( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSignalMapper:removeMappings( ... )
|
||||
@@ -156,7 +156,7 @@ METHOD QSignalMapper:removeMappings( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSignalMapper:setMapping( ... )
|
||||
@@ -172,7 +172,7 @@ METHOD QSignalMapper:setMapping( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSignalMapper:map( ... )
|
||||
@@ -186,5 +186,5 @@ METHOD QSignalMapper:map( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSignalMapper_map( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ CREATE CLASS QSize INHERIT HbQtObjectHandler FUNCTION HB_QSize
|
||||
METHOD QSize:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QSize( ... )
|
||||
RETURN Self
|
||||
@@ -141,7 +141,7 @@ METHOD QSize:height( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSize_height( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSize:isEmpty( ... )
|
||||
@@ -149,7 +149,7 @@ METHOD QSize:isEmpty( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSize_isEmpty( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSize:isNull( ... )
|
||||
@@ -157,7 +157,7 @@ METHOD QSize:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSize_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSize:isValid( ... )
|
||||
@@ -165,7 +165,7 @@ METHOD QSize:isValid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSize_isValid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSize:rheight( ... )
|
||||
@@ -173,7 +173,7 @@ METHOD QSize:rheight( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSize_rheight( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSize:rwidth( ... )
|
||||
@@ -181,7 +181,7 @@ METHOD QSize:rwidth( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSize_rwidth( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSize:scale( ... )
|
||||
@@ -199,7 +199,7 @@ METHOD QSize:scale( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSize:setHeight( ... )
|
||||
@@ -211,7 +211,7 @@ METHOD QSize:setHeight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSize:setWidth( ... )
|
||||
@@ -223,7 +223,7 @@ METHOD QSize:setWidth( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSize:transpose( ... )
|
||||
@@ -231,7 +231,7 @@ METHOD QSize:transpose( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSize_transpose( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSize:width( ... )
|
||||
@@ -239,7 +239,7 @@ METHOD QSize:width( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSize_width( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSize:boundedTo( ... )
|
||||
@@ -251,7 +251,7 @@ METHOD QSize:boundedTo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSize:expandedTo( ... )
|
||||
@@ -263,5 +263,5 @@ METHOD QSize:expandedTo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -131,7 +131,7 @@ CREATE CLASS QSizeF INHERIT HbQtObjectHandler FUNCTION HB_QSizeF
|
||||
METHOD QSizeF:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QSizeF( ... )
|
||||
RETURN Self
|
||||
@@ -146,7 +146,7 @@ METHOD QSizeF:boundedTo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSizeF:expandedTo( ... )
|
||||
@@ -158,7 +158,7 @@ METHOD QSizeF:expandedTo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSizeF:height( ... )
|
||||
@@ -166,7 +166,7 @@ METHOD QSizeF:height( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSizeF_height( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSizeF:isEmpty( ... )
|
||||
@@ -174,7 +174,7 @@ METHOD QSizeF:isEmpty( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSizeF_isEmpty( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSizeF:isNull( ... )
|
||||
@@ -182,7 +182,7 @@ METHOD QSizeF:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSizeF_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSizeF:isValid( ... )
|
||||
@@ -190,7 +190,7 @@ METHOD QSizeF:isValid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSizeF_isValid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSizeF:rheight( ... )
|
||||
@@ -198,7 +198,7 @@ METHOD QSizeF:rheight( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSizeF_rheight( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSizeF:rwidth( ... )
|
||||
@@ -206,7 +206,7 @@ METHOD QSizeF:rwidth( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSizeF_rwidth( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSizeF:scale( ... )
|
||||
@@ -224,7 +224,7 @@ METHOD QSizeF:scale( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSizeF:setHeight( ... )
|
||||
@@ -236,7 +236,7 @@ METHOD QSizeF:setHeight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSizeF:setWidth( ... )
|
||||
@@ -248,7 +248,7 @@ METHOD QSizeF:setWidth( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSizeF:toSize( ... )
|
||||
@@ -256,7 +256,7 @@ METHOD QSizeF:toSize( ... )
|
||||
CASE 0
|
||||
RETURN QSizeFromPointer( Qt_QSizeF_toSize( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSizeF:transpose( ... )
|
||||
@@ -264,7 +264,7 @@ METHOD QSizeF:transpose( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSizeF_transpose( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QSizeF:width( ... )
|
||||
@@ -272,5 +272,5 @@ METHOD QSizeF:width( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QSizeF_width( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@ CREATE CLASS QStringList INHERIT HbQtObjectHandler, HB_QList FUNCTION HB_QString
|
||||
METHOD QStringList:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QStringList( ... )
|
||||
RETURN Self
|
||||
@@ -164,7 +164,7 @@ METHOD QStringList:append( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:filter( ... )
|
||||
@@ -184,7 +184,7 @@ METHOD QStringList:filter( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:indexOf( ... )
|
||||
@@ -216,7 +216,7 @@ METHOD QStringList:indexOf( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:join( ... )
|
||||
@@ -228,7 +228,7 @@ METHOD QStringList:join( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:lastIndexOf( ... )
|
||||
@@ -260,7 +260,7 @@ METHOD QStringList:lastIndexOf( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:removeDuplicates( ... )
|
||||
@@ -268,7 +268,7 @@ METHOD QStringList:removeDuplicates( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringList_removeDuplicates( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:sort( ... )
|
||||
@@ -276,7 +276,7 @@ METHOD QStringList:sort( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringList_sort( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:at( ... )
|
||||
@@ -288,7 +288,7 @@ METHOD QStringList:at( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:back( ... )
|
||||
@@ -296,7 +296,7 @@ METHOD QStringList:back( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringList_back( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:count( ... )
|
||||
@@ -308,7 +308,7 @@ METHOD QStringList:count( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:endsWith( ... )
|
||||
@@ -320,7 +320,7 @@ METHOD QStringList:endsWith( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:first( ... )
|
||||
@@ -328,7 +328,7 @@ METHOD QStringList:first( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringList_first( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:front( ... )
|
||||
@@ -336,7 +336,7 @@ METHOD QStringList:front( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringList_front( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:insert( ... )
|
||||
@@ -348,7 +348,7 @@ METHOD QStringList:insert( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:last( ... )
|
||||
@@ -356,7 +356,7 @@ METHOD QStringList:last( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringList_last( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:mid( ... )
|
||||
@@ -374,7 +374,7 @@ METHOD QStringList:mid( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:prepend( ... )
|
||||
@@ -386,7 +386,7 @@ METHOD QStringList:prepend( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:push_back( ... )
|
||||
@@ -398,7 +398,7 @@ METHOD QStringList:push_back( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:push_front( ... )
|
||||
@@ -410,7 +410,7 @@ METHOD QStringList:push_front( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:removeAll( ... )
|
||||
@@ -422,7 +422,7 @@ METHOD QStringList:removeAll( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:removeOne( ... )
|
||||
@@ -434,7 +434,7 @@ METHOD QStringList:removeOne( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:replace( ... )
|
||||
@@ -446,7 +446,7 @@ METHOD QStringList:replace( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:startsWith( ... )
|
||||
@@ -458,7 +458,7 @@ METHOD QStringList:startsWith( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:takeAt( ... )
|
||||
@@ -470,7 +470,7 @@ METHOD QStringList:takeAt( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:takeFirst( ... )
|
||||
@@ -478,7 +478,7 @@ METHOD QStringList:takeFirst( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringList_takeFirst( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:takeLast( ... )
|
||||
@@ -486,7 +486,7 @@ METHOD QStringList:takeLast( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringList_takeLast( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringList:value( ... )
|
||||
@@ -504,5 +504,5 @@ METHOD QStringList:value( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -135,7 +135,7 @@ CREATE CLASS QStringRef INHERIT HbQtObjectHandler FUNCTION HB_QStringRef
|
||||
METHOD QStringRef:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QStringRef( ... )
|
||||
RETURN Self
|
||||
@@ -150,7 +150,7 @@ METHOD QStringRef:at( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringRef:clear( ... )
|
||||
@@ -158,7 +158,7 @@ METHOD QStringRef:clear( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringRef_clear( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringRef:compare( ... )
|
||||
@@ -192,7 +192,7 @@ METHOD QStringRef:compare( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringRef:constData( ... )
|
||||
@@ -200,7 +200,7 @@ METHOD QStringRef:constData( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QStringRef_constData( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringRef:count( ... )
|
||||
@@ -208,7 +208,7 @@ METHOD QStringRef:count( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringRef_count( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringRef:data( ... )
|
||||
@@ -216,7 +216,7 @@ METHOD QStringRef:data( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QStringRef_data( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringRef:isEmpty( ... )
|
||||
@@ -224,7 +224,7 @@ METHOD QStringRef:isEmpty( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringRef_isEmpty( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringRef:isNull( ... )
|
||||
@@ -232,7 +232,7 @@ METHOD QStringRef:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringRef_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringRef:length( ... )
|
||||
@@ -240,7 +240,7 @@ METHOD QStringRef:length( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringRef_length( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringRef:localeAwareCompare( ... )
|
||||
@@ -262,7 +262,7 @@ METHOD QStringRef:localeAwareCompare( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringRef:position( ... )
|
||||
@@ -270,7 +270,7 @@ METHOD QStringRef:position( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringRef_position( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringRef:size( ... )
|
||||
@@ -278,7 +278,7 @@ METHOD QStringRef:size( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QStringRef_size( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QStringRef:unicode( ... )
|
||||
@@ -286,5 +286,5 @@ METHOD QStringRef:unicode( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QStringRef_unicode( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -127,7 +127,7 @@ CREATE CLASS QTextBoundaryFinder INHERIT HbQtObjectHandler FUNCTION HB_QTextBoun
|
||||
METHOD QTextBoundaryFinder:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QTextBoundaryFinder( ... )
|
||||
RETURN Self
|
||||
@@ -138,7 +138,7 @@ METHOD QTextBoundaryFinder:boundaryReasons( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextBoundaryFinder_boundaryReasons( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextBoundaryFinder:isAtBoundary( ... )
|
||||
@@ -146,7 +146,7 @@ METHOD QTextBoundaryFinder:isAtBoundary( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextBoundaryFinder_isAtBoundary( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextBoundaryFinder:isValid( ... )
|
||||
@@ -154,7 +154,7 @@ METHOD QTextBoundaryFinder:isValid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextBoundaryFinder_isValid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextBoundaryFinder:position( ... )
|
||||
@@ -162,7 +162,7 @@ METHOD QTextBoundaryFinder:position( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextBoundaryFinder_position( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextBoundaryFinder:setPosition( ... )
|
||||
@@ -174,7 +174,7 @@ METHOD QTextBoundaryFinder:setPosition( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextBoundaryFinder:string( ... )
|
||||
@@ -182,7 +182,7 @@ METHOD QTextBoundaryFinder:string( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextBoundaryFinder_string( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextBoundaryFinder:toEnd( ... )
|
||||
@@ -190,7 +190,7 @@ METHOD QTextBoundaryFinder:toEnd( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextBoundaryFinder_toEnd( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextBoundaryFinder:toNextBoundary( ... )
|
||||
@@ -198,7 +198,7 @@ METHOD QTextBoundaryFinder:toNextBoundary( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextBoundaryFinder_toNextBoundary( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextBoundaryFinder:toPreviousBoundary( ... )
|
||||
@@ -206,7 +206,7 @@ METHOD QTextBoundaryFinder:toPreviousBoundary( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextBoundaryFinder_toPreviousBoundary( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextBoundaryFinder:toStart( ... )
|
||||
@@ -214,7 +214,7 @@ METHOD QTextBoundaryFinder:toStart( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextBoundaryFinder_toStart( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextBoundaryFinder:type( ... )
|
||||
@@ -222,5 +222,5 @@ METHOD QTextBoundaryFinder:type( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextBoundaryFinder_type( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -137,7 +137,7 @@ CREATE CLASS QTextCodec INHERIT HbQtObjectHandler FUNCTION HB_QTextCodec
|
||||
METHOD QTextCodec:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QTextCodec( ... )
|
||||
RETURN Self
|
||||
@@ -148,7 +148,7 @@ METHOD QTextCodec:aliases( ... )
|
||||
CASE 0
|
||||
RETURN QListFromPointer( Qt_QTextCodec_aliases( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:canEncode( ... )
|
||||
@@ -162,7 +162,7 @@ METHOD QTextCodec:canEncode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:fromUnicode( ... )
|
||||
@@ -174,7 +174,7 @@ METHOD QTextCodec:fromUnicode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:makeDecoder( ... )
|
||||
@@ -182,7 +182,7 @@ METHOD QTextCodec:makeDecoder( ... )
|
||||
CASE 0
|
||||
RETURN QTextDecoderFromPointer( Qt_QTextCodec_makeDecoder( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:makeEncoder( ... )
|
||||
@@ -190,7 +190,7 @@ METHOD QTextCodec:makeEncoder( ... )
|
||||
CASE 0
|
||||
RETURN QTextEncoderFromPointer( Qt_QTextCodec_makeEncoder( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:mibEnum( ... )
|
||||
@@ -198,7 +198,7 @@ METHOD QTextCodec:mibEnum( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextCodec_mibEnum( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:name( ... )
|
||||
@@ -206,7 +206,7 @@ METHOD QTextCodec:name( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QTextCodec_name( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:toUnicode( ... )
|
||||
@@ -220,7 +220,7 @@ METHOD QTextCodec:toUnicode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:codecForCStrings( ... )
|
||||
@@ -228,7 +228,7 @@ METHOD QTextCodec:codecForCStrings( ... )
|
||||
CASE 0
|
||||
RETURN QTextCodecFromPointer( Qt_QTextCodec_codecForCStrings( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:codecForHtml( ... )
|
||||
@@ -246,7 +246,7 @@ METHOD QTextCodec:codecForHtml( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:codecForLocale( ... )
|
||||
@@ -254,7 +254,7 @@ METHOD QTextCodec:codecForLocale( ... )
|
||||
CASE 0
|
||||
RETURN QTextCodecFromPointer( Qt_QTextCodec_codecForLocale( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:codecForMib( ... )
|
||||
@@ -266,7 +266,7 @@ METHOD QTextCodec:codecForMib( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:codecForName( ... )
|
||||
@@ -280,7 +280,7 @@ METHOD QTextCodec:codecForName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:codecForTr( ... )
|
||||
@@ -288,7 +288,7 @@ METHOD QTextCodec:codecForTr( ... )
|
||||
CASE 0
|
||||
RETURN QTextCodecFromPointer( Qt_QTextCodec_codecForTr( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:setCodecForCStrings( ... )
|
||||
@@ -300,7 +300,7 @@ METHOD QTextCodec:setCodecForCStrings( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:setCodecForLocale( ... )
|
||||
@@ -312,7 +312,7 @@ METHOD QTextCodec:setCodecForLocale( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextCodec:setCodecForTr( ... )
|
||||
@@ -324,5 +324,5 @@ METHOD QTextCodec:setCodecForTr( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -117,7 +117,7 @@ CREATE CLASS QTextDecoder INHERIT HbQtObjectHandler FUNCTION HB_QTextDecoder
|
||||
METHOD QTextDecoder:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QTextDecoder( ... )
|
||||
RETURN Self
|
||||
@@ -132,5 +132,5 @@ METHOD QTextDecoder:toUnicode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ CREATE CLASS QTextEncoder INHERIT HbQtObjectHandler FUNCTION HB_QTextEncoder
|
||||
METHOD QTextEncoder:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QTextEncoder( ... )
|
||||
RETURN Self
|
||||
@@ -139,5 +139,5 @@ METHOD QTextEncoder:fromUnicode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -153,7 +153,7 @@ CREATE CLASS QTextStream INHERIT HbQtObjectHandler FUNCTION HB_QTextStream
|
||||
METHOD QTextStream:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QTextStream( ... )
|
||||
RETURN Self
|
||||
@@ -164,7 +164,7 @@ METHOD QTextStream:padChar( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QTextStream_padChar( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:atEnd( ... )
|
||||
@@ -172,7 +172,7 @@ METHOD QTextStream:atEnd( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_atEnd( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:autoDetectUnicode( ... )
|
||||
@@ -180,7 +180,7 @@ METHOD QTextStream:autoDetectUnicode( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_autoDetectUnicode( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:codec( ... )
|
||||
@@ -188,7 +188,7 @@ METHOD QTextStream:codec( ... )
|
||||
CASE 0
|
||||
RETURN QTextCodecFromPointer( Qt_QTextStream_codec( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:device( ... )
|
||||
@@ -196,7 +196,7 @@ METHOD QTextStream:device( ... )
|
||||
CASE 0
|
||||
RETURN QIODeviceFromPointer( Qt_QTextStream_device( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:fieldAlignment( ... )
|
||||
@@ -204,7 +204,7 @@ METHOD QTextStream:fieldAlignment( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_fieldAlignment( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:fieldWidth( ... )
|
||||
@@ -212,7 +212,7 @@ METHOD QTextStream:fieldWidth( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_fieldWidth( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:flush( ... )
|
||||
@@ -220,7 +220,7 @@ METHOD QTextStream:flush( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_flush( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:generateByteOrderMark( ... )
|
||||
@@ -228,7 +228,7 @@ METHOD QTextStream:generateByteOrderMark( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_generateByteOrderMark( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:integerBase( ... )
|
||||
@@ -236,7 +236,7 @@ METHOD QTextStream:integerBase( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_integerBase( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:locale( ... )
|
||||
@@ -244,7 +244,7 @@ METHOD QTextStream:locale( ... )
|
||||
CASE 0
|
||||
RETURN QLocaleFromPointer( Qt_QTextStream_locale( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:numberFlags( ... )
|
||||
@@ -252,7 +252,7 @@ METHOD QTextStream:numberFlags( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_numberFlags( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:pos( ... )
|
||||
@@ -260,7 +260,7 @@ METHOD QTextStream:pos( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_pos( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:read( ... )
|
||||
@@ -272,7 +272,7 @@ METHOD QTextStream:read( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:readAll( ... )
|
||||
@@ -280,7 +280,7 @@ METHOD QTextStream:readAll( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_readAll( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:readLine( ... )
|
||||
@@ -294,7 +294,7 @@ METHOD QTextStream:readLine( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_readLine( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:realNumberNotation( ... )
|
||||
@@ -302,7 +302,7 @@ METHOD QTextStream:realNumberNotation( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_realNumberNotation( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:realNumberPrecision( ... )
|
||||
@@ -310,7 +310,7 @@ METHOD QTextStream:realNumberPrecision( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_realNumberPrecision( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:reset( ... )
|
||||
@@ -318,7 +318,7 @@ METHOD QTextStream:reset( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_reset( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:resetStatus( ... )
|
||||
@@ -326,7 +326,7 @@ METHOD QTextStream:resetStatus( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_resetStatus( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:seek( ... )
|
||||
@@ -338,7 +338,7 @@ METHOD QTextStream:seek( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:setAutoDetectUnicode( ... )
|
||||
@@ -350,7 +350,7 @@ METHOD QTextStream:setAutoDetectUnicode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:setCodec( ... )
|
||||
@@ -364,7 +364,7 @@ METHOD QTextStream:setCodec( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:setDevice( ... )
|
||||
@@ -376,7 +376,7 @@ METHOD QTextStream:setDevice( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:setFieldAlignment( ... )
|
||||
@@ -388,7 +388,7 @@ METHOD QTextStream:setFieldAlignment( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:setFieldWidth( ... )
|
||||
@@ -400,7 +400,7 @@ METHOD QTextStream:setFieldWidth( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:setGenerateByteOrderMark( ... )
|
||||
@@ -412,7 +412,7 @@ METHOD QTextStream:setGenerateByteOrderMark( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:setIntegerBase( ... )
|
||||
@@ -424,7 +424,7 @@ METHOD QTextStream:setIntegerBase( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:setLocale( ... )
|
||||
@@ -436,7 +436,7 @@ METHOD QTextStream:setLocale( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:setNumberFlags( ... )
|
||||
@@ -448,7 +448,7 @@ METHOD QTextStream:setNumberFlags( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:setPadChar( ... )
|
||||
@@ -460,7 +460,7 @@ METHOD QTextStream:setPadChar( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:setRealNumberNotation( ... )
|
||||
@@ -472,7 +472,7 @@ METHOD QTextStream:setRealNumberNotation( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:setRealNumberPrecision( ... )
|
||||
@@ -484,7 +484,7 @@ METHOD QTextStream:setRealNumberPrecision( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:setStatus( ... )
|
||||
@@ -496,7 +496,7 @@ METHOD QTextStream:setStatus( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:skipWhiteSpace( ... )
|
||||
@@ -504,7 +504,7 @@ METHOD QTextStream:skipWhiteSpace( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_skipWhiteSpace( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTextStream:status( ... )
|
||||
@@ -512,5 +512,5 @@ METHOD QTextStream:status( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTextStream_status( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ CREATE CLASS QThread INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QThread
|
||||
METHOD QThread:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QThread( ... )
|
||||
RETURN Self
|
||||
@@ -147,7 +147,7 @@ METHOD QThread:exit( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QThread_exit( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QThread:isFinished( ... )
|
||||
@@ -155,7 +155,7 @@ METHOD QThread:isFinished( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QThread_isFinished( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QThread:isRunning( ... )
|
||||
@@ -163,7 +163,7 @@ METHOD QThread:isRunning( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QThread_isRunning( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QThread:priority( ... )
|
||||
@@ -171,7 +171,7 @@ METHOD QThread:priority( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QThread_priority( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QThread:setPriority( ... )
|
||||
@@ -183,7 +183,7 @@ METHOD QThread:setPriority( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QThread:setStackSize( ... )
|
||||
@@ -195,7 +195,7 @@ METHOD QThread:setStackSize( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QThread:stackSize( ... )
|
||||
@@ -203,7 +203,7 @@ METHOD QThread:stackSize( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QThread_stackSize( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QThread:wait( ... )
|
||||
@@ -217,7 +217,7 @@ METHOD QThread:wait( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QThread_wait( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QThread:currentThread( ... )
|
||||
@@ -225,7 +225,7 @@ METHOD QThread:currentThread( ... )
|
||||
CASE 0
|
||||
RETURN QThreadFromPointer( Qt_QThread_currentThread( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QThread:idealThreadCount( ... )
|
||||
@@ -233,7 +233,7 @@ METHOD QThread:idealThreadCount( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QThread_idealThreadCount( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QThread:yieldCurrentThread( ... )
|
||||
@@ -241,7 +241,7 @@ METHOD QThread:yieldCurrentThread( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QThread_yieldCurrentThread( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QThread:quit( ... )
|
||||
@@ -249,7 +249,7 @@ METHOD QThread:quit( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QThread_quit( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QThread:start( ... )
|
||||
@@ -263,7 +263,7 @@ METHOD QThread:start( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QThread_start( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QThread:terminate( ... )
|
||||
@@ -271,5 +271,5 @@ METHOD QThread:terminate( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QThread_terminate( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@ CREATE CLASS QTime INHERIT HbQtObjectHandler FUNCTION HB_QTime
|
||||
METHOD QTime:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QTime( ... )
|
||||
RETURN Self
|
||||
@@ -151,7 +151,7 @@ METHOD QTime:addMSecs( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:addSecs( ... )
|
||||
@@ -163,7 +163,7 @@ METHOD QTime:addSecs( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:elapsed( ... )
|
||||
@@ -171,7 +171,7 @@ METHOD QTime:elapsed( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTime_elapsed( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:hour( ... )
|
||||
@@ -179,7 +179,7 @@ METHOD QTime:hour( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTime_hour( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:isNull( ... )
|
||||
@@ -187,7 +187,7 @@ METHOD QTime:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTime_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:isValid( ... )
|
||||
@@ -207,7 +207,7 @@ METHOD QTime:isValid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTime_isValid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:minute( ... )
|
||||
@@ -215,7 +215,7 @@ METHOD QTime:minute( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTime_minute( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:msec( ... )
|
||||
@@ -223,7 +223,7 @@ METHOD QTime:msec( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTime_msec( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:msecsTo( ... )
|
||||
@@ -235,7 +235,7 @@ METHOD QTime:msecsTo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:restart( ... )
|
||||
@@ -243,7 +243,7 @@ METHOD QTime:restart( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTime_restart( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:second( ... )
|
||||
@@ -251,7 +251,7 @@ METHOD QTime:second( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTime_second( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:secsTo( ... )
|
||||
@@ -263,7 +263,7 @@ METHOD QTime:secsTo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:setHMS( ... )
|
||||
@@ -281,7 +281,7 @@ METHOD QTime:setHMS( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:start( ... )
|
||||
@@ -289,7 +289,7 @@ METHOD QTime:start( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTime_start( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:toString( ... )
|
||||
@@ -305,7 +305,7 @@ METHOD QTime:toString( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTime_toString_1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:currentTime( ... )
|
||||
@@ -313,7 +313,7 @@ METHOD QTime:currentTime( ... )
|
||||
CASE 0
|
||||
RETURN QTimeFromPointer( Qt_QTime_currentTime( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTime:fromString( ... )
|
||||
@@ -333,5 +333,5 @@ METHOD QTime:fromString( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -143,7 +143,7 @@ CREATE CLASS QTimeLine INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QTimeLi
|
||||
METHOD QTimeLine:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QTimeLine( ... )
|
||||
RETURN Self
|
||||
@@ -154,7 +154,7 @@ METHOD QTimeLine:currentFrame( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_currentFrame( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:currentTime( ... )
|
||||
@@ -162,7 +162,7 @@ METHOD QTimeLine:currentTime( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_currentTime( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:currentValue( ... )
|
||||
@@ -170,7 +170,7 @@ METHOD QTimeLine:currentValue( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_currentValue( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:curveShape( ... )
|
||||
@@ -178,7 +178,7 @@ METHOD QTimeLine:curveShape( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_curveShape( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:direction( ... )
|
||||
@@ -186,7 +186,7 @@ METHOD QTimeLine:direction( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_direction( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:duration( ... )
|
||||
@@ -194,7 +194,7 @@ METHOD QTimeLine:duration( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_duration( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:endFrame( ... )
|
||||
@@ -202,7 +202,7 @@ METHOD QTimeLine:endFrame( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_endFrame( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:frameForTime( ... )
|
||||
@@ -214,7 +214,7 @@ METHOD QTimeLine:frameForTime( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:loopCount( ... )
|
||||
@@ -222,7 +222,7 @@ METHOD QTimeLine:loopCount( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_loopCount( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:setCurveShape( ... )
|
||||
@@ -234,7 +234,7 @@ METHOD QTimeLine:setCurveShape( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:setDirection( ... )
|
||||
@@ -246,7 +246,7 @@ METHOD QTimeLine:setDirection( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:setDuration( ... )
|
||||
@@ -258,7 +258,7 @@ METHOD QTimeLine:setDuration( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:setEndFrame( ... )
|
||||
@@ -270,7 +270,7 @@ METHOD QTimeLine:setEndFrame( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:setFrameRange( ... )
|
||||
@@ -282,7 +282,7 @@ METHOD QTimeLine:setFrameRange( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:setLoopCount( ... )
|
||||
@@ -294,7 +294,7 @@ METHOD QTimeLine:setLoopCount( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:setStartFrame( ... )
|
||||
@@ -306,7 +306,7 @@ METHOD QTimeLine:setStartFrame( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:setUpdateInterval( ... )
|
||||
@@ -318,7 +318,7 @@ METHOD QTimeLine:setUpdateInterval( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:startFrame( ... )
|
||||
@@ -326,7 +326,7 @@ METHOD QTimeLine:startFrame( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_startFrame( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:state( ... )
|
||||
@@ -334,7 +334,7 @@ METHOD QTimeLine:state( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_state( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:updateInterval( ... )
|
||||
@@ -342,7 +342,7 @@ METHOD QTimeLine:updateInterval( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_updateInterval( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:valueForTime( ... )
|
||||
@@ -354,7 +354,7 @@ METHOD QTimeLine:valueForTime( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:resume( ... )
|
||||
@@ -362,7 +362,7 @@ METHOD QTimeLine:resume( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_resume( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:setCurrentTime( ... )
|
||||
@@ -374,7 +374,7 @@ METHOD QTimeLine:setCurrentTime( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:setPaused( ... )
|
||||
@@ -386,7 +386,7 @@ METHOD QTimeLine:setPaused( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:start( ... )
|
||||
@@ -394,7 +394,7 @@ METHOD QTimeLine:start( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_start( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:stop( ... )
|
||||
@@ -402,7 +402,7 @@ METHOD QTimeLine:stop( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_stop( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimeLine:toggleDirection( ... )
|
||||
@@ -410,5 +410,5 @@ METHOD QTimeLine:toggleDirection( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimeLine_toggleDirection( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@ CREATE CLASS QTimer INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QTimer
|
||||
METHOD QTimer:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QTimer( ... )
|
||||
RETURN Self
|
||||
@@ -137,7 +137,7 @@ METHOD QTimer:interval( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimer_interval( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimer:isActive( ... )
|
||||
@@ -145,7 +145,7 @@ METHOD QTimer:isActive( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimer_isActive( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimer:isSingleShot( ... )
|
||||
@@ -153,7 +153,7 @@ METHOD QTimer:isSingleShot( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimer_isSingleShot( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimer:setInterval( ... )
|
||||
@@ -165,7 +165,7 @@ METHOD QTimer:setInterval( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimer:setSingleShot( ... )
|
||||
@@ -177,7 +177,7 @@ METHOD QTimer:setSingleShot( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimer:timerId( ... )
|
||||
@@ -185,7 +185,7 @@ METHOD QTimer:timerId( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimer_timerId( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimer:singleShot( ... )
|
||||
@@ -197,7 +197,7 @@ METHOD QTimer:singleShot( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimer:start( ... )
|
||||
@@ -211,7 +211,7 @@ METHOD QTimer:start( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimer_start( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTimer:stop( ... )
|
||||
@@ -219,5 +219,5 @@ METHOD QTimer:stop( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTimer_stop( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -120,7 +120,7 @@ CREATE CLASS QTranslator INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QTran
|
||||
METHOD QTranslator:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QTranslator( ... )
|
||||
RETURN Self
|
||||
@@ -131,7 +131,7 @@ METHOD QTranslator:isEmpty( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QTranslator_isEmpty( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTranslator:load( ... )
|
||||
@@ -161,7 +161,7 @@ METHOD QTranslator:load( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QTranslator:translate( ... )
|
||||
@@ -185,5 +185,5 @@ METHOD QTranslator:translate( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -186,7 +186,7 @@ CREATE CLASS QUrl INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QUrl
|
||||
METHOD QUrl:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QUrl( ... )
|
||||
RETURN Self
|
||||
@@ -201,7 +201,7 @@ METHOD QUrl:addEncodedQueryItem( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:addQueryItem( ... )
|
||||
@@ -213,7 +213,7 @@ METHOD QUrl:addQueryItem( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:allEncodedQueryItemValues( ... )
|
||||
@@ -225,7 +225,7 @@ METHOD QUrl:allEncodedQueryItemValues( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:allQueryItemValues( ... )
|
||||
@@ -237,7 +237,7 @@ METHOD QUrl:allQueryItemValues( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:authority( ... )
|
||||
@@ -245,7 +245,7 @@ METHOD QUrl:authority( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_authority( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:clear( ... )
|
||||
@@ -253,7 +253,7 @@ METHOD QUrl:clear( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_clear( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:encodedFragment( ... )
|
||||
@@ -261,7 +261,7 @@ METHOD QUrl:encodedFragment( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QUrl_encodedFragment( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:encodedHost( ... )
|
||||
@@ -269,7 +269,7 @@ METHOD QUrl:encodedHost( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QUrl_encodedHost( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:encodedPassword( ... )
|
||||
@@ -277,7 +277,7 @@ METHOD QUrl:encodedPassword( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QUrl_encodedPassword( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:encodedPath( ... )
|
||||
@@ -285,7 +285,7 @@ METHOD QUrl:encodedPath( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QUrl_encodedPath( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:encodedQuery( ... )
|
||||
@@ -293,7 +293,7 @@ METHOD QUrl:encodedQuery( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QUrl_encodedQuery( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:encodedQueryItemValue( ... )
|
||||
@@ -305,7 +305,7 @@ METHOD QUrl:encodedQueryItemValue( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:encodedUserName( ... )
|
||||
@@ -313,7 +313,7 @@ METHOD QUrl:encodedUserName( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QUrl_encodedUserName( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:errorString( ... )
|
||||
@@ -321,7 +321,7 @@ METHOD QUrl:errorString( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_errorString( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:fragment( ... )
|
||||
@@ -329,7 +329,7 @@ METHOD QUrl:fragment( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_fragment( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:hasEncodedQueryItem( ... )
|
||||
@@ -341,7 +341,7 @@ METHOD QUrl:hasEncodedQueryItem( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:hasFragment( ... )
|
||||
@@ -349,7 +349,7 @@ METHOD QUrl:hasFragment( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_hasFragment( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:hasQuery( ... )
|
||||
@@ -357,7 +357,7 @@ METHOD QUrl:hasQuery( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_hasQuery( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:hasQueryItem( ... )
|
||||
@@ -369,7 +369,7 @@ METHOD QUrl:hasQueryItem( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:host( ... )
|
||||
@@ -377,7 +377,7 @@ METHOD QUrl:host( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_host( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:isEmpty( ... )
|
||||
@@ -385,7 +385,7 @@ METHOD QUrl:isEmpty( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_isEmpty( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:isParentOf( ... )
|
||||
@@ -397,7 +397,7 @@ METHOD QUrl:isParentOf( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:isRelative( ... )
|
||||
@@ -405,7 +405,7 @@ METHOD QUrl:isRelative( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_isRelative( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:isValid( ... )
|
||||
@@ -413,7 +413,7 @@ METHOD QUrl:isValid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_isValid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:password( ... )
|
||||
@@ -421,7 +421,7 @@ METHOD QUrl:password( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_password( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:path( ... )
|
||||
@@ -429,7 +429,7 @@ METHOD QUrl:path( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_path( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:port( ... )
|
||||
@@ -443,7 +443,7 @@ METHOD QUrl:port( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_port( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:queryItemValue( ... )
|
||||
@@ -455,7 +455,7 @@ METHOD QUrl:queryItemValue( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:queryPairDelimiter( ... )
|
||||
@@ -463,7 +463,7 @@ METHOD QUrl:queryPairDelimiter( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_queryPairDelimiter( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:queryValueDelimiter( ... )
|
||||
@@ -471,7 +471,7 @@ METHOD QUrl:queryValueDelimiter( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_queryValueDelimiter( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:removeAllEncodedQueryItems( ... )
|
||||
@@ -483,7 +483,7 @@ METHOD QUrl:removeAllEncodedQueryItems( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:removeAllQueryItems( ... )
|
||||
@@ -495,7 +495,7 @@ METHOD QUrl:removeAllQueryItems( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:removeEncodedQueryItem( ... )
|
||||
@@ -507,7 +507,7 @@ METHOD QUrl:removeEncodedQueryItem( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:removeQueryItem( ... )
|
||||
@@ -519,7 +519,7 @@ METHOD QUrl:removeQueryItem( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:resolved( ... )
|
||||
@@ -531,7 +531,7 @@ METHOD QUrl:resolved( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:scheme( ... )
|
||||
@@ -539,7 +539,7 @@ METHOD QUrl:scheme( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_scheme( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setAuthority( ... )
|
||||
@@ -551,7 +551,7 @@ METHOD QUrl:setAuthority( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setEncodedFragment( ... )
|
||||
@@ -563,7 +563,7 @@ METHOD QUrl:setEncodedFragment( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setEncodedHost( ... )
|
||||
@@ -575,7 +575,7 @@ METHOD QUrl:setEncodedHost( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setEncodedPassword( ... )
|
||||
@@ -587,7 +587,7 @@ METHOD QUrl:setEncodedPassword( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setEncodedPath( ... )
|
||||
@@ -599,7 +599,7 @@ METHOD QUrl:setEncodedPath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setEncodedQuery( ... )
|
||||
@@ -611,7 +611,7 @@ METHOD QUrl:setEncodedQuery( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setEncodedUrl( ... )
|
||||
@@ -629,7 +629,7 @@ METHOD QUrl:setEncodedUrl( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setEncodedUserName( ... )
|
||||
@@ -641,7 +641,7 @@ METHOD QUrl:setEncodedUserName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setFragment( ... )
|
||||
@@ -653,7 +653,7 @@ METHOD QUrl:setFragment( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setHost( ... )
|
||||
@@ -665,7 +665,7 @@ METHOD QUrl:setHost( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setPassword( ... )
|
||||
@@ -677,7 +677,7 @@ METHOD QUrl:setPassword( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setPath( ... )
|
||||
@@ -689,7 +689,7 @@ METHOD QUrl:setPath( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setPort( ... )
|
||||
@@ -701,7 +701,7 @@ METHOD QUrl:setPort( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setScheme( ... )
|
||||
@@ -713,7 +713,7 @@ METHOD QUrl:setScheme( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setUrl( ... )
|
||||
@@ -731,7 +731,7 @@ METHOD QUrl:setUrl( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setUserInfo( ... )
|
||||
@@ -743,7 +743,7 @@ METHOD QUrl:setUserInfo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setUserName( ... )
|
||||
@@ -755,7 +755,7 @@ METHOD QUrl:setUserName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:toEncoded( ... )
|
||||
@@ -769,7 +769,7 @@ METHOD QUrl:toEncoded( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QUrl_toEncoded( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:toLocalFile( ... )
|
||||
@@ -777,7 +777,7 @@ METHOD QUrl:toLocalFile( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_toLocalFile( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:toString( ... )
|
||||
@@ -791,7 +791,7 @@ METHOD QUrl:toString( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_toString( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:userInfo( ... )
|
||||
@@ -799,7 +799,7 @@ METHOD QUrl:userInfo( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_userInfo( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:userName( ... )
|
||||
@@ -807,7 +807,7 @@ METHOD QUrl:userName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QUrl_userName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:fromAce( ... )
|
||||
@@ -819,7 +819,7 @@ METHOD QUrl:fromAce( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:fromEncoded( ... )
|
||||
@@ -837,7 +837,7 @@ METHOD QUrl:fromEncoded( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:fromLocalFile( ... )
|
||||
@@ -849,7 +849,7 @@ METHOD QUrl:fromLocalFile( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:fromPercentEncoding( ... )
|
||||
@@ -861,7 +861,7 @@ METHOD QUrl:fromPercentEncoding( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:idnWhitelist( ... )
|
||||
@@ -869,7 +869,7 @@ METHOD QUrl:idnWhitelist( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QUrl_idnWhitelist( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:setIdnWhitelist( ... )
|
||||
@@ -881,7 +881,7 @@ METHOD QUrl:setIdnWhitelist( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:toAce( ... )
|
||||
@@ -893,7 +893,7 @@ METHOD QUrl:toAce( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QUrl:toPercentEncoding( ... )
|
||||
@@ -917,5 +917,5 @@ METHOD QUrl:toPercentEncoding( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -154,7 +154,7 @@ CREATE CLASS QVariant INHERIT HbQtObjectHandler FUNCTION HB_QVariant
|
||||
METHOD QVariant:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QVariant( ... )
|
||||
RETURN Self
|
||||
@@ -170,7 +170,7 @@ METHOD QVariant:canConvert( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:clear( ... )
|
||||
@@ -178,7 +178,7 @@ METHOD QVariant:clear( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QVariant_clear( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:convert( ... )
|
||||
@@ -190,7 +190,7 @@ METHOD QVariant:convert( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:isNull( ... )
|
||||
@@ -198,7 +198,7 @@ METHOD QVariant:isNull( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QVariant_isNull( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:isValid( ... )
|
||||
@@ -206,7 +206,7 @@ METHOD QVariant:isValid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QVariant_isValid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:setValue( ... )
|
||||
@@ -218,7 +218,7 @@ METHOD QVariant:setValue( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toBitArray( ... )
|
||||
@@ -226,7 +226,7 @@ METHOD QVariant:toBitArray( ... )
|
||||
CASE 0
|
||||
RETURN QBitArrayFromPointer( Qt_QVariant_toBitArray( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toBool( ... )
|
||||
@@ -234,7 +234,7 @@ METHOD QVariant:toBool( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QVariant_toBool( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toByteArray( ... )
|
||||
@@ -242,7 +242,7 @@ METHOD QVariant:toByteArray( ... )
|
||||
CASE 0
|
||||
RETURN QByteArrayFromPointer( Qt_QVariant_toByteArray( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toChar( ... )
|
||||
@@ -250,7 +250,7 @@ METHOD QVariant:toChar( ... )
|
||||
CASE 0
|
||||
RETURN QCharFromPointer( Qt_QVariant_toChar( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toDate( ... )
|
||||
@@ -258,7 +258,7 @@ METHOD QVariant:toDate( ... )
|
||||
CASE 0
|
||||
RETURN QDateFromPointer( Qt_QVariant_toDate( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toDateTime( ... )
|
||||
@@ -266,7 +266,7 @@ METHOD QVariant:toDateTime( ... )
|
||||
CASE 0
|
||||
RETURN QDateTimeFromPointer( Qt_QVariant_toDateTime( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toDouble( ... )
|
||||
@@ -280,7 +280,7 @@ METHOD QVariant:toDouble( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QVariant_toDouble( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toInt( ... )
|
||||
@@ -294,7 +294,7 @@ METHOD QVariant:toInt( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QVariant_toInt( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toLine( ... )
|
||||
@@ -302,7 +302,7 @@ METHOD QVariant:toLine( ... )
|
||||
CASE 0
|
||||
RETURN QLineFromPointer( Qt_QVariant_toLine( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toLineF( ... )
|
||||
@@ -310,7 +310,7 @@ METHOD QVariant:toLineF( ... )
|
||||
CASE 0
|
||||
RETURN QLineFFromPointer( Qt_QVariant_toLineF( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toList( ... )
|
||||
@@ -318,7 +318,7 @@ METHOD QVariant:toList( ... )
|
||||
CASE 0
|
||||
RETURN QListFromPointer( Qt_QVariant_toList( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toLocale( ... )
|
||||
@@ -326,7 +326,7 @@ METHOD QVariant:toLocale( ... )
|
||||
CASE 0
|
||||
RETURN QLocaleFromPointer( Qt_QVariant_toLocale( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toLongLong( ... )
|
||||
@@ -340,7 +340,7 @@ METHOD QVariant:toLongLong( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QVariant_toLongLong( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toPoint( ... )
|
||||
@@ -348,7 +348,7 @@ METHOD QVariant:toPoint( ... )
|
||||
CASE 0
|
||||
RETURN QPointFromPointer( Qt_QVariant_toPoint( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toPointF( ... )
|
||||
@@ -356,7 +356,7 @@ METHOD QVariant:toPointF( ... )
|
||||
CASE 0
|
||||
RETURN QPointFFromPointer( Qt_QVariant_toPointF( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toRect( ... )
|
||||
@@ -364,7 +364,7 @@ METHOD QVariant:toRect( ... )
|
||||
CASE 0
|
||||
RETURN QRectFromPointer( Qt_QVariant_toRect( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toRectF( ... )
|
||||
@@ -372,7 +372,7 @@ METHOD QVariant:toRectF( ... )
|
||||
CASE 0
|
||||
RETURN QRectFFromPointer( Qt_QVariant_toRectF( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toRegExp( ... )
|
||||
@@ -380,7 +380,7 @@ METHOD QVariant:toRegExp( ... )
|
||||
CASE 0
|
||||
RETURN QRegExpFromPointer( Qt_QVariant_toRegExp( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toSize( ... )
|
||||
@@ -388,7 +388,7 @@ METHOD QVariant:toSize( ... )
|
||||
CASE 0
|
||||
RETURN QSizeFromPointer( Qt_QVariant_toSize( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toSizeF( ... )
|
||||
@@ -396,7 +396,7 @@ METHOD QVariant:toSizeF( ... )
|
||||
CASE 0
|
||||
RETURN QSizeFFromPointer( Qt_QVariant_toSizeF( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toString( ... )
|
||||
@@ -404,7 +404,7 @@ METHOD QVariant:toString( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QVariant_toString( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toStringList( ... )
|
||||
@@ -412,7 +412,7 @@ METHOD QVariant:toStringList( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QVariant_toStringList( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toTime( ... )
|
||||
@@ -420,7 +420,7 @@ METHOD QVariant:toTime( ... )
|
||||
CASE 0
|
||||
RETURN QTimeFromPointer( Qt_QVariant_toTime( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toUInt( ... )
|
||||
@@ -434,7 +434,7 @@ METHOD QVariant:toUInt( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QVariant_toUInt( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toULongLong( ... )
|
||||
@@ -448,7 +448,7 @@ METHOD QVariant:toULongLong( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QVariant_toULongLong( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:toUrl( ... )
|
||||
@@ -456,7 +456,7 @@ METHOD QVariant:toUrl( ... )
|
||||
CASE 0
|
||||
RETURN QUrlFromPointer( Qt_QVariant_toUrl( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:type( ... )
|
||||
@@ -464,7 +464,7 @@ METHOD QVariant:type( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QVariant_type( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:userType( ... )
|
||||
@@ -472,7 +472,7 @@ METHOD QVariant:userType( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QVariant_userType( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:fromValue( ... )
|
||||
@@ -484,7 +484,7 @@ METHOD QVariant:fromValue( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:nameToType( ... )
|
||||
@@ -496,7 +496,7 @@ METHOD QVariant:nameToType( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QVariant:typeToName( ... )
|
||||
@@ -508,5 +508,5 @@ METHOD QVariant:typeToName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ ENDCLASS
|
||||
type checking can be done. */
|
||||
METHOD HbQtObjectHandler:from( xObject )
|
||||
LOCAL pPtr
|
||||
IF hb_isPointer( pPtr := hbqt_ptr( xObject ) )
|
||||
IF hb_isPointer( pPtr := __hbqt_ptr( xObject ) )
|
||||
::pPtr := pPtr
|
||||
ENDIF
|
||||
RETURN Self
|
||||
|
||||
@@ -223,26 +223,6 @@ HB_FUNC( __HBQT_PTR )
|
||||
hb_itemReturn( pParam );
|
||||
}
|
||||
|
||||
/* TODO: Delete this, once code has been converted to use __HBQT_PTR() */
|
||||
HB_FUNC( HBQT_PTR )
|
||||
{
|
||||
PHB_ITEM pParam = hb_param( 1, HB_IT_ANY );
|
||||
|
||||
if( hb_itemType( pParam ) & HB_IT_OBJECT )
|
||||
{
|
||||
PHB_ITEM pRetVal;
|
||||
|
||||
hb_vmPushSymbol( hb_dynsymSymbol( hb_dynsymFindName( "PPTR" ) ) );
|
||||
hb_vmPush( pParam );
|
||||
hb_vmSend( 0 );
|
||||
|
||||
if( ( pRetVal = hb_param( -1, HB_IT_POINTER ) ) != NULL )
|
||||
return;
|
||||
}
|
||||
|
||||
hb_itemReturn( pParam );
|
||||
}
|
||||
|
||||
void * hbqt_detachgcpointer( int iParam )
|
||||
{
|
||||
HBQT_GC_T * p;
|
||||
|
||||
@@ -120,7 +120,7 @@ CREATE CLASS QDesignerActionEditorInterface INHERIT HbQtObjectHandler, HB_QWidge
|
||||
METHOD QDesignerActionEditorInterface:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QDesignerActionEditorInterface( ... )
|
||||
RETURN Self
|
||||
@@ -131,7 +131,7 @@ METHOD QDesignerActionEditorInterface:core( ... )
|
||||
CASE 0
|
||||
RETURN QDesignerFormEditorInterfaceFromPointer( Qt_QDesignerActionEditorInterface_core( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerActionEditorInterface:manageAction( ... )
|
||||
@@ -143,7 +143,7 @@ METHOD QDesignerActionEditorInterface:manageAction( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerActionEditorInterface:unmanageAction( ... )
|
||||
@@ -155,7 +155,7 @@ METHOD QDesignerActionEditorInterface:unmanageAction( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerActionEditorInterface:setFormWindow( ... )
|
||||
@@ -167,5 +167,5 @@ METHOD QDesignerActionEditorInterface:setFormWindow( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@ CREATE CLASS QDesignerFormEditorInterface INHERIT HbQtObjectHandler, HB_QObject
|
||||
METHOD QDesignerFormEditorInterface:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QDesignerFormEditorInterface( ... )
|
||||
RETURN Self
|
||||
@@ -137,7 +137,7 @@ METHOD QDesignerFormEditorInterface:actionEditor( ... )
|
||||
CASE 0
|
||||
RETURN QDesignerActionEditorInterfaceFromPointer( Qt_QDesignerFormEditorInterface_actionEditor( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormEditorInterface:formWindowManager( ... )
|
||||
@@ -145,7 +145,7 @@ METHOD QDesignerFormEditorInterface:formWindowManager( ... )
|
||||
CASE 0
|
||||
RETURN QDesignerFormWindowManagerInterfaceFromPointer( Qt_QDesignerFormEditorInterface_formWindowManager( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormEditorInterface:objectInspector( ... )
|
||||
@@ -153,7 +153,7 @@ METHOD QDesignerFormEditorInterface:objectInspector( ... )
|
||||
CASE 0
|
||||
RETURN QDesignerObjectInspectorInterfaceFromPointer( Qt_QDesignerFormEditorInterface_objectInspector( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormEditorInterface:propertyEditor( ... )
|
||||
@@ -161,7 +161,7 @@ METHOD QDesignerFormEditorInterface:propertyEditor( ... )
|
||||
CASE 0
|
||||
RETURN QDesignerPropertyEditorInterfaceFromPointer( Qt_QDesignerFormEditorInterface_propertyEditor( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormEditorInterface:setActionEditor( ... )
|
||||
@@ -173,7 +173,7 @@ METHOD QDesignerFormEditorInterface:setActionEditor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormEditorInterface:setObjectInspector( ... )
|
||||
@@ -185,7 +185,7 @@ METHOD QDesignerFormEditorInterface:setObjectInspector( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormEditorInterface:setPropertyEditor( ... )
|
||||
@@ -197,7 +197,7 @@ METHOD QDesignerFormEditorInterface:setPropertyEditor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormEditorInterface:setWidgetBox( ... )
|
||||
@@ -209,7 +209,7 @@ METHOD QDesignerFormEditorInterface:setWidgetBox( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormEditorInterface:topLevel( ... )
|
||||
@@ -217,7 +217,7 @@ METHOD QDesignerFormEditorInterface:topLevel( ... )
|
||||
CASE 0
|
||||
RETURN QWidgetFromPointer( Qt_QDesignerFormEditorInterface_topLevel( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormEditorInterface:widgetBox( ... )
|
||||
@@ -225,5 +225,5 @@ METHOD QDesignerFormEditorInterface:widgetBox( ... )
|
||||
CASE 0
|
||||
RETURN QDesignerWidgetBoxInterfaceFromPointer( Qt_QDesignerFormEditorInterface_widgetBox( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ CREATE CLASS QDesignerFormWindowCursorInterface INHERIT HbQtObjectHandler FUNCTI
|
||||
METHOD QDesignerFormWindowCursorInterface:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QDesignerFormWindowCursorInterface( ... )
|
||||
RETURN Self
|
||||
@@ -141,7 +141,7 @@ METHOD QDesignerFormWindowCursorInterface:current( ... )
|
||||
CASE 0
|
||||
RETURN QWidgetFromPointer( Qt_QDesignerFormWindowCursorInterface_current( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowCursorInterface:formWindow( ... )
|
||||
@@ -149,7 +149,7 @@ METHOD QDesignerFormWindowCursorInterface:formWindow( ... )
|
||||
CASE 0
|
||||
RETURN QDesignerFormWindowInterfaceFromPointer( Qt_QDesignerFormWindowCursorInterface_formWindow( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowCursorInterface:hasSelection( ... )
|
||||
@@ -157,7 +157,7 @@ METHOD QDesignerFormWindowCursorInterface:hasSelection( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowCursorInterface_hasSelection( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowCursorInterface:isWidgetSelected( ... )
|
||||
@@ -169,7 +169,7 @@ METHOD QDesignerFormWindowCursorInterface:isWidgetSelected( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowCursorInterface:movePosition( ... )
|
||||
@@ -187,7 +187,7 @@ METHOD QDesignerFormWindowCursorInterface:movePosition( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowCursorInterface:position( ... )
|
||||
@@ -195,7 +195,7 @@ METHOD QDesignerFormWindowCursorInterface:position( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowCursorInterface_position( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowCursorInterface:resetWidgetProperty( ... )
|
||||
@@ -207,7 +207,7 @@ METHOD QDesignerFormWindowCursorInterface:resetWidgetProperty( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowCursorInterface:selectedWidget( ... )
|
||||
@@ -219,7 +219,7 @@ METHOD QDesignerFormWindowCursorInterface:selectedWidget( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowCursorInterface:selectedWidgetCount( ... )
|
||||
@@ -227,7 +227,7 @@ METHOD QDesignerFormWindowCursorInterface:selectedWidgetCount( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowCursorInterface_selectedWidgetCount( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowCursorInterface:setPosition( ... )
|
||||
@@ -245,7 +245,7 @@ METHOD QDesignerFormWindowCursorInterface:setPosition( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowCursorInterface:setProperty( ... )
|
||||
@@ -257,7 +257,7 @@ METHOD QDesignerFormWindowCursorInterface:setProperty( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowCursorInterface:setWidgetProperty( ... )
|
||||
@@ -269,7 +269,7 @@ METHOD QDesignerFormWindowCursorInterface:setWidgetProperty( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowCursorInterface:widget( ... )
|
||||
@@ -281,7 +281,7 @@ METHOD QDesignerFormWindowCursorInterface:widget( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowCursorInterface:widgetCount( ... )
|
||||
@@ -289,5 +289,5 @@ METHOD QDesignerFormWindowCursorInterface:widgetCount( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowCursorInterface_widgetCount( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -155,7 +155,7 @@ CREATE CLASS QDesignerFormWindowInterface INHERIT HbQtObjectHandler, HB_QWidget
|
||||
METHOD QDesignerFormWindowInterface:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QDesignerFormWindowInterface( ... )
|
||||
RETURN Self
|
||||
@@ -170,7 +170,7 @@ METHOD QDesignerFormWindowInterface:addResourceFile( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:author( ... )
|
||||
@@ -178,7 +178,7 @@ METHOD QDesignerFormWindowInterface:author( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowInterface_author( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:comment( ... )
|
||||
@@ -186,7 +186,7 @@ METHOD QDesignerFormWindowInterface:comment( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowInterface_comment( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:contents( ... )
|
||||
@@ -194,7 +194,7 @@ METHOD QDesignerFormWindowInterface:contents( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowInterface_contents( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:core( ... )
|
||||
@@ -202,7 +202,7 @@ METHOD QDesignerFormWindowInterface:core( ... )
|
||||
CASE 0
|
||||
RETURN QDesignerFormEditorInterfaceFromPointer( Qt_QDesignerFormWindowInterface_core( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:cursor( ... )
|
||||
@@ -210,7 +210,7 @@ METHOD QDesignerFormWindowInterface:cursor( ... )
|
||||
CASE 0
|
||||
RETURN QDesignerFormWindowCursorInterfaceFromPointer( Qt_QDesignerFormWindowInterface_cursor( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:emitSelectionChanged( ... )
|
||||
@@ -218,7 +218,7 @@ METHOD QDesignerFormWindowInterface:emitSelectionChanged( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowInterface_emitSelectionChanged( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:exportMacro( ... )
|
||||
@@ -226,7 +226,7 @@ METHOD QDesignerFormWindowInterface:exportMacro( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowInterface_exportMacro( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:features( ... )
|
||||
@@ -234,7 +234,7 @@ METHOD QDesignerFormWindowInterface:features( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowInterface_features( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:fileName( ... )
|
||||
@@ -242,7 +242,7 @@ METHOD QDesignerFormWindowInterface:fileName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowInterface_fileName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:grid( ... )
|
||||
@@ -250,7 +250,7 @@ METHOD QDesignerFormWindowInterface:grid( ... )
|
||||
CASE 0
|
||||
RETURN QPointFromPointer( Qt_QDesignerFormWindowInterface_grid( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:hasFeature( ... )
|
||||
@@ -262,7 +262,7 @@ METHOD QDesignerFormWindowInterface:hasFeature( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:includeHints( ... )
|
||||
@@ -270,7 +270,7 @@ METHOD QDesignerFormWindowInterface:includeHints( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QDesignerFormWindowInterface_includeHints( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:isDirty( ... )
|
||||
@@ -278,7 +278,7 @@ METHOD QDesignerFormWindowInterface:isDirty( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowInterface_isDirty( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:isManaged( ... )
|
||||
@@ -290,7 +290,7 @@ METHOD QDesignerFormWindowInterface:isManaged( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:layoutDefault( ... )
|
||||
@@ -302,7 +302,7 @@ METHOD QDesignerFormWindowInterface:layoutDefault( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:mainContainer( ... )
|
||||
@@ -310,7 +310,7 @@ METHOD QDesignerFormWindowInterface:mainContainer( ... )
|
||||
CASE 0
|
||||
RETURN QWidgetFromPointer( Qt_QDesignerFormWindowInterface_mainContainer( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:pixmapFunction( ... )
|
||||
@@ -318,7 +318,7 @@ METHOD QDesignerFormWindowInterface:pixmapFunction( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowInterface_pixmapFunction( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:removeResourceFile( ... )
|
||||
@@ -330,7 +330,7 @@ METHOD QDesignerFormWindowInterface:removeResourceFile( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:resourceFiles( ... )
|
||||
@@ -338,7 +338,7 @@ METHOD QDesignerFormWindowInterface:resourceFiles( ... )
|
||||
CASE 0
|
||||
RETURN QStringListFromPointer( Qt_QDesignerFormWindowInterface_resourceFiles( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:setAuthor( ... )
|
||||
@@ -350,7 +350,7 @@ METHOD QDesignerFormWindowInterface:setAuthor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:setComment( ... )
|
||||
@@ -362,7 +362,7 @@ METHOD QDesignerFormWindowInterface:setComment( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:setContents( ... )
|
||||
@@ -376,7 +376,7 @@ METHOD QDesignerFormWindowInterface:setContents( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:setExportMacro( ... )
|
||||
@@ -388,7 +388,7 @@ METHOD QDesignerFormWindowInterface:setExportMacro( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:setIncludeHints( ... )
|
||||
@@ -400,7 +400,7 @@ METHOD QDesignerFormWindowInterface:setIncludeHints( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:setLayoutDefault( ... )
|
||||
@@ -412,7 +412,7 @@ METHOD QDesignerFormWindowInterface:setLayoutDefault( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:setMainContainer( ... )
|
||||
@@ -424,7 +424,7 @@ METHOD QDesignerFormWindowInterface:setMainContainer( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:setPixmapFunction( ... )
|
||||
@@ -436,7 +436,7 @@ METHOD QDesignerFormWindowInterface:setPixmapFunction( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:findFormWindow( ... )
|
||||
@@ -453,7 +453,7 @@ METHOD QDesignerFormWindowInterface:findFormWindow( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:clearSelection( ... )
|
||||
@@ -467,7 +467,7 @@ METHOD QDesignerFormWindowInterface:clearSelection( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowInterface_clearSelection( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:manageWidget( ... )
|
||||
@@ -479,7 +479,7 @@ METHOD QDesignerFormWindowInterface:manageWidget( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:selectWidget( ... )
|
||||
@@ -497,7 +497,7 @@ METHOD QDesignerFormWindowInterface:selectWidget( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:setDirty( ... )
|
||||
@@ -509,7 +509,7 @@ METHOD QDesignerFormWindowInterface:setDirty( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:setFeatures( ... )
|
||||
@@ -521,7 +521,7 @@ METHOD QDesignerFormWindowInterface:setFeatures( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:setFileName( ... )
|
||||
@@ -533,7 +533,7 @@ METHOD QDesignerFormWindowInterface:setFileName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:setGrid( ... )
|
||||
@@ -545,7 +545,7 @@ METHOD QDesignerFormWindowInterface:setGrid( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowInterface:unmanageWidget( ... )
|
||||
@@ -557,5 +557,5 @@ METHOD QDesignerFormWindowInterface:unmanageWidget( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -142,7 +142,7 @@ CREATE CLASS QDesignerFormWindowManagerInterface INHERIT HbQtObjectHandler, HB_Q
|
||||
METHOD QDesignerFormWindowManagerInterface:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QDesignerFormWindowManagerInterface( ... )
|
||||
RETURN Self
|
||||
@@ -153,7 +153,7 @@ METHOD QDesignerFormWindowManagerInterface:actionAdjustSize( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionAdjustSize( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionBreakLayout( ... )
|
||||
@@ -161,7 +161,7 @@ METHOD QDesignerFormWindowManagerInterface:actionBreakLayout( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionBreakLayout( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionCopy( ... )
|
||||
@@ -169,7 +169,7 @@ METHOD QDesignerFormWindowManagerInterface:actionCopy( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionCopy( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionCut( ... )
|
||||
@@ -177,7 +177,7 @@ METHOD QDesignerFormWindowManagerInterface:actionCut( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionCut( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionDelete( ... )
|
||||
@@ -185,7 +185,7 @@ METHOD QDesignerFormWindowManagerInterface:actionDelete( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionDelete( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionFormLayout( ... )
|
||||
@@ -193,7 +193,7 @@ METHOD QDesignerFormWindowManagerInterface:actionFormLayout( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionFormLayout( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionGridLayout( ... )
|
||||
@@ -201,7 +201,7 @@ METHOD QDesignerFormWindowManagerInterface:actionGridLayout( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionGridLayout( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionHorizontalLayout( ... )
|
||||
@@ -209,7 +209,7 @@ METHOD QDesignerFormWindowManagerInterface:actionHorizontalLayout( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionHorizontalLayout( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionLower( ... )
|
||||
@@ -217,7 +217,7 @@ METHOD QDesignerFormWindowManagerInterface:actionLower( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionLower( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionPaste( ... )
|
||||
@@ -225,7 +225,7 @@ METHOD QDesignerFormWindowManagerInterface:actionPaste( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionPaste( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionRaise( ... )
|
||||
@@ -233,7 +233,7 @@ METHOD QDesignerFormWindowManagerInterface:actionRaise( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionRaise( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionRedo( ... )
|
||||
@@ -241,7 +241,7 @@ METHOD QDesignerFormWindowManagerInterface:actionRedo( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionRedo( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionSelectAll( ... )
|
||||
@@ -249,7 +249,7 @@ METHOD QDesignerFormWindowManagerInterface:actionSelectAll( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionSelectAll( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionSimplifyLayout( ... )
|
||||
@@ -257,7 +257,7 @@ METHOD QDesignerFormWindowManagerInterface:actionSimplifyLayout( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionSimplifyLayout( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionSplitHorizontal( ... )
|
||||
@@ -265,7 +265,7 @@ METHOD QDesignerFormWindowManagerInterface:actionSplitHorizontal( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionSplitHorizontal( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionSplitVertical( ... )
|
||||
@@ -273,7 +273,7 @@ METHOD QDesignerFormWindowManagerInterface:actionSplitVertical( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionSplitVertical( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionUndo( ... )
|
||||
@@ -281,7 +281,7 @@ METHOD QDesignerFormWindowManagerInterface:actionUndo( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionUndo( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:actionVerticalLayout( ... )
|
||||
@@ -289,7 +289,7 @@ METHOD QDesignerFormWindowManagerInterface:actionVerticalLayout( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QDesignerFormWindowManagerInterface_actionVerticalLayout( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:activeFormWindow( ... )
|
||||
@@ -297,7 +297,7 @@ METHOD QDesignerFormWindowManagerInterface:activeFormWindow( ... )
|
||||
CASE 0
|
||||
RETURN QDesignerFormWindowInterfaceFromPointer( Qt_QDesignerFormWindowManagerInterface_activeFormWindow( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:core( ... )
|
||||
@@ -305,7 +305,7 @@ METHOD QDesignerFormWindowManagerInterface:core( ... )
|
||||
CASE 0
|
||||
RETURN QDesignerFormEditorInterfaceFromPointer( Qt_QDesignerFormWindowManagerInterface_core( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:createFormWindow( ... )
|
||||
@@ -325,7 +325,7 @@ METHOD QDesignerFormWindowManagerInterface:createFormWindow( ... )
|
||||
CASE 0
|
||||
RETURN QDesignerFormWindowInterfaceFromPointer( Qt_QDesignerFormWindowManagerInterface_createFormWindow( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:formWindow( ... )
|
||||
@@ -337,7 +337,7 @@ METHOD QDesignerFormWindowManagerInterface:formWindow( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:formWindowCount( ... )
|
||||
@@ -345,7 +345,7 @@ METHOD QDesignerFormWindowManagerInterface:formWindowCount( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerFormWindowManagerInterface_formWindowCount( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:addFormWindow( ... )
|
||||
@@ -357,7 +357,7 @@ METHOD QDesignerFormWindowManagerInterface:addFormWindow( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:removeFormWindow( ... )
|
||||
@@ -369,7 +369,7 @@ METHOD QDesignerFormWindowManagerInterface:removeFormWindow( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerFormWindowManagerInterface:setActiveFormWindow( ... )
|
||||
@@ -381,5 +381,5 @@ METHOD QDesignerFormWindowManagerInterface:setActiveFormWindow( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ CREATE CLASS QDesignerObjectInspectorInterface INHERIT HbQtObjectHandler, HB_QWi
|
||||
METHOD QDesignerObjectInspectorInterface:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QDesignerObjectInspectorInterface( ... )
|
||||
RETURN Self
|
||||
@@ -129,7 +129,7 @@ METHOD QDesignerObjectInspectorInterface:core( ... )
|
||||
CASE 0
|
||||
RETURN QDesignerFormEditorInterfaceFromPointer( Qt_QDesignerObjectInspectorInterface_core( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerObjectInspectorInterface:setFormWindow( ... )
|
||||
@@ -141,5 +141,5 @@ METHOD QDesignerObjectInspectorInterface:setFormWindow( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -123,7 +123,7 @@ CREATE CLASS QDesignerPropertyEditorInterface INHERIT HbQtObjectHandler, HB_QWid
|
||||
METHOD QDesignerPropertyEditorInterface:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QDesignerPropertyEditorInterface( ... )
|
||||
RETURN Self
|
||||
@@ -134,7 +134,7 @@ METHOD QDesignerPropertyEditorInterface:core( ... )
|
||||
CASE 0
|
||||
RETURN QDesignerFormEditorInterfaceFromPointer( Qt_QDesignerPropertyEditorInterface_core( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerPropertyEditorInterface:currentPropertyName( ... )
|
||||
@@ -142,7 +142,7 @@ METHOD QDesignerPropertyEditorInterface:currentPropertyName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerPropertyEditorInterface_currentPropertyName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerPropertyEditorInterface:isReadOnly( ... )
|
||||
@@ -150,7 +150,7 @@ METHOD QDesignerPropertyEditorInterface:isReadOnly( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerPropertyEditorInterface_isReadOnly( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerPropertyEditorInterface:object( ... )
|
||||
@@ -158,7 +158,7 @@ METHOD QDesignerPropertyEditorInterface:object( ... )
|
||||
CASE 0
|
||||
RETURN QObjectFromPointer( Qt_QDesignerPropertyEditorInterface_object( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerPropertyEditorInterface:setObject( ... )
|
||||
@@ -170,7 +170,7 @@ METHOD QDesignerPropertyEditorInterface:setObject( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerPropertyEditorInterface:setPropertyValue( ... )
|
||||
@@ -188,7 +188,7 @@ METHOD QDesignerPropertyEditorInterface:setPropertyValue( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerPropertyEditorInterface:setReadOnly( ... )
|
||||
@@ -200,5 +200,5 @@ METHOD QDesignerPropertyEditorInterface:setReadOnly( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -120,7 +120,7 @@ CREATE CLASS QDesignerWidgetBoxInterface INHERIT HbQtObjectHandler, HB_QWidget F
|
||||
METHOD QDesignerWidgetBoxInterface:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QDesignerWidgetBoxInterface( ... )
|
||||
RETURN Self
|
||||
@@ -131,7 +131,7 @@ METHOD QDesignerWidgetBoxInterface:fileName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerWidgetBoxInterface_fileName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerWidgetBoxInterface:load( ... )
|
||||
@@ -139,7 +139,7 @@ METHOD QDesignerWidgetBoxInterface:load( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerWidgetBoxInterface_load( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerWidgetBoxInterface:save( ... )
|
||||
@@ -147,7 +147,7 @@ METHOD QDesignerWidgetBoxInterface:save( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QDesignerWidgetBoxInterface_save( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QDesignerWidgetBoxInterface:setFileName( ... )
|
||||
@@ -159,5 +159,5 @@ METHOD QDesignerWidgetBoxInterface:setFileName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ CREATE CLASS HBQAbstractItemModel INHERIT HbQtObjectHandler, HB_QAbstractItemMod
|
||||
METHOD HBQAbstractItemModel:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_HBQAbstractItemModel( ... )
|
||||
RETURN Self
|
||||
@@ -129,7 +129,7 @@ METHOD HBQAbstractItemModel:reset( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQAbstractItemModel_reset( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQAbstractItemModel:index( ... )
|
||||
@@ -147,5 +147,5 @@ METHOD HBQAbstractItemModel:index( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -184,7 +184,7 @@ CREATE CLASS HBQGraphicsItem INHERIT HbQtObjectHandler, HB_QGraphicsItem FUNCTIO
|
||||
METHOD HBQGraphicsItem:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_HBQGraphicsItem( ... )
|
||||
RETURN Self
|
||||
@@ -199,7 +199,7 @@ METHOD HBQGraphicsItem:hbSetBlock( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:boundingRect( ... )
|
||||
@@ -207,7 +207,7 @@ METHOD HBQGraphicsItem:boundingRect( ... )
|
||||
CASE 0
|
||||
RETURN QRectFFromPointer( Qt_HBQGraphicsItem_boundingRect( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:paint( ... )
|
||||
@@ -225,7 +225,7 @@ METHOD HBQGraphicsItem:paint( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:determineResizeMode( ... )
|
||||
@@ -237,7 +237,7 @@ METHOD HBQGraphicsItem:determineResizeMode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:adjustRect( ... )
|
||||
@@ -249,7 +249,7 @@ METHOD HBQGraphicsItem:adjustRect( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:prepare( ... )
|
||||
@@ -261,7 +261,7 @@ METHOD HBQGraphicsItem:prepare( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:pen( ... )
|
||||
@@ -269,7 +269,7 @@ METHOD HBQGraphicsItem:pen( ... )
|
||||
CASE 0
|
||||
RETURN QPenFromPointer( Qt_HBQGraphicsItem_pen( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setPen( ... )
|
||||
@@ -281,7 +281,7 @@ METHOD HBQGraphicsItem:setPen( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:brush( ... )
|
||||
@@ -289,7 +289,7 @@ METHOD HBQGraphicsItem:brush( ... )
|
||||
CASE 0
|
||||
RETURN QBrushFromPointer( Qt_HBQGraphicsItem_brush( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setBrush( ... )
|
||||
@@ -301,7 +301,7 @@ METHOD HBQGraphicsItem:setBrush( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:backgroundBrush( ... )
|
||||
@@ -309,7 +309,7 @@ METHOD HBQGraphicsItem:backgroundBrush( ... )
|
||||
CASE 0
|
||||
RETURN QBrushFromPointer( Qt_HBQGraphicsItem_backgroundBrush( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setBackgroundBrush( ... )
|
||||
@@ -321,7 +321,7 @@ METHOD HBQGraphicsItem:setBackgroundBrush( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:font( ... )
|
||||
@@ -329,7 +329,7 @@ METHOD HBQGraphicsItem:font( ... )
|
||||
CASE 0
|
||||
RETURN QFontFromPointer( Qt_HBQGraphicsItem_font( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setFont( ... )
|
||||
@@ -341,7 +341,7 @@ METHOD HBQGraphicsItem:setFont( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:lineStyle( ... )
|
||||
@@ -349,7 +349,7 @@ METHOD HBQGraphicsItem:lineStyle( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_lineStyle( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setLineStyle( ... )
|
||||
@@ -361,7 +361,7 @@ METHOD HBQGraphicsItem:setLineStyle( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:startAngle( ... )
|
||||
@@ -369,7 +369,7 @@ METHOD HBQGraphicsItem:startAngle( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_startAngle( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setStartAngle( ... )
|
||||
@@ -381,7 +381,7 @@ METHOD HBQGraphicsItem:setStartAngle( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:spanAngle( ... )
|
||||
@@ -389,7 +389,7 @@ METHOD HBQGraphicsItem:spanAngle( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_spanAngle( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setSpanAngle( ... )
|
||||
@@ -401,7 +401,7 @@ METHOD HBQGraphicsItem:setSpanAngle( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:width( ... )
|
||||
@@ -409,7 +409,7 @@ METHOD HBQGraphicsItem:width( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_width( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setWidth( ... )
|
||||
@@ -421,7 +421,7 @@ METHOD HBQGraphicsItem:setWidth( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:height( ... )
|
||||
@@ -429,7 +429,7 @@ METHOD HBQGraphicsItem:height( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_height( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setHeight( ... )
|
||||
@@ -441,7 +441,7 @@ METHOD HBQGraphicsItem:setHeight( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:opacity( ... )
|
||||
@@ -449,7 +449,7 @@ METHOD HBQGraphicsItem:opacity( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_opacity( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setOpacity( ... )
|
||||
@@ -461,7 +461,7 @@ METHOD HBQGraphicsItem:setOpacity( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:geometry( ... )
|
||||
@@ -469,7 +469,7 @@ METHOD HBQGraphicsItem:geometry( ... )
|
||||
CASE 0
|
||||
RETURN QRectFFromPointer( Qt_HBQGraphicsItem_geometry( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setGeometry( ... )
|
||||
@@ -481,7 +481,7 @@ METHOD HBQGraphicsItem:setGeometry( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:objectType( ... )
|
||||
@@ -489,7 +489,7 @@ METHOD HBQGraphicsItem:objectType( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_objectType( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setObjectType( ... )
|
||||
@@ -501,7 +501,7 @@ METHOD HBQGraphicsItem:setObjectType( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:objectName( ... )
|
||||
@@ -509,7 +509,7 @@ METHOD HBQGraphicsItem:objectName( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_objectName( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setObjectName( ... )
|
||||
@@ -521,7 +521,7 @@ METHOD HBQGraphicsItem:setObjectName( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:text( ... )
|
||||
@@ -529,7 +529,7 @@ METHOD HBQGraphicsItem:text( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_text( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setText( ... )
|
||||
@@ -541,7 +541,7 @@ METHOD HBQGraphicsItem:setText( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:paintType( ... )
|
||||
@@ -549,7 +549,7 @@ METHOD HBQGraphicsItem:paintType( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_paintType( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setPaintType( ... )
|
||||
@@ -561,7 +561,7 @@ METHOD HBQGraphicsItem:setPaintType( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:frameType( ... )
|
||||
@@ -569,7 +569,7 @@ METHOD HBQGraphicsItem:frameType( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_frameType( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setFrameType( ... )
|
||||
@@ -581,7 +581,7 @@ METHOD HBQGraphicsItem:setFrameType( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:drawTextType( ... )
|
||||
@@ -589,7 +589,7 @@ METHOD HBQGraphicsItem:drawTextType( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_drawTextType( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setDrawTextType( ... )
|
||||
@@ -601,7 +601,7 @@ METHOD HBQGraphicsItem:setDrawTextType( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:pixmap( ... )
|
||||
@@ -609,7 +609,7 @@ METHOD HBQGraphicsItem:pixmap( ... )
|
||||
CASE 0
|
||||
RETURN QPixmapFromPointer( Qt_HBQGraphicsItem_pixmap( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setPixmap( ... )
|
||||
@@ -621,7 +621,7 @@ METHOD HBQGraphicsItem:setPixmap( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:textColor( ... )
|
||||
@@ -629,7 +629,7 @@ METHOD HBQGraphicsItem:textColor( ... )
|
||||
CASE 0
|
||||
RETURN QColorFromPointer( Qt_HBQGraphicsItem_textColor( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setTextColor( ... )
|
||||
@@ -641,7 +641,7 @@ METHOD HBQGraphicsItem:setTextColor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:borderWidth( ... )
|
||||
@@ -649,7 +649,7 @@ METHOD HBQGraphicsItem:borderWidth( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_borderWidth( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setBorderWidth( ... )
|
||||
@@ -661,7 +661,7 @@ METHOD HBQGraphicsItem:setBorderWidth( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:borderColor( ... )
|
||||
@@ -669,7 +669,7 @@ METHOD HBQGraphicsItem:borderColor( ... )
|
||||
CASE 0
|
||||
RETURN QColorFromPointer( Qt_HBQGraphicsItem_borderColor( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setBorderColor( ... )
|
||||
@@ -681,7 +681,7 @@ METHOD HBQGraphicsItem:setBorderColor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:sizePolicy( ... )
|
||||
@@ -689,7 +689,7 @@ METHOD HBQGraphicsItem:sizePolicy( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_sizePolicy( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setSizePolicy( ... )
|
||||
@@ -701,7 +701,7 @@ METHOD HBQGraphicsItem:setSizePolicy( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:textFlags( ... )
|
||||
@@ -709,7 +709,7 @@ METHOD HBQGraphicsItem:textFlags( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_textFlags( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setTextFlags( ... )
|
||||
@@ -721,7 +721,7 @@ METHOD HBQGraphicsItem:setTextFlags( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:resizeFlags( ... )
|
||||
@@ -729,7 +729,7 @@ METHOD HBQGraphicsItem:resizeFlags( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_resizeFlags( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setResizeFlags( ... )
|
||||
@@ -741,7 +741,7 @@ METHOD HBQGraphicsItem:setResizeFlags( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:resizeHandle( ... )
|
||||
@@ -749,7 +749,7 @@ METHOD HBQGraphicsItem:resizeHandle( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_resizeHandle( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setResizeHandle( ... )
|
||||
@@ -761,7 +761,7 @@ METHOD HBQGraphicsItem:setResizeHandle( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:barsIdentation( ... )
|
||||
@@ -769,7 +769,7 @@ METHOD HBQGraphicsItem:barsIdentation( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_barsIdentation( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setBarsIdentation( ... )
|
||||
@@ -781,7 +781,7 @@ METHOD HBQGraphicsItem:setBarsIdentation( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:drawBorder( ... )
|
||||
@@ -789,7 +789,7 @@ METHOD HBQGraphicsItem:drawBorder( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_drawBorder( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setDrawBorder( ... )
|
||||
@@ -801,7 +801,7 @@ METHOD HBQGraphicsItem:setDrawBorder( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:showGrid( ... )
|
||||
@@ -809,7 +809,7 @@ METHOD HBQGraphicsItem:showGrid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_showGrid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setShowGrid( ... )
|
||||
@@ -821,7 +821,7 @@ METHOD HBQGraphicsItem:setShowGrid( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:showLabels( ... )
|
||||
@@ -829,7 +829,7 @@ METHOD HBQGraphicsItem:showLabels( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_showLabels( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setShowLabels( ... )
|
||||
@@ -841,7 +841,7 @@ METHOD HBQGraphicsItem:setShowLabels( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:toColorFactor( ... )
|
||||
@@ -849,7 +849,7 @@ METHOD HBQGraphicsItem:toColorFactor( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsItem_toColorFactor( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setToColorFactor( ... )
|
||||
@@ -861,7 +861,7 @@ METHOD HBQGraphicsItem:setToColorFactor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setBarValues( ... )
|
||||
@@ -873,7 +873,7 @@ METHOD HBQGraphicsItem:setBarValues( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsItem:setLegendColorRectWidth( ... )
|
||||
@@ -885,5 +885,5 @@ METHOD HBQGraphicsItem:setLegendColorRectWidth( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -135,7 +135,7 @@ CREATE CLASS HBQGraphicsScene INHERIT HbQtObjectHandler, HB_QGraphicsScene FUNCT
|
||||
METHOD HBQGraphicsScene:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_HBQGraphicsScene( ... )
|
||||
RETURN Self
|
||||
@@ -150,7 +150,7 @@ METHOD HBQGraphicsScene:hbSetBlock( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:pageSize( ... )
|
||||
@@ -158,7 +158,7 @@ METHOD HBQGraphicsScene:pageSize( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsScene_pageSize( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:setPageSize( ... )
|
||||
@@ -170,7 +170,7 @@ METHOD HBQGraphicsScene:setPageSize( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:paperRect( ... )
|
||||
@@ -178,7 +178,7 @@ METHOD HBQGraphicsScene:paperRect( ... )
|
||||
CASE 0
|
||||
RETURN QRectFFromPointer( Qt_HBQGraphicsScene_paperRect( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:setPaperRect( ... )
|
||||
@@ -190,7 +190,7 @@ METHOD HBQGraphicsScene:setPaperRect( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:orientation( ... )
|
||||
@@ -198,7 +198,7 @@ METHOD HBQGraphicsScene:orientation( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsScene_orientation( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:setOrientation( ... )
|
||||
@@ -210,7 +210,7 @@ METHOD HBQGraphicsScene:setOrientation( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:geometry( ... )
|
||||
@@ -218,7 +218,7 @@ METHOD HBQGraphicsScene:geometry( ... )
|
||||
CASE 0
|
||||
RETURN QRectFFromPointer( Qt_HBQGraphicsScene_geometry( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:setGeometry( ... )
|
||||
@@ -230,7 +230,7 @@ METHOD HBQGraphicsScene:setGeometry( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:magnetArea( ... )
|
||||
@@ -238,7 +238,7 @@ METHOD HBQGraphicsScene:magnetArea( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsScene_magnetArea( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:setMagnetArea( ... )
|
||||
@@ -250,7 +250,7 @@ METHOD HBQGraphicsScene:setMagnetArea( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:showGrid( ... )
|
||||
@@ -258,7 +258,7 @@ METHOD HBQGraphicsScene:showGrid( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQGraphicsScene_showGrid( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:setShowGrid( ... )
|
||||
@@ -270,7 +270,7 @@ METHOD HBQGraphicsScene:setShowGrid( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:setLeftMagnet( ... )
|
||||
@@ -282,7 +282,7 @@ METHOD HBQGraphicsScene:setLeftMagnet( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:setRightMagnet( ... )
|
||||
@@ -294,7 +294,7 @@ METHOD HBQGraphicsScene:setRightMagnet( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:setTopMagnet( ... )
|
||||
@@ -306,7 +306,7 @@ METHOD HBQGraphicsScene:setTopMagnet( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:setBottomMagnet( ... )
|
||||
@@ -318,7 +318,7 @@ METHOD HBQGraphicsScene:setBottomMagnet( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:setHorizontalMagnet( ... )
|
||||
@@ -330,7 +330,7 @@ METHOD HBQGraphicsScene:setHorizontalMagnet( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQGraphicsScene:setVerticalMagnet( ... )
|
||||
@@ -342,5 +342,5 @@ METHOD HBQGraphicsScene:setVerticalMagnet( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -172,7 +172,7 @@ CREATE CLASS HBQPlainTextEdit INHERIT HbQtObjectHandler, HB_QPlainTextEdit FUNCT
|
||||
METHOD HBQPlainTextEdit:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_HBQPlainTextEdit( ... )
|
||||
RETURN Self
|
||||
@@ -187,7 +187,7 @@ METHOD HBQPlainTextEdit:hbGetIndex( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbGetLine( ... )
|
||||
@@ -199,7 +199,7 @@ METHOD HBQPlainTextEdit:hbGetLine( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbLineNumberAreaWidth( ... )
|
||||
@@ -207,7 +207,7 @@ METHOD HBQPlainTextEdit:hbLineNumberAreaWidth( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbLineNumberAreaWidth( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbGetSpaces( ... )
|
||||
@@ -215,7 +215,7 @@ METHOD HBQPlainTextEdit:hbGetSpaces( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbGetSpaces( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbSetSpaces( ... )
|
||||
@@ -227,7 +227,7 @@ METHOD HBQPlainTextEdit:hbSetSpaces( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbBookmarks( ... )
|
||||
@@ -239,7 +239,7 @@ METHOD HBQPlainTextEdit:hbBookmarks( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbNextBookmark( ... )
|
||||
@@ -251,7 +251,7 @@ METHOD HBQPlainTextEdit:hbNextBookmark( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbPrevBookmark( ... )
|
||||
@@ -263,7 +263,7 @@ METHOD HBQPlainTextEdit:hbPrevBookmark( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbGotoBookmark( ... )
|
||||
@@ -275,7 +275,7 @@ METHOD HBQPlainTextEdit:hbGotoBookmark( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbNumberBlockVisible( ... )
|
||||
@@ -289,7 +289,7 @@ METHOD HBQPlainTextEdit:hbNumberBlockVisible( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbNumberBlockVisible_1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbHighlightCurrentLine( ... )
|
||||
@@ -303,7 +303,7 @@ METHOD HBQPlainTextEdit:hbHighlightCurrentLine( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbHighlightCurrentLine_1( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbSetEventBlock( ... )
|
||||
@@ -315,7 +315,7 @@ METHOD HBQPlainTextEdit:hbSetEventBlock( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbUpdateLineNumberAreaWidth( ... )
|
||||
@@ -327,7 +327,7 @@ METHOD HBQPlainTextEdit:hbUpdateLineNumberAreaWidth( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbCaseUpper( ... )
|
||||
@@ -335,7 +335,7 @@ METHOD HBQPlainTextEdit:hbCaseUpper( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbCaseUpper( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbCaseLower( ... )
|
||||
@@ -343,7 +343,7 @@ METHOD HBQPlainTextEdit:hbCaseLower( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbCaseLower( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbEscapeQuotes( ... )
|
||||
@@ -351,7 +351,7 @@ METHOD HBQPlainTextEdit:hbEscapeQuotes( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbEscapeQuotes( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbEscapeDQuotes( ... )
|
||||
@@ -359,7 +359,7 @@ METHOD HBQPlainTextEdit:hbEscapeDQuotes( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbEscapeDQuotes( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbUnescapeQuotes( ... )
|
||||
@@ -367,7 +367,7 @@ METHOD HBQPlainTextEdit:hbUnescapeQuotes( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbUnescapeQuotes( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbUnescapeDQuotes( ... )
|
||||
@@ -375,7 +375,7 @@ METHOD HBQPlainTextEdit:hbUnescapeDQuotes( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbUnescapeDQuotes( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbConvertQuotes( ... )
|
||||
@@ -383,7 +383,7 @@ METHOD HBQPlainTextEdit:hbConvertQuotes( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbConvertQuotes( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbConvertDQuotes( ... )
|
||||
@@ -391,7 +391,7 @@ METHOD HBQPlainTextEdit:hbConvertDQuotes( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbConvertDQuotes( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbBlockComment( ... )
|
||||
@@ -399,7 +399,7 @@ METHOD HBQPlainTextEdit:hbBlockComment( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbBlockComment( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbStreamComment( ... )
|
||||
@@ -407,7 +407,7 @@ METHOD HBQPlainTextEdit:hbStreamComment( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbStreamComment( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbDuplicateLine( ... )
|
||||
@@ -415,7 +415,7 @@ METHOD HBQPlainTextEdit:hbDuplicateLine( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbDuplicateLine( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbReplaceSelection( ... )
|
||||
@@ -427,7 +427,7 @@ METHOD HBQPlainTextEdit:hbReplaceSelection( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbBlockIndent( ... )
|
||||
@@ -439,7 +439,7 @@ METHOD HBQPlainTextEdit:hbBlockIndent( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbDeleteLine( ... )
|
||||
@@ -447,7 +447,7 @@ METHOD HBQPlainTextEdit:hbDeleteLine( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbDeleteLine( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbMoveLine( ... )
|
||||
@@ -459,7 +459,7 @@ METHOD HBQPlainTextEdit:hbMoveLine( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbGetSelectedText( ... )
|
||||
@@ -467,7 +467,7 @@ METHOD HBQPlainTextEdit:hbGetSelectedText( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbGetSelectedText( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbTextUnderCursor( ... )
|
||||
@@ -479,7 +479,7 @@ METHOD HBQPlainTextEdit:hbTextUnderCursor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbShowPrototype( ... )
|
||||
@@ -491,7 +491,7 @@ METHOD HBQPlainTextEdit:hbShowPrototype( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbSetCompleter( ... )
|
||||
@@ -503,7 +503,7 @@ METHOD HBQPlainTextEdit:hbSetCompleter( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbSetFldsCompleter( ... )
|
||||
@@ -515,7 +515,7 @@ METHOD HBQPlainTextEdit:hbSetFldsCompleter( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbSetCurrentLineColor( ... )
|
||||
@@ -527,7 +527,7 @@ METHOD HBQPlainTextEdit:hbSetCurrentLineColor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbSetLineAreaBkColor( ... )
|
||||
@@ -539,7 +539,7 @@ METHOD HBQPlainTextEdit:hbSetLineAreaBkColor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbRefresh( ... )
|
||||
@@ -547,7 +547,7 @@ METHOD HBQPlainTextEdit:hbRefresh( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbRefresh( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbCut( ... )
|
||||
@@ -559,7 +559,7 @@ METHOD HBQPlainTextEdit:hbCut( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbCopy( ... )
|
||||
@@ -567,7 +567,7 @@ METHOD HBQPlainTextEdit:hbCopy( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbCopy( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbPaste( ... )
|
||||
@@ -575,7 +575,7 @@ METHOD HBQPlainTextEdit:hbPaste( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbPaste( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbSetSelectionMode( ... )
|
||||
@@ -587,7 +587,7 @@ METHOD HBQPlainTextEdit:hbSetSelectionMode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbGetSelectionInfo( ... )
|
||||
@@ -595,7 +595,7 @@ METHOD HBQPlainTextEdit:hbGetSelectionInfo( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbGetSelectionInfo( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbSetSelectionInfo( ... )
|
||||
@@ -607,7 +607,7 @@ METHOD HBQPlainTextEdit:hbSetSelectionInfo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbSetSelectionColor( ... )
|
||||
@@ -619,7 +619,7 @@ METHOD HBQPlainTextEdit:hbSetSelectionColor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbSetMatchBraces( ... )
|
||||
@@ -631,7 +631,7 @@ METHOD HBQPlainTextEdit:hbSetMatchBraces( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbGetViewportInfo( ... )
|
||||
@@ -639,7 +639,7 @@ METHOD HBQPlainTextEdit:hbGetViewportInfo( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbGetViewportInfo( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbApplyKey( ... )
|
||||
@@ -657,7 +657,7 @@ METHOD HBQPlainTextEdit:hbApplyKey( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbHighlightArea( ... )
|
||||
@@ -669,7 +669,7 @@ METHOD HBQPlainTextEdit:hbHighlightArea( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbTogglePersistentSelection( ... )
|
||||
@@ -677,7 +677,7 @@ METHOD HBQPlainTextEdit:hbTogglePersistentSelection( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbTogglePersistentSelection( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbHorzRulerVisible( ... )
|
||||
@@ -689,7 +689,7 @@ METHOD HBQPlainTextEdit:hbHorzRulerVisible( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbSetProtoStyle( ... )
|
||||
@@ -701,7 +701,7 @@ METHOD HBQPlainTextEdit:hbSetProtoStyle( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbSelectAll( ... )
|
||||
@@ -709,7 +709,7 @@ METHOD HBQPlainTextEdit:hbSelectAll( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbSelectAll( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbSetFieldsListActive( ... )
|
||||
@@ -721,7 +721,7 @@ METHOD HBQPlainTextEdit:hbSetFieldsListActive( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbToggleCodeCompetion( ... )
|
||||
@@ -729,7 +729,7 @@ METHOD HBQPlainTextEdit:hbToggleCodeCompetion( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbToggleCodeCompetion( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQPlainTextEdit:hbToggleCompetionTips( ... )
|
||||
@@ -737,5 +737,5 @@ METHOD HBQPlainTextEdit:hbToggleCompetionTips( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQPlainTextEdit_hbToggleCompetionTips( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ CREATE CLASS HBQSyntaxHighlighter INHERIT HbQtObjectHandler, HB_QSyntaxHighlight
|
||||
METHOD HBQSyntaxHighlighter:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_HBQSyntaxHighlighter( ... )
|
||||
RETURN Self
|
||||
@@ -137,7 +137,7 @@ METHOD HBQSyntaxHighlighter:hbSetMultiLineCommentFormat( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQSyntaxHighlighter:hbSetSingleLineCommentFormat( ... )
|
||||
@@ -149,7 +149,7 @@ METHOD HBQSyntaxHighlighter:hbSetSingleLineCommentFormat( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQSyntaxHighlighter:hbSetRule( ... )
|
||||
@@ -161,7 +161,7 @@ METHOD HBQSyntaxHighlighter:hbSetRule( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQSyntaxHighlighter:hbSetFormat( ... )
|
||||
@@ -173,7 +173,7 @@ METHOD HBQSyntaxHighlighter:hbSetFormat( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQSyntaxHighlighter:hbSetFormatColumnSelection( ... )
|
||||
@@ -185,7 +185,7 @@ METHOD HBQSyntaxHighlighter:hbSetFormatColumnSelection( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQSyntaxHighlighter:hbSetRuleWithRegExp( ... )
|
||||
@@ -197,5 +197,5 @@ METHOD HBQSyntaxHighlighter:hbSetRuleWithRegExp( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -117,7 +117,7 @@ CREATE CLASS HBQTableView INHERIT HbQtObjectHandler, HB_QTableView FUNCTION HB_H
|
||||
METHOD HBQTableView:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_HBQTableView( ... )
|
||||
RETURN Self
|
||||
@@ -132,5 +132,5 @@ METHOD HBQTableView:hbSetBlock( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ CREATE CLASS HBQTextBlockUserData INHERIT HbQtObjectHandler FUNCTION HB_HBQTextB
|
||||
METHOD HBQTextBlockUserData:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_HBQTextBlockUserData( ... )
|
||||
RETURN Self
|
||||
@@ -133,7 +133,7 @@ METHOD HBQTextBlockUserData:hbSetState( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD HBQTextBlockUserData:hbState( ... )
|
||||
@@ -141,5 +141,5 @@ METHOD HBQTextBlockUserData:hbState( ... )
|
||||
CASE 0
|
||||
RETURN Qt_HBQTextBlockUserData_hbState( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -142,7 +142,7 @@ CREATE CLASS QAbstractButton INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_Q
|
||||
METHOD QAbstractButton:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QAbstractButton( ... )
|
||||
RETURN Self
|
||||
@@ -153,7 +153,7 @@ METHOD QAbstractButton:autoExclusive( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractButton_autoExclusive( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:autoRepeat( ... )
|
||||
@@ -161,7 +161,7 @@ METHOD QAbstractButton:autoRepeat( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractButton_autoRepeat( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:autoRepeatDelay( ... )
|
||||
@@ -169,7 +169,7 @@ METHOD QAbstractButton:autoRepeatDelay( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractButton_autoRepeatDelay( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:autoRepeatInterval( ... )
|
||||
@@ -177,7 +177,7 @@ METHOD QAbstractButton:autoRepeatInterval( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractButton_autoRepeatInterval( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:group( ... )
|
||||
@@ -185,7 +185,7 @@ METHOD QAbstractButton:group( ... )
|
||||
CASE 0
|
||||
RETURN QButtonGroupFromPointer( Qt_QAbstractButton_group( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:icon( ... )
|
||||
@@ -193,7 +193,7 @@ METHOD QAbstractButton:icon( ... )
|
||||
CASE 0
|
||||
RETURN QIconFromPointer( Qt_QAbstractButton_icon( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:iconSize( ... )
|
||||
@@ -201,7 +201,7 @@ METHOD QAbstractButton:iconSize( ... )
|
||||
CASE 0
|
||||
RETURN QSizeFromPointer( Qt_QAbstractButton_iconSize( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:isCheckable( ... )
|
||||
@@ -209,7 +209,7 @@ METHOD QAbstractButton:isCheckable( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractButton_isCheckable( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:isChecked( ... )
|
||||
@@ -217,7 +217,7 @@ METHOD QAbstractButton:isChecked( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractButton_isChecked( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:isDown( ... )
|
||||
@@ -225,7 +225,7 @@ METHOD QAbstractButton:isDown( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractButton_isDown( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:setAutoExclusive( ... )
|
||||
@@ -237,7 +237,7 @@ METHOD QAbstractButton:setAutoExclusive( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:setAutoRepeat( ... )
|
||||
@@ -249,7 +249,7 @@ METHOD QAbstractButton:setAutoRepeat( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:setAutoRepeatDelay( ... )
|
||||
@@ -261,7 +261,7 @@ METHOD QAbstractButton:setAutoRepeatDelay( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:setAutoRepeatInterval( ... )
|
||||
@@ -273,7 +273,7 @@ METHOD QAbstractButton:setAutoRepeatInterval( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:setCheckable( ... )
|
||||
@@ -285,7 +285,7 @@ METHOD QAbstractButton:setCheckable( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:setDown( ... )
|
||||
@@ -297,7 +297,7 @@ METHOD QAbstractButton:setDown( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:setIcon( ... )
|
||||
@@ -309,7 +309,7 @@ METHOD QAbstractButton:setIcon( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:setShortcut( ... )
|
||||
@@ -321,7 +321,7 @@ METHOD QAbstractButton:setShortcut( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:setText( ... )
|
||||
@@ -333,7 +333,7 @@ METHOD QAbstractButton:setText( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:shortcut( ... )
|
||||
@@ -341,7 +341,7 @@ METHOD QAbstractButton:shortcut( ... )
|
||||
CASE 0
|
||||
RETURN QKeySequenceFromPointer( Qt_QAbstractButton_shortcut( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:text( ... )
|
||||
@@ -349,7 +349,7 @@ METHOD QAbstractButton:text( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractButton_text( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:animateClick( ... )
|
||||
@@ -363,7 +363,7 @@ METHOD QAbstractButton:animateClick( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractButton_animateClick( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:click( ... )
|
||||
@@ -371,7 +371,7 @@ METHOD QAbstractButton:click( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractButton_click( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:setChecked( ... )
|
||||
@@ -383,7 +383,7 @@ METHOD QAbstractButton:setChecked( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:setIconSize( ... )
|
||||
@@ -395,7 +395,7 @@ METHOD QAbstractButton:setIconSize( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractButton:toggle( ... )
|
||||
@@ -403,5 +403,5 @@ METHOD QAbstractButton:toggle( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractButton_toggle( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -120,7 +120,7 @@ CREATE CLASS QAbstractGraphicsShapeItem INHERIT HbQtObjectHandler, HB_QGraphicsI
|
||||
METHOD QAbstractGraphicsShapeItem:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QAbstractGraphicsShapeItem( ... )
|
||||
RETURN Self
|
||||
@@ -131,7 +131,7 @@ METHOD QAbstractGraphicsShapeItem:brush( ... )
|
||||
CASE 0
|
||||
RETURN QBrushFromPointer( Qt_QAbstractGraphicsShapeItem_brush( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractGraphicsShapeItem:pen( ... )
|
||||
@@ -139,7 +139,7 @@ METHOD QAbstractGraphicsShapeItem:pen( ... )
|
||||
CASE 0
|
||||
RETURN QPenFromPointer( Qt_QAbstractGraphicsShapeItem_pen( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractGraphicsShapeItem:setBrush( ... )
|
||||
@@ -151,7 +151,7 @@ METHOD QAbstractGraphicsShapeItem:setBrush( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractGraphicsShapeItem:setPen( ... )
|
||||
@@ -163,5 +163,5 @@ METHOD QAbstractGraphicsShapeItem:setPen( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -123,7 +123,7 @@ CREATE CLASS QAbstractItemDelegate INHERIT HbQtObjectHandler, HB_QObject FUNCTIO
|
||||
METHOD QAbstractItemDelegate:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QAbstractItemDelegate( ... )
|
||||
RETURN Self
|
||||
@@ -138,7 +138,7 @@ METHOD QAbstractItemDelegate:createEditor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemDelegate:editorEvent( ... )
|
||||
@@ -150,7 +150,7 @@ METHOD QAbstractItemDelegate:editorEvent( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemDelegate:paint( ... )
|
||||
@@ -162,7 +162,7 @@ METHOD QAbstractItemDelegate:paint( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemDelegate:setEditorData( ... )
|
||||
@@ -174,7 +174,7 @@ METHOD QAbstractItemDelegate:setEditorData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemDelegate:setModelData( ... )
|
||||
@@ -186,7 +186,7 @@ METHOD QAbstractItemDelegate:setModelData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemDelegate:sizeHint( ... )
|
||||
@@ -198,7 +198,7 @@ METHOD QAbstractItemDelegate:sizeHint( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemDelegate:updateEditorGeometry( ... )
|
||||
@@ -210,5 +210,5 @@ METHOD QAbstractItemDelegate:updateEditorGeometry( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -179,7 +179,7 @@ CREATE CLASS QAbstractItemView INHERIT HbQtObjectHandler, HB_QAbstractScrollArea
|
||||
METHOD QAbstractItemView:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QAbstractItemView( ... )
|
||||
RETURN Self
|
||||
@@ -190,7 +190,7 @@ METHOD QAbstractItemView:alternatingRowColors( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_alternatingRowColors( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:autoScrollMargin( ... )
|
||||
@@ -198,7 +198,7 @@ METHOD QAbstractItemView:autoScrollMargin( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_autoScrollMargin( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:closePersistentEditor( ... )
|
||||
@@ -210,7 +210,7 @@ METHOD QAbstractItemView:closePersistentEditor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:currentIndex( ... )
|
||||
@@ -218,7 +218,7 @@ METHOD QAbstractItemView:currentIndex( ... )
|
||||
CASE 0
|
||||
RETURN QModelIndexFromPointer( Qt_QAbstractItemView_currentIndex( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:dragDropMode( ... )
|
||||
@@ -226,7 +226,7 @@ METHOD QAbstractItemView:dragDropMode( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_dragDropMode( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:dragDropOverwriteMode( ... )
|
||||
@@ -234,7 +234,7 @@ METHOD QAbstractItemView:dragDropOverwriteMode( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_dragDropOverwriteMode( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:dragEnabled( ... )
|
||||
@@ -242,7 +242,7 @@ METHOD QAbstractItemView:dragEnabled( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_dragEnabled( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:editTriggers( ... )
|
||||
@@ -250,7 +250,7 @@ METHOD QAbstractItemView:editTriggers( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_editTriggers( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:hasAutoScroll( ... )
|
||||
@@ -258,7 +258,7 @@ METHOD QAbstractItemView:hasAutoScroll( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_hasAutoScroll( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:horizontalScrollMode( ... )
|
||||
@@ -266,7 +266,7 @@ METHOD QAbstractItemView:horizontalScrollMode( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_horizontalScrollMode( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:iconSize( ... )
|
||||
@@ -274,7 +274,7 @@ METHOD QAbstractItemView:iconSize( ... )
|
||||
CASE 0
|
||||
RETURN QSizeFromPointer( Qt_QAbstractItemView_iconSize( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:indexAt( ... )
|
||||
@@ -286,7 +286,7 @@ METHOD QAbstractItemView:indexAt( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:indexWidget( ... )
|
||||
@@ -298,7 +298,7 @@ METHOD QAbstractItemView:indexWidget( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:itemDelegate( ... )
|
||||
@@ -312,7 +312,7 @@ METHOD QAbstractItemView:itemDelegate( ... )
|
||||
CASE 0
|
||||
RETURN QAbstractItemDelegateFromPointer( Qt_QAbstractItemView_itemDelegate( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:itemDelegateForColumn( ... )
|
||||
@@ -324,7 +324,7 @@ METHOD QAbstractItemView:itemDelegateForColumn( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:itemDelegateForRow( ... )
|
||||
@@ -336,7 +336,7 @@ METHOD QAbstractItemView:itemDelegateForRow( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:keyboardSearch( ... )
|
||||
@@ -348,7 +348,7 @@ METHOD QAbstractItemView:keyboardSearch( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:model( ... )
|
||||
@@ -356,7 +356,7 @@ METHOD QAbstractItemView:model( ... )
|
||||
CASE 0
|
||||
RETURN QAbstractItemModelFromPointer( Qt_QAbstractItemView_model( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:openPersistentEditor( ... )
|
||||
@@ -368,7 +368,7 @@ METHOD QAbstractItemView:openPersistentEditor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:rootIndex( ... )
|
||||
@@ -376,7 +376,7 @@ METHOD QAbstractItemView:rootIndex( ... )
|
||||
CASE 0
|
||||
RETURN QModelIndexFromPointer( Qt_QAbstractItemView_rootIndex( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:scrollTo( ... )
|
||||
@@ -394,7 +394,7 @@ METHOD QAbstractItemView:scrollTo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:selectionBehavior( ... )
|
||||
@@ -402,7 +402,7 @@ METHOD QAbstractItemView:selectionBehavior( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_selectionBehavior( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:selectionMode( ... )
|
||||
@@ -410,7 +410,7 @@ METHOD QAbstractItemView:selectionMode( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_selectionMode( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:selectionModel( ... )
|
||||
@@ -418,7 +418,7 @@ METHOD QAbstractItemView:selectionModel( ... )
|
||||
CASE 0
|
||||
RETURN QItemSelectionModelFromPointer( Qt_QAbstractItemView_selectionModel( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setAlternatingRowColors( ... )
|
||||
@@ -430,7 +430,7 @@ METHOD QAbstractItemView:setAlternatingRowColors( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setAutoScroll( ... )
|
||||
@@ -442,7 +442,7 @@ METHOD QAbstractItemView:setAutoScroll( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setAutoScrollMargin( ... )
|
||||
@@ -454,7 +454,7 @@ METHOD QAbstractItemView:setAutoScrollMargin( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setDragDropMode( ... )
|
||||
@@ -466,7 +466,7 @@ METHOD QAbstractItemView:setDragDropMode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setDragDropOverwriteMode( ... )
|
||||
@@ -478,7 +478,7 @@ METHOD QAbstractItemView:setDragDropOverwriteMode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setDragEnabled( ... )
|
||||
@@ -490,7 +490,7 @@ METHOD QAbstractItemView:setDragEnabled( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setDropIndicatorShown( ... )
|
||||
@@ -502,7 +502,7 @@ METHOD QAbstractItemView:setDropIndicatorShown( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setEditTriggers( ... )
|
||||
@@ -514,7 +514,7 @@ METHOD QAbstractItemView:setEditTriggers( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setHorizontalScrollMode( ... )
|
||||
@@ -526,7 +526,7 @@ METHOD QAbstractItemView:setHorizontalScrollMode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setIconSize( ... )
|
||||
@@ -538,7 +538,7 @@ METHOD QAbstractItemView:setIconSize( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setIndexWidget( ... )
|
||||
@@ -550,7 +550,7 @@ METHOD QAbstractItemView:setIndexWidget( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setItemDelegate( ... )
|
||||
@@ -562,7 +562,7 @@ METHOD QAbstractItemView:setItemDelegate( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setItemDelegateForColumn( ... )
|
||||
@@ -574,7 +574,7 @@ METHOD QAbstractItemView:setItemDelegateForColumn( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setItemDelegateForRow( ... )
|
||||
@@ -586,7 +586,7 @@ METHOD QAbstractItemView:setItemDelegateForRow( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setModel( ... )
|
||||
@@ -598,7 +598,7 @@ METHOD QAbstractItemView:setModel( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setSelectionBehavior( ... )
|
||||
@@ -610,7 +610,7 @@ METHOD QAbstractItemView:setSelectionBehavior( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setSelectionMode( ... )
|
||||
@@ -622,7 +622,7 @@ METHOD QAbstractItemView:setSelectionMode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setSelectionModel( ... )
|
||||
@@ -634,7 +634,7 @@ METHOD QAbstractItemView:setSelectionModel( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setTabKeyNavigation( ... )
|
||||
@@ -646,7 +646,7 @@ METHOD QAbstractItemView:setTabKeyNavigation( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setTextElideMode( ... )
|
||||
@@ -658,7 +658,7 @@ METHOD QAbstractItemView:setTextElideMode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setVerticalScrollMode( ... )
|
||||
@@ -670,7 +670,7 @@ METHOD QAbstractItemView:setVerticalScrollMode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:showDropIndicator( ... )
|
||||
@@ -678,7 +678,7 @@ METHOD QAbstractItemView:showDropIndicator( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_showDropIndicator( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:sizeHintForColumn( ... )
|
||||
@@ -690,7 +690,7 @@ METHOD QAbstractItemView:sizeHintForColumn( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:sizeHintForIndex( ... )
|
||||
@@ -702,7 +702,7 @@ METHOD QAbstractItemView:sizeHintForIndex( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:sizeHintForRow( ... )
|
||||
@@ -714,7 +714,7 @@ METHOD QAbstractItemView:sizeHintForRow( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:tabKeyNavigation( ... )
|
||||
@@ -722,7 +722,7 @@ METHOD QAbstractItemView:tabKeyNavigation( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_tabKeyNavigation( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:textElideMode( ... )
|
||||
@@ -730,7 +730,7 @@ METHOD QAbstractItemView:textElideMode( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_textElideMode( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:verticalScrollMode( ... )
|
||||
@@ -738,7 +738,7 @@ METHOD QAbstractItemView:verticalScrollMode( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_verticalScrollMode( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:visualRect( ... )
|
||||
@@ -750,7 +750,7 @@ METHOD QAbstractItemView:visualRect( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:clearSelection( ... )
|
||||
@@ -758,7 +758,7 @@ METHOD QAbstractItemView:clearSelection( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_clearSelection( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:edit( ... )
|
||||
@@ -770,7 +770,7 @@ METHOD QAbstractItemView:edit( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:reset( ... )
|
||||
@@ -778,7 +778,7 @@ METHOD QAbstractItemView:reset( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_reset( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:scrollToBottom( ... )
|
||||
@@ -786,7 +786,7 @@ METHOD QAbstractItemView:scrollToBottom( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_scrollToBottom( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:scrollToTop( ... )
|
||||
@@ -794,7 +794,7 @@ METHOD QAbstractItemView:scrollToTop( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_scrollToTop( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:selectAll( ... )
|
||||
@@ -802,7 +802,7 @@ METHOD QAbstractItemView:selectAll( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractItemView_selectAll( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setCurrentIndex( ... )
|
||||
@@ -814,7 +814,7 @@ METHOD QAbstractItemView:setCurrentIndex( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:setRootIndex( ... )
|
||||
@@ -826,7 +826,7 @@ METHOD QAbstractItemView:setRootIndex( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractItemView:update( ... )
|
||||
@@ -838,5 +838,5 @@ METHOD QAbstractItemView:update( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@ CREATE CLASS QAbstractPrintDialog INHERIT HbQtObjectHandler, HB_QDialog FUNCTION
|
||||
METHOD QAbstractPrintDialog:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QAbstractPrintDialog( ... )
|
||||
RETURN Self
|
||||
@@ -137,7 +137,7 @@ METHOD QAbstractPrintDialog:exec( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractPrintDialog_exec( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractPrintDialog:fromPage( ... )
|
||||
@@ -145,7 +145,7 @@ METHOD QAbstractPrintDialog:fromPage( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractPrintDialog_fromPage( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractPrintDialog:maxPage( ... )
|
||||
@@ -153,7 +153,7 @@ METHOD QAbstractPrintDialog:maxPage( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractPrintDialog_maxPage( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractPrintDialog:minPage( ... )
|
||||
@@ -161,7 +161,7 @@ METHOD QAbstractPrintDialog:minPage( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractPrintDialog_minPage( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractPrintDialog:printRange( ... )
|
||||
@@ -169,7 +169,7 @@ METHOD QAbstractPrintDialog:printRange( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractPrintDialog_printRange( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractPrintDialog:printer( ... )
|
||||
@@ -177,7 +177,7 @@ METHOD QAbstractPrintDialog:printer( ... )
|
||||
CASE 0
|
||||
RETURN QPrinterFromPointer( Qt_QAbstractPrintDialog_printer( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractPrintDialog:setFromTo( ... )
|
||||
@@ -189,7 +189,7 @@ METHOD QAbstractPrintDialog:setFromTo( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractPrintDialog:setMinMax( ... )
|
||||
@@ -201,7 +201,7 @@ METHOD QAbstractPrintDialog:setMinMax( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractPrintDialog:setPrintRange( ... )
|
||||
@@ -213,7 +213,7 @@ METHOD QAbstractPrintDialog:setPrintRange( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractPrintDialog:toPage( ... )
|
||||
@@ -221,5 +221,5 @@ METHOD QAbstractPrintDialog:toPage( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractPrintDialog_toPage( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ CREATE CLASS QAbstractProxyModel INHERIT HbQtObjectHandler, HB_QAbstractItemMode
|
||||
METHOD QAbstractProxyModel:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QAbstractProxyModel( ... )
|
||||
RETURN Self
|
||||
@@ -137,7 +137,7 @@ METHOD QAbstractProxyModel:mapFromSource( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractProxyModel:mapSelectionFromSource( ... )
|
||||
@@ -149,7 +149,7 @@ METHOD QAbstractProxyModel:mapSelectionFromSource( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractProxyModel:mapSelectionToSource( ... )
|
||||
@@ -161,7 +161,7 @@ METHOD QAbstractProxyModel:mapSelectionToSource( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractProxyModel:mapToSource( ... )
|
||||
@@ -173,7 +173,7 @@ METHOD QAbstractProxyModel:mapToSource( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractProxyModel:setSourceModel( ... )
|
||||
@@ -185,7 +185,7 @@ METHOD QAbstractProxyModel:setSourceModel( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractProxyModel:sourceModel( ... )
|
||||
@@ -193,5 +193,5 @@ METHOD QAbstractProxyModel:sourceModel( ... )
|
||||
CASE 0
|
||||
RETURN QAbstractItemModelFromPointer( Qt_QAbstractProxyModel_sourceModel( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ CREATE CLASS QAbstractScrollArea INHERIT HbQtObjectHandler, HB_QFrame FUNCTION H
|
||||
METHOD QAbstractScrollArea:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QAbstractScrollArea( ... )
|
||||
RETURN Self
|
||||
@@ -145,7 +145,7 @@ METHOD QAbstractScrollArea:addScrollBarWidget( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractScrollArea:cornerWidget( ... )
|
||||
@@ -153,7 +153,7 @@ METHOD QAbstractScrollArea:cornerWidget( ... )
|
||||
CASE 0
|
||||
RETURN QWidgetFromPointer( Qt_QAbstractScrollArea_cornerWidget( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractScrollArea:horizontalScrollBar( ... )
|
||||
@@ -161,7 +161,7 @@ METHOD QAbstractScrollArea:horizontalScrollBar( ... )
|
||||
CASE 0
|
||||
RETURN QScrollBarFromPointer( Qt_QAbstractScrollArea_horizontalScrollBar( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractScrollArea:horizontalScrollBarPolicy( ... )
|
||||
@@ -169,7 +169,7 @@ METHOD QAbstractScrollArea:horizontalScrollBarPolicy( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractScrollArea_horizontalScrollBarPolicy( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractScrollArea:maximumViewportSize( ... )
|
||||
@@ -177,7 +177,7 @@ METHOD QAbstractScrollArea:maximumViewportSize( ... )
|
||||
CASE 0
|
||||
RETURN QSizeFromPointer( Qt_QAbstractScrollArea_maximumViewportSize( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractScrollArea:setCornerWidget( ... )
|
||||
@@ -189,7 +189,7 @@ METHOD QAbstractScrollArea:setCornerWidget( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractScrollArea:setHorizontalScrollBar( ... )
|
||||
@@ -201,7 +201,7 @@ METHOD QAbstractScrollArea:setHorizontalScrollBar( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractScrollArea:setHorizontalScrollBarPolicy( ... )
|
||||
@@ -213,7 +213,7 @@ METHOD QAbstractScrollArea:setHorizontalScrollBarPolicy( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractScrollArea:setVerticalScrollBar( ... )
|
||||
@@ -225,7 +225,7 @@ METHOD QAbstractScrollArea:setVerticalScrollBar( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractScrollArea:setVerticalScrollBarPolicy( ... )
|
||||
@@ -237,7 +237,7 @@ METHOD QAbstractScrollArea:setVerticalScrollBarPolicy( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractScrollArea:setViewport( ... )
|
||||
@@ -249,7 +249,7 @@ METHOD QAbstractScrollArea:setViewport( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractScrollArea:verticalScrollBar( ... )
|
||||
@@ -257,7 +257,7 @@ METHOD QAbstractScrollArea:verticalScrollBar( ... )
|
||||
CASE 0
|
||||
RETURN QScrollBarFromPointer( Qt_QAbstractScrollArea_verticalScrollBar( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractScrollArea:verticalScrollBarPolicy( ... )
|
||||
@@ -265,7 +265,7 @@ METHOD QAbstractScrollArea:verticalScrollBarPolicy( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractScrollArea_verticalScrollBarPolicy( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractScrollArea:viewport( ... )
|
||||
@@ -273,5 +273,5 @@ METHOD QAbstractScrollArea:viewport( ... )
|
||||
CASE 0
|
||||
RETURN QWidgetFromPointer( Qt_QAbstractScrollArea_viewport( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@ CREATE CLASS QAbstractSlider INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_Q
|
||||
METHOD QAbstractSlider:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QAbstractSlider( ... )
|
||||
RETURN Self
|
||||
@@ -151,7 +151,7 @@ METHOD QAbstractSlider:hasTracking( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSlider_hasTracking( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:invertedAppearance( ... )
|
||||
@@ -159,7 +159,7 @@ METHOD QAbstractSlider:invertedAppearance( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSlider_invertedAppearance( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:invertedControls( ... )
|
||||
@@ -167,7 +167,7 @@ METHOD QAbstractSlider:invertedControls( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSlider_invertedControls( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:isSliderDown( ... )
|
||||
@@ -175,7 +175,7 @@ METHOD QAbstractSlider:isSliderDown( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSlider_isSliderDown( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:maximum( ... )
|
||||
@@ -183,7 +183,7 @@ METHOD QAbstractSlider:maximum( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSlider_maximum( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:minimum( ... )
|
||||
@@ -191,7 +191,7 @@ METHOD QAbstractSlider:minimum( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSlider_minimum( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:orientation( ... )
|
||||
@@ -199,7 +199,7 @@ METHOD QAbstractSlider:orientation( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSlider_orientation( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:pageStep( ... )
|
||||
@@ -207,7 +207,7 @@ METHOD QAbstractSlider:pageStep( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSlider_pageStep( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:setInvertedAppearance( ... )
|
||||
@@ -219,7 +219,7 @@ METHOD QAbstractSlider:setInvertedAppearance( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:setInvertedControls( ... )
|
||||
@@ -231,7 +231,7 @@ METHOD QAbstractSlider:setInvertedControls( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:setMaximum( ... )
|
||||
@@ -243,7 +243,7 @@ METHOD QAbstractSlider:setMaximum( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:setMinimum( ... )
|
||||
@@ -255,7 +255,7 @@ METHOD QAbstractSlider:setMinimum( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:setPageStep( ... )
|
||||
@@ -267,7 +267,7 @@ METHOD QAbstractSlider:setPageStep( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:setRange( ... )
|
||||
@@ -279,7 +279,7 @@ METHOD QAbstractSlider:setRange( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:setSingleStep( ... )
|
||||
@@ -291,7 +291,7 @@ METHOD QAbstractSlider:setSingleStep( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:setSliderDown( ... )
|
||||
@@ -303,7 +303,7 @@ METHOD QAbstractSlider:setSliderDown( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:setSliderPosition( ... )
|
||||
@@ -315,7 +315,7 @@ METHOD QAbstractSlider:setSliderPosition( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:setTracking( ... )
|
||||
@@ -327,7 +327,7 @@ METHOD QAbstractSlider:setTracking( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:singleStep( ... )
|
||||
@@ -335,7 +335,7 @@ METHOD QAbstractSlider:singleStep( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSlider_singleStep( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:sliderPosition( ... )
|
||||
@@ -343,7 +343,7 @@ METHOD QAbstractSlider:sliderPosition( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSlider_sliderPosition( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:triggerAction( ... )
|
||||
@@ -355,7 +355,7 @@ METHOD QAbstractSlider:triggerAction( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:value( ... )
|
||||
@@ -363,7 +363,7 @@ METHOD QAbstractSlider:value( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSlider_value( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:setOrientation( ... )
|
||||
@@ -375,7 +375,7 @@ METHOD QAbstractSlider:setOrientation( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSlider:setValue( ... )
|
||||
@@ -387,5 +387,5 @@ METHOD QAbstractSlider:setValue( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -142,7 +142,7 @@ CREATE CLASS QAbstractSpinBox INHERIT HbQtObjectHandler, HB_QWidget FUNCTION HB_
|
||||
METHOD QAbstractSpinBox:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QAbstractSpinBox( ... )
|
||||
RETURN Self
|
||||
@@ -153,7 +153,7 @@ METHOD QAbstractSpinBox:alignment( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_alignment( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:buttonSymbols( ... )
|
||||
@@ -161,7 +161,7 @@ METHOD QAbstractSpinBox:buttonSymbols( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_buttonSymbols( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:correctionMode( ... )
|
||||
@@ -169,7 +169,7 @@ METHOD QAbstractSpinBox:correctionMode( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_correctionMode( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:hasAcceptableInput( ... )
|
||||
@@ -177,7 +177,7 @@ METHOD QAbstractSpinBox:hasAcceptableInput( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_hasAcceptableInput( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:hasFrame( ... )
|
||||
@@ -185,7 +185,7 @@ METHOD QAbstractSpinBox:hasFrame( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_hasFrame( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:interpretText( ... )
|
||||
@@ -193,7 +193,7 @@ METHOD QAbstractSpinBox:interpretText( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_interpretText( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:isAccelerated( ... )
|
||||
@@ -201,7 +201,7 @@ METHOD QAbstractSpinBox:isAccelerated( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_isAccelerated( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:isReadOnly( ... )
|
||||
@@ -209,7 +209,7 @@ METHOD QAbstractSpinBox:isReadOnly( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_isReadOnly( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:keyboardTracking( ... )
|
||||
@@ -217,7 +217,7 @@ METHOD QAbstractSpinBox:keyboardTracking( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_keyboardTracking( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:setAccelerated( ... )
|
||||
@@ -229,7 +229,7 @@ METHOD QAbstractSpinBox:setAccelerated( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:setAlignment( ... )
|
||||
@@ -241,7 +241,7 @@ METHOD QAbstractSpinBox:setAlignment( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:setButtonSymbols( ... )
|
||||
@@ -253,7 +253,7 @@ METHOD QAbstractSpinBox:setButtonSymbols( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:setCorrectionMode( ... )
|
||||
@@ -265,7 +265,7 @@ METHOD QAbstractSpinBox:setCorrectionMode( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:setFrame( ... )
|
||||
@@ -277,7 +277,7 @@ METHOD QAbstractSpinBox:setFrame( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:setKeyboardTracking( ... )
|
||||
@@ -289,7 +289,7 @@ METHOD QAbstractSpinBox:setKeyboardTracking( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:setReadOnly( ... )
|
||||
@@ -301,7 +301,7 @@ METHOD QAbstractSpinBox:setReadOnly( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:setSpecialValueText( ... )
|
||||
@@ -313,7 +313,7 @@ METHOD QAbstractSpinBox:setSpecialValueText( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:setWrapping( ... )
|
||||
@@ -325,7 +325,7 @@ METHOD QAbstractSpinBox:setWrapping( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:specialValueText( ... )
|
||||
@@ -333,7 +333,7 @@ METHOD QAbstractSpinBox:specialValueText( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_specialValueText( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:stepBy( ... )
|
||||
@@ -345,7 +345,7 @@ METHOD QAbstractSpinBox:stepBy( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:text( ... )
|
||||
@@ -353,7 +353,7 @@ METHOD QAbstractSpinBox:text( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_text( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:wrapping( ... )
|
||||
@@ -361,7 +361,7 @@ METHOD QAbstractSpinBox:wrapping( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_wrapping( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:clear( ... )
|
||||
@@ -369,7 +369,7 @@ METHOD QAbstractSpinBox:clear( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_clear( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:selectAll( ... )
|
||||
@@ -377,7 +377,7 @@ METHOD QAbstractSpinBox:selectAll( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_selectAll( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:stepDown( ... )
|
||||
@@ -385,7 +385,7 @@ METHOD QAbstractSpinBox:stepDown( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_stepDown( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractSpinBox:stepUp( ... )
|
||||
@@ -393,5 +393,5 @@ METHOD QAbstractSpinBox:stepUp( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractSpinBox_stepUp( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@ CREATE CLASS QAbstractTextDocumentLayout INHERIT HbQtObjectHandler, HB_QObject F
|
||||
METHOD QAbstractTextDocumentLayout:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QAbstractTextDocumentLayout( ... )
|
||||
RETURN Self
|
||||
@@ -141,7 +141,7 @@ METHOD QAbstractTextDocumentLayout:anchorAt( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractTextDocumentLayout:blockBoundingRect( ... )
|
||||
@@ -153,7 +153,7 @@ METHOD QAbstractTextDocumentLayout:blockBoundingRect( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractTextDocumentLayout:document( ... )
|
||||
@@ -161,7 +161,7 @@ METHOD QAbstractTextDocumentLayout:document( ... )
|
||||
CASE 0
|
||||
RETURN QTextDocumentFromPointer( Qt_QAbstractTextDocumentLayout_document( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractTextDocumentLayout:documentSize( ... )
|
||||
@@ -169,7 +169,7 @@ METHOD QAbstractTextDocumentLayout:documentSize( ... )
|
||||
CASE 0
|
||||
RETURN QSizeFFromPointer( Qt_QAbstractTextDocumentLayout_documentSize( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractTextDocumentLayout:frameBoundingRect( ... )
|
||||
@@ -181,7 +181,7 @@ METHOD QAbstractTextDocumentLayout:frameBoundingRect( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractTextDocumentLayout:hitTest( ... )
|
||||
@@ -193,7 +193,7 @@ METHOD QAbstractTextDocumentLayout:hitTest( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractTextDocumentLayout:pageCount( ... )
|
||||
@@ -201,7 +201,7 @@ METHOD QAbstractTextDocumentLayout:pageCount( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAbstractTextDocumentLayout_pageCount( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractTextDocumentLayout:paintDevice( ... )
|
||||
@@ -209,7 +209,7 @@ METHOD QAbstractTextDocumentLayout:paintDevice( ... )
|
||||
CASE 0
|
||||
RETURN QPaintDeviceFromPointer( Qt_QAbstractTextDocumentLayout_paintDevice( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractTextDocumentLayout:registerHandler( ... )
|
||||
@@ -221,7 +221,7 @@ METHOD QAbstractTextDocumentLayout:registerHandler( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAbstractTextDocumentLayout:setPaintDevice( ... )
|
||||
@@ -233,5 +233,5 @@ METHOD QAbstractTextDocumentLayout:setPaintDevice( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -166,7 +166,7 @@ CREATE CLASS QAction INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QAction
|
||||
METHOD QAction:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QAction( ... )
|
||||
RETURN Self
|
||||
@@ -177,7 +177,7 @@ METHOD QAction:actionGroup( ... )
|
||||
CASE 0
|
||||
RETURN QActionGroupFromPointer( Qt_QAction_actionGroup( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:activate( ... )
|
||||
@@ -189,7 +189,7 @@ METHOD QAction:activate( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:associatedWidgets( ... )
|
||||
@@ -197,7 +197,7 @@ METHOD QAction:associatedWidgets( ... )
|
||||
CASE 0
|
||||
RETURN QListFromPointer( Qt_QAction_associatedWidgets( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:autoRepeat( ... )
|
||||
@@ -205,7 +205,7 @@ METHOD QAction:autoRepeat( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_autoRepeat( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:data( ... )
|
||||
@@ -213,7 +213,7 @@ METHOD QAction:data( ... )
|
||||
CASE 0
|
||||
RETURN QVariantFromPointer( Qt_QAction_data( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:font( ... )
|
||||
@@ -221,7 +221,7 @@ METHOD QAction:font( ... )
|
||||
CASE 0
|
||||
RETURN QFontFromPointer( Qt_QAction_font( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:icon( ... )
|
||||
@@ -229,7 +229,7 @@ METHOD QAction:icon( ... )
|
||||
CASE 0
|
||||
RETURN QIconFromPointer( Qt_QAction_icon( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:iconText( ... )
|
||||
@@ -237,7 +237,7 @@ METHOD QAction:iconText( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_iconText( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:isCheckable( ... )
|
||||
@@ -245,7 +245,7 @@ METHOD QAction:isCheckable( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_isCheckable( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:isChecked( ... )
|
||||
@@ -253,7 +253,7 @@ METHOD QAction:isChecked( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_isChecked( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:isEnabled( ... )
|
||||
@@ -261,7 +261,7 @@ METHOD QAction:isEnabled( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_isEnabled( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:isIconVisibleInMenu( ... )
|
||||
@@ -269,7 +269,7 @@ METHOD QAction:isIconVisibleInMenu( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_isIconVisibleInMenu( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:isSeparator( ... )
|
||||
@@ -277,7 +277,7 @@ METHOD QAction:isSeparator( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_isSeparator( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:isVisible( ... )
|
||||
@@ -285,7 +285,7 @@ METHOD QAction:isVisible( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_isVisible( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:menu( ... )
|
||||
@@ -293,7 +293,7 @@ METHOD QAction:menu( ... )
|
||||
CASE 0
|
||||
RETURN QMenuFromPointer( Qt_QAction_menu( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:menuRole( ... )
|
||||
@@ -301,7 +301,7 @@ METHOD QAction:menuRole( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_menuRole( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:parentWidget( ... )
|
||||
@@ -309,7 +309,7 @@ METHOD QAction:parentWidget( ... )
|
||||
CASE 0
|
||||
RETURN QWidgetFromPointer( Qt_QAction_parentWidget( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setActionGroup( ... )
|
||||
@@ -321,7 +321,7 @@ METHOD QAction:setActionGroup( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setAutoRepeat( ... )
|
||||
@@ -333,7 +333,7 @@ METHOD QAction:setAutoRepeat( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setCheckable( ... )
|
||||
@@ -345,7 +345,7 @@ METHOD QAction:setCheckable( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setData( ... )
|
||||
@@ -357,7 +357,7 @@ METHOD QAction:setData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setFont( ... )
|
||||
@@ -369,7 +369,7 @@ METHOD QAction:setFont( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setIcon( ... )
|
||||
@@ -381,7 +381,7 @@ METHOD QAction:setIcon( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setIconText( ... )
|
||||
@@ -393,7 +393,7 @@ METHOD QAction:setIconText( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setIconVisibleInMenu( ... )
|
||||
@@ -405,7 +405,7 @@ METHOD QAction:setIconVisibleInMenu( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setMenu( ... )
|
||||
@@ -417,7 +417,7 @@ METHOD QAction:setMenu( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setMenuRole( ... )
|
||||
@@ -429,7 +429,7 @@ METHOD QAction:setMenuRole( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setSeparator( ... )
|
||||
@@ -441,7 +441,7 @@ METHOD QAction:setSeparator( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setShortcut( ... )
|
||||
@@ -453,7 +453,7 @@ METHOD QAction:setShortcut( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setShortcutContext( ... )
|
||||
@@ -465,7 +465,7 @@ METHOD QAction:setShortcutContext( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setShortcuts( ... )
|
||||
@@ -477,7 +477,7 @@ METHOD QAction:setShortcuts( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setStatusTip( ... )
|
||||
@@ -489,7 +489,7 @@ METHOD QAction:setStatusTip( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setText( ... )
|
||||
@@ -501,7 +501,7 @@ METHOD QAction:setText( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setToolTip( ... )
|
||||
@@ -513,7 +513,7 @@ METHOD QAction:setToolTip( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setWhatsThis( ... )
|
||||
@@ -525,7 +525,7 @@ METHOD QAction:setWhatsThis( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:shortcut( ... )
|
||||
@@ -533,7 +533,7 @@ METHOD QAction:shortcut( ... )
|
||||
CASE 0
|
||||
RETURN QKeySequenceFromPointer( Qt_QAction_shortcut( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:shortcutContext( ... )
|
||||
@@ -541,7 +541,7 @@ METHOD QAction:shortcutContext( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_shortcutContext( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:shortcuts( ... )
|
||||
@@ -549,7 +549,7 @@ METHOD QAction:shortcuts( ... )
|
||||
CASE 0
|
||||
RETURN QListFromPointer( Qt_QAction_shortcuts( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:showStatusText( ... )
|
||||
@@ -563,7 +563,7 @@ METHOD QAction:showStatusText( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_showStatusText( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:statusTip( ... )
|
||||
@@ -571,7 +571,7 @@ METHOD QAction:statusTip( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_statusTip( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:text( ... )
|
||||
@@ -579,7 +579,7 @@ METHOD QAction:text( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_text( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:toolTip( ... )
|
||||
@@ -587,7 +587,7 @@ METHOD QAction:toolTip( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_toolTip( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:whatsThis( ... )
|
||||
@@ -595,7 +595,7 @@ METHOD QAction:whatsThis( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_whatsThis( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:hover( ... )
|
||||
@@ -603,7 +603,7 @@ METHOD QAction:hover( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_hover( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setChecked( ... )
|
||||
@@ -615,7 +615,7 @@ METHOD QAction:setChecked( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setDisabled( ... )
|
||||
@@ -627,7 +627,7 @@ METHOD QAction:setDisabled( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setEnabled( ... )
|
||||
@@ -639,7 +639,7 @@ METHOD QAction:setEnabled( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:setVisible( ... )
|
||||
@@ -651,7 +651,7 @@ METHOD QAction:setVisible( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:toggle( ... )
|
||||
@@ -659,7 +659,7 @@ METHOD QAction:toggle( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_toggle( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QAction:trigger( ... )
|
||||
@@ -667,5 +667,5 @@ METHOD QAction:trigger( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QAction_trigger( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -129,7 +129,7 @@ CREATE CLASS QActionGroup INHERIT HbQtObjectHandler, HB_QObject FUNCTION HB_QAct
|
||||
METHOD QActionGroup:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QActionGroup( ... )
|
||||
RETURN Self
|
||||
@@ -140,7 +140,7 @@ METHOD QActionGroup:actions( ... )
|
||||
CASE 0
|
||||
RETURN QListFromPointer( Qt_QActionGroup_actions( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QActionGroup:addAction( ... )
|
||||
@@ -160,7 +160,7 @@ METHOD QActionGroup:addAction( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QActionGroup:checkedAction( ... )
|
||||
@@ -168,7 +168,7 @@ METHOD QActionGroup:checkedAction( ... )
|
||||
CASE 0
|
||||
RETURN QActionFromPointer( Qt_QActionGroup_checkedAction( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QActionGroup:isEnabled( ... )
|
||||
@@ -176,7 +176,7 @@ METHOD QActionGroup:isEnabled( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QActionGroup_isEnabled( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QActionGroup:isExclusive( ... )
|
||||
@@ -184,7 +184,7 @@ METHOD QActionGroup:isExclusive( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QActionGroup_isExclusive( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QActionGroup:isVisible( ... )
|
||||
@@ -192,7 +192,7 @@ METHOD QActionGroup:isVisible( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QActionGroup_isVisible( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QActionGroup:removeAction( ... )
|
||||
@@ -204,7 +204,7 @@ METHOD QActionGroup:removeAction( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QActionGroup:setDisabled( ... )
|
||||
@@ -216,7 +216,7 @@ METHOD QActionGroup:setDisabled( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QActionGroup:setEnabled( ... )
|
||||
@@ -228,7 +228,7 @@ METHOD QActionGroup:setEnabled( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QActionGroup:setExclusive( ... )
|
||||
@@ -240,7 +240,7 @@ METHOD QActionGroup:setExclusive( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QActionGroup:setVisible( ... )
|
||||
@@ -252,5 +252,5 @@ METHOD QActionGroup:setVisible( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -190,7 +190,7 @@ CREATE CLASS QApplication INHERIT HbQtObjectHandler, HB_QCoreApplication FUNCTIO
|
||||
METHOD QApplication:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QApplication( ... )
|
||||
RETURN Self
|
||||
@@ -205,7 +205,7 @@ METHOD QApplication:commitData( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:isSessionRestored( ... )
|
||||
@@ -213,7 +213,7 @@ METHOD QApplication:isSessionRestored( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_isSessionRestored( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:saveState( ... )
|
||||
@@ -225,7 +225,7 @@ METHOD QApplication:saveState( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:sessionId( ... )
|
||||
@@ -233,7 +233,7 @@ METHOD QApplication:sessionId( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_sessionId( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:sessionKey( ... )
|
||||
@@ -241,7 +241,7 @@ METHOD QApplication:sessionKey( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_sessionKey( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:styleSheet( ... )
|
||||
@@ -249,7 +249,7 @@ METHOD QApplication:styleSheet( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_styleSheet( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:activeModalWidget( ... )
|
||||
@@ -257,7 +257,7 @@ METHOD QApplication:activeModalWidget( ... )
|
||||
CASE 0
|
||||
RETURN QWidgetFromPointer( Qt_QApplication_activeModalWidget( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:activePopupWidget( ... )
|
||||
@@ -265,7 +265,7 @@ METHOD QApplication:activePopupWidget( ... )
|
||||
CASE 0
|
||||
RETURN QWidgetFromPointer( Qt_QApplication_activePopupWidget( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:activeWindow( ... )
|
||||
@@ -273,7 +273,7 @@ METHOD QApplication:activeWindow( ... )
|
||||
CASE 0
|
||||
RETURN QWidgetFromPointer( Qt_QApplication_activeWindow( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:alert( ... )
|
||||
@@ -291,7 +291,7 @@ METHOD QApplication:alert( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:beep( ... )
|
||||
@@ -299,7 +299,7 @@ METHOD QApplication:beep( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_beep( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:changeOverrideCursor( ... )
|
||||
@@ -311,7 +311,7 @@ METHOD QApplication:changeOverrideCursor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:clipboard( ... )
|
||||
@@ -319,7 +319,7 @@ METHOD QApplication:clipboard( ... )
|
||||
CASE 0
|
||||
RETURN QClipboardFromPointer( Qt_QApplication_clipboard( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:colorSpec( ... )
|
||||
@@ -327,7 +327,7 @@ METHOD QApplication:colorSpec( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_colorSpec( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:cursorFlashTime( ... )
|
||||
@@ -335,7 +335,7 @@ METHOD QApplication:cursorFlashTime( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_cursorFlashTime( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:desktop( ... )
|
||||
@@ -343,7 +343,7 @@ METHOD QApplication:desktop( ... )
|
||||
CASE 0
|
||||
RETURN QDesktopWidgetFromPointer( Qt_QApplication_desktop( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:desktopSettingsAware( ... )
|
||||
@@ -351,7 +351,7 @@ METHOD QApplication:desktopSettingsAware( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_desktopSettingsAware( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:doubleClickInterval( ... )
|
||||
@@ -359,7 +359,7 @@ METHOD QApplication:doubleClickInterval( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_doubleClickInterval( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:exec( ... )
|
||||
@@ -367,7 +367,7 @@ METHOD QApplication:exec( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_exec( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:focusWidget( ... )
|
||||
@@ -375,7 +375,7 @@ METHOD QApplication:focusWidget( ... )
|
||||
CASE 0
|
||||
RETURN QWidgetFromPointer( Qt_QApplication_focusWidget( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:font( ... )
|
||||
@@ -391,7 +391,7 @@ METHOD QApplication:font( ... )
|
||||
CASE 0
|
||||
RETURN QFontFromPointer( Qt_QApplication_font( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:fontMetrics( ... )
|
||||
@@ -399,7 +399,7 @@ METHOD QApplication:fontMetrics( ... )
|
||||
CASE 0
|
||||
RETURN QFontMetricsFromPointer( Qt_QApplication_fontMetrics( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:globalStrut( ... )
|
||||
@@ -407,7 +407,7 @@ METHOD QApplication:globalStrut( ... )
|
||||
CASE 0
|
||||
RETURN QSizeFromPointer( Qt_QApplication_globalStrut( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:isEffectEnabled( ... )
|
||||
@@ -419,7 +419,7 @@ METHOD QApplication:isEffectEnabled( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:isLeftToRight( ... )
|
||||
@@ -427,7 +427,7 @@ METHOD QApplication:isLeftToRight( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_isLeftToRight( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:isRightToLeft( ... )
|
||||
@@ -435,7 +435,7 @@ METHOD QApplication:isRightToLeft( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_isRightToLeft( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:keyboardInputDirection( ... )
|
||||
@@ -443,7 +443,7 @@ METHOD QApplication:keyboardInputDirection( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_keyboardInputDirection( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:keyboardInputInterval( ... )
|
||||
@@ -451,7 +451,7 @@ METHOD QApplication:keyboardInputInterval( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_keyboardInputInterval( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:keyboardInputLocale( ... )
|
||||
@@ -459,7 +459,7 @@ METHOD QApplication:keyboardInputLocale( ... )
|
||||
CASE 0
|
||||
RETURN QLocaleFromPointer( Qt_QApplication_keyboardInputLocale( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:keyboardModifiers( ... )
|
||||
@@ -467,7 +467,7 @@ METHOD QApplication:keyboardModifiers( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_keyboardModifiers( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:layoutDirection( ... )
|
||||
@@ -475,7 +475,7 @@ METHOD QApplication:layoutDirection( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_layoutDirection( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:mouseButtons( ... )
|
||||
@@ -483,7 +483,7 @@ METHOD QApplication:mouseButtons( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_mouseButtons( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:overrideCursor( ... )
|
||||
@@ -491,7 +491,7 @@ METHOD QApplication:overrideCursor( ... )
|
||||
CASE 0
|
||||
RETURN QCursorFromPointer( Qt_QApplication_overrideCursor( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:palette( ... )
|
||||
@@ -507,7 +507,7 @@ METHOD QApplication:palette( ... )
|
||||
CASE 0
|
||||
RETURN QPaletteFromPointer( Qt_QApplication_palette( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:quitOnLastWindowClosed( ... )
|
||||
@@ -515,7 +515,7 @@ METHOD QApplication:quitOnLastWindowClosed( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_quitOnLastWindowClosed( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:restoreOverrideCursor( ... )
|
||||
@@ -523,7 +523,7 @@ METHOD QApplication:restoreOverrideCursor( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_restoreOverrideCursor( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setActiveWindow( ... )
|
||||
@@ -535,7 +535,7 @@ METHOD QApplication:setActiveWindow( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setColorSpec( ... )
|
||||
@@ -547,7 +547,7 @@ METHOD QApplication:setColorSpec( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setCursorFlashTime( ... )
|
||||
@@ -559,7 +559,7 @@ METHOD QApplication:setCursorFlashTime( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setDesktopSettingsAware( ... )
|
||||
@@ -571,7 +571,7 @@ METHOD QApplication:setDesktopSettingsAware( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setDoubleClickInterval( ... )
|
||||
@@ -583,7 +583,7 @@ METHOD QApplication:setDoubleClickInterval( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setEffectEnabled( ... )
|
||||
@@ -601,7 +601,7 @@ METHOD QApplication:setEffectEnabled( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setFont( ... )
|
||||
@@ -619,7 +619,7 @@ METHOD QApplication:setFont( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setGlobalStrut( ... )
|
||||
@@ -631,7 +631,7 @@ METHOD QApplication:setGlobalStrut( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setGraphicsSystem( ... )
|
||||
@@ -643,7 +643,7 @@ METHOD QApplication:setGraphicsSystem( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setKeyboardInputInterval( ... )
|
||||
@@ -655,7 +655,7 @@ METHOD QApplication:setKeyboardInputInterval( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setLayoutDirection( ... )
|
||||
@@ -667,7 +667,7 @@ METHOD QApplication:setLayoutDirection( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setOverrideCursor( ... )
|
||||
@@ -679,7 +679,7 @@ METHOD QApplication:setOverrideCursor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setPalette( ... )
|
||||
@@ -697,7 +697,7 @@ METHOD QApplication:setPalette( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setQuitOnLastWindowClosed( ... )
|
||||
@@ -709,7 +709,7 @@ METHOD QApplication:setQuitOnLastWindowClosed( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setStartDragDistance( ... )
|
||||
@@ -721,7 +721,7 @@ METHOD QApplication:setStartDragDistance( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setStartDragTime( ... )
|
||||
@@ -733,7 +733,7 @@ METHOD QApplication:setStartDragTime( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setStyle( ... )
|
||||
@@ -747,7 +747,7 @@ METHOD QApplication:setStyle( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setWheelScrollLines( ... )
|
||||
@@ -759,7 +759,7 @@ METHOD QApplication:setWheelScrollLines( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setWindowIcon( ... )
|
||||
@@ -771,7 +771,7 @@ METHOD QApplication:setWindowIcon( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:startDragDistance( ... )
|
||||
@@ -779,7 +779,7 @@ METHOD QApplication:startDragDistance( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_startDragDistance( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:startDragTime( ... )
|
||||
@@ -787,7 +787,7 @@ METHOD QApplication:startDragTime( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_startDragTime( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:style( ... )
|
||||
@@ -795,7 +795,7 @@ METHOD QApplication:style( ... )
|
||||
CASE 0
|
||||
RETURN QStyleFromPointer( Qt_QApplication_style( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:syncX( ... )
|
||||
@@ -803,7 +803,7 @@ METHOD QApplication:syncX( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_syncX( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:topLevelAt( ... )
|
||||
@@ -821,7 +821,7 @@ METHOD QApplication:topLevelAt( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:type( ... )
|
||||
@@ -829,7 +829,7 @@ METHOD QApplication:type( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_type( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:wheelScrollLines( ... )
|
||||
@@ -837,7 +837,7 @@ METHOD QApplication:wheelScrollLines( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_wheelScrollLines( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:widgetAt( ... )
|
||||
@@ -855,7 +855,7 @@ METHOD QApplication:widgetAt( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:windowIcon( ... )
|
||||
@@ -863,7 +863,7 @@ METHOD QApplication:windowIcon( ... )
|
||||
CASE 0
|
||||
RETURN QIconFromPointer( Qt_QApplication_windowIcon( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:aboutQt( ... )
|
||||
@@ -871,7 +871,7 @@ METHOD QApplication:aboutQt( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_aboutQt( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:closeAllWindows( ... )
|
||||
@@ -879,7 +879,7 @@ METHOD QApplication:closeAllWindows( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QApplication_closeAllWindows( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QApplication:setStyleSheet( ... )
|
||||
@@ -891,5 +891,5 @@ METHOD QApplication:setStyleSheet( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -125,7 +125,7 @@ CREATE CLASS QBitmap INHERIT HbQtObjectHandler, HB_QPixmap FUNCTION HB_QBitmap
|
||||
METHOD QBitmap:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QBitmap( ... )
|
||||
RETURN Self
|
||||
@@ -157,7 +157,7 @@ METHOD QBitmap:QBitmap( ... )
|
||||
CASE 0
|
||||
RETURN QBitmapFromPointer( Qt_QBitmap_QBitmap( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitmap:clear( ... )
|
||||
@@ -165,7 +165,7 @@ METHOD QBitmap:clear( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QBitmap_clear( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitmap:transformed( ... )
|
||||
@@ -182,7 +182,7 @@ METHOD QBitmap:transformed( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBitmap:fromImage( ... )
|
||||
@@ -200,5 +200,5 @@ METHOD QBitmap:fromImage( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@ CREATE CLASS QBoxLayout INHERIT HbQtObjectHandler, HB_QLayout FUNCTION HB_QBoxLa
|
||||
METHOD QBoxLayout:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QBoxLayout( ... )
|
||||
RETURN Self
|
||||
@@ -157,7 +157,7 @@ METHOD QBoxLayout:addLayout( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:addSpacerItem( ... )
|
||||
@@ -169,7 +169,7 @@ METHOD QBoxLayout:addSpacerItem( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:addSpacing( ... )
|
||||
@@ -181,7 +181,7 @@ METHOD QBoxLayout:addSpacing( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:addStretch( ... )
|
||||
@@ -195,7 +195,7 @@ METHOD QBoxLayout:addStretch( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QBoxLayout_addStretch( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:addStrut( ... )
|
||||
@@ -207,7 +207,7 @@ METHOD QBoxLayout:addStrut( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:addWidget( ... )
|
||||
@@ -231,7 +231,7 @@ METHOD QBoxLayout:addWidget( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:direction( ... )
|
||||
@@ -239,7 +239,7 @@ METHOD QBoxLayout:direction( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QBoxLayout_direction( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:insertLayout( ... )
|
||||
@@ -257,7 +257,7 @@ METHOD QBoxLayout:insertLayout( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:insertSpacerItem( ... )
|
||||
@@ -269,7 +269,7 @@ METHOD QBoxLayout:insertSpacerItem( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:insertSpacing( ... )
|
||||
@@ -281,7 +281,7 @@ METHOD QBoxLayout:insertSpacing( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:insertStretch( ... )
|
||||
@@ -299,7 +299,7 @@ METHOD QBoxLayout:insertStretch( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:insertWidget( ... )
|
||||
@@ -323,7 +323,7 @@ METHOD QBoxLayout:insertWidget( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:invalidate( ... )
|
||||
@@ -331,7 +331,7 @@ METHOD QBoxLayout:invalidate( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QBoxLayout_invalidate( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:setDirection( ... )
|
||||
@@ -343,7 +343,7 @@ METHOD QBoxLayout:setDirection( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:setSpacing( ... )
|
||||
@@ -355,7 +355,7 @@ METHOD QBoxLayout:setSpacing( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:setStretch( ... )
|
||||
@@ -367,7 +367,7 @@ METHOD QBoxLayout:setStretch( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:setStretchFactor( ... )
|
||||
@@ -384,7 +384,7 @@ METHOD QBoxLayout:setStretchFactor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:spacing( ... )
|
||||
@@ -392,7 +392,7 @@ METHOD QBoxLayout:spacing( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QBoxLayout_spacing( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBoxLayout:stretch( ... )
|
||||
@@ -404,5 +404,5 @@ METHOD QBoxLayout:stretch( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
@@ -131,7 +131,7 @@ CREATE CLASS QBrush INHERIT HbQtObjectHandler FUNCTION HB_QBrush
|
||||
METHOD QBrush:new( ... )
|
||||
LOCAL p
|
||||
FOR EACH p IN { ... }
|
||||
hb_pvalue( p:__enumIndex(), hbqt_ptr( p ) )
|
||||
hb_pvalue( p:__enumIndex(), __hbqt_ptr( p ) )
|
||||
NEXT
|
||||
::pPtr := Qt_QBrush( ... )
|
||||
RETURN Self
|
||||
@@ -142,7 +142,7 @@ METHOD QBrush:color( ... )
|
||||
CASE 0
|
||||
RETURN QColorFromPointer( Qt_QBrush_color( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBrush:gradient( ... )
|
||||
@@ -150,7 +150,7 @@ METHOD QBrush:gradient( ... )
|
||||
CASE 0
|
||||
RETURN QGradientFromPointer( Qt_QBrush_gradient( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBrush:isOpaque( ... )
|
||||
@@ -158,7 +158,7 @@ METHOD QBrush:isOpaque( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QBrush_isOpaque( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBrush:matrix( ... )
|
||||
@@ -166,7 +166,7 @@ METHOD QBrush:matrix( ... )
|
||||
CASE 0
|
||||
RETURN QMatrixFromPointer( Qt_QBrush_matrix( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBrush:setColor( ... )
|
||||
@@ -180,7 +180,7 @@ METHOD QBrush:setColor( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBrush:setMatrix( ... )
|
||||
@@ -192,7 +192,7 @@ METHOD QBrush:setMatrix( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBrush:setStyle( ... )
|
||||
@@ -204,7 +204,7 @@ METHOD QBrush:setStyle( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBrush:setTexture( ... )
|
||||
@@ -216,7 +216,7 @@ METHOD QBrush:setTexture( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBrush:setTextureImage( ... )
|
||||
@@ -228,7 +228,7 @@ METHOD QBrush:setTextureImage( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBrush:setTransform( ... )
|
||||
@@ -240,7 +240,7 @@ METHOD QBrush:setTransform( ... )
|
||||
ENDCASE
|
||||
EXIT
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBrush:style( ... )
|
||||
@@ -248,7 +248,7 @@ METHOD QBrush:style( ... )
|
||||
CASE 0
|
||||
RETURN Qt_QBrush_style( ::pPtr, ... )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBrush:texture( ... )
|
||||
@@ -256,7 +256,7 @@ METHOD QBrush:texture( ... )
|
||||
CASE 0
|
||||
RETURN QPixmapFromPointer( Qt_QBrush_texture( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBrush:textureImage( ... )
|
||||
@@ -264,7 +264,7 @@ METHOD QBrush:textureImage( ... )
|
||||
CASE 0
|
||||
RETURN QImageFromPointer( Qt_QBrush_textureImage( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
METHOD QBrush:transform( ... )
|
||||
@@ -272,5 +272,5 @@ METHOD QBrush:transform( ... )
|
||||
CASE 0
|
||||
RETURN QTransformFromPointer( Qt_QBrush_transform( ::pPtr, ... ) )
|
||||
ENDSWITCH
|
||||
RETURN hbqt_error()
|
||||
RETURN __hbqt_error()
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user