diff options
Diffstat (limited to 'qtsharp/src')
26 files changed, 403 insertions, 939 deletions
diff --git a/qtsharp/src/api/qt.xml b/qtsharp/src/api/qt.xml index e2e84dad..11ccdcd0 100644 --- a/qtsharp/src/api/qt.xml +++ b/qtsharp/src/api/qt.xml @@ -305,14 +305,14 @@ <qparam type="TQUuidamp" name="arg1"/> <qparam type="TQUnknownInterface**" name="arg2"/> </qmethod> - <qmethod name="isValid" access="public" return="Q_REFCOUNT bool" id="0"/> + <qmethod name="isValid" access="public" return="TQ_REFCOUNT bool" id="0"/> <qmethod name="protected_object" access="protected" return="TQObject*" id="0"/> </qtype> <qtype name="TQAction" access="public"> <qancestor name="TQObject"/> <qctor name="TQAction" access="public" id="0"> <qparam type="TQObject*" name="parent"/> <qparam type="char*" name="name" default="0"/> - <qparam type="bool" name="toggle" default="FALSE"/> + <qparam type="bool" name="toggle" default="false"/> </qctor> <qctor name="TQAction" access="public" id="1"> <qparam type="TQStringamp" name="text"/> @@ -321,7 +321,7 @@ <qparam type="TQKeySequence" name="accel"/> <qparam type="TQObject*" name="parent"/> <qparam type="char*" name="name" default="0"/> - <qparam type="bool" name="toggle" default="FALSE"/> + <qparam type="bool" name="toggle" default="false"/> </qctor> <qctor name="TQAction" access="public" id="2"> <qparam type="TQStringamp" name="text"/> @@ -329,7 +329,7 @@ <qparam type="TQKeySequence" name="accel"/> <qparam type="TQObject*" name="parent"/> <qparam type="char*" name="name" default="0"/> - <qparam type="bool" name="toggle" default="FALSE"/> + <qparam type="bool" name="toggle" default="false"/> </qctor> <qdctor name="TQAction" access="public"/> <qmethod name="setIconSet" access="public" return="void" id="0"> @@ -392,7 +392,7 @@ <qctor name="TQActionGroup" access="public" id="0"> <qparam type="TQObject*" name="parent"/> <qparam type="char*" name="name" default="0"/> - <qparam type="bool" name="exclusive" default="TRUE"/> + <qparam type="bool" name="exclusive" default="true"/> </qctor> <qdctor name="TQActionGroup" access="public"/> <qmethod name="setExclusive" access="public" return="void" id="0"> @@ -574,10 +574,10 @@ <qmethod name="saveState" access="public" return="void" id="0"> <qparam type="TQSessionManageramp" name="sm"/> </qmethod> - <qmethod name="wakeUpGuiThread" access="public" return="void" id="0"/> + <qmethod name="wakeUpCoreThread" access="public" return="void" id="0"/> <qmethod name="lock" access="public" return="void" id="0"/> <qmethod name="unlock" access="public" return="void" id="0"> - <qparam type="bool" name="wakeUpGui" default="TRUE"/> + <qparam type="bool" name="wakeUpCore" default="true"/> </qmethod> <qmethod name="locked" access="public" return="bool" id="0"/> <qmethod name="tryLock" access="public" return="bool" id="0"/> @@ -607,7 +607,7 @@ <qmethod name="overrideCursor" access="public static" return="TQCursor*" id="0"/> <qmethod name="setOverrideCursor" access="public static" return="void" id="0"> <qparam type="TQCursoramp" name="arg1"/> - <qparam type="bool" name="replace" default="FALSE"/> + <qparam type="bool" name="replace" default="false"/> </qmethod> <qmethod name="restoreOverrideCursor" access="public static" return="void" id="0"/> @@ -622,7 +622,7 @@ id="0"> </qmethod> <qmethod name="setPalette" access="public static" return="void" id="0"> <qparam type="TQPaletteamp" name="arg1"/> - <qparam type="bool" name="informWidgets" default="FALSE"/> + <qparam type="bool" name="informWidgets" default="false"/> <qparam type="char*" name="className" default="0"/> </qmethod> <qmethod name="font" access="public static" return="TQFont" id="0"> @@ -630,7 +630,7 @@ id="0"> </qmethod> <qmethod name="setFont" access="public static" return="void" id="0"> <qparam type="TQFontamp" name="arg1"/> - <qparam type="bool" name="informWidgets" default="FALSE"/> + <qparam type="bool" name="informWidgets" default="false"/> <qparam type="char*" name="className" default="0"/> </qmethod> <qmethod name="fontMetrics" access="public static" return="TQFontMetrics" id="0"/> @@ -643,11 +643,11 @@ id="0"> <qmethod name="widgetAt" access="public static" return="TQWidget*" id="0"> <qparam type="int" name="x"/> <qparam type="int" name="y"/> - <qparam type="bool" name="child" default="FALSE"/> + <qparam type="bool" name="child" default="false"/> </qmethod> <qmethod name="widgetAt" access="public static" return="TQWidget*" id="1"> <qparam type="TQPointamp" name="arg1"/> - <qparam type="bool" name="child" default="FALSE"/> + <qparam type="bool" name="child" default="false"/> </qmethod> <qmethod name="exit" access="public static" return="void" id="0"> <qparam type="int" name="retcode" default="0"/> @@ -720,7 +720,7 @@ id="0"> </qmethod> <qmethod name="setEffectEnabled" access="public static" return="void" id="0"> <qparam type="TQt::UIEffect" name="arg1"/> - <qparam type="bool" name="enable" default="TRUE"/> + <qparam type="bool" name="enable" default="true"/> </qmethod> <qmethod name="qwsDecoration" access="public static" return="TQWSDecorationamp" id="0"/> <qmethod name="qwsSetDecoration" access="public static" return="void" id="0"> @@ -744,8 +744,8 @@ id="0"> <qctor name="TQAsciiCache" access="public" id="1"> <qparam type="int" name="maxCost" default="100"/> <qparam type="int" name="size" default="17"/> - <qparam type="bool" name="caseSensitive" default="TRUE"/> - <qparam type="bool" name="copyKeys" default="TRUE"/> + <qparam type="bool" name="caseSensitive" default="true"/> + <qparam type="bool" name="copyKeys" default="true"/> </qctor> <qdctor name="TQAsciiCache" access="public"/> <qmethod name="maxCost" access="public" return="int" id="0"/> @@ -771,7 +771,7 @@ id="0"> </qmethod> <qmethod name="find" access="public" return="type*" id="0"> <qparam type="char*" name="k"/> - <qparam type="bool" name="ref" default="TRUE"/> + <qparam type="bool" name="ref" default="true"/> </qmethod> <qmethod name="statistics" access="public" return="void" id="0"/> </qtype> <qtype name="TQAsciiCacheIterator" access="public"> @@ -788,8 +788,8 @@ id="0"> <qancestor name="TQPtrCollection"/> <qctor name="TQAsciiDict" access="public" id="0"> <qparam type="int" name="size" default="17"/> - <qparam type="bool" name="caseSensitive" default="TRUE"/> - <qparam type="bool" name="copyKeys" default="TRUE"/> + <qparam type="bool" name="caseSensitive" default="true"/> + <qparam type="bool" name="copyKeys" default="true"/> </qctor> <qdctor name="TQAsciiDict" access="public"/> <qmethod name="count" access="public" return="uint" id="0"/> @@ -946,24 +946,24 @@ id="0"> <qctor name="TQBitmap" access="public" id="1"> <qparam type="int" name="w"/> <qparam type="int" name="h"/> - <qparam type="bool" name="clear" default="FALSE"/> + <qparam type="bool" name="clear" default="false"/> <qparam type="TQPixmap::Optimization" name="arg1" default="TQPixmap::DefaultOptim"/> </qctor> <qctor name="TQBitmap" access="public" id="2"> <qparam type="TQSizeamp" name="arg1"/> - <qparam type="bool" name="clear" default="FALSE"/> + <qparam type="bool" name="clear" default="false"/> <qparam type="TQPixmap::Optimization" name="arg2" default="TQPixmap::DefaultOptim"/> </qctor> <qctor name="TQBitmap" access="public" id="3"> <qparam type="int" name="w"/> <qparam type="int" name="h"/> <qparam type="uchar*" name="bits"/> - <qparam type="bool" name="isXbitmap" default="FALSE"/> + <qparam type="bool" name="isXbitmap" default="false"/> </qctor> <qctor name="TQBitmap" access="public" id="4"> <qparam type="TQSizeamp" name="arg1"/> <qparam type="uchar*" name="bits"/> - <qparam type="bool" name="isXbitmap" default="FALSE"/> + <qparam type="bool" name="isXbitmap" default="false"/> </qctor> <qctor name="TQBitmap" access="public" id="5"> <qparam type="TQBitmapamp" name="arg1"/> @@ -1187,10 +1187,6 @@ id="0"> <qmethod name="isDown" access="public" return="bool" id="0"/> <qmethod name="isOn" access="public" return="bool" id="0"/> <qmethod name="state" access="public" return="ToggleState" id="0"/> - <qmethod name="autoResize" access="public" return="bool" id="0"/> - <qmethod name="setAutoResize" access="public" return="void" id="0"> - <qparam type="bool" name="arg1"/> - </qmethod> <qmethod name="autoRepeat" access="public" return="bool" id="0"/> <qmethod name="setAutoRepeat" access="public" return="void" id="0"> <qparam type="bool" name="arg1"/> @@ -1292,7 +1288,7 @@ id="0"> </qtype> <qtype name="TQCDEStyle" access="public"> <qancestor name="TQMotifStyle"/> <qctor name="TQCDEStyle" access="public" id="0"> - <qparam type="bool" name="useHighlightCols" default="FALSE"/> + <qparam type="bool" name="useHighlightCols" default="false"/> </qctor> <qdctor name="TQCDEStyle" access="public"/> <qmethod name="pixelMetric" access="public" return="int" id="0"> @@ -1350,12 +1346,12 @@ id="0"> <qmethod name="find" access="public" return="int" id="0"> <qparam type="char" name="c"/> <qparam type="int" name="index" default="0"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="find" access="public" return="int" id="1"> <qparam type="char*" name="str"/> <qparam type="int" name="index" default="0"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="find" access="public" return="int" id="2"> <qparam type="TQRegExpamp" name="arg1"/> @@ -1364,12 +1360,12 @@ id="0"> <qmethod name="findRev" access="public" return="int" id="0"> <qparam type="char" name="c"/> <qparam type="int" name="index" default="-1"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="findRev" access="public" return="int" id="1"> <qparam type="char*" name="str"/> <qparam type="int" name="index" default="-1"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="findRev" access="public" return="int" id="2"> <qparam type="TQRegExpamp" name="arg1"/> @@ -1377,11 +1373,11 @@ id="0"> </qmethod> <qmethod name="contains" access="public" return="int" id="0"> <qparam type="char" name="c"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="contains" access="public" return="int" id="1"> <qparam type="char*" name="str"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="contains" access="public" return="int" id="2"> <qparam type="TQRegExpamp" name="arg1"/> @@ -1399,12 +1395,12 @@ id="0"> <qmethod name="leftJustify" access="public" return="TQCString" id="0"> <qparam type="uint" name="width"/> <qparam type="char" name="fill" default="' '"/> - <qparam type="bool" name="trunc" default="FALSE"/> + <qparam type="bool" name="trunc" default="false"/> </qmethod> <qmethod name="rightJustify" access="public" return="TQCString" id="0"> <qparam type="uint" name="width"/> <qparam type="char" name="fill" default="' '"/> - <qparam type="bool" name="trunc" default="FALSE"/> + <qparam type="bool" name="trunc" default="false"/> </qmethod> <qmethod name="lower" access="public" return="TQCString" id="0"/> <qmethod name="upper" access="public" return="TQCString" id="0"/> @@ -1501,7 +1497,7 @@ id="0"> <qctor name="TQCache" access="public" id="1"> <qparam type="int" name="maxCost" default="100"/> <qparam type="int" name="size" default="17"/> - <qparam type="bool" name="caseSensitive" default="TRUE"/> + <qparam type="bool" name="caseSensitive" default="true"/> </qctor> <qdctor name="TQCache" access="public"/> <qmethod name="maxCost" access="public" return="int" id="0"/> @@ -1527,7 +1523,7 @@ id="0"> </qmethod> <qmethod name="find" access="public" return="type*" id="0"> <qparam type="TQStringamp" name="k"/> - <qparam type="bool" name="ref" default="TRUE"/> + <qparam type="bool" name="ref" default="true"/> </qmethod> <qmethod name="statistics" access="public" return="void" id="0"/> </qtype> <qtype name="TQCacheIterator" access="public"> @@ -1669,7 +1665,7 @@ id="0"> <qmethod name="drawArea" access="public" return="void" id="0"> <qparam type="TQRectamp" name="arg1"/> <qparam type="TQPainter*" name="p"/> - <qparam type="bool" name="double_buffer" default="FALSE"/> + <qparam type="bool" name="double_buffer" default="false"/> </qmethod> <qmethod name="addView" access="public" return="void" id="0"> <qparam type="TQCanvasView*" name="arg1"/> @@ -1680,7 +1676,7 @@ id="0"> <qmethod name="drawCanvasArea" access="public" return="void" id="0"> <qparam type="TQRectamp" name="arg1"/> <qparam type="TQPainter*" name="p" default="0"/> - <qparam type="bool" name="double_buffer" default="TRUE"/> + <qparam type="bool" name="double_buffer" default="true"/> </qmethod> <qmethod name="drawViewArea" access="public" return="void" id="0"> <qparam type="TQCanvasView*" name="view"/> @@ -1997,7 +1993,7 @@ id="0"> <qdctor name="TQCanvasSpline" access="public"/> <qmethod name="setControlPoints" access="public" return="void" id="0"> <qparam type="TQPointArray" name="arg1"/> - <qparam type="bool" name="closed" default="TRUE"/> + <qparam type="bool" name="closed" default="true"/> </qmethod> <qmethod name="controlPoints" access="public" return="TQPointArray" id="0"/> <qmethod name="closed" access="public" return="bool" id="0"/> @@ -2347,7 +2343,7 @@ id="0"> </qmethod> <qmethod name="setNoChange" access="public" return="void" id="0"/> <qmethod name="setTristate" access="public" return="void" id="0"> - <qparam type="bool" name="y" default="TRUE"/> + <qparam type="bool" name="y" default="true"/> </qmethod> <qmethod name="isTristate" access="public" return="bool" id="0"/> <qmethod name="protected_drawButton" access="protected" return="void" id="0"> @@ -2850,7 +2846,7 @@ id="0"> <qctor name="TQComboTableItem" access="public" id="0"> <qparam type="TQTable*" name="table"/> <qparam type="TQStringListamp" name="list"/> - <qparam type="bool" name="editable" default="FALSE"/> + <qparam type="bool" name="editable" default="false"/> </qctor> <qmethod name="createEditor" access="public" return="TQWidget*" id="0"/> <qmethod name="setContentFromEditor" access="public" return="void" id="0"> @@ -3160,7 +3156,7 @@ id="0"> <qmethod name="filter" access="public" return="TQString" id="0"/> <qmethod name="setSqlCursor" access="public" return="void" id="0"> <qparam type="TQSqlCursor*" name="cursor"/> - <qparam type="bool" name="autoDelete" default="FALSE"/> + <qparam type="bool" name="autoDelete" default="false"/> </qmethod> <qmethod name="sqlCursor" access="public" return="TQSqlCursor*" id="0"/> <qmethod name="setForm" access="public" return="void" id="0"> @@ -3197,7 +3193,7 @@ id="0"> <qmethod name="autoEdit" access="public" return="bool" id="0"/> <qmethod name="seek" access="public" return="bool" id="0"> <qparam type="int" name="i"/> - <qparam type="bool" name="relative" default="FALSE"/> + <qparam type="bool" name="relative" default="false"/> </qmethod> <qmethod name="refresh" access="public" return="void" id="0"/> <qmethod name="insert" access="public" return="void" id="0"/> @@ -3314,7 +3310,7 @@ id="0"> </qctor> <qctor name="TQDataTable" access="public" id="1"> <qparam type="TQSqlCursor*" name="cursor"/> - <qparam type="bool" name="autoPopulate" default="FALSE"/> + <qparam type="bool" name="autoPopulate" default="false"/> <qparam type="TQWidget*" name="parent" default="0"/> <qparam type="char*" name="name" default="0"/> </qctor> @@ -3350,8 +3346,8 @@ id="0"> <qmethod name="sort" access="public" return="TQStringList" id="0"/> <qmethod name="setSqlCursor" access="public" return="void" id="0"> <qparam type="TQSqlCursor*" name="cursor" default="0"/> - <qparam type="bool" name="autoPopulate" default="FALSE"/> - <qparam type="bool" name="autoDelete" default="FALSE"/> + <qparam type="bool" name="autoPopulate" default="false"/> + <qparam type="bool" name="autoDelete" default="false"/> </qmethod> <qmethod name="sqlCursor" access="public" return="TQSqlCursor*" id="0"/> <qmethod name="setNullText" access="public" return="void" id="0"> @@ -3401,8 +3397,8 @@ id="0"> </qmethod> <qmethod name="sortColumn" access="public" return="void" id="0"> <qparam type="int" name="col"/> - <qparam type="bool" name="ascending" default="TRUE"/> - <qparam type="bool" name="wholeRows" default="FALSE"/> + <qparam type="bool" name="ascending" default="true"/> + <qparam type="bool" name="wholeRows" default="false"/> </qmethod> <qmethod name="text" access="public" return="TQString" id="0"> <qparam type="int" name="row"/> @@ -3917,7 +3913,7 @@ id="0"> <qctor name="TQDialog" access="public" id="0"> <qparam type="TQWidget*" name="parent" default="0"/> <qparam type="char*" name="name" default="0"/> - <qparam type="bool" name="modal" default="FALSE"/> + <qparam type="bool" name="modal" default="false"/> <qparam type="WFlags" name="f" default="0"/> </qctor> <qdctor name="TQDialog" access="public"/> @@ -3984,7 +3980,7 @@ id="0"> <qancestor name="TQPtrCollection"/> <qctor name="TQDict" access="public" id="0"> <qparam type="int" name="size" default="17"/> - <qparam type="bool" name="caseSensitive" default="TRUE"/> + <qparam type="bool" name="caseSensitive" default="true"/> </qctor> <qdctor name="TQDict" access="public"/> <qmethod name="count" access="public" return="uint" id="0"/> @@ -4077,15 +4073,15 @@ id="0"> <qmethod name="dirName" access="public" return="TQString" id="0"/> <qmethod name="filePath" access="public" return="TQString" id="0"> <qparam type="TQStringamp" name="fileName"/> - <qparam type="bool" name="acceptAbsPath" default="TRUE"/> + <qparam type="bool" name="acceptAbsPath" default="true"/> </qmethod> <qmethod name="absFilePath" access="public" return="TQString" id="0"> <qparam type="TQStringamp" name="fileName"/> - <qparam type="bool" name="acceptAbsPath" default="TRUE"/> + <qparam type="bool" name="acceptAbsPath" default="true"/> </qmethod> <qmethod name="cd" access="public" return="bool" id="0"> <qparam type="TQStringamp" name="dirName"/> - <qparam type="bool" name="acceptAbsPath" default="TRUE"/> + <qparam type="bool" name="acceptAbsPath" default="true"/> </qmethod> <qmethod name="cdUp" access="public" return="bool" id="0"/> <qmethod name="nameFilter" access="public" return="TQString" id="0"/> @@ -4134,11 +4130,11 @@ id="0"> </qmethod> <qmethod name="mkdir" access="public" return="bool" id="0"> <qparam type="TQStringamp" name="dirName"/> - <qparam type="bool" name="acceptAbsPath" default="TRUE"/> + <qparam type="bool" name="acceptAbsPath" default="true"/> </qmethod> <qmethod name="rmdir" access="public" return="bool" id="0"> <qparam type="TQStringamp" name="dirName"/> - <qparam type="bool" name="acceptAbsPath" default="TRUE"/> + <qparam type="bool" name="acceptAbsPath" default="true"/> </qmethod> <qmethod name="isReadable" access="public" return="bool" id="0"/> <qmethod name="exists" access="public" return="bool" id="0"/> @@ -4147,16 +4143,16 @@ id="0"> <qmethod name="convertToAbs" access="public" return="void" id="0"/> <qmethod name="remove" access="public" return="bool" id="0"> <qparam type="TQStringamp" name="fileName"/> - <qparam type="bool" name="acceptAbsPath" default="TRUE"/> + <qparam type="bool" name="acceptAbsPath" default="true"/> </qmethod> <qmethod name="rename" access="public" return="bool" id="0"> <qparam type="TQStringamp" name="name"/> <qparam type="TQStringamp" name="newName"/> - <qparam type="bool" name="acceptAbsPaths" default="TRUE"/> + <qparam type="bool" name="acceptAbsPaths" default="true"/> </qmethod> <qmethod name="exists" access="public" return="bool" id="1"> <qparam type="TQStringamp" name="name"/> - <qparam type="bool" name="acceptAbsPath" default="TRUE"/> + <qparam type="bool" name="acceptAbsPath" default="true"/> </qmethod> <qmethod name="convertSeparators" access="public static" return="TQString" id="0"> <qparam type="TQStringamp" name="pathName"/> @@ -4270,7 +4266,7 @@ id="0"> <qparam type="TQDockWindow*" name="w"/> <qparam type="bool" name="makeFloating"/> <qparam type="bool" name="swap"/> - <qparam type="bool" name="fixNewLines" default="TRUE"/> + <qparam type="bool" name="fixNewLines" default="true"/> </qmethod> <qmethod name="moveDockWindow" access="public" return="void" id="1"> <qparam type="TQDockWindow*" name="w"/> @@ -4793,7 +4789,7 @@ id="0"> </qmethod> <qmethod name="hasChildNodes" access="public" return="bool" id="0"/> <qmethod name="cloneNode" access="public" return="TQDomNode" id="0"> - <qparam type="bool" name="deep" default="TRUE"/> + <qparam type="bool" name="deep" default="true"/> </qmethod> <qmethod name="normalize" access="public" return="void" id="0"/> <qmethod name="isSupported" access="public" return="bool" id="0"> @@ -4973,7 +4969,7 @@ id="0"/> </qctor> <qmethod name="answerRect" access="public" return="TQRect" id="0"/> <qmethod name="accept" access="public" return="void" id="0"> - <qparam type="bool" name="y" default="TRUE"/> + <qparam type="bool" name="y" default="true"/> </qmethod> <qmethod name="accept" access="public" return="void" id="1"> <qparam type="TQRectamp" name="r"/> @@ -5041,12 +5037,12 @@ id="0"/> <qmethod name="pos" access="public" return="TQPointamp" id="0"/> <qmethod name="isAccepted" access="public" return="bool" id="0"/> <qmethod name="accept" access="public" return="void" id="0"> - <qparam type="bool" name="y" default="TRUE"/> + <qparam type="bool" name="y" default="true"/> </qmethod> <qmethod name="ignore" access="public" return="void" id="0"/> <qmethod name="isActionAccepted" access="public" return="bool" id="0"/> <qmethod name="acceptAction" access="public" return="void" id="0"> - <qparam type="bool" name="y" default="TRUE"/> + <qparam type="bool" name="y" default="true"/> </qmethod> <qmethod name="setAction" access="public" return="void" id="0"> <qparam type="Action" name="a"/> @@ -5323,12 +5319,12 @@ id="0"/> <qparam type="TQStringamp" name="filter" default="TQString::null"/> <qparam type="TQWidget*" name="parent" default="0"/> <qparam type="char*" name="name" default="0"/> - <qparam type="bool" name="modal" default="FALSE"/> + <qparam type="bool" name="modal" default="false"/> </qctor> <qctor name="TQFileDialog" access="public" id="1"> <qparam type="TQWidget*" name="parent" default="0"/> <qparam type="char*" name="name" default="0"/> - <qparam type="bool" name="modal" default="FALSE"/> + <qparam type="bool" name="modal" default="false"/> </qctor> <qdctor name="TQFileDialog" access="public"/> <qmethod name="selectedFile" access="public" return="TQString" id="0"/> @@ -5421,7 +5417,7 @@ id="0"/> <qparam type="char*" name="name" default="0"/> <qparam type="TQStringamp" name="caption" default="TQString::null"/> <qparam type="TQString*" name="selectedFilter" default="0"/> - <qparam type="bool" name="resolveSymlinks" default="TRUE"/> + <qparam type="bool" name="resolveSymlinks" default="true"/> </qmethod> <qmethod name="getSaveFileName" access="public static" return="TQString" id="0"> <qparam type="TQStringamp" name="initially" default="TQString::null"/> @@ -5430,7 +5426,7 @@ id="0"/> <qparam type="char*" name="name" default="0"/> <qparam type="TQStringamp" name="caption" default="TQString::null"/> <qparam type="TQString*" name="selectedFilter" default="0"/> - <qparam type="bool" name="resolveSymlinks" default="TRUE"/> + <qparam type="bool" name="resolveSymlinks" default="true"/> </qmethod> <qmethod name="getExistingDirectory" access="public static" return="TQString" id="0"> @@ -5438,8 +5434,8 @@ id="0"> <qparam type="TQWidget*" name="parent" default="0"/> <qparam type="char*" name="name" default="0"/> <qparam type="TQStringamp" name="caption" default="TQString::null"/> - <qparam type="bool" name="dirOnly" default="TRUE"/> - <qparam type="bool" name="resolveSymlinks" default="TRUE"/> + <qparam type="bool" name="dirOnly" default="true"/> + <qparam type="bool" name="resolveSymlinks" default="true"/> </qmethod> <qmethod name="getOpenFileNames" access="public static" return="TQStringList" id="0"> @@ -5449,7 +5445,7 @@ id="0"> <qparam type="char*" name="name" default="0"/> <qparam type="TQStringamp" name="caption" default="TQString::null"/> <qparam type="TQString*" name="selectedFilter" default="0"/> - <qparam type="bool" name="resolveSymlinks" default="TRUE"/> + <qparam type="bool" name="resolveSymlinks" default="true"/> </qmethod> <qmethod name="setIconProvider" access="public static" return="void" id="0"> <qparam type="TQFileIconProvider*" name="arg1"/> @@ -5463,7 +5459,7 @@ id="0"/> </qmethod> <qmethod name="protected_addToolButton" access="protected" return="void" id="0"> <qparam type="TQButton*" name="b"/> - <qparam type="bool" name="separator" default="FALSE"/> + <qparam type="bool" name="separator" default="false"/> </qmethod> <qmethod name="protected_addLeftWidget" access="protected" return="void" id="0"> <qparam type="TQWidget*" name="w"/> @@ -5528,16 +5524,16 @@ id="0"> <qmethod name="fileName" access="public" return="TQString" id="0"/> <qmethod name="absFilePath" access="public" return="TQString" id="0"/> <qmethod name="baseName" access="public" return="TQString" id="0"> - <qparam type="bool" name="complete" default="FALSE"/> + <qparam type="bool" name="complete" default="false"/> </qmethod> <qmethod name="extension" access="public" return="TQString" id="0"> - <qparam type="bool" name="complete" default="TRUE"/> + <qparam type="bool" name="complete" default="true"/> </qmethod> <qmethod name="dirPath" access="public" return="TQString" id="0"> - <qparam type="bool" name="absPath" default="FALSE"/> + <qparam type="bool" name="absPath" default="false"/> </qmethod> <qmethod name="dir" access="public" return="TQDir" id="0"> - <qparam type="bool" name="absPath" default="FALSE"/> + <qparam type="bool" name="absPath" default="false"/> </qmethod> <qmethod name="isReadable" access="public" return="bool" id="0"/> <qmethod name="isWritable" access="public" return="bool" id="0"/> @@ -5687,7 +5683,7 @@ id="0"> <qparam type="TQStringamp" name="family"/> <qparam type="int" name="pointSize" default="12"/> <qparam type="Weight" name="weight" default="Normal"/> - <qparam type="bool" name="italic" default="FALSE"/> + <qparam type="bool" name="italic" default="false"/> </qctor> <qctor name="TQFont" access="public" id="2"> <qparam type="TQFontamp" name="arg1"/> @@ -5765,7 +5761,7 @@ id="0"> <qparam type="TQStringamp" name="arg1"/> </qmethod> <qmethod name="qwsRenderToDisk" access="public" return="void" id="0"> - <qparam type="bool" name="all" default="TRUE"/> + <qparam type="bool" name="all" default="true"/> </qmethod> <qmethod name="defaultFamily" access="public" return="TQString" id="0"/> <qmethod name="lastResortFamily" access="public" return="TQString" id="0"/> @@ -6296,13 +6292,13 @@ id="0"> return="TQPtrCollection::Item" id="0"> <qparam type="TQStringamp" name="key"/> - <qparam type="bool" name="ref" default="TRUE"/> + <qparam type="bool" name="ref" default="true"/> </qmethod> <qmethod name="protected_find_other" access="protected" return="TQPtrCollection::Item" id="0"> <qparam type="char*" name="key"/> - <qparam type="bool" name="ref" default="TRUE"/> + <qparam type="bool" name="ref" default="true"/> </qmethod> <qmethod name="protected_statistics" access="protected" return="void" id="0"/> </qtype> <qtype name="TQGCacheIterator" access="public"> @@ -6633,15 +6629,15 @@ id="0"> <qmethod name="setContext" access="public" return="void" id="0"> <qparam type="TQGLContext*" name="context"/> <qparam type="TQGLContext*" name="shareContext" default="0"/> - <qparam type="bool" name="deleteOldContext" default="TRUE"/> + <qparam type="bool" name="deleteOldContext" default="true"/> </qmethod> <qmethod name="renderPixmap" access="public" return="TQPixmap" id="0"> <qparam type="int" name="w" default="0"/> <qparam type="int" name="h" default="0"/> - <qparam type="bool" name="useContext" default="FALSE"/> + <qparam type="bool" name="useContext" default="false"/> </qmethod> <qmethod name="grabFrameBuffer" access="public" return="TQImage" id="0"> - <qparam type="bool" name="withAlpha" default="FALSE"/> + <qparam type="bool" name="withAlpha" default="false"/> </qmethod> <qmethod name="makeOverlayCurrent" access="public" return="void" id="0"/> <qmethod name="overlayContext" access="public" return="TQGLContext*" id="0"/> @@ -6652,7 +6648,7 @@ id="0"> <qparam type="TQWidget*" name="parent"/> <qparam type="WFlags" name="f"/> <qparam type="TQPointamp" name="p"/> - <qparam type="bool" name="showIt" default="FALSE"/> + <qparam type="bool" name="showIt" default="false"/> </qmethod> <qmethod name="colormap" access="public" return="TQGLColormapamp" id="0"/> <qmethod name="setColormap" access="public" return="void" id="0"> @@ -6753,11 +6749,11 @@ id="0"/> <qmethod name="protected_clear" access="protected" return="void" id="0"/> <qmethod name="protected_findRef" access="protected" return="int" id="0"> <qparam type="TQPtrCollection::Item" name="arg1"/> - <qparam type="bool" name="arg2" default="TRUE"/> + <qparam type="bool" name="arg2" default="true"/> </qmethod> <qmethod name="protected_find" access="protected" return="int" id="0"> <qparam type="TQPtrCollection::Item" name="arg1"/> - <qparam type="bool" name="arg2" default="TRUE"/> + <qparam type="bool" name="arg2" default="true"/> </qmethod> <qmethod name="protected_containsRef" access="protected" return="uint" id="0"> <qparam type="TQPtrCollection::Item" name="arg1"/> @@ -7117,7 +7113,7 @@ id="0"/> <qmethod name="repaintCell" access="public" return="void" id="0"> <qparam type="int" name="row"/> <qparam type="int" name="column"/> - <qparam type="bool" name="erase" default="TRUE"/> + <qparam type="bool" name="erase" default="true"/> </qmethod> <qmethod name="updateCell" access="public" return="void" id="0"> <qparam type="int" name="row"/> @@ -7404,7 +7400,7 @@ id="0"/> </qmethod> <qmethod name="setSortIndicator" access="public" return="void" id="0"> <qparam type="int" name="section"/> - <qparam type="bool" name="increasing" default="TRUE"/> + <qparam type="bool" name="increasing" default="true"/> </qmethod> <qmethod name="adjustHeaderSize" access="public" return="void" id="0"/> <qmethod name="setUpdatesEnabled" access="public" return="void" id="0"> @@ -7709,7 +7705,7 @@ id="0"> <qmethod name="setSelected" access="public" return="void" id="0"> <qparam type="TQIconViewItem*" name="item"/> <qparam type="bool" name="s"/> - <qparam type="bool" name="cb" default="FALSE"/> + <qparam type="bool" name="cb" default="false"/> </qmethod> <qmethod name="count" access="public" return="uint" id="0"/> <qmethod name="setSelectionMode" access="public" return="void" id="0"> @@ -7789,7 +7785,7 @@ id="0"> <qmethod name="showToolTips" access="public" return="bool" id="0"/> <qmethod name="setSorting" access="public" return="void" id="0"> <qparam type="bool" name="sort"/> - <qparam type="bool" name="ascending" default="TRUE"/> + <qparam type="bool" name="ascending" default="true"/> </qmethod> <qmethod name="sorting" access="public" return="bool" id="0"/> <qmethod name="sortDirection" access="public" return="bool" id="0"/> @@ -7808,7 +7804,7 @@ id="0"> <qmethod name="minimumSizeHint" access="public" return="TQSize" id="0"/> <qmethod name="sizeHint" access="public" return="TQSize" id="0"/> <qmethod name="sort" access="public" return="void" id="0"> - <qparam type="bool" name="ascending" default="TRUE"/> + <qparam type="bool" name="ascending" default="true"/> </qmethod> <qmethod name="setFont" access="public" return="void" id="0"> <qparam type="TQFontamp" name="arg1"/> @@ -7819,10 +7815,10 @@ id="0"> <qmethod name="isRenaming" access="public" return="bool" id="0"/> <qmethod name="arrangeItemsInGrid" access="public" return="void" id="0"> <qparam type="TQSizeamp" name="grid"/> - <qparam type="bool" name="update" default="TRUE"/> + <qparam type="bool" name="update" default="true"/> </qmethod> <qmethod name="arrangeItemsInGrid" access="public" return="void" id="1"> - <qparam type="bool" name="update" default="TRUE"/> + <qparam type="bool" name="update" default="true"/> </qmethod> <qmethod name="setContentsPos" access="public" return="void" id="0"> <qparam type="int" name="x"/> @@ -7969,10 +7965,10 @@ return="void" id="0"> <qmethod name="size" access="public" return="TQSize" id="0"/> <qmethod name="pos" access="public" return="TQPoint" id="0"/> <qmethod name="textRect" access="public" return="TQRect" id="0"> - <qparam type="bool" name="relative" default="TRUE"/> + <qparam type="bool" name="relative" default="true"/> </qmethod> <qmethod name="pixmapRect" access="public" return="TQRect" id="0"> - <qparam type="bool" name="relative" default="TRUE"/> + <qparam type="bool" name="relative" default="true"/> </qmethod> <qmethod name="contains" access="public" return="bool" id="0"> <qparam type="TQPointamp" name="pnt"/> @@ -7999,12 +7995,12 @@ return="void" id="0"> <qmethod name="setText" access="public" return="void" id="1"> <qparam type="TQStringamp" name="text"/> <qparam type="bool" name="recalc"/> - <qparam type="bool" name="redraw" default="TRUE"/> + <qparam type="bool" name="redraw" default="true"/> </qmethod> <qmethod name="setPixmap" access="public" return="void" id="1"> <qparam type="TQPixmapamp" name="icon"/> <qparam type="bool" name="recalc"/> - <qparam type="bool" name="redraw" default="TRUE"/> + <qparam type="bool" name="redraw" default="true"/> </qmethod> <qmethod name="setKey" access="public" return="void" id="0"> <qparam type="TQStringamp" name="k"/> @@ -8156,7 +8152,7 @@ id="0"/> <qparam type="uint" name="pixel"/> </qmethod> <qmethod name="invertPixels" access="public" return="void" id="0"> - <qparam type="bool" name="invertAlpha" default="TRUE"/> + <qparam type="bool" name="invertAlpha" default="true"/> </qmethod> <qmethod name="convertDepth" access="public" return="TQImage" id="0"> <qparam type="int" name="arg1"/> @@ -8205,7 +8201,7 @@ id="0"/> <qparam type="int" name="conversion_flags" default="0"/> </qmethod> <qmethod name="createHeuristicMask" access="public" return="TQImage" id="0"> - <qparam type="bool" name="clipTight" default="TRUE"/> + <qparam type="bool" name="clipTight" default="true"/> </qmethod> <qmethod name="mirror" access="public" return="TQImage" id="0"/> <qmethod name="mirror" access="public" return="TQImage" id="1"> @@ -8503,7 +8499,7 @@ id="0"> <qparam type="TQStringamp" name="label"/> <qparam type="TQStringListamp" name="list"/> <qparam type="int" name="current" default="0"/> - <qparam type="bool" name="editable" default="TRUE"/> + <qparam type="bool" name="editable" default="true"/> <qparam type="bool*" name="ok" default="0"/> <qparam type="TQWidget*" name="parent" default="0"/> <qparam type="char*" name="name" default="0"/> @@ -8546,7 +8542,7 @@ id="0"> <qmethod name="clear" access="public" return="void" id="0"/> <qmethod name="find" access="public" return="type*" id="0"> <qparam type="long" name="k"/> - <qparam type="bool" name="ref" default="TRUE"/> + <qparam type="bool" name="ref" default="true"/> </qmethod> <qmethod name="statistics" access="public" return="void" id="0"/> </qtype> <qtype name="TQIntCacheIterator" access="public"> @@ -8661,7 +8657,7 @@ id="0"> <qparam type="TQRectamp" name="arg2"/> <qparam type="TQColorGroupamp" name="arg3"/> <qparam type="TQColor*" name="bg" default="0"/> - <qparam type="bool" name="arg4" default="FALSE"/> + <qparam type="bool" name="arg4" default="false"/> </qmethod> <qmethod name="drawButton" access="public" return="void" id="0"> <qparam type="TQPainter*" name="p"/> @@ -8670,7 +8666,7 @@ id="0"> <qparam type="int" name="w"/> <qparam type="int" name="h"/> <qparam type="TQColorGroupamp" name="g"/> - <qparam type="bool" name="sunken" default="FALSE"/> + <qparam type="bool" name="sunken" default="false"/> <qparam type="TQBrush*" name="fill" default="0"/> </qmethod> <qmethod name="drawButtonMask" access="public" return="void" id="0"> @@ -8687,7 +8683,7 @@ id="0"> <qparam type="int" name="w"/> <qparam type="int" name="h"/> <qparam type="TQColorGroupamp" name="g"/> - <qparam type="bool" name="sunken" default="FALSE"/> + <qparam type="bool" name="sunken" default="false"/> <qparam type="TQBrush*" name="fill" default="0"/> </qmethod> <qmethod name="drawPushButton" access="public" return="void" id="0"> @@ -8703,8 +8699,8 @@ id="0"> <qparam type="int" name="h"/> <qparam type="TQColorGroupamp" name="g"/> <qparam type="int" name="state"/> - <qparam type="bool" name="down" default="FALSE"/> - <qparam type="bool" name="enabled" default="TRUE"/> + <qparam type="bool" name="down" default="false"/> + <qparam type="bool" name="enabled" default="true"/> </qmethod> <qmethod name="drawIndicatorMask" access="public" return="void" id="0"> <qparam type="TQPainter*" name="p"/> @@ -8723,8 +8719,8 @@ id="0"> <qparam type="int" name="h"/> <qparam type="TQColorGroupamp" name="g"/> <qparam type="bool" name="on"/> - <qparam type="bool" name="down" default="FALSE"/> - <qparam type="bool" name="enabled" default="TRUE"/> + <qparam type="bool" name="down" default="false"/> + <qparam type="bool" name="enabled" default="true"/> </qmethod> <qmethod name="drawExclusiveIndicatorMask" access="public" return="void" id="0"> <qparam type="TQPainter*" name="p"/> @@ -8978,7 +8974,7 @@ id="0"> <qparam type="int" name="ascii"/> <qparam type="int" name="state"/> <qparam type="TQStringamp" name="text" default="TQString::null"/> - <qparam type="bool" name="autorep" default="FALSE"/> + <qparam type="bool" name="autorep" default="false"/> <qparam type="ushort" name="count" default="1"/> </qctor> <qmethod name="key" access="public" return="int" id="0"/> @@ -9318,14 +9314,6 @@ id="0"/> <qparam type="int" name="arg4"/> </qmethod> <qmethod name="alignment" access="public" return="int" id="0"/> - <qmethod name="cursorLeft" access="public" return="void" id="0"> - <qparam type="bool" name="mark"/> - <qparam type="int" name="steps" default="1"/> - </qmethod> - <qmethod name="cursorRight" access="public" return="void" id="0"> - <qparam type="bool" name="mark"/> - <qparam type="int" name="steps" default="1"/> - </qmethod> <qmethod name="cursorForward" access="public" return="void" id="0"> <qparam type="bool" name="mark"/> <qparam type="int" name="steps" default="1"/> @@ -9360,8 +9348,6 @@ id="0"/> </qmethod> <qmethod name="isUndoAvailable" access="public" return="bool" id="0"/> <qmethod name="isRedoAvailable" access="public" return="bool" id="0"/> - <qmethod name="hasMarkedText" access="public" return="bool" id="0"/> - <qmethod name="markedText" access="public" return="TQString" id="0"/> <qmethod name="setPasswordChar" access="public" return="void" id="0"> <qparam type="TQChar" name="c"/> </qmethod> @@ -9426,10 +9412,6 @@ id="0"/> <qmethod name="protected_drawContents" access="protected" return="void" id="0"> <qparam type="TQPainter*" name="painter"/> </qmethod> - <qmethod name="protected_repaintArea" access="protected" return="void" id="0"> - <qparam type="int" name="arg1"/> - <qparam type="int" name="arg2"/> - </qmethod> <qmethod name="protected_createPopupMenu" access="protected" return="TQPopupMenu*" id="0"/> <qmethod name="protected_windowActivationChange" access="protected" @@ -9669,7 +9651,7 @@ return="void" id="0"> </qmethod> <qmethod name="firstItem" access="public" return="TQListBoxItem*" id="0"/> <qmethod name="sort" access="public" return="void" id="0"> - <qparam type="bool" name="ascending" default="TRUE"/> + <qparam type="bool" name="ascending" default="true"/> </qmethod> <qmethod name="clear" access="public" return="void" id="0"/> <qmethod name="ensureCurrentVisible" access="public" return="void" id="0"/> @@ -9951,7 +9933,7 @@ id="0"/> <qmethod name="rootIsDecorated" access="public" return="bool" id="0"/> <qmethod name="setSorting" access="public" return="void" id="0"> <qparam type="int" name="column"/> - <qparam type="bool" name="increasing" default="TRUE"/> + <qparam type="bool" name="increasing" default="true"/> </qmethod> <qmethod name="sort" access="public" return="void" id="0"/> <qmethod name="setFont" access="public" return="void" id="0"> @@ -10329,13 +10311,13 @@ id="0"> <qmethod name="addDockWindow" access="public" return="void" id="0"> <qparam type="TQDockWindow*" name="arg1"/> <qparam type="Dock" name="arg2" default="DockTop"/> - <qparam type="bool" name="newLine" default="FALSE"/> + <qparam type="bool" name="newLine" default="false"/> </qmethod> <qmethod name="addDockWindow" access="public" return="void" id="1"> <qparam type="TQDockWindow*" name="arg1"/> <qparam type="TQStringamp" name="label"/> <qparam type="Dock" name="arg2" default="DockTop"/> - <qparam type="bool" name="newLine" default="FALSE"/> + <qparam type="bool" name="newLine" default="false"/> </qmethod> <qmethod name="moveDockWindow" access="public" return="void" id="0"> <qparam type="TQDockWindow*" name="arg1"/> @@ -10371,7 +10353,7 @@ id="0"> <qparam type="intamp" name="extraOffset"/> </qmethod> <qmethod name="lineUpDockWindows" access="public" return="void" id="0"> - <qparam type="bool" name="keepNewLines" default="FALSE"/> + <qparam type="bool" name="keepNewLines" default="false"/> </qmethod> <qmethod name="isDockMenuEnabled" access="public" return="bool" id="0"/> <qmethod name="hasDockWindow" access="public" return="bool" id="0"> @@ -10380,13 +10362,13 @@ id="0"> <qmethod name="addToolBar" access="public" return="void" id="0"> <qparam type="TQDockWindow*" name="arg1"/> <qparam type="Dock" name="arg2" default="DockTop"/> - <qparam type="bool" name="newLine" default="FALSE"/> + <qparam type="bool" name="newLine" default="false"/> </qmethod> <qmethod name="addToolBar" access="public" return="void" id="1"> <qparam type="TQDockWindow*" name="arg1"/> <qparam type="TQStringamp" name="label"/> <qparam type="Dock" name="arg2" default="DockTop"/> - <qparam type="bool" name="newLine" default="FALSE"/> + <qparam type="bool" name="newLine" default="false"/> </qmethod> <qmethod name="moveToolBar" access="public" return="void" id="0"> <qparam type="TQDockWindow*" name="arg1"/> @@ -10404,7 +10386,7 @@ id="0"> </qmethod> <qmethod name="toolBarsMovable" access="public" return="bool" id="0"/> <qmethod name="lineUpToolBars" access="public" return="void" id="0"> - <qparam type="bool" name="keepNewLines" default="FALSE"/> + <qparam type="bool" name="keepNewLines" default="false"/> </qmethod> <qmethod name="dockingArea" access="public" return="TQDockArea*" id="0"> <qparam type="TQPointamp" name="p"/> @@ -10502,7 +10484,7 @@ id="0"/> <qmethod name="insert" access="public" return="iterator" id="1"> <qparam type="Keyamp" name="key"/> <qparam type="Tamp" name="value"/> - <qparam type="bool" name="overwrite" default="TRUE"/> + <qparam type="bool" name="overwrite" default="true"/> </qmethod> <qmethod name="remove" access="public" return="void" id="0"> <qparam type="iterator" name="it"/> @@ -11040,7 +11022,7 @@ id="0"/> <qparam type="int" name="button2"/> <qparam type="TQWidget*" name="parent" default="0"/> <qparam type="char*" name="name" default="0"/> - <qparam type="bool" name="modal" default="TRUE"/> + <qparam type="bool" name="modal" default="true"/> <qparam type="WFlags" name="f" default="WStyle_DialogBorder"/> </qctor> <qdctor name="TQMessageBox" access="public"/> @@ -11190,58 +11172,58 @@ id="0"/> <qparam type="char*" name="clname"/> </qmethod> <qmethod name="numSlots" access="public" return="int" id="0"> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="numSignals" access="public" return="int" id="0"> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="findSlot" access="public" return="int" id="0"> <qparam type="char*" name="arg1"/> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="findSignal" access="public" return="int" id="0"> <qparam type="char*" name="arg1"/> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="slot" access="public" return="TQMetaData*" id="0"> <qparam type="int" name="index"/> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="signal" access="public" return="TQMetaData*" id="0"> <qparam type="int" name="index"/> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="slotNames" access="public" return="TQStrList" id="0"> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="signalNames" access="public" return="TQStrList" id="0"> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="slotOffset" access="public" return="int" id="0"/> <qmethod name="signalOffset" access="public" return="int" id="0"/> <qmethod name="propertyOffset" access="public" return="int" id="0"/> <qmethod name="numClassInfo" access="public" return="int" id="0"> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="classInfo" access="public" return="TQClassInfo*" id="0"> <qparam type="int" name="index"/> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="classInfo" access="public" return="char*" id="1"> <qparam type="char*" name="name"/> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="property" access="public" return="TQMetaProperty*" id="0"> <qparam type="int" name="index"/> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="findProperty" access="public" return="int" id="0"> <qparam type="char*" name="name"/> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="indexOfProperty" access="public" return="int" id="0"> <qparam type="TQMetaProperty*" name="arg1"/> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="resolveProperty" access="public" return="TQMetaProperty*" id="0"> <qparam type="TQMetaProperty*" name="arg1"/> @@ -11250,14 +11232,14 @@ id="0"/> <qparam type="int" name="arg1"/> </qmethod> <qmethod name="propertyNames" access="public" return="TQStrList" id="0"> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="numProperties" access="public" return="int" id="0"> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="enumerator" access="public" return="TQMetaEnum*" id="0"> <qparam type="char*" name="name"/> - <qparam type="bool" name="super" default="FALSE"/> + <qparam type="bool" name="super" default="false"/> </qmethod> <qmethod name="metaObject" access="public static" return="TQMetaObject*" id="0"> <qparam type="char*" name="class_name"/> @@ -11384,7 +11366,7 @@ id="0"/> </qtype> <qtype name="TQMotifPlusStyle" access="public"> <qancestor name="TQMotifStyle"/> <qctor name="TQMotifPlusStyle" access="public" id="0"> - <qparam type="bool" name="hoveringHighlight" default="FALSE"/> + <qparam type="bool" name="hoveringHighlight" default="false"/> </qctor> <qdctor name="TQMotifPlusStyle" access="public"/> <qmethod name="polish" access="public" return="void" id="0"> @@ -11457,7 +11439,7 @@ id="0"/> </qtype> <qtype name="TQMotifStyle" access="public"> <qancestor name="TQCommonStyle"/> <qctor name="TQMotifStyle" access="public" id="0"> - <qparam type="bool" name="useHighlightCols" default="FALSE"/> + <qparam type="bool" name="useHighlightCols" default="false"/> </qctor> <qdctor name="TQMotifStyle" access="public"/> <qmethod name="setUseHighlightColors" access="public" return="void" id="0"> @@ -11675,7 +11657,7 @@ id="0"/> <qparam type="TQStringamp" name="s"/> <qparam type="int" name="line"/> <qparam type="int" name="col"/> - <qparam type="bool" name="mark" default="FALSE"/> + <qparam type="bool" name="mark" default="false"/> </qmethod> <qmethod name="removeLine" access="public" return="void" id="0"> <qparam type="int" name="line"/> @@ -11683,7 +11665,7 @@ id="0"/> <qmethod name="setCursorPosition" access="public" return="void" id="0"> <qparam type="int" name="line"/> <qparam type="int" name="col"/> - <qparam type="bool" name="mark" default="FALSE"/> + <qparam type="bool" name="mark" default="false"/> </qmethod> <qmethod name="atBeginning" access="public" return="bool" id="0"/> <qmethod name="atEnd" access="public" return="bool" id="0"/> @@ -11723,31 +11705,31 @@ id="0"/> <qmethod name="protected_newLine" access="protected" return="void" id="0"/> <qmethod name="protected_killLine" access="protected" return="void" id="0"/> <qmethod name="protected_pageUp" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> + <qparam type="bool" name="mark" default="false"/> </qmethod> <qmethod name="protected_pageDown" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> + <qparam type="bool" name="mark" default="false"/> </qmethod> <qmethod name="protected_cursorLeft" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> - <qparam type="bool" name="wrap" default="TRUE"/> + <qparam type="bool" name="mark" default="false"/> + <qparam type="bool" name="wrap" default="true"/> </qmethod> <qmethod name="protected_cursorRight" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> - <qparam type="bool" name="wrap" default="TRUE"/> + <qparam type="bool" name="mark" default="false"/> + <qparam type="bool" name="wrap" default="true"/> </qmethod> <qmethod name="protected_cursorUp" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> + <qparam type="bool" name="mark" default="false"/> </qmethod> <qmethod name="protected_cursorDown" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> + <qparam type="bool" name="mark" default="false"/> </qmethod> <qmethod name="protected_backspace" access="protected" return="void" id="0"/> <qmethod name="protected_home" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> + <qparam type="bool" name="mark" default="false"/> </qmethod> <qmethod name="protected_end" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> + <qparam type="bool" name="mark" default="false"/> </qmethod> <qmethod name="protected_getMarkedRegion" access="protected" return="bool" id="0"> @@ -11761,161 +11743,13 @@ id="0"> </qmethod> </qtype> <qtype name="TQMutex" access="public"> <qctor name="TQMutex" access="public" id="0"> - <qparam type="bool" name="recursive" default="FALSE"/> + <qparam type="bool" name="recursive" default="false"/> </qctor> <qdctor name="TQMutex" access="public"/> <qmethod name="lock" access="public" return="void" id="0"/> <qmethod name="unlock" access="public" return="void" id="0"/> <qmethod name="locked" access="public" return="bool" id="0"/> <qmethod name="tryLock" access="public" return="bool" id="0"/> -</qtype> <qtype name="TQNPInstance" access="public"> - <qancestor name="TQObject"/> - <qenum name="Reason" access="public"> - <qitem name="ReasonDone" value="0"/> - <qitem name="ReasonBreak" value="1"/> - <qitem name="ReasonError" value="2"/> - <qitem name="ReasonUnknown" value="-1"/> - </qenum> - <qenum name="InstanceMode" access="public"> - <qitem name="Embed" value="1"/> - <qitem name="Full" value="2"/> - <qitem name="Background" value="3"/> - </qenum> - <qenum name="StreamMode" access="public"> - <qitem name="Normal" value="1"/> - <qitem name="Seek" value="2"/> - <qitem name="AsFile" value="3"/> - <qitem name="AsFileOnly" value="4"/> - </qenum> - <qdctor name="TQNPInstance" access="public"/> - <qmethod name="argc" access="public" return="int" id="0"/> - <qmethod name="argn" access="public" return="char*" id="0"> - <qparam type="int" name="arg1"/> - </qmethod> - <qmethod name="argv" access="public" return="char*" id="0"> - <qparam type="int" name="arg1"/> - </qmethod> - <qmethod name="arg" access="public" return="char*" id="0"> - <qparam type="char*" name="name"/> - </qmethod> - <qmethod name="mode" access="public" return="InstanceMode" id="0"/> - <qmethod name="userAgent" access="public" return="char*" id="0"/> - <qmethod name="newWindow" access="public" return="TQNPWidget*" id="0"/> - <qmethod name="widget" access="public" return="TQNPWidget*" id="0"/> - <qmethod name="newStreamCreated" access="public" return="bool" id="0"> - <qparam type="TQNPStream*" name="arg1"/> - <qparam type="StreamModeamp" name="smode"/> - </qmethod> - <qmethod name="writeReady" access="public" return="int" id="0"> - <qparam type="TQNPStream*" name="arg1"/> - </qmethod> - <qmethod name="write" access="public" return="int" id="0"> - <qparam type="TQNPStream*" name="arg1"/> - <qparam type="int" name="offset"/> - <qparam type="int" name="len"/> - <qparam type="void*" name="buffer"/> - </qmethod> - <qmethod name="streamDestroyed" access="public" return="void" id="0"> - <qparam type="TQNPStream*" name="arg1"/> - </qmethod> - <qmethod name="status" access="public" return="void" id="0"> - <qparam type="char*" name="msg"/> - </qmethod> - <qmethod name="getURLNotify" access="public" return="void" id="0"> - <qparam type="char*" name="url"/> - <qparam type="char*" name="window" default="0"/> - <qparam type="void*" name="data" default="0"/> - </qmethod> - <qmethod name="getURL" access="public" return="void" id="0"> - <qparam type="char*" name="url"/> - <qparam type="char*" name="window" default="0"/> - </qmethod> - <qmethod name="postURL" access="public" return="void" id="0"> - <qparam type="char*" name="url"/> - <qparam type="char*" name="window"/> - <qparam type="uint" name="len"/> - <qparam type="char*" name="buf"/> - <qparam type="bool" name="file"/> - </qmethod> - <qmethod name="newStream" access="public" return="TQNPStream*" id="0"> - <qparam type="char*" name="mimetype"/> - <qparam type="char*" name="window"/> - <qparam type="bool" name="as_file" default="FALSE"/> - </qmethod> - <qmethod name="streamAsFile" access="public" return="void" id="0"> - <qparam type="TQNPStream*" name="arg1"/> - <qparam type="char*" name="fname"/> - </qmethod> - <qmethod name="getJavaPeer" access="public" return="void*" id="0"/> - <qmethod name="notifyURL" access="public" return="void" id="0"> - <qparam type="char*" name="url"/> - <qparam type="Reason" name="r"/> - <qparam type="void*" name="notifyData"/> - </qmethod> - <qmethod name="printFullPage" access="public" return="bool" id="0"/> - <qmethod name="print" access="public" return="void" id="0"> - <qparam type="TQPainter*" name="arg1"/> - </qmethod> - <qctor name="TQNPInstance" access="protected" id="0"/> -</qtype> <qtype name="TQNPStream" access="public"> - <qdctor name="TQNPStream" access="public"/> - <qmethod name="url" access="public" return="char*" id="0"/> - <qmethod name="end" access="public" return="uint" id="0"/> - <qmethod name="lastModified" access="public" return="uint" id="0"/> - <qmethod name="type" access="public" return="char*" id="0"/> - <qmethod name="seekable" access="public" return="bool" id="0"/> - <qmethod name="okay" access="public" return="bool" id="0"/> - <qmethod name="complete" access="public" return="bool" id="0"/> - <qmethod name="requestRead" access="public" return="void" id="0"> - <qparam type="int" name="offset"/> - <qparam type="uint" name="length"/> - </qmethod> - <qmethod name="write" access="public" return="int" id="0"> - <qparam type="int" name="len"/> - <qparam type="void*" name="buffer"/> - </qmethod> - <qmethod name="instance" access="public" return="TQNPInstance*" id="0"/> - <qctor name="TQNPStream" access="public" id="0"> - <qparam type="TQNPInstance*" name="arg1"/> - <qparam type="char*" name="arg2"/> - <qparam type="_NPStream*" name="arg3"/> - <qparam type="bool" name="arg4"/> - </qctor> - <qmethod name="setOkay" access="public" return="void" id="0"> - <qparam type="bool" name="arg1"/> - </qmethod> - <qmethod name="setComplete" access="public" return="void" id="0"> - <qparam type="bool" name="arg1"/> - </qmethod> -</qtype> <qtype name="TQNPWidget" access="public"> - <qancestor name="TQWidget"/> - <qctor name="TQNPWidget" access="public" id="0"/> - <qdctor name="TQNPWidget" access="public"/> - <qmethod name="setWindow" access="public" return="void" id="0"> - <qparam type="bool" name="arg1"/> - </qmethod> - <qmethod name="unsetWindow" access="public" return="void" id="0"/> - <qmethod name="enterInstance" access="public" return="void" id="0"/> - <qmethod name="leaveInstance" access="public" return="void" id="0"/> - <qmethod name="instance" access="public" return="TQNPInstance*" id="0"/> -</qtype> <qtype name="TQNPlugin" access="public"> - <qdctor name="TQNPlugin" access="public"/> - <qmethod name="getVersionInfo" access="public" return="void" id="0"> - <qparam type="intamp" name="plugin_major"/> - <qparam type="intamp" name="plugin_minor"/> - <qparam type="intamp" name="browser_major"/> - <qparam type="intamp" name="browser_minor"/> - </qmethod> - <qmethod name="newInstance" access="public" return="TQNPInstance*" id="0"/> - <qmethod name="getMIMEDescription" access="public" return="char*" id="0"/> - <qmethod name="getPluginNameString" access="public" return="char*" id="0"/> - <qmethod name="getPluginDescriptionString" access="public" return="char*" -id="0"/> - <qmethod name="getJavaClass" access="public" return="void*" id="0"/> - <qmethod name="unuseJavaClass" access="public" return="void" id="0"/> - <qmethod name="getJavaEnv" access="public" return="void*" id="0"/> - <qmethod name="create" access="public static" return="TQNPlugin*" id="0"/> - <qmethod name="actual" access="public static" return="TQNPlugin*" id="0"/> </qtype> <qtype name="TQNetworkOperation" access="public"> <qancestor name="TQObject"/> <qctor name="TQNetworkOperation" access="public" id="0"> @@ -12118,14 +11952,14 @@ id="0"> <qmethod name="child" access="public" return="TQObject*" id="0"> <qparam type="char*" name="objName"/> <qparam type="char*" name="inheritsClass" default="0"/> - <qparam type="bool" name="recursiveSearch" default="TRUE"/> + <qparam type="bool" name="recursiveSearch" default="true"/> </qmethod> <qmethod name="children" access="public" return="TQObjectList*" id="0"/> <qmethod name="queryList" access="public" return="TQObjectList*" id="0"> <qparam type="char*" name="inheritsClass" default="0"/> <qparam type="char*" name="objName" default="0"/> - <qparam type="bool" name="regexpMatch" default="TRUE"/> - <qparam type="bool" name="recursiveSearch" default="TRUE"/> + <qparam type="bool" name="regexpMatch" default="true"/> + <qparam type="bool" name="recursiveSearch" default="true"/> </qmethod> <qmethod name="insertChild" access="public" return="void" id="0"> <qparam type="TQObject*" name="arg1"/> @@ -12395,7 +12229,7 @@ id="0"> </qmethod> <qmethod name="bytesPerLine" access="public" return="int" id="0"/> <qmethod name="graphicsContext" access="public" return="TQGfx*" id="0"> - <qparam type="bool" name="clip_children" default="TRUE"/> + <qparam type="bool" name="clip_children" default="true"/> </qmethod> <qmethod name="x11AppDisplay" access="public static" return="Display*" id="0"/> <qmethod name="x11AppScreen" access="public static" return="int" id="0"/> @@ -12427,7 +12261,7 @@ id="0"> <qparam type="TQPaintDeviceX11Data*" name="arg1"/> </qmethod> <qmethod name="protected_getX11Data" access="protected" return="TQPaintDeviceX11Data*" id="0"> - <qparam type="bool" name="def" default="FALSE"/> + <qparam type="bool" name="def" default="false"/> </qmethod> <qmethod name="protected_cmd" access="protected" return="bool" id="0"> <qparam type="int" name="arg1"/> @@ -12448,7 +12282,7 @@ id="0"> <qparam type="int" name="arg2"/> </qmethod> <qmethod name="protected_macCGContext" access="protected" return="CGContextRef" id="0"> - <qparam type="bool" name="clipped" default="TRUE"/> + <qparam type="bool" name="clipped" default="true"/> </qmethod> <qmethod name="bitBlt" access="public static" return="void" id="0"> <qparam type="TQPaintDevice*" name="dst"/> @@ -12494,11 +12328,11 @@ id="0"> <qancestor name="TQEvent"/> <qctor name="TQPaintEvent" access="public" id="0"> <qparam type="TQRegionamp" name="paintRegion"/> - <qparam type="bool" name="erased" default="TRUE"/> + <qparam type="bool" name="erased" default="true"/> </qctor> <qctor name="TQPaintEvent" access="public" id="1"> <qparam type="TQRectamp" name="paintRect"/> - <qparam type="bool" name="erased" default="TRUE"/> + <qparam type="bool" name="erased" default="true"/> </qctor> <qmethod name="rect" access="public" return="TQRectamp" id="0"/> <qmethod name="region" access="public" return="TQRegionamp" id="0"/> @@ -12517,22 +12351,22 @@ id="0"> <qctor name="TQPainter" access="public" id="0"/> <qctor name="TQPainter" access="public" id="1"> <qparam type="TQPaintDevice*" name="arg1"/> - <qparam type="bool" name="unclipped" default="FALSE"/> + <qparam type="bool" name="unclipped" default="false"/> </qctor> <qctor name="TQPainter" access="public" id="2"> <qparam type="TQPaintDevice*" name="arg1"/> <qparam type="TQWidget*" name="arg2"/> - <qparam type="bool" name="unclipped" default="FALSE"/> + <qparam type="bool" name="unclipped" default="false"/> </qctor> <qdctor name="TQPainter" access="public"/> <qmethod name="begin" access="public" return="bool" id="0"> <qparam type="TQPaintDevice*" name="arg1"/> - <qparam type="bool" name="unclipped" default="FALSE"/> + <qparam type="bool" name="unclipped" default="false"/> </qmethod> <qmethod name="begin" access="public" return="bool" id="1"> <qparam type="TQPaintDevice*" name="arg1"/> <qparam type="TQWidget*" name="arg2"/> - <qparam type="bool" name="unclipped" default="FALSE"/> + <qparam type="bool" name="unclipped" default="false"/> </qmethod> <qmethod name="end" access="public" return="bool" id="0"/> <qmethod name="device" access="public" return="TQPaintDevice*" id="0"/> @@ -12623,7 +12457,7 @@ id="0"> <qmethod name="worldMatrix" access="public" return="TQWMatrixamp" id="0"/> <qmethod name="setWorldMatrix" access="public" return="void" id="0"> <qparam type="TQWMatrixamp" name="arg1"/> - <qparam type="bool" name="combine" default="FALSE"/> + <qparam type="bool" name="combine" default="false"/> </qmethod> <qmethod name="saveWorldMatrix" access="public" return="void" id="0"/> <qmethod name="restoreWorldMatrix" access="public" return="void" id="0"/> @@ -12833,7 +12667,7 @@ id="0"> </qmethod> <qmethod name="drawPolygon" access="public" return="void" id="0"> <qparam type="TQPointArrayamp" name="arg1"/> - <qparam type="bool" name="winding" default="FALSE"/> + <qparam type="bool" name="winding" default="false"/> <qparam type="int" name="index" default="0"/> <qparam type="int" name="npoints" default="-1"/> </qmethod> @@ -13025,7 +12859,7 @@ id="0"> <qmethod name="cleanup" access="public static" return="void" id="0"/> <qmethod name="protected_initPaintDevice" access="protected" return="void" id="0"> - <qparam type="bool" name="force" default="FALSE"/> + <qparam type="bool" name="force" default="false"/> </qmethod> </qtype> <qtype name="TQPair" access="public"> <qctor name="TQPair" access="public" id="0"/> @@ -13088,7 +12922,6 @@ id="0"> <qmethod name="active" access="public" return="TQColorGroupamp" id="0"/> <qmethod name="disabled" access="public" return="TQColorGroupamp" id="0"/> <qmethod name="inactive" access="public" return="TQColorGroupamp" id="0"/> - <qmethod name="normal" access="public" return="TQColorGroupamp" id="0"/> <qmethod name="setActive" access="public" return="void" id="0"> <qparam type="TQColorGroupamp" name="arg1"/> </qmethod> @@ -13098,9 +12931,6 @@ id="0"> <qmethod name="setInactive" access="public" return="void" id="0"> <qparam type="TQColorGroupamp" name="arg1"/> </qmethod> - <qmethod name="setNormal" access="public" return="void" id="0"> - <qparam type="TQColorGroupamp" name="cg"/> - </qmethod> <qmethod name="isCopyOf" access="public" return="bool" id="0"> <qparam type="TQPaletteamp" name="arg1"/> </qmethod> @@ -13282,7 +13112,7 @@ return="TQColorGroup::ColorRole" id="0"> </qmethod> <qmethod name="selfMask" access="public" return="bool" id="0"/> <qmethod name="createHeuristicMask" access="public" return="TQBitmap" id="0"> - <qparam type="bool" name="clipTight" default="TRUE"/> + <qparam type="bool" name="clipTight" default="true"/> </qmethod> <qmethod name="xForm" access="public" return="TQPixmap" id="0"> <qparam type="TQWMatrixamp" name="arg1"/> @@ -13342,10 +13172,10 @@ return="TQColorGroup::ColorRole" id="0"> <qmethod name="multiCellOffset" access="public" return="int" id="0"/> <qmethod name="allocCell" access="public" return="int" id="0"/> <qmethod name="freeCell" access="public" return="void" id="0"> - <qparam type="bool" name="arg1" default="FALSE"/> + <qparam type="bool" name="arg1" default="false"/> </qmethod> <qmethod name="graphicsContext" access="public" return="TQGfx*" id="0"> - <qparam type="bool" name="clip_children" default="TRUE"/> + <qparam type="bool" name="clip_children" default="true"/> </qmethod> <qmethod name="scanLine" access="public" return="unsigned char*" id="0"> <qparam type="int" name="arg1"/> @@ -13504,7 +13334,7 @@ id="0"> <qdctor name="TQPointArray" access="public"/> <qctor name="TQPointArray" access="public" id="3"> <qparam type="TQRectamp" name="r"/> - <qparam type="bool" name="closed" default="FALSE"/> + <qparam type="bool" name="closed" default="false"/> </qctor> <qctor name="TQPointArray" access="public" id="4"> <qparam type="int" name="nPoints"/> @@ -13688,7 +13518,7 @@ id="0"> </qmethod> <qmethod name="protected_itemAtPos" access="protected" return="int" id="0"> <qparam type="TQPointamp" name="arg1"/> - <qparam type="bool" name="ignoreSeparator" default="TRUE"/> + <qparam type="bool" name="ignoreSeparator" default="true"/> </qmethod> </qtype> <qtype name="TQPrintDialog" access="public"> <qancestor name="TQDialog"/> @@ -13700,7 +13530,7 @@ id="0"> <qdctor name="TQPrintDialog" access="public"/> <qmethod name="setPrinter" access="public" return="void" id="0"> <qparam type="TQPrinter*" name="arg1"/> - <qparam type="bool" name="arg2" default="FALSE"/> + <qparam type="bool" name="arg2" default="false"/> </qmethod> <qmethod name="printer" access="public" return="TQPrinter*" id="0"/> <qmethod name="addButton" access="public" return="void" id="0"> @@ -14016,7 +13846,7 @@ id="0"> <qctor name="TQProgressDialog" access="public" id="0"> <qparam type="TQWidget*" name="parent" default="0"/> <qparam type="char*" name="name" default="0"/> - <qparam type="bool" name="modal" default="FALSE"/> + <qparam type="bool" name="modal" default="false"/> <qparam type="WFlags" name="f" default="0"/> </qctor> <qctor name="TQProgressDialog" access="public" id="1"> @@ -14025,7 +13855,7 @@ id="0"> <qparam type="int" name="totalSteps"/> <qparam type="TQWidget*" name="parent" default="0"/> <qparam type="char*" name="name" default="0"/> - <qparam type="bool" name="modal" default="FALSE"/> + <qparam type="bool" name="modal" default="false"/> <qparam type="WFlags" name="f" default="0"/> </qctor> <qdctor name="TQProgressDialog" access="public"/> @@ -14639,16 +14469,16 @@ id="0"> </qmethod> <qmethod name="contains" access="public" return="bool" id="0"> <qparam type="TQPointamp" name="p"/> - <qparam type="bool" name="proper" default="FALSE"/> + <qparam type="bool" name="proper" default="false"/> </qmethod> <qmethod name="contains" access="public" return="bool" id="1"> <qparam type="int" name="x"/> <qparam type="int" name="y"/> - <qparam type="bool" name="proper" default="FALSE"/> + <qparam type="bool" name="proper" default="false"/> </qmethod> <qmethod name="contains" access="public" return="bool" id="2"> <qparam type="TQRectamp" name="r"/> - <qparam type="bool" name="proper" default="FALSE"/> + <qparam type="bool" name="proper" default="false"/> </qmethod> <qmethod name="unite" access="public" return="TQRect" id="0"> <qparam type="TQRectamp" name="r"/> @@ -14663,8 +14493,8 @@ id="0"> <qctor name="TQRegExp" access="public" id="0"/> <qctor name="TQRegExp" access="public" id="1"> <qparam type="TQStringamp" name="pattern"/> - <qparam type="bool" name="caseSensitive" default="TRUE"/> - <qparam type="bool" name="wildcard" default="FALSE"/> + <qparam type="bool" name="caseSensitive" default="true"/> + <qparam type="bool" name="wildcard" default="false"/> </qctor> <qctor name="TQRegExp" access="public" id="2"> <qparam type="TQRegExpamp" name="rx"/> @@ -14695,7 +14525,7 @@ id="0"> <qparam type="TQStringamp" name="str"/> <qparam type="int" name="index" default="0"/> <qparam type="int*" name="len" default="0"/> - <qparam type="bool" name="indexIsStart" default="TRUE"/> + <qparam type="bool" name="indexIsStart" default="true"/> </qmethod> <qmethod name="search" access="public" return="int" id="0"> <qparam type="TQStringamp" name="str"/> @@ -14752,7 +14582,7 @@ id="0"> </qctor> <qctor name="TQRegion" access="public" id="3"> <qparam type="TQPointArrayamp" name="arg1"/> - <qparam type="bool" name="winding" default="FALSE"/> + <qparam type="bool" name="winding" default="false"/> </qctor> <qctor name="TQRegion" access="public" id="4"> <qparam type="TQRegionamp" name="arg1"/> @@ -14791,7 +14621,7 @@ id="0"> <qparam type="int" name="arg2"/> </qmethod> <qmethod name="handle" access="public" return="RgnHandle" id="0"> - <qparam type="bool" name="require_rgn" default="FALSE"/> + <qparam type="bool" name="require_rgn" default="false"/> </qmethod> </qtype> <qtype name="TQRemoteFactory" access="public"> <qmethod name="keys" access="public static" return="TQStringList" id="0"/> @@ -14816,7 +14646,7 @@ id="0"> </qtype> <qtype name="TQSGIStyle" access="public"> <qancestor name="TQMotifStyle"/> <qctor name="TQSGIStyle" access="public" id="0"> - <qparam type="bool" name="useHighlightCols" default="FALSE"/> + <qparam type="bool" name="useHighlightCols" default="false"/> </qctor> <qdctor name="TQSGIStyle" access="public"/> <qmethod name="polish" access="public" return="void" id="0"> @@ -14996,7 +14826,7 @@ id="0"> </qmethod> <qmethod name="showChild" access="public" return="void" id="0"> <qparam type="TQWidget*" name="child"/> - <qparam type="bool" name="yes" default="TRUE"/> + <qparam type="bool" name="yes" default="true"/> </qmethod> <qmethod name="vScrollBarMode" access="public" return="ScrollBarMode" id="0"/> <qmethod name="setVScrollBarMode" access="public" return="void" id="0"> @@ -15044,14 +14874,14 @@ id="0"/> <qparam type="int" name="y"/> <qparam type="int" name="w"/> <qparam type="int" name="h"/> - <qparam type="bool" name="erase" default="TRUE"/> + <qparam type="bool" name="erase" default="true"/> </qmethod> <qmethod name="repaintContents" access="public" return="void" id="1"> <qparam type="TQRectamp" name="r"/> - <qparam type="bool" name="erase" default="TRUE"/> + <qparam type="bool" name="erase" default="true"/> </qmethod> <qmethod name="repaintContents" access="public" return="void" id="2"> - <qparam type="bool" name="erase" default="TRUE"/> + <qparam type="bool" name="erase" default="true"/> </qmethod> <qmethod name="contentsToViewport" access="public" return="void" id="0"> <qparam type="int" name="x"/> @@ -15189,14 +15019,6 @@ id="0"> <qmethod name="tryAccess" access="public" return="bool" id="0"> <qparam type="int" name="arg1"/> </qmethod> -</qtype> <qtype name="TQSemiModal" access="public"> - <qancestor name="TQDialog"/> - <qctor name="TQSemiModal" access="public" id="0"> - <qparam type="TQWidget*" name="parent" default="0"/> - <qparam type="char*" name="name" default="0"/> - <qparam type="bool" name="modal" default="FALSE"/> - <qparam type="WFlags" name="f" default="0"/> - </qctor> </qtype> <qtype name="TQSenderObject" access="public"> <qancestor name="TQObject"/> <qmethod name="setSender" access="public" return="void" id="0"> @@ -15372,14 +15194,6 @@ id="0"> <qparam type="char*" name="member" default="0"/> </qmethod> <qmethod name="activate" access="public" return="void" id="0"/> - <qmethod name="isBlocked" access="public" return="bool" id="0"/> - <qmethod name="block" access="public" return="void" id="0"> - <qparam type="bool" name="b"/> - </qmethod> - <qmethod name="setParameter" access="public" return="void" id="0"> - <qparam type="int" name="value"/> - </qmethod> - <qmethod name="parameter" access="public" return="int" id="0"/> <qmethod name="setValue" access="public" return="void" id="0"> <qparam type="TQVariantamp" name="value"/> </qmethod> @@ -15428,7 +15242,7 @@ id="0"> <qparam type="TQMimeSourceFactory*" name="factory"/> <qparam type="int" name="pageBreak" default="-1"/> <qparam type="TQColoramp" name="linkColor" default="TQt::blue"/> - <qparam type="bool" name="linkUnderline" default="TRUE"/> + <qparam type="bool" name="linkUnderline" default="true"/> </qctor> <qdctor name="TQSimpleRichText" access="public"/> <qmethod name="setWidth" access="public" return="void" id="0"> @@ -15532,14 +15346,14 @@ id="0"> <qctor name="TQSizePolicy" access="public" id="1"> <qparam type="SizeType" name="hor"/> <qparam type="SizeType" name="ver"/> - <qparam type="bool" name="hfw" default="FALSE"/> + <qparam type="bool" name="hfw" default="false"/> </qctor> <qctor name="TQSizePolicy" access="public" id="2"> <qparam type="SizeType" name="hor"/> <qparam type="SizeType" name="ver"/> <qparam type="byte" name="horStretch"/> <qparam type="byte" name="verStretch"/> - <qparam type="bool" name="hfw" default="FALSE"/> + <qparam type="bool" name="hfw" default="false"/> </qctor> <qmethod name="horData" access="public" return="SizeType" id="0"/> <qmethod name="verData" access="public" return="SizeType" id="0"/> @@ -15746,7 +15560,7 @@ id="0"> <qmethod name="address" access="public" return="TQHostAddress" id="0"/> <qmethod name="peerAddress" access="public" return="TQHostAddress" id="0"/> <qmethod name="protected_sn_read" access="protected" return="void" id="0"> - <qparam type="bool" name="force" default="FALSE"/> + <qparam type="bool" name="force" default="false"/> </qmethod> <qmethod name="protected_sn_write" access="protected" return="void" id="0"/> </qtype> <qtype name="TQSocketDevice" access="public"> @@ -15878,14 +15692,6 @@ id="0"> <qmethod name="protected_event" access="protected" return="bool" id="0"> <qparam type="TQEvent*" name="arg1"/> </qmethod> -</qtype> <qtype name="TQSortedList" access="public"> - <qancestor name="TQPtrList"/> - <qctor name="TQSortedList" access="public" id="0"/> - <qdctor name="TQSortedList" access="public"/> - <qmethod name="compareItems" access="public" return="int" id="0"> - <qparam type="TQPtrCollection::Item" name="s1"/> - <qparam type="TQPtrCollection::Item" name="s2"/> - </qmethod> </qtype> <qtype name="TQSound" access="public"> <qancestor name="TQObject"/> <qctor name="TQSound" access="public" id="0"> @@ -16096,7 +15902,7 @@ id="0"/> <qparam type="ResizeMode" name="arg1"/> </qmethod> <qmethod name="setOpaqueResize" access="public" return="void" id="0"> - <qparam type="bool" name="arg1" default="TRUE"/> + <qparam type="bool" name="arg1" default="true"/> </qmethod> <qmethod name="opaqueResize" access="public" return="bool" id="0"/> <qmethod name="moveToFirst" access="public" return="void" id="0"> @@ -16169,7 +15975,7 @@ id="0"/> </qenum> <qctor name="TQSqlCursor" access="public" id="0"> <qparam type="TQStringamp" name="name" default="TQString::null"/> - <qparam type="bool" name="autopopulate" default="TRUE"/> + <qparam type="bool" name="autopopulate" default="true"/> <qparam type="TQSqlDatabase*" name="db" default="0"/> </qctor> <qctor name="TQSqlCursor" access="public" id="1"> @@ -16183,7 +15989,7 @@ id="0"/> <qparam type="TQStringamp" name="name"/> </qmethod> <qmethod name="primaryIndex" access="public" return="TQSqlIndex" id="0"> - <qparam type="bool" name="prime" default="TRUE"/> + <qparam type="bool" name="prime" default="true"/> </qmethod> <qmethod name="index" access="public" return="TQSqlIndex" id="0"> <qparam type="TQStringListamp" name="fieldNames"/> @@ -16217,19 +16023,19 @@ id="0"/> <qparam type="bool" name="generated"/> </qmethod> <qmethod name="editBuffer" access="public" return="TQSqlRecord*" id="0"> - <qparam type="bool" name="copy" default="FALSE"/> + <qparam type="bool" name="copy" default="false"/> </qmethod> <qmethod name="primeInsert" access="public" return="TQSqlRecord*" id="0"/> <qmethod name="primeUpdate" access="public" return="TQSqlRecord*" id="0"/> <qmethod name="primeDelete" access="public" return="TQSqlRecord*" id="0"/> <qmethod name="insert" access="public" return="int" id="1"> - <qparam type="bool" name="invalidate" default="TRUE"/> + <qparam type="bool" name="invalidate" default="true"/> </qmethod> <qmethod name="update" access="public" return="int" id="0"> - <qparam type="bool" name="invalidate" default="TRUE"/> + <qparam type="bool" name="invalidate" default="true"/> </qmethod> <qmethod name="del" access="public" return="int" id="0"> - <qparam type="bool" name="invalidate" default="TRUE"/> + <qparam type="bool" name="invalidate" default="true"/> </qmethod> <qmethod name="setMode" access="public" return="void" id="0"> <qparam type="int" name="flags"/> @@ -16275,7 +16081,7 @@ id="0"/> <qmethod name="filter" access="public" return="TQString" id="0"/> <qmethod name="setName" access="public" return="void" id="0"> <qparam type="TQStringamp" name="name"/> - <qparam type="bool" name="autopopulate" default="TRUE"/> + <qparam type="bool" name="autopopulate" default="true"/> </qmethod> <qmethod name="name" access="public" return="TQString" id="0"/> <qmethod name="protected_afterSeek" access="protected" return="void" id="0"/> @@ -16288,11 +16094,11 @@ id="0"> </qmethod> <qmethod name="protected_update" access="protected" return="int" id="1"> <qparam type="TQStringamp" name="filter"/> - <qparam type="bool" name="invalidate" default="TRUE"/> + <qparam type="bool" name="invalidate" default="true"/> </qmethod> <qmethod name="protected_del" access="protected" return="int" id="1"> <qparam type="TQStringamp" name="filter"/> - <qparam type="bool" name="invalidate" default="TRUE"/> + <qparam type="bool" name="invalidate" default="true"/> </qmethod> <qmethod name="protected_toString" access="protected" return="TQString" id="1"> <qparam type="TQStringamp" name="prefix"/> @@ -16375,7 +16181,7 @@ id="0"> </qmethod> <qmethod name="database" access="public static" return="TQSqlDatabase*" id="0"> <qparam type="TQStringamp" name="connectionName" default="defaultConnection"/> - <qparam type="bool" name="open" default="TRUE"/> + <qparam type="bool" name="open" default="true"/> </qmethod> <qmethod name="removeDatabase" access="public static" return="void" id="0"> <qparam type="TQStringamp" name="connectionName"/> @@ -16428,7 +16234,7 @@ id="0"> <qmethod name="nullText" access="public" return="TQString" id="0"/> <qmethod name="formatValue" access="public" return="TQString" id="0"> <qparam type="TQSqlField*" name="field"/> - <qparam type="bool" name="trimStrings" default="FALSE"/> + <qparam type="bool" name="trimStrings" default="false"/> </qmethod> <qmethod name="lastError" access="public" return="TQSqlError" id="0"/> <qmethod name="hasFeature" access="public" return="bool" id="0"> @@ -16534,7 +16340,7 @@ id="0"> </qmethod> <qmethod name="isReadOnly" access="public" return="bool" id="0"/> <qmethod name="clear" access="public" return="void" id="0"> - <qparam type="bool" name="nullify" default="TRUE"/> + <qparam type="bool" name="nullify" default="true"/> </qmethod> <qmethod name="type" access="public" return="TQVariant::Type" id="0"/> </qtype> <qtype name="TQSqlForm" access="public"> @@ -16577,7 +16383,7 @@ id="0"> <qmethod name="writeFields" access="public" return="void" id="0"/> <qmethod name="clear" access="public" return="void" id="0"/> <qmethod name="clearValues" access="public" return="void" id="0"> - <qparam type="bool" name="nullify" default="FALSE"/> + <qparam type="bool" name="nullify" default="false"/> </qmethod> <qmethod name="protected_insert" access="protected" return="void" id="1"> <qparam type="TQWidget*" name="widget"/> @@ -16621,7 +16427,7 @@ id="0"> </qmethod> <qmethod name="toStringList" access="public" return="TQStringList" id="0"> <qparam type="TQStringamp" name="prefix" default="TQString::null"/> - <qparam type="bool" name="verbose" default="TRUE"/> + <qparam type="bool" name="verbose" default="true"/> </qmethod> <qmethod name="fromStringList" access="public static" return="TQSqlIndex" id="0"> <qparam type="TQStringListamp" name="l"/> @@ -16682,7 +16488,7 @@ id="0"/> </qmethod> <qmethod name="seek" access="public" return="bool" id="0"> <qparam type="int" name="i"/> - <qparam type="bool" name="relative" default="FALSE"/> + <qparam type="bool" name="relative" default="false"/> </qmethod> <qmethod name="next" access="public" return="bool" id="0"/> <qmethod name="prev" access="public" return="bool" id="0"/> @@ -16770,7 +16576,7 @@ id="0"/> </qmethod> <qmethod name="clear" access="public" return="void" id="0"/> <qmethod name="clearValues" access="public" return="void" id="0"> - <qparam type="bool" name="nullify" default="FALSE"/> + <qparam type="bool" name="nullify" default="false"/> </qmethod> <qmethod name="count" access="public" return="uint" id="0"/> <qmethod name="toStringList" access="public" return="TQStringList" id="0"> @@ -16801,7 +16607,7 @@ id="0"/> <qmethod name="addWidget" access="public" return="void" id="0"> <qparam type="TQWidget*" name="arg1"/> <qparam type="int" name="stretch" default="0"/> - <qparam type="bool" name="arg2" default="FALSE"/> + <qparam type="bool" name="arg2" default="false"/> </qmethod> <qmethod name="removeWidget" access="public" return="void" id="0"> <qparam type="TQWidget*" name="arg1"/> @@ -16843,7 +16649,7 @@ id="0"/> </qtype> <qtype name="TQStrIList" access="public"> <qancestor name="TQStrList"/> <qctor name="TQStrIList" access="public" id="0"> - <qparam type="bool" name="deepCopies" default="TRUE"/> + <qparam type="bool" name="deepCopies" default="true"/> </qctor> <qdctor name="TQStrIList" access="public"/> </qtype> <qtype name="TQStrIVec" access="public"> @@ -16851,13 +16657,13 @@ id="0"/> <qctor name="TQStrIVec" access="public" id="0"/> <qctor name="TQStrIVec" access="public" id="1"> <qparam type="uint" name="size"/> - <qparam type="bool" name="dc" default="TRUE"/> + <qparam type="bool" name="dc" default="true"/> </qctor> <qdctor name="TQStrIVec" access="public"/> </qtype> <qtype name="TQStrList" access="public"> <qancestor name="TQPtrList"/> <qctor name="TQStrList" access="public" id="0"> - <qparam type="bool" name="deepCopies" default="TRUE"/> + <qparam type="bool" name="deepCopies" default="true"/> </qctor> <qctor name="TQStrList" access="public" id="1"> <qparam type="TQStrListamp" name="arg1"/> @@ -16955,17 +16761,17 @@ id="0"/> <qmethod name="find" access="public" return="int" id="0"> <qparam type="TQChar" name="c"/> <qparam type="int" name="index" default="0"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="find" access="public" return="int" id="1"> <qparam type="char" name="c"/> <qparam type="int" name="index" default="0"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="find" access="public" return="int" id="2"> <qparam type="TQStringamp" name="str"/> <qparam type="int" name="index" default="0"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="find" access="public" return="int" id="3"> <qparam type="TQRegExpamp" name="arg1"/> @@ -16978,17 +16784,17 @@ id="0"/> <qmethod name="findRev" access="public" return="int" id="0"> <qparam type="TQChar" name="c"/> <qparam type="int" name="index" default="-1"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="findRev" access="public" return="int" id="1"> <qparam type="char" name="c"/> <qparam type="int" name="index" default="-1"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="findRev" access="public" return="int" id="2"> <qparam type="TQStringamp" name="str"/> <qparam type="int" name="index" default="-1"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="findRev" access="public" return="int" id="3"> <qparam type="TQRegExpamp" name="arg1"/> @@ -17000,19 +16806,19 @@ id="0"/> </qmethod> <qmethod name="contains" access="public" return="int" id="0"> <qparam type="TQChar" name="c"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="contains" access="public" return="int" id="1"> <qparam type="char" name="c"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="contains" access="public" return="int" id="2"> <qparam type="char*" name="str"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="contains" access="public" return="int" id="3"> <qparam type="TQStringamp" name="str"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="contains" access="public" return="int" id="4"> <qparam type="TQRegExpamp" name="arg1"/> @@ -17060,12 +16866,12 @@ id="0"/> <qmethod name="leftJustify" access="public" return="TQString" id="0"> <qparam type="uint" name="width"/> <qparam type="TQChar" name="fill" default="' '"/> - <qparam type="bool" name="trunc" default="FALSE"/> + <qparam type="bool" name="trunc" default="false"/> </qmethod> <qmethod name="rightJustify" access="public" return="TQString" id="0"> <qparam type="uint" name="width"/> <qparam type="TQChar" name="fill" default="' '"/> - <qparam type="bool" name="trunc" default="FALSE"/> + <qparam type="bool" name="trunc" default="false"/> </qmethod> <qmethod name="lower" access="public" return="TQString" id="0"/> <qmethod name="upper" access="public" return="TQString" id="0"/> @@ -17316,7 +17122,7 @@ id="0"/> </qmethod> <qmethod name="grep" access="public" return="TQStringList" id="0"> <qparam type="TQStringamp" name="str"/> - <qparam type="bool" name="cs" default="TRUE"/> + <qparam type="bool" name="cs" default="true"/> </qmethod> <qmethod name="grep" access="public" return="TQStringList" id="1"> <qparam type="TQRegExpamp" name="expr"/> @@ -17327,17 +17133,17 @@ id="0"/> <qmethod name="split" access="public static" return="TQStringList" id="0"> <qparam type="TQStringamp" name="sep"/> <qparam type="TQStringamp" name="str"/> - <qparam type="bool" name="allowEmptyEntries" default="FALSE"/> + <qparam type="bool" name="allowEmptyEntries" default="false"/> </qmethod> <qmethod name="split" access="public static" return="TQStringList" id="1"> <qparam type="TQCharamp" name="sep"/> <qparam type="TQStringamp" name="str"/> - <qparam type="bool" name="allowEmptyEntries" default="FALSE"/> + <qparam type="bool" name="allowEmptyEntries" default="false"/> </qmethod> <qmethod name="split" access="public static" return="TQStringList" id="2"> <qparam type="TQRegExpamp" name="sep"/> <qparam type="TQStringamp" name="str"/> - <qparam type="bool" name="allowEmptyEntries" default="FALSE"/> + <qparam type="bool" name="allowEmptyEntries" default="false"/> </qmethod> </qtype> <qtype name="TQStyle" access="public"> <qancestor name="TQObject"/> @@ -18089,7 +17895,7 @@ id="0"/> <qctor name="TQTabDialog" access="public" id="0"> <qparam type="TQWidget*" name="parent" default="0"/> <qparam type="char*" name="name" default="0"/> - <qparam type="bool" name="modal" default="FALSE"/> + <qparam type="bool" name="modal" default="false"/> <qparam type="WFlags" name="f" default="0"/> </qctor> <qdctor name="TQTabDialog" access="public"/> @@ -18364,11 +18170,11 @@ id="0"/> </qmethod> <qmethod name="isRowSelected" access="public" return="bool" id="0"> <qparam type="int" name="row"/> - <qparam type="bool" name="full" default="FALSE"/> + <qparam type="bool" name="full" default="false"/> </qmethod> <qmethod name="isColumnSelected" access="public" return="bool" id="0"> <qparam type="int" name="col"/> - <qparam type="bool" name="full" default="FALSE"/> + <qparam type="bool" name="full" default="false"/> </qmethod> <qmethod name="numSelections" access="public" return="int" id="0"/> <qmethod name="selection" access="public" return="TQTableSelection" id="0"> @@ -18389,8 +18195,8 @@ id="0"/> <qmethod name="rowMovingEnabled" access="public" return="bool" id="0"/> <qmethod name="sortColumn" access="public" return="void" id="0"> <qparam type="int" name="col"/> - <qparam type="bool" name="ascending" default="TRUE"/> - <qparam type="bool" name="wholeRows" default="FALSE"/> + <qparam type="bool" name="ascending" default="true"/> + <qparam type="bool" name="wholeRows" default="false"/> </qmethod> <qmethod name="sorting" access="public" return="bool" id="0"/> <qmethod name="takeItem" access="public" return="void" id="0"> @@ -18503,12 +18309,12 @@ id="0"/> <qmethod name="swapRows" access="public" return="void" id="0"> <qparam type="int" name="row1"/> <qparam type="int" name="row2"/> - <qparam type="bool" name="swapHeader" default="FALSE"/> + <qparam type="bool" name="swapHeader" default="false"/> </qmethod> <qmethod name="swapColumns" access="public" return="void" id="0"> <qparam type="int" name="col1"/> <qparam type="int" name="col2"/> - <qparam type="bool" name="swapHeader" default="FALSE"/> + <qparam type="bool" name="swapHeader" default="false"/> </qmethod> <qmethod name="swapCells" access="public" return="void" id="0"> <qparam type="int" name="row1"/> @@ -18527,7 +18333,7 @@ id="0"/> <qparam type="int" name="col"/> </qmethod> <qmethod name="clearSelection" access="public" return="void" id="0"> - <qparam type="bool" name="repaint" default="TRUE"/> + <qparam type="bool" name="repaint" default="true"/> </qmethod> <qmethod name="setColumnMovingEnabled" access="public" return="void" id="0"> <qparam type="bool" name="b"/> @@ -18567,7 +18373,7 @@ id="0"/> <qmethod name="editCell" access="public" return="void" id="0"> <qparam type="int" name="row"/> <qparam type="int" name="col"/> - <qparam type="bool" name="replace" default="FALSE"/> + <qparam type="bool" name="replace" default="false"/> </qmethod> <qmethod name="protected_drawContents" access="protected" return="void" id="0"> <qparam type="TQPainter*" name="p"/> @@ -19011,7 +18817,7 @@ id="0"> <qparam type="TQStringamp" name="expr"/> <qparam type="bool" name="cs"/> <qparam type="bool" name="wo"/> - <qparam type="bool" name="forward" default="TRUE"/> + <qparam type="bool" name="forward" default="true"/> <qparam type="int*" name="para" default="0"/> <qparam type="int*" name="index" default="0"/> </qmethod> @@ -19141,7 +18947,7 @@ id="0"/> <qparam type="TextFormat" name="f"/> </qmethod> <qmethod name="selectAll" access="public" return="void" id="0"> - <qparam type="bool" name="select" default="TRUE"/> + <qparam type="bool" name="select" default="true"/> </qmethod> <qmethod name="setTabStopWidth" access="public" return="void" id="0"> <qparam type="int" name="ts"/> @@ -19256,9 +19062,9 @@ id="0"/> <qmethod name="scrollToBottom" access="public" return="void" id="0"/> <qmethod name="insert" access="public" return="void" id="0"> <qparam type="TQStringamp" name="text"/> - <qparam type="bool" name="indent" default="FALSE"/> - <qparam type="bool" name="checkNewLine" default="TRUE"/> - <qparam type="bool" name="removeSelected" default="TRUE"/> + <qparam type="bool" name="indent" default="false"/> + <qparam type="bool" name="checkNewLine" default="true"/> + <qparam type="bool" name="removeSelected" default="true"/> </qmethod> <qmethod name="insertAt" access="public" return="void" id="0"> <qparam type="TQStringamp" name="text"/> @@ -19609,7 +19415,7 @@ id="0"/> <qmethod name="isActive" access="public" return="bool" id="0"/> <qmethod name="start" access="public" return="int" id="0"> <qparam type="int" name="msec"/> - <qparam type="bool" name="sshot" default="FALSE"/> + <qparam type="bool" name="sshot" default="false"/> </qmethod> <qmethod name="changeInterval" access="public" return="void" id="0"> <qparam type="int" name="msec"/> @@ -19635,7 +19441,7 @@ id="0"/> <qparam type="TQStringamp" name="label"/> <qparam type="TQMainWindow*" name="arg1"/> <qparam type="TQWidget*" name="arg2"/> - <qparam type="bool" name="newLine" default="FALSE"/> + <qparam type="bool" name="newLine" default="false"/> <qparam type="char*" name="name" default="0"/> <qparam type="WFlags" name="f" default="0"/> </qctor> @@ -19897,7 +19703,7 @@ id="0"/> <qmethod name="translation" access="public" return="TQString" id="0"/> <qmethod name="write" access="public" return="void" id="0"> <qparam type="TQDataStreamamp" name="s"/> - <qparam type="bool" name="strip" default="FALSE"/> + <qparam type="bool" name="strip" default="false"/> <qparam type="Prefix" name="prefix" default="HashContextSourceTextComment"/> </qmethod> <qmethod name="commonPrefix" access="public" return="Prefix" id="0"> @@ -19984,7 +19790,7 @@ id="0"/> <qctor name="TQUrl" access="public" id="3"> <qparam type="TQUrlamp" name="url"/> <qparam type="TQStringamp" name="relUrl"/> - <qparam type="bool" name="checkSlash" default="FALSE"/> + <qparam type="bool" name="checkSlash" default="false"/> </qctor> <qdctor name="TQUrl" access="public"/> <qmethod name="protocol" access="public" return="TQString" id="0"/> @@ -20012,7 +19818,7 @@ id="0"/> </qmethod> <qmethod name="hasPort" access="public" return="bool" id="0"/> <qmethod name="path" access="public" return="TQString" id="0"> - <qparam type="bool" name="correct" default="TRUE"/> + <qparam type="bool" name="correct" default="true"/> </qmethod> <qmethod name="setPath" access="public" return="void" id="0"> <qparam type="TQStringamp" name="path"/> @@ -20042,8 +19848,8 @@ id="0"/> <qmethod name="fileName" access="public" return="TQString" id="0"/> <qmethod name="dirPath" access="public" return="TQString" id="0"/> <qmethod name="toString" access="public" return="TQString" id="0"> - <qparam type="bool" name="encodedPath" default="FALSE"/> - <qparam type="bool" name="forcePrependProtocol" default="TRUE"/> + <qparam type="bool" name="encodedPath" default="false"/> + <qparam type="bool" name="forcePrependProtocol" default="true"/> </qmethod> <qmethod name="cdUp" access="public" return="bool" id="0"/> <qmethod name="decode" access="public static" return="void" id="0"> @@ -20174,7 +19980,7 @@ id="0"/> <qctor name="TQUrlOperator" access="public" id="3"> <qparam type="TQUrlOperatoramp" name="url"/> <qparam type="TQStringamp" name="relUrl"/> - <qparam type="bool" name="checkSlash" default="FALSE"/> + <qparam type="bool" name="checkSlash" default="false"/> </qctor> <qdctor name="TQUrlOperator" access="public"/> <qmethod name="setPath" access="public" return="void" id="0"> @@ -20203,7 +20009,7 @@ id="0"/> <qmethod name="copy" access="public" return="void" id="1"> <qparam type="TQStringListamp" name="files"/> <qparam type="TQStringamp" name="dest"/> - <qparam type="bool" name="move" default="FALSE"/> + <qparam type="bool" name="move" default="false"/> </qmethod> <qmethod name="isDir" access="public" return="bool" id="0"> <qparam type="bool*" name="ok" default="0"/> @@ -20907,7 +20713,7 @@ id="0"/> <qmethod name="textFor" access="public static" return="TQString" id="0"> <qparam type="TQWidget*" name="arg1"/> <qparam type="TQPointamp" name="pos" default="TQPoint()"/> - <qparam type="bool" name="includeParents" default="FALSE"/> + <qparam type="bool" name="includeParents" default="false"/> </qmethod> <qmethod name="whatsThisButton" access="public static" return="TQToolButton*" id="0"> @@ -21184,7 +20990,7 @@ id="0"/> <qmethod name="isUpdatesEnabled" access="public" return="bool" id="0"/> <qmethod name="repaintUnclipped" access="public" return="void" id="0"> <qparam type="TQRegionamp" name="arg1"/> - <qparam type="bool" name="erase" default="TRUE"/> + <qparam type="bool" name="erase" default="true"/> </qmethod> <qmethod name="close" access="public" return="bool" id="0"> <qparam type="bool" name="alsoDelete"/> @@ -21207,7 +21013,7 @@ id="0"/> <qmethod name="setSizePolicy" access="public" return="void" id="1"> <qparam type="SizeType" name="hor"/> <qparam type="SizeType" name="ver"/> - <qparam type="bool" name="hfw" default="FALSE"/> + <qparam type="bool" name="hfw" default="false"/> </qmethod> <qmethod name="heightForWidth" access="public" return="int" id="0"> <qparam type="int" name="arg1"/> @@ -21219,18 +21025,18 @@ id="0"/> <qparam type="TQWidget*" name="parent"/> <qparam type="WFlags" name="arg1"/> <qparam type="TQPointamp" name="arg2"/> - <qparam type="bool" name="showIt" default="FALSE"/> + <qparam type="bool" name="showIt" default="false"/> </qmethod> <qmethod name="reparent" access="public" return="void" id="1"> <qparam type="TQWidget*" name="parent"/> <qparam type="TQPointamp" name="arg1"/> - <qparam type="bool" name="showIt" default="FALSE"/> + <qparam type="bool" name="showIt" default="false"/> </qmethod> <qmethod name="recreate" access="public" return="void" id="0"> <qparam type="TQWidget*" name="parent"/> <qparam type="WFlags" name="f"/> <qparam type="TQPointamp" name="p"/> - <qparam type="bool" name="showIt" default="FALSE"/> + <qparam type="bool" name="showIt" default="false"/> </qmethod> <qmethod name="erase" access="public" return="void" id="0"/> <qmethod name="erase" access="public" return="void" id="1"> @@ -21280,7 +21086,7 @@ id="0"/> id="0"/> <qmethod name="customWhatsThis" access="public" return="bool" id="0"/> <qmethod name="parentWidget" access="public" return="TQWidget*" id="0"> - <qparam type="bool" name="sameWindow" default="FALSE"/> + <qparam type="bool" name="sameWindow" default="false"/> </qmethod> <qmethod name="testWState" access="public" return="WState" id="0"> <qparam type="WState" name="s"/> @@ -21291,23 +21097,23 @@ id="0"/> <qmethod name="childAt" access="public" return="TQWidget*" id="0"> <qparam type="int" name="x"/> <qparam type="int" name="y"/> - <qparam type="bool" name="includeThis" default="FALSE"/> + <qparam type="bool" name="includeThis" default="false"/> </qmethod> <qmethod name="childAt" access="public" return="TQWidget*" id="1"> <qparam type="TQPointamp" name="arg1"/> - <qparam type="bool" name="includeThis" default="FALSE"/> + <qparam type="bool" name="includeThis" default="false"/> </qmethod> <qmethod name="graphicsContext" access="public" return="TQGfx*" id="0"> - <qparam type="bool" name="clip_children" default="TRUE"/> + <qparam type="bool" name="clip_children" default="true"/> </qmethod> <qmethod name="clippedRegion" access="public" return="TQRegion" id="0"> - <qparam type="bool" name="do_children" default="TRUE"/> + <qparam type="bool" name="do_children" default="true"/> </qmethod> <qmethod name="clippedSerial" access="public" return="uint" id="0"> - <qparam type="bool" name="do_children" default="TRUE"/> + <qparam type="bool" name="do_children" default="true"/> </qmethod> <qmethod name="macCGContext" access="public" return="CGContextRef" id="0"> - <qparam type="bool" name="clipped" default="TRUE"/> + <qparam type="bool" name="clipped" default="true"/> </qmethod> <qmethod name="setPalette" access="public" return="void" id="1"> <qparam type="TQPaletteamp" name="p"/> @@ -21359,15 +21165,15 @@ id="0"/> <qparam type="int" name="y"/> <qparam type="int" name="w"/> <qparam type="int" name="h"/> - <qparam type="bool" name="erase" default="TRUE"/> + <qparam type="bool" name="erase" default="true"/> </qmethod> <qmethod name="repaint" access="public" return="void" id="3"> <qparam type="TQRectamp" name="arg1"/> - <qparam type="bool" name="erase" default="TRUE"/> + <qparam type="bool" name="erase" default="true"/> </qmethod> <qmethod name="repaint" access="public" return="void" id="4"> <qparam type="TQRegionamp" name="arg1"/> - <qparam type="bool" name="erase" default="TRUE"/> + <qparam type="bool" name="erase" default="true"/> </qmethod> <qmethod name="show" access="public" return="void" id="0"/> <qmethod name="hide" access="public" return="void" id="0"/> @@ -21450,12 +21256,12 @@ return="void" id="0"> id="0"/> <qmethod name="protected_create" access="protected" return="void" id="0"> <qparam type="WId" name="arg1" default="0"/> - <qparam type="bool" name="initializeWindow" default="TRUE"/> - <qparam type="bool" name="destroyOldWindow" default="TRUE"/> + <qparam type="bool" name="initializeWindow" default="true"/> + <qparam type="bool" name="destroyOldWindow" default="true"/> </qmethod> <qmethod name="protected_destroy" access="protected" return="void" id="0"> - <qparam type="bool" name="destroyWindow" default="TRUE"/> - <qparam type="bool" name="destroySubWindows" default="TRUE"/> + <qparam type="bool" name="destroyWindow" default="true"/> + <qparam type="bool" name="destroySubWindows" default="true"/> </qmethod> <qmethod name="protected_getWState" access="protected" return="uint" id="0"/> <qmethod name="protected_setWState" access="protected" return="void" id="0"> @@ -21490,7 +21296,7 @@ id="0"> <qparam type="int" name="y"/> <qparam type="int" name="w"/> <qparam type="int" name="h"/> - <qparam type="bool" name="text" default="TRUE"/> + <qparam type="bool" name="text" default="true"/> <qparam type="TQFont*" name="f" default="0"/> </qmethod> <qmethod name="protected_dirtyClippedRegion" access="protected" return="void" id="0"> @@ -21716,7 +21522,7 @@ id="0"/> <qctor name="TQWizard" access="public" id="0"> <qparam type="TQWidget*" name="parent" default="0"/> <qparam type="char*" name="name" default="0"/> - <qparam type="bool" name="modal" default="FALSE"/> + <qparam type="bool" name="modal" default="false"/> <qparam type="WFlags" name="f" default="0"/> </qctor> <qdctor name="TQWizard" access="public"/> @@ -22099,7 +21905,7 @@ id="0"> <qmethod name="protected_fromRawData" access="protected" return="TQString" id="0"> <qparam type="TQByteArrayamp" name="data"/> - <qparam type="bool" name="beginning" default="FALSE"/> + <qparam type="bool" name="beginning" default="false"/> </qmethod> </qtype> <qtype name="TQXmlLexicalHandler" access="public"> <qmethod name="startDTD" access="public" return="bool" id="0"> @@ -22288,47 +22094,6 @@ id="0"/> <qparam type="bool" name="incremental"/> </qmethod> <qmethod name="parseContinue" access="public" return="bool" id="0"/> -</qtype> <qtype name="TQXtApplication" access="public"> - <qancestor name="TQApplication"/> - <qctor name="TQXtApplication" access="public" id="0"> - <qparam type="intamp" name="argc"/> - <qparam type="char**" name="argv"/> - <qparam type="char*" name="appclass" default="0"/> - <qparam type="XrmOptionDescRec*" name="options" default="new IntPtr (0)"/> - <qparam type="int" name="num_options" default="0"/> - </qctor> - <qctor name="TQXtApplication" access="public" id="1"> - <qparam type="Display*" name="arg1"/> - <qparam type="HANDLE" name="arg2" default="0"/> - <qparam type="HANDLE" name="arg3" default="0"/> - </qctor> - <qctor name="TQXtApplication" access="public" id="2"> - <qparam type="Display*" name="arg1"/> - <qparam type="int" name="arg2"/> - <qparam type="char**" name="arg3"/> - <qparam type="HANDLE" name="arg4" default="0"/> - <qparam type="HANDLE" name="arg5" default="0"/> - </qctor> - <qdctor name="TQXtApplication" access="public"/> -</qtype> <qtype name="TQXtWidget" access="public"> - <qancestor name="TQWidget"/> - <qctor name="TQXtWidget" access="public" id="0"> - <qparam type="char*" name="name"/> - <qparam type="Widget" name="parent"/> - <qparam type="bool" name="managed" default="FALSE"/> - </qctor> - <qctor name="TQXtWidget" access="public" id="1"> - <qparam type="char*" name="name"/> - <qparam type="WidgetClass" name="widget_class"/> - <qparam type="TQWidget*" name="parent" default="0"/> - <qparam type="ArgList" name="args" default="0"/> - <qparam type="Cardinal" name="num_args" default="0"/> - <qparam type="bool" name="managed" default="FALSE"/> - </qctor> - <qdctor name="TQXtWidget" access="public"/> - <qmethod name="xtWidget" access="public" return="Widget" id="0"/> - <qmethod name="isActiveWindow" access="public" return="bool" id="0"/> - <qmethod name="setActiveWindow" access="public" return="void" id="0"/> </qtype> <qtype name="Qt" access="public"> <qenum name="ButtonState" access="public"> <qitem name="NoButton" value="0"/> @@ -22888,270 +22653,5 @@ value="AlignLeft|AlignRight|AlignHCenter|AlignJustify"/> <qitem name="Contains" value="8"/> <qitem name="ExactMatch" value="16"/> </qenum> -</qtype> <qtype name="QtMultiLineEdit" access="public"> - <qancestor name="QtTableView"/> - <qenum name="EchoMode" access="public"> - <qitem name="Normal" value="0"/> - <qitem name="NoEcho" value="1"/> - <qitem name="Password" value="2"/> - </qenum> - <qenum name="WordWrap" access="public"> - <qitem name="NoWrap" value="0"/> - <qitem name="WidgetWidth" value="1"/> - <qitem name="FixedPixelWidth" value="2"/> - <qitem name="FixedColumnWidth" value="3"/> - </qenum> - <qenum name="WrapPolicy" access="public"> - <qitem name="AtWhiteSpace" value="0"/> - <qitem name="Anywhere" value="1"/> - </qenum> - <qctor name="QtMultiLineEdit" access="public" id="0"> - <qparam type="TQWidget*" name="parent" default="0"/> - <qparam type="char*" name="name" default="0"/> - </qctor> - <qdctor name="QtMultiLineEdit" access="public"/> - <qmethod name="textLine" access="public" return="TQString" id="0"> - <qparam type="int" name="line"/> - </qmethod> - <qmethod name="numLines" access="public" return="int" id="0"/> - <qmethod name="sizeHint" access="public" return="TQSize" id="0"/> - <qmethod name="minimumSizeHint" access="public" return="TQSize" id="0"/> - <qmethod name="sizePolicy" access="public" return="TQSizePolicy" id="0"/> - <qmethod name="setFont" access="public" return="void" id="0"> - <qparam type="TQFontamp" name="font"/> - </qmethod> - <qmethod name="insertLine" access="public" return="void" id="0"> - <qparam type="TQStringamp" name="s"/> - <qparam type="int" name="line" default="-1"/> - </qmethod> - <qmethod name="insertAt" access="public" return="void" id="0"> - <qparam type="TQStringamp" name="s"/> - <qparam type="int" name="line"/> - <qparam type="int" name="col"/> - <qparam type="bool" name="mark" default="FALSE"/> - </qmethod> - <qmethod name="removeLine" access="public" return="void" id="0"> - <qparam type="int" name="line"/> - </qmethod> - <qmethod name="cursorPosition" access="public" return="void" id="0"> - <qparam type="int*" name="line"/> - <qparam type="int*" name="col"/> - </qmethod> - <qmethod name="setCursorPosition" access="public" return="void" id="0"> - <qparam type="int" name="line"/> - <qparam type="int" name="col"/> - <qparam type="bool" name="mark" default="FALSE"/> - </qmethod> - <qmethod name="getCursorPosition" access="public" return="void" id="0"> - <qparam type="int*" name="line"/> - <qparam type="int*" name="col"/> - </qmethod> - <qmethod name="atBeginning" access="public" return="bool" id="0"/> - <qmethod name="atEnd" access="public" return="bool" id="0"/> - <qmethod name="setFixedVisibleLines" access="public" return="void" id="0"> - <qparam type="int" name="lines"/> - </qmethod> - <qmethod name="maxLineWidth" access="public" return="int" id="0"/> - <qmethod name="setAlignment" access="public" return="void" id="0"> - <qparam type="int" name="flags"/> - </qmethod> - <qmethod name="alignment" access="public" return="int" id="0"/> - <qmethod name="setValidator" access="public" return="void" id="0"> - <qparam type="TQValidator*" name="arg1"/> - </qmethod> - <qmethod name="validator" access="public" return="TQValidator*" id="0"/> - <qmethod name="setEdited" access="public" return="void" id="0"> - <qparam type="bool" name="arg1"/> - </qmethod> - <qmethod name="edited" access="public" return="bool" id="0"/> - <qmethod name="cursorWordForward" access="public" return="void" id="0"> - <qparam type="bool" name="mark"/> - </qmethod> - <qmethod name="cursorWordBackward" access="public" return="void" id="0"> - <qparam type="bool" name="mark"/> - </qmethod> - <qmethod name="setEchoMode" access="public" return="void" id="0"> - <qparam type="EchoMode" name="arg1"/> - </qmethod> - <qmethod name="echoMode" access="public" return="EchoMode" id="0"/> - <qmethod name="setMaxLength" access="public" return="void" id="0"> - <qparam type="int" name="arg1"/> - </qmethod> - <qmethod name="maxLength" access="public" return="int" id="0"/> - <qmethod name="setMaxLineLength" access="public" return="void" id="0"> - <qparam type="int" name="arg1"/> - </qmethod> - <qmethod name="maxLineLength" access="public" return="int" id="0"/> - <qmethod name="setMaxLines" access="public" return="void" id="0"> - <qparam type="int" name="arg1"/> - </qmethod> - <qmethod name="maxLines" access="public" return="int" id="0"/> - <qmethod name="setHMargin" access="public" return="void" id="0"> - <qparam type="int" name="arg1"/> - </qmethod> - <qmethod name="hMargin" access="public" return="int" id="0"/> - <qmethod name="setSelection" access="public" return="void" id="0"> - <qparam type="int" name="row_from"/> - <qparam type="int" name="col_from"/> - <qparam type="int" name="row_to"/> - <qparam type="int" name="col_t"/> - </qmethod> - <qmethod name="setWordWrap" access="public" return="void" id="0"> - <qparam type="WordWrap" name="mode"/> - </qmethod> - <qmethod name="wordWrap" access="public" return="WordWrap" id="0"/> - <qmethod name="setWrapColumnOrWidth" access="public" return="void" id="0"> - <qparam type="int" name="arg1"/> - </qmethod> - <qmethod name="wrapColumnOrWidth" access="public" return="int" id="0"/> - <qmethod name="setWrapPolicy" access="public" return="void" id="0"> - <qparam type="WrapPolicy" name="policy"/> - </qmethod> - <qmethod name="wrapPolicy" access="public" return="WrapPolicy" id="0"/> - <qmethod name="autoUpdate" access="public" return="bool" id="0"/> - <qmethod name="setAutoUpdate" access="public" return="void" id="0"> - <qparam type="bool" name="arg1"/> - </qmethod> - <qmethod name="setUndoEnabled" access="public" return="void" id="0"> - <qparam type="bool" name="arg1"/> - </qmethod> - <qmethod name="isUndoEnabled" access="public" return="bool" id="0"/> - <qmethod name="setUndoDepth" access="public" return="void" id="0"> - <qparam type="int" name="arg1"/> - </qmethod> - <qmethod name="undoDepth" access="public" return="int" id="0"/> - <qmethod name="isReadOnly" access="public" return="bool" id="0"/> - <qmethod name="isOverwriteMode" access="public" return="bool" id="0"/> - <qmethod name="text" access="public" return="TQString" id="0"/> - <qmethod name="length" access="public" return="int" id="0"/> - <qmethod name="setText" access="public" return="void" id="0"> - <qparam type="TQStringamp" name="arg1"/> - </qmethod> - <qmethod name="setReadOnly" access="public" return="void" id="0"> - <qparam type="bool" name="arg1"/> - </qmethod> - <qmethod name="setOverwriteMode" access="public" return="void" id="0"> - <qparam type="bool" name="arg1"/> - </qmethod> - <qmethod name="clear" access="public" return="void" id="0"/> - <qmethod name="append" access="public" return="void" id="0"> - <qparam type="TQStringamp" name="arg1"/> - </qmethod> - <qmethod name="deselect" access="public" return="void" id="0"/> - <qmethod name="selectAll" access="public" return="void" id="0"/> - <qmethod name="paste" access="public" return="void" id="0"/> - <qmethod name="pasteSubType" access="public" return="void" id="0"> - <qparam type="TQCStringamp" name="subtype"/> - </qmethod> - <qmethod name="copyText" access="public" return="void" id="0"/> - <qmethod name="copy" access="public" return="void" id="0"/> - <qmethod name="cut" access="public" return="void" id="0"/> - <qmethod name="insert" access="public" return="void" id="0"> - <qparam type="TQStringamp" name="arg1"/> - </qmethod> - <qmethod name="undo" access="public" return="void" id="0"/> - <qmethod name="redo" access="public" return="void" id="0"/> - <qmethod name="setDefaultTabStop" access="public static" return="void" id="0"> - <qparam type="int" name="ex"/> - </qmethod> - <qmethod name="defaultTabStop" access="public static" return="int" id="0"/> - <qmethod name="protected_paintCell" access="protected" return="void" id="0"> - <qparam type="TQPainter*" name="arg1"/> - <qparam type="int" name="row"/> - <qparam type="int" name="col"/> - </qmethod> - <qmethod name="protected_event" access="protected" return="bool" id="0"> - <qparam type="TQEvent*" name="arg1"/> - </qmethod> - <qmethod name="protected_focusNextPrevChild" access="protected" return="bool" id="0"> - <qparam type="bool" name="arg1"/> - </qmethod> - <qmethod name="protected_hasMarkedText" access="protected" return="bool" id="0"/> - <qmethod name="protected_markedText" access="protected" return="TQString" id="0"/> - <qmethod name="protected_textWidth" access="protected" return="int" id="0"> - <qparam type="int" name="arg1"/> - </qmethod> - <qmethod name="protected_textWidth" access="protected" return="int" id="1"> - <qparam type="TQStringamp" name="arg1"/> - </qmethod> - <qmethod name="protected_cursorPoint" access="protected" return="TQPoint" id="0"/> - <qmethod name="protected_insert" access="protected" return="void" id="1"> - <qparam type="TQStringamp" name="arg1"/> - <qparam type="bool" name="mark"/> - </qmethod> - <qmethod name="protected_newLine" access="protected" return="void" id="0"/> - <qmethod name="protected_killLine" access="protected" return="void" id="0"/> - <qmethod name="protected_pageUp" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> - </qmethod> - <qmethod name="protected_pageDown" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> - </qmethod> - <qmethod name="protected_cursorLeft" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> - <qparam type="bool" name="wrap" default="TRUE"/> - </qmethod> - <qmethod name="protected_cursorRight" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> - <qparam type="bool" name="wrap" default="TRUE"/> - </qmethod> - <qmethod name="protected_cursorUp" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> - </qmethod> - <qmethod name="protected_cursorDown" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> - </qmethod> - <qmethod name="protected_backspace" access="protected" return="void" id="0"/> - <qmethod name="protected_del" access="protected" return="void" id="0"/> - <qmethod name="protected_home" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> - </qmethod> - <qmethod name="protected_end" access="protected" return="void" id="0"> - <qparam type="bool" name="mark" default="FALSE"/> - </qmethod> - <qmethod name="protected_getMarkedRegion" access="protected" return="bool" id="0"> - <qparam type="int*" name="line1"/> - <qparam type="int*" name="col1"/> - <qparam type="int*" name="line2"/> - <qparam type="int*" name="col2"/> - </qmethod> - <qmethod name="protected_lineLength" access="protected" return="int" id="0"> - <qparam type="int" name="row"/> - </qmethod> - <qmethod name="protected_getString" access="protected" return="TQString*" id="0"> - <qparam type="int" name="row"/> - </qmethod> - <qmethod name="protected_isEndOfParagraph" access="protected" return="bool" id="0"> - <qparam type="int" name="row"/> - </qmethod> - <qmethod name="protected_stringShown" access="protected" return="TQString" id="0"> - <qparam type="int" name="row"/> - </qmethod> - <qmethod name="protected_insertChar" access="protected" return="void" id="0"> - <qparam type="TQChar" name="arg1"/> - </qmethod> -</qtype> <qtype name="QtTableView" access="public"> - <qancestor name="TQFrame"/> - <qmethod name="setBackgroundColor" access="public" return="void" id="0"> - <qparam type="TQColoramp" name="arg1"/> - </qmethod> - <qmethod name="setPalette" access="public" return="void" id="0"> - <qparam type="TQPaletteamp" name="arg1"/> - </qmethod> - <qmethod name="show" access="public" return="void" id="0"/> - <qmethod name="repaint" access="public" return="void" id="0"> - <qparam type="bool" name="erase" default="TRUE"/> - </qmethod> - <qmethod name="repaint" access="public" return="void" id="1"> - <qparam type="int" name="x"/> - <qparam type="int" name="y"/> - <qparam type="int" name="w"/> - <qparam type="int" name="h"/> - <qparam type="bool" name="erase" default="TRUE"/> - </qmethod> - <qmethod name="repaint" access="public" return="void" id="2"> - <qparam type="TQRectamp" name="arg1"/> - <qparam type="bool" name="erase" default="TRUE"/> - </qmethod> </qtype> </qtypes> diff --git a/qtsharp/src/bindings/qt.build b/qtsharp/src/bindings/qt.build index 1481dddd..6bbf8967 100644 --- a/qtsharp/src/bindings/qt.build +++ b/qtsharp/src/bindings/qt.build @@ -273,10 +273,6 @@ <file name="TQMovie.cs" /> <file name="TQMultiLineEdit.cs" /> <file name="TQMutex.cs" /> - <file name="TQNPInstance.cs" /> - <file name="TQNPStream.cs" /> - <file name="TQNPWidget.cs" /> - <file name="TQNPlugin.cs" /> <file name="TQNetworkOperation.cs" /> <file name="TQNetworkProtocol.cs" /> <file name="TQNetworkProtocolFactory.cs" /> @@ -332,7 +328,6 @@ <file name="TQScrollBar.cs" /> <file name="TQScrollView.cs" /> <file name="TQSemaphore.cs" /> - <file name="TQSemiModal.cs" /> <file name="TQSenderObject.cs" /> <file name="TQServerSocket.cs" /> <file name="TQSessionManager.cs" /> @@ -352,7 +347,6 @@ <file name="TQSocket.cs" /> <file name="TQSocketDevice.cs" /> <file name="TQSocketNotifier.cs" /> - <file name="TQSortedList.cs" /> <file name="TQSound.cs" /> <file name="TQSpacerItem.cs" /> <file name="TQSpinBox.cs" /> @@ -461,11 +455,7 @@ <file name="TQXmlParseException.cs" /> <file name="TQXmlReader.cs" /> <file name="TQXmlSimpleReader.cs" /> - <file name="TQXtApplication.cs" /> - <file name="TQXtWidget.cs" /> - <file name="QtMultiLineEdit.cs" /> <file name="QtSupport.cs" /> - <file name="QtTableView.cs" /> <file name="RasterOp.cs" /> <file name="StringComparisonMode.cs" /> <file name="TextFlags.cs" /> diff --git a/qtsharp/src/bindings/static/QtSignal.cs b/qtsharp/src/bindings/static/QtSignal.cs index 6660de87..6a76ed09 100644 --- a/qtsharp/src/bindings/static/QtSignal.cs +++ b/qtsharp/src/bindings/static/QtSignal.cs @@ -162,120 +162,120 @@ namespace Qt { switch (slotobj.Args) { case "()": del = Delegate.CreateDelegate (typeof (del_void), receiver, slotobj.Name); - slotobj.WrapperPtr = csharp_connect_void (sender.RawObject, TQT_SIGNAL (signal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_void (sender.RawObject, TQ_SIGNAL (signal), receiver.RawObject, del); break; case "(bool)": del = Delegate.CreateDelegate (typeof (del_bool), receiver, slotobj.Name); - slotobj.WrapperPtr = csharp_connect_bool (sender.RawObject, TQT_SIGNAL (signal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_bool (sender.RawObject, TQ_SIGNAL (signal), receiver.RawObject, del); break; case "(short)": del = Delegate.CreateDelegate (typeof (del_short), receiver, slotobj.Name); - slotobj.WrapperPtr = csharp_connect_short (sender.RawObject, TQT_SIGNAL (signal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_short (sender.RawObject, TQ_SIGNAL (signal), receiver.RawObject, del); break; case "(int)": del = Delegate.CreateDelegate (typeof (del_int), receiver, slotobj.Name); - slotobj.WrapperPtr = csharp_connect_int (sender.RawObject, TQT_SIGNAL (signal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_int (sender.RawObject, TQ_SIGNAL (signal), receiver.RawObject, del); break; case "(long)": del = Delegate.CreateDelegate (typeof (del_long), receiver, slotobj.Name); - slotobj.WrapperPtr = csharp_connect_long (sender.RawObject, TQT_SIGNAL (signal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_long (sender.RawObject, TQ_SIGNAL (signal), receiver.RawObject, del); break; case "(float)": del = Delegate.CreateDelegate (typeof (del_float), receiver, slotobj.Name); - slotobj.WrapperPtr = csharp_connect_float (sender.RawObject, TQT_SIGNAL (signal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_float (sender.RawObject, TQ_SIGNAL (signal), receiver.RawObject, del); break; case "(double)": del = Delegate.CreateDelegate (typeof (del_double), receiver, slotobj.Name); - slotobj.WrapperPtr = csharp_connect_double (sender.RawObject, TQT_SIGNAL (signal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_double (sender.RawObject, TQ_SIGNAL (signal), receiver.RawObject, del); break; case "(TQString)": realsignal = sigobj.Name + "(const TQString&)"; Console.WriteLine("Connecting signal, sigobj.Name = {0}, realsignal = {1}", sigobj.Name, realsignal); del = Delegate.CreateDelegate (typeof (del_QString), slotobj, "SlotBridge_QString"); - slotobj.WrapperPtr = csharp_connect_QString (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_QString (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(TQDockWindow)": realsignal = sigobj.Name + "(TQDockWindow*)"; del = Delegate.CreateDelegate (typeof (del_QDockWindow), slotobj, "SlotBridge_QDockWindow"); - slotobj.WrapperPtr = csharp_connect_QDockWindow (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_QDockWindow (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(TQDropEvent)": realsignal = sigobj.Name + "(TQDropEvent*)"; del = Delegate.CreateDelegate (typeof (del_QDropEvent), slotobj, "SlotBridge_QDropEvent"); - slotobj.WrapperPtr = csharp_connect_QDropEvent (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_QDropEvent (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(TQDropEvent,TQListViewItem)": realsignal = sigobj.Name + "(TQDropEvent*,TQListViewItem*)"; del = Delegate.CreateDelegate (typeof (del_QDropEventTQListViewItem), slotobj, "SlotBridge_QDropEventTQListViewItem"); - slotobj.WrapperPtr = csharp_connect_QDropEventTQListViewItem (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_QDropEventTQListViewItem (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(TQIconViewItem)": realsignal = sigobj.Name + "(TQIconViewItem*)"; del = Delegate.CreateDelegate (typeof (del_QIconViewItem), slotobj, "SlotBridge_QIconViewItem"); - slotobj.WrapperPtr = csharp_connect_QIconViewItem (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_QIconViewItem (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(TQListBoxItem)": realsignal = sigobj.Name + "(TQListBoxItem*)"; del = Delegate.CreateDelegate (typeof (del_QListBoxItem), slotobj, "SlotBridge_QListBoxItem"); - slotobj.WrapperPtr = csharp_connect_QListBoxItem (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_QListBoxItem (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(TQListViewItem)": realsignal = sigobj.Name + "(TQListViewItem*)"; del = Delegate.CreateDelegate (typeof (del_QListViewItem), slotobj, "SlotBridge_QListViewItem"); - slotobj.WrapperPtr = csharp_connect_QListViewItem (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_QListViewItem (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(TQListViewItem,TQListViewItem)": realsignal = sigobj.Name + "(TQListViewItem*,TQListViewItem*)"; del = Delegate.CreateDelegate (typeof (del_QListViewItemTQListViewItem), slotobj, "SlotBridge_QListViewItemTQListViewItem"); - slotobj.WrapperPtr = csharp_connect_QListViewItemTQListViewItem (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_QListViewItemTQListViewItem (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(TQListViewItem,TQListViewItem,TQListViewItem)": realsignal = sigobj.Name + "(TQListViewItem*,TQListViewItem*,TQListViewItem*)"; del = Delegate.CreateDelegate (typeof (del_QListViewItemTQListViewItemTQListViewItem), slotobj, "SlotBridge_QListViewItemTQListViewItemTQListViewItem"); - slotobj.WrapperPtr = csharp_connect_QListViewItemTQListViewItemTQListViewItem (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_QListViewItemTQListViewItemTQListViewItem (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(TQNetworkOperation)": realsignal = sigobj.Name + "(TQNetworkOperation*)"; del = Delegate.CreateDelegate (typeof (del_QNetworkOperation), slotobj, "SlotBridge_QNetworkOperation"); - slotobj.WrapperPtr = csharp_connect_QNetworkOperation (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_QNetworkOperation (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(TQObject)": realsignal = sigobj.Name + "(TQObject*)"; del = Delegate.CreateDelegate (typeof (del_QObject), slotobj, "SlotBridge_QObject"); - slotobj.WrapperPtr = csharp_connect_QObject (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_QObject (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(TQToolBar)": realsignal = sigobj.Name + "(TQToolBar*)"; del = Delegate.CreateDelegate (typeof (del_QToolBar), slotobj, "SlotBridge_QToolBar"); - slotobj.WrapperPtr = csharp_connect_QToolBar (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_QToolBar (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(TQWidget)": realsignal = sigobj.Name + "(TQWidget*)"; del = Delegate.CreateDelegate (typeof (del_QWidget), slotobj, "SlotBridge_QWidget"); - slotobj.WrapperPtr = csharp_connect_QWidget (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_QWidget (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(int,TQIconViewItem)": realsignal = sigobj.Name + "(int,TQIconViewItem*)"; del = Delegate.CreateDelegate (typeof (del_intTQIconViewItem), slotobj, "SlotBridge_intTQIconViewItem"); - slotobj.WrapperPtr = csharp_connect_intTQIconViewItem (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_intTQIconViewItem (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(int,TQListBoxItem)": realsignal = sigobj.Name + "(int,TQListBoxItem*)"; del = Delegate.CreateDelegate (typeof (del_intTQListBoxItem), slotobj, "SlotBridge_intTQListBoxItem"); - slotobj.WrapperPtr = csharp_connect_intTQListBoxItem (sender.RawObject, TQT_SIGNAL (realsignal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_intTQListBoxItem (sender.RawObject, TQ_SIGNAL (realsignal), receiver.RawObject, del); break; case "(int,bool)": del = Delegate.CreateDelegate (typeof (del_intbool), receiver, slotobj.Name); - slotobj.WrapperPtr = csharp_connect_intbool (sender.RawObject, TQT_SIGNAL (signal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_intbool (sender.RawObject, TQ_SIGNAL (signal), receiver.RawObject, del); break; case "(int,int)": del = Delegate.CreateDelegate (typeof (del_intint), receiver, slotobj.Name); - slotobj.WrapperPtr = csharp_connect_intint (sender.RawObject, TQT_SIGNAL (signal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_intint (sender.RawObject, TQ_SIGNAL (signal), receiver.RawObject, del); break; case "(int,int,int)": del = Delegate.CreateDelegate (typeof (del_intintint), receiver, slotobj.Name); - slotobj.WrapperPtr = csharp_connect_intintint (sender.RawObject, TQT_SIGNAL (signal), receiver.RawObject, del); + slotobj.WrapperPtr = csharp_connect_intintint (sender.RawObject, TQ_SIGNAL (signal), receiver.RawObject, del); break; default: throw new ArgumentException ("Unsupported method prototype for C++ signal -> C# slot connection: " + slotobj.Args); @@ -292,7 +292,7 @@ namespace Qt { // ...a C++ slot. C++ slots are C# methods, so we should never get here. else { throw new ArgumentException(receiver+" has no slot '"+slot+"'"); - // return qt_QObject_connect1(sender.RawObject, TQT_SIGNAL(signal), receiver.RawObject, TQT_SLOT(slot)); + // return qt_QObject_connect1(sender.RawObject, TQ_SIGNAL(signal), receiver.RawObject, TQ_SLOT(slot)); } } } @@ -330,11 +330,11 @@ namespace Qt { string mangle = MangleArgs(args); // HACK Wrap target signal in a slot and connect the slot to the sender. - return Connect(sender, TQT_SIGNAL(signal), targetobj, TQT_SLOT("Emit_"+mangle+args)); + return Connect(sender, TQ_SIGNAL(signal), targetobj, TQ_SLOT("Emit_"+mangle+args)); } // ...a C++ signal else - return qt_QObject_connect1(sender.RawObject, TQT_SIGNAL(signal), receiver.RawObject, TQT_SIGNAL(target)); + return qt_QObject_connect1(sender.RawObject, TQ_SIGNAL(signal), receiver.RawObject, TQ_SIGNAL(target)); } } @@ -410,7 +410,7 @@ namespace Qt { // ...a C++ slot. C++ slots are C# methods, so we should never get here. else { throw new ArgumentException(receiver+" has no slot '"+slot+"'"); - // return qt_QObject_disconnect2(sender.RawObject, TQT_SIGNAL(signal), receiver.RawObject, TQT_SLOT(slot)); + // return qt_QObject_disconnect2(sender.RawObject, TQ_SIGNAL(signal), receiver.RawObject, TQ_SLOT(slot)); } } } @@ -449,11 +449,11 @@ namespace Qt { if (receiver.CsSignalMap.Contains(target)) { QtSignal targetobj = receiver.CsSignalMap[target]; string args = "(" + target.Split(new char[] {'('})[1]; - return Disconnect(sender, TQT_SIGNAL(signal), targetobj, TQT_SLOT("emit_"+args)); + return Disconnect(sender, TQ_SIGNAL(signal), targetobj, TQ_SLOT("emit_"+args)); } // ...a C++ signal else { - return qt_QObject_disconnect2(sender.RawObject, TQT_SIGNAL(signal), receiver.RawObject, TQT_SLOT(target)); + return qt_QObject_disconnect2(sender.RawObject, TQ_SIGNAL(signal), receiver.RawObject, TQ_SLOT(target)); } } } @@ -474,7 +474,7 @@ namespace Qt { foreach (QtSignal signal in signals) foreach (QtSlot slot in new ArrayList (signal.Slots)) - Disconnect (sender, TQT_SIGNAL (signal.Signal), slot.Receiver, TQT_SLOT (slot.Slot)); + Disconnect (sender, TQ_SIGNAL (signal.Signal), slot.Receiver, TQ_SLOT (slot.Slot)); return true; } @@ -495,7 +495,7 @@ namespace Qt { foreach (QtSignal signal in signals) foreach (QtSlot slot in new ArrayList (signal.Slots)) - Disconnect (signal.Sender, TQT_SIGNAL (signal.Name), receiver, TQT_SLOT (slot.Name)); + Disconnect (signal.Sender, TQ_SIGNAL (signal.Name), receiver, TQ_SLOT (slot.Name)); return true; } @@ -509,7 +509,7 @@ namespace Qt { QtSignal sig = map[signal]; if (sig != null) { foreach (QtSlot slot in new ArrayList (sig.Slots)) - Disconnect (sender, TQT_SIGNAL(signal), slot.Receiver, TQT_SLOT(slot.Slot)); + Disconnect (sender, TQ_SIGNAL(signal), slot.Receiver, TQ_SLOT(slot.Slot)); } } @@ -527,7 +527,7 @@ namespace Qt { if (sig != null) { foreach (QtSlot slot in new ArrayList (sig.Slots)) if (slot.Receiver == receiver) - Disconnect (sender, signal, receiver, TQT_SLOT (slot.Name)); + Disconnect (sender, signal, receiver, TQ_SLOT (slot.Name)); } } diff --git a/qtsharp/src/bindings/static/QtSupport.cs b/qtsharp/src/bindings/static/QtSupport.cs index 155bdd62..d7cddad0 100644 --- a/qtsharp/src/bindings/static/QtSupport.cs +++ b/qtsharp/src/bindings/static/QtSupport.cs @@ -165,7 +165,7 @@ namespace Qt { Console.WriteLine (format, arg); } - public static string TQT_SIGNAL (string signal) + public static string TQ_SIGNAL (string signal) { return "2"+ Regex.Replace (signal, @"\s*\(\s*\)", "()"); @@ -173,7 +173,7 @@ namespace Qt { } - public static string TQT_SLOT (string slot) + public static string TQ_SLOT (string slot) { return "1" + Regex.Replace (slot, @"\s*\(\s*\)", "()"); diff --git a/qtsharp/src/bindings/static/TQApplication.cs b/qtsharp/src/bindings/static/TQApplication.cs index cc5ea8f3..ed331e54 100644 --- a/qtsharp/src/bindings/static/TQApplication.cs +++ b/qtsharp/src/bindings/static/TQApplication.cs @@ -412,10 +412,10 @@ namespace Qt { } [DllImport("libtqtc", CharSet=CharSet.Ansi)] - private static extern void qt_QApplication_wakeUpGuiThread (IntPtr raw); - public void WakeUpGuiThread () + private static extern void qt_QApplication_wakeUpCoreThread (IntPtr raw); + public void WakeUpCoreThread () { - qt_QApplication_wakeUpGuiThread (rawObject); + qt_QApplication_wakeUpCoreThread (rawObject); } [DllImport("libtqtc", CharSet=CharSet.Ansi)] @@ -426,10 +426,10 @@ namespace Qt { } [DllImport("libtqtc", CharSet=CharSet.Ansi)] - private static extern void qt_QApplication_unlock (IntPtr raw, bool wakeUpGui); - public void Unlock (bool wakeUpGui) + private static extern void qt_QApplication_unlock (IntPtr raw, bool wakeUpCore); + public void Unlock (bool wakeUpCore) { - qt_QApplication_unlock (rawObject, wakeUpGui); + qt_QApplication_unlock (rawObject, wakeUpCore); } [DllImport("libtqtc", CharSet=CharSet.Ansi)] diff --git a/qtsharp/src/bindings/static/TQToolButton.cs b/qtsharp/src/bindings/static/TQToolButton.cs index 6f3d7dfa..54a3410a 100644 --- a/qtsharp/src/bindings/static/TQToolButton.cs +++ b/qtsharp/src/bindings/static/TQToolButton.cs @@ -38,7 +38,7 @@ namespace Qt { qparent.AddChild (this); RegisterObject (this); - Connect (this, TQT_SIGNAL ("destroyed ()"), TQT_SLOT ("NativeDestroyed ()")); + Connect (this, TQ_SIGNAL ("destroyed ()"), TQ_SLOT ("NativeDestroyed ()")); } [DllImport("libtqtc", CharSet=CharSet.Ansi)] @@ -46,14 +46,14 @@ namespace Qt { public TQToolButton (TQIconSet iconSet, TQString textLabel, TQString groupText, TQObject receiver, string slot, TQToolBar parent, string name) : this (TQNull.Instance) { rawObject = qt_new_QToolButton1 (iconSet.RawObject, textLabel.RawObject, groupText.RawObject, IntPtr.Zero, null, parent != null ? parent.RawObject : IntPtr.Zero, name); - Connect( this, TQT_SIGNAL("clicked()"), receiver, slot ); + Connect( this, TQ_SIGNAL("clicked()"), receiver, slot ); if ((qparent = parent) != null) qparent.AddChild (this); RegisterObject (this); - Connect (this, TQT_SIGNAL ("destroyed ()"), TQT_SLOT ("NativeDestroyed ()")); + Connect (this, TQ_SIGNAL ("destroyed ()"), TQ_SLOT ("NativeDestroyed ()")); } [DllImport("libtqtc", CharSet=CharSet.Ansi)] @@ -66,7 +66,7 @@ namespace Qt { qparent.AddChild (this); RegisterObject (this); - Connect (this, TQT_SIGNAL ("destroyed ()"), TQT_SLOT ("NativeDestroyed ()")); + Connect (this, TQ_SIGNAL ("destroyed ()"), TQ_SLOT ("NativeDestroyed ()")); } public TQToolButton (TQWidget parent) : this (parent, "") {} @@ -175,26 +175,6 @@ namespace Qt { } [DllImport("libtqtc", CharSet=CharSet.Ansi)] - private static extern void qt_QToolButton_setIconSet1 (IntPtr raw, IntPtr set, bool on); - public void SetIconSet (TQIconSet set, bool on) - { - if (disposed) - throw new ObjectDisposedException (this+": Attempted use of disposed object"); - - qt_QToolButton_setIconSet1 (rawObject, set.RawObject, on); - } - - [DllImport("libtqtc", CharSet=CharSet.Ansi)] - private static extern IntPtr qt_QToolButton_iconSet (IntPtr raw, bool on); - public TQIconSet IconSet (bool on) - { - if (disposed) - throw new ObjectDisposedException (this+": Attempted use of disposed object"); - - return LookupObject (qt_QToolButton_iconSet (rawObject, on), typeof (TQIconSet)) as TQIconSet; - } - - [DllImport("libtqtc", CharSet=CharSet.Ansi)] private static extern void qt_QToolButton_setPopupDelay (IntPtr raw, int delay); public void SetPopupDelay (int delay) { diff --git a/qtsharp/src/examples/samples/display.cs b/qtsharp/src/examples/samples/display.cs index daf8daa0..8d94b5f8 100644 --- a/qtsharp/src/examples/samples/display.cs +++ b/qtsharp/src/examples/samples/display.cs @@ -26,10 +26,10 @@ namespace QtSamples { public Display () { filemenu = new TQPopupMenu (null, "filemenu"); - filemenu.InsertItem ("&Quit", tqApp, TQT_SLOT ("quit()")); + filemenu.InsertItem ("&Quit", tqApp, TQ_SLOT ("quit()")); aboutmenu = new TQPopupMenu(null, "aboutmenu"); - aboutmenu.InsertItem("&About Qt-Sharp", this, TQT_SLOT("slotAbout()")); + aboutmenu.InsertItem("&About Qt-Sharp", this, TQ_SLOT("slotAbout()")); menubar = new TQMenuBar(this, ""); menubar.InsertItem("&File", filemenu); diff --git a/qtsharp/src/examples/samples/emit.cs b/qtsharp/src/examples/samples/emit.cs index 125166a2..08a27555 100644 --- a/qtsharp/src/examples/samples/emit.cs +++ b/qtsharp/src/examples/samples/emit.cs @@ -13,8 +13,8 @@ namespace QtSamples { { TQPushButton pb = new TQPushButton ("Papa Smurf", this); - Connect (pb, TQT_SIGNAL ("clicked ()"), TQT_SLOT ("DoEmit ()")); - Connect (this, TQT_SIGNAL ("MySignal ()"), TQT_SLOT ("PrintStuff ()")); + Connect (pb, TQ_SIGNAL ("clicked ()"), TQ_SLOT ("DoEmit ()")); + Connect (this, TQ_SIGNAL ("MySignal ()"), TQ_SLOT ("PrintStuff ()")); } public void DoEmit () diff --git a/qtsharp/src/examples/samples/hello.cs b/qtsharp/src/examples/samples/hello.cs index 1039aa34..524c4d4c 100644 --- a/qtsharp/src/examples/samples/hello.cs +++ b/qtsharp/src/examples/samples/hello.cs @@ -25,7 +25,7 @@ namespace QtSamples { public HelloWorld () : base (null) { TQPushButton pb = new TQPushButton ("Hello Qt-Sharp-0.7!", this); - TQObject.Connect (pb, TQT_SIGNAL ("clicked()"), this, TQT_SLOT("SlotClicked()")); + TQObject.Connect (pb, TQ_SIGNAL ("clicked()"), this, TQ_SLOT("SlotClicked()")); } public void SlotClicked () diff --git a/qtsharp/src/examples/samples/mandelbrot.cs b/qtsharp/src/examples/samples/mandelbrot.cs index 3850b781..77acb98d 100644 --- a/qtsharp/src/examples/samples/mandelbrot.cs +++ b/qtsharp/src/examples/samples/mandelbrot.cs @@ -213,7 +213,7 @@ public class ImageDialog : TQDialog { pixmapLabel.SetScaledContents (true); dialogLayout.AddWidget (pixmapLabel); - TQObject.Connect (redrawButton, TQT_SIGNAL ("clicked()"), this, TQT_SLOT ("Redraw()")); + TQObject.Connect (redrawButton, TQ_SIGNAL ("clicked()"), this, TQ_SLOT ("Redraw()")); Redraw (); } diff --git a/qtsharp/src/examples/samples/mandelbrot2.cs b/qtsharp/src/examples/samples/mandelbrot2.cs index 175ef9bc..08f7bc56 100644 --- a/qtsharp/src/examples/samples/mandelbrot2.cs +++ b/qtsharp/src/examples/samples/mandelbrot2.cs @@ -272,7 +272,7 @@ public class ImageDialog : TQDialog { //pixmapLabel.SetPixmap( new TQPixmap( image ) ); - TQObject.Connect (redrawButton, TQT_SIGNAL ("clicked()"), pixmapLabel, TQT_SLOT ("Repaint()")); + TQObject.Connect (redrawButton, TQ_SIGNAL ("clicked()"), pixmapLabel, TQ_SLOT ("Repaint()")); //Redraw (); } diff --git a/qtsharp/src/examples/samples/qstring-slot.cs b/qtsharp/src/examples/samples/qstring-slot.cs index c0559f5b..be807ea0 100644 --- a/qtsharp/src/examples/samples/qstring-slot.cs +++ b/qtsharp/src/examples/samples/qstring-slot.cs @@ -15,7 +15,7 @@ public class MyWidget : TQVBox label = new TQLabel( this, "label" ); label.SetText("Default"); - TQObject.Connect( lineEdit, TQT_SIGNAL("textChanged(TQString)"), + TQObject.Connect( lineEdit, TQ_SIGNAL("textChanged(TQString)"), label, "SetText(TQString)" ); } diff --git a/qtsharp/src/examples/samples/quantumfractals.cs b/qtsharp/src/examples/samples/quantumfractals.cs index 3020eae6..a213f948 100644 --- a/qtsharp/src/examples/samples/quantumfractals.cs +++ b/qtsharp/src/examples/samples/quantumfractals.cs @@ -37,9 +37,9 @@ namespace Qf { //Setup the filemenu filemenu = new TQPopupMenu (null, "filemenu"); - filemenu.InsertItem ("&Screenshot", display, TQT_SLOT ("SlotScreenshot()")); + filemenu.InsertItem ("&Screenshot", display, TQ_SLOT ("SlotScreenshot()")); filemenu.InsertSeparator (); - filemenu.InsertItem ("&Quit", tqApp, TQT_SLOT ("quit()")); + filemenu.InsertItem ("&Quit", tqApp, TQ_SLOT ("quit()")); //Setup the shapemenu shapemenu = new TQPopupMenu (null, "typemenu"); @@ -52,12 +52,12 @@ namespace Qf { shapemenu.InsertItem( "&Icosidodecahedron", 6); //Connect the shapemenu - TQObject.Connect (shapemenu, TQT_SIGNAL ("activated(int)"), - display, TQT_SLOT("SlotShapeMenu(int)")); + TQObject.Connect (shapemenu, TQ_SIGNAL ("activated(int)"), + display, TQ_SLOT("SlotShapeMenu(int)")); //Setup the settingsmenu settingsmenu = new TQPopupMenu (null, "settingsmenu"); - settingsmenu.InsertItem ("&Alpha", display, TQT_SLOT ("SlotSetAlpha()")); + settingsmenu.InsertItem ("&Alpha", display, TQ_SLOT ("SlotSetAlpha()")); //Setup the menubar menubar = new TQMenuBar (this, ""); @@ -144,20 +144,20 @@ namespace Qf { buttons.AddWidget (intense); //Connect the buttons and SlotQuit - TQObject.Connect (start, TQT_SIGNAL ("clicked()"), - this, TQT_SLOT ("SlotStart()")); - TQObject.Connect (stop, TQT_SIGNAL ("clicked()"), - this, TQT_SLOT ("SlotStop()")); - TQObject.Connect (reset, TQT_SIGNAL ("clicked()"), - this, TQT_SLOT ("SlotReset()")); - TQObject.Connect (gray, TQT_SIGNAL ("clicked()"), - this, TQT_SLOT ("SlotGray()")); - TQObject.Connect (intense, TQT_SIGNAL ("clicked()"), - this, TQT_SLOT ("SlotIntense()")); - TQObject.Connect (buffer, TQT_SIGNAL ("Painted()"), - this, TQT_SLOT ("SlotSetLabels()")); - TQObject.Connect (tqApp, TQT_SIGNAL ("lastWindowClosed ()"), - this, TQT_SLOT ("SlotQuit ()")); + TQObject.Connect (start, TQ_SIGNAL ("clicked()"), + this, TQ_SLOT ("SlotStart()")); + TQObject.Connect (stop, TQ_SIGNAL ("clicked()"), + this, TQ_SLOT ("SlotStop()")); + TQObject.Connect (reset, TQ_SIGNAL ("clicked()"), + this, TQ_SLOT ("SlotReset()")); + TQObject.Connect (gray, TQ_SIGNAL ("clicked()"), + this, TQ_SLOT ("SlotGray()")); + TQObject.Connect (intense, TQ_SIGNAL ("clicked()"), + this, TQ_SLOT ("SlotIntense()")); + TQObject.Connect (buffer, TQ_SIGNAL ("Painted()"), + this, TQ_SLOT ("SlotSetLabels()")); + TQObject.Connect (tqApp, TQ_SIGNAL ("lastWindowClosed ()"), + this, TQ_SLOT ("SlotQuit ()")); //Layout labels labels = new TQVBoxLayout (layout); diff --git a/qtsharp/src/examples/samples/scribblewindow.cs b/qtsharp/src/examples/samples/scribblewindow.cs index 405b0e31..e078387c 100644 --- a/qtsharp/src/examples/samples/scribblewindow.cs +++ b/qtsharp/src/examples/samples/scribblewindow.cs @@ -36,18 +36,18 @@ namespace QtSamples { ScribbleWindow () : base (null, null) { filemenu = new TQPopupMenu (null, "filemenu"); - filemenu.InsertItem ("&Load", this, TQT_SLOT ("SlotLoad()") ); - filemenu.InsertItem ("&Save", this, TQT_SLOT ("SlotSave()") ); + filemenu.InsertItem ("&Load", this, TQ_SLOT ("SlotLoad()") ); + filemenu.InsertItem ("&Save", this, TQ_SLOT ("SlotSave()") ); filemenu.InsertSeparator (); - filemenu.InsertItem ("&Quit", tqApp, TQT_SLOT ("quit()")); + filemenu.InsertItem ("&Quit", tqApp, TQ_SLOT ("quit()")); aboutmenu = new TQPopupMenu (null, "helpmenu"); - aboutmenu.InsertItem ("&About Qt-Sharp", this, TQT_SLOT ("SlotAboutQtSharp()")); - aboutmenu.InsertItem ("&About Qt", this, TQT_SLOT ("SlotAboutQt()")); + aboutmenu.InsertItem ("&About Qt-Sharp", this, TQ_SLOT ("SlotAboutQtSharp()")); + aboutmenu.InsertItem ("&About Qt", this, TQ_SLOT ("SlotAboutQt()")); menubar = new TQMenuBar (this, ""); menubar.InsertItem ("&File", filemenu); - menubar.InsertItem ("&Color", this, TQT_SLOT("SlotColorChooser()")); + menubar.InsertItem ("&Color", this, TQ_SLOT("SlotColorChooser()")); menubar.InsertItem ("&About", aboutmenu); scrollview = new TQScrollView (this); @@ -58,12 +58,12 @@ namespace QtSamples { this.SetCentralWidget (scrollview); SetMaximumSize (Width (), Height () - menubar.Height ()); - TQObject.Connect (this, TQT_SIGNAL ("colorChanged(TQColor)"), - scribblearea, TQT_SLOT ("SlotSetColor(TQColor)") ); - TQObject.Connect (this, TQT_SIGNAL ("load(TQString)"), - scribblearea, TQT_SLOT ("PerformLoad(TQString)") ); - TQObject.Connect (this, TQT_SIGNAL ("save(TQString)"), - scribblearea, TQT_SLOT ("PerformSave(TQString)") ); + TQObject.Connect (this, TQ_SIGNAL ("colorChanged(TQColor)"), + scribblearea, TQ_SLOT ("SlotSetColor(TQColor)") ); + TQObject.Connect (this, TQ_SIGNAL ("load(TQString)"), + scribblearea, TQ_SLOT ("PerformLoad(TQString)") ); + TQObject.Connect (this, TQ_SIGNAL ("save(TQString)"), + scribblearea, TQ_SLOT ("PerformSave(TQString)") ); } public void SlotLoad () @@ -123,7 +123,7 @@ namespace QtSamples { SetBackgroundMode (Qt.BackgroundMode.NoBackground); popupmenu = new TQPopupMenu(); - popupmenu.InsertItem ("&Clear", this, TQT_SLOT ("SlotClearArea()") ); + popupmenu.InsertItem ("&Clear", this, TQ_SLOT ("SlotClearArea()") ); mouseMoveEvent += new MouseMoveEvent (MouseMoved); mousePressEvent += new MousePressEvent (MousePressed); diff --git a/qtsharp/src/examples/tutorials/t2.cs b/qtsharp/src/examples/tutorials/t2.cs index 5dbe07d1..3692e8f4 100644 --- a/qtsharp/src/examples/tutorials/t2.cs +++ b/qtsharp/src/examples/tutorials/t2.cs @@ -18,8 +18,8 @@ public class Example { quit.SetFont (new TQFont ("Times", 18, TQFont.Weight.Bold)); // In C++, TQFont::Bold is sufficient - TQObject.Connect ( quit, QtSupport.TQT_SIGNAL ("clicked()"), a, QtSupport.TQT_SLOT ("Quit()") ); - // TQT_SIGNAL and TQT_SLOT are static functions of QtSupport + TQObject.Connect ( quit, QtSupport.TQ_SIGNAL ("clicked()"), a, QtSupport.TQ_SLOT ("Quit()") ); + // TQ_SIGNAL and TQ_SLOT are static functions of QtSupport a.SetMainWidget (quit); quit.Show (); diff --git a/qtsharp/src/examples/tutorials/t3.cs b/qtsharp/src/examples/tutorials/t3.cs index 26fece72..90e9b803 100644 --- a/qtsharp/src/examples/tutorials/t3.cs +++ b/qtsharp/src/examples/tutorials/t3.cs @@ -19,8 +19,8 @@ public class Example { quit.SetFont (new TQFont ("Times", 18, TQFont.Weight.Bold)); // In C++, TQFont::Bold is sufficient - TQObject.Connect ( quit, QtSupport.TQT_SIGNAL ("clicked()"), a, QtSupport.TQT_SLOT ("Quit()") ); - // TQT_SIGNAL and TQT_SLOT are static functions of QtSupport + TQObject.Connect ( quit, QtSupport.TQ_SIGNAL ("clicked()"), a, QtSupport.TQ_SLOT ("Quit()") ); + // TQ_SIGNAL and TQ_SLOT are static functions of QtSupport a.SetMainWidget (box); box.Show (); diff --git a/qtsharp/src/examples/tutorials/t4.cs b/qtsharp/src/examples/tutorials/t4.cs index b3e66a07..1e182bb2 100644 --- a/qtsharp/src/examples/tutorials/t4.cs +++ b/qtsharp/src/examples/tutorials/t4.cs @@ -17,7 +17,7 @@ public class MyWidget : TQWidget { quit.SetGeometry (62, 40, 75, 30); quit.SetFont (new TQFont ("Times", 18, TQFont.Weight.Bold) ); - Connect ( quit, TQT_SIGNAL ("clicked()"), tqApp, TQT_SLOT ("Quit()") ); + Connect ( quit, TQ_SIGNAL ("clicked()"), tqApp, TQ_SLOT ("Quit()") ); // In C++, tqApp is a global variable. Here it's a property of the TQObject // class, which we inherit, giving the same effect. We also inherit the // static method connect(). diff --git a/qtsharp/src/examples/tutorials/t5.cs b/qtsharp/src/examples/tutorials/t5.cs index 05ff5e96..4500af56 100644 --- a/qtsharp/src/examples/tutorials/t5.cs +++ b/qtsharp/src/examples/tutorials/t5.cs @@ -13,7 +13,7 @@ public class MyWidget : TQVBox { TQPushButton quit = new TQPushButton ("Quit", this, "quit"); quit.SetFont ( new TQFont ("Times", 18, TQFont.Weight.Bold) ); - TQObject.Connect ( quit, TQT_SIGNAL ("clicked()"), tqApp, TQT_SLOT ("Quit()") ); + TQObject.Connect ( quit, TQ_SIGNAL ("clicked()"), tqApp, TQ_SLOT ("Quit()") ); TQLCDNumber lcd = new TQLCDNumber (2, this, "lcd" ); @@ -22,7 +22,7 @@ public class MyWidget : TQVBox { slider.SetRange (0, 99); slider.SetValue (0); - Connect ( slider, TQT_SIGNAL ("valueChanged(int)"), lcd, TQT_SLOT ("Display(int)") ); + Connect ( slider, TQ_SIGNAL ("valueChanged(int)"), lcd, TQ_SLOT ("Display(int)") ); } public MyWidget (TQWidget parent) : this (parent, "") {} diff --git a/qtsharp/src/examples/tutorials/t6.cs b/qtsharp/src/examples/tutorials/t6.cs index 910d13d1..90d94b5b 100644 --- a/qtsharp/src/examples/tutorials/t6.cs +++ b/qtsharp/src/examples/tutorials/t6.cs @@ -15,7 +15,7 @@ public class LCDRange : TQVBox { slider.SetRange (0, 99); slider.SetValue (0); - Connect ( slider, TQT_SIGNAL ("valueChanged(int)"), lcd, TQT_SLOT ("Display(int)") ); + Connect ( slider, TQ_SIGNAL ("valueChanged(int)"), lcd, TQ_SLOT ("Display(int)") ); } public LCDRange (TQWidget parent) : this (parent, "") {} @@ -31,7 +31,7 @@ public class MyWidget : TQVBox { TQPushButton quit = new TQPushButton ("Quit", this, "quit"); quit.SetFont ( new TQFont ("Times", 18, TQFont.Weight.Bold) ); - Connect ( quit, TQT_SIGNAL ("clicked()"), tqApp, TQT_SLOT ("Quit()") ); + Connect ( quit, TQ_SIGNAL ("clicked()"), tqApp, TQ_SLOT ("Quit()") ); TQGrid grid = new TQGrid (4, this); diff --git a/qtsharp/src/examples/tutorials/t7.cs b/qtsharp/src/examples/tutorials/t7.cs index 1372bf15..ecc9b244 100644 --- a/qtsharp/src/examples/tutorials/t7.cs +++ b/qtsharp/src/examples/tutorials/t7.cs @@ -21,8 +21,8 @@ public class LCDRange : TQVBox { slider.SetRange (0, 99); slider.SetValue (0); - Connect ( slider, TQT_SIGNAL ("valueChanged(int)"), lcd, TQT_SLOT ("Display(int)") ); - Connect ( slider, TQT_SIGNAL ("valueChanged(int)"), TQT_SIGNAL ("valueChanged(int)")); + Connect ( slider, TQ_SIGNAL ("valueChanged(int)"), lcd, TQ_SLOT ("Display(int)") ); + Connect ( slider, TQ_SIGNAL ("valueChanged(int)"), TQ_SIGNAL ("valueChanged(int)")); } public LCDRange (TQWidget parent) : this (parent, "") {} @@ -43,7 +43,7 @@ public class MyWidget : TQVBox { TQPushButton quit = new TQPushButton ("Quit", this, "quit"); quit.SetFont ( new TQFont ("Times", 18, TQFont.Weight.Bold) ); - Connect ( quit, TQT_SIGNAL ("clicked()"), tqApp, TQT_SLOT ("Quit()") ); + Connect ( quit, TQ_SIGNAL ("clicked()"), tqApp, TQ_SLOT ("Quit()") ); TQGrid grid = new TQGrid (4, this); @@ -53,8 +53,8 @@ public class MyWidget : TQVBox { for ( int r = 0; r < 4; r++ ) { LCDRange lr = new LCDRange (grid); if (previous != null) - Connect (lr, TQT_SIGNAL ("valueChanged(int)"), - previous, TQT_SLOT ("SetValue(int)") ); + Connect (lr, TQ_SIGNAL ("valueChanged(int)"), + previous, TQ_SLOT ("SetValue(int)") ); previous = lr; } } diff --git a/qtsharp/src/generator/Printer.cs b/qtsharp/src/generator/Printer.cs index 1289f107..3b852e72 100644 --- a/qtsharp/src/generator/Printer.cs +++ b/qtsharp/src/generator/Printer.cs @@ -518,7 +518,7 @@ namespace QtCSharp { public string DefaultConnections () { if (qtype.IsTQObject) - return "\n\t\t\tConnect (this, TQT_SIGNAL (\"destroyed ()\"), TQT_SLOT (\"NativeDestroyed ()\"));"; + return "\n\t\t\tConnect (this, TQ_SIGNAL (\"destroyed ()\"), TQ_SLOT (\"NativeDestroyed ()\"));"; else return ""; } diff --git a/qtsharp/src/generator/TQTypeMap.cs b/qtsharp/src/generator/TQTypeMap.cs index 8318cca4..378c0d10 100644 --- a/qtsharp/src/generator/TQTypeMap.cs +++ b/qtsharp/src/generator/TQTypeMap.cs @@ -59,7 +59,7 @@ namespace QtCSharp { mastermap.Add ("HPALETTE", "uint"); mastermap.Add ("HRGN", "uint"); mastermap.Add ("Display", "IntPtr"); - mastermap.Add ("Q_REFCOUNT bool", "bool"); + mastermap.Add ("TQ_REFCOUNT bool", "bool"); mastermap.Add ("EventRef", "IntPtr"); mastermap.Add ("MSG", "IntPtr"); mastermap.Add ("XEvent", "IntPtr"); @@ -193,8 +193,6 @@ namespace QtCSharp { mastermap.Add ("Access", "TQMetaData.Access"); mastermap.Add ("Flags", "TQMetaProperty.Flags"); mastermap.Add ("Status", "TQMovie.Status"); - mastermap.Add ("InstanceMode", "TQNPInstance.InstanceMode"); - mastermap.Add ("StreamMode", "TQNPInstance.StreamMode"); mastermap.Add ("Operation", "TQNetworkProtocol.Operation"); mastermap.Add ("ConnectionState", "TQNetworkProtocol.ConnectionState"); mastermap.Add ("DisposalMethod", "TQPNGImageWriter.DisposalMethod"); @@ -305,7 +303,6 @@ namespace QtCSharp { //mastermap.Add ("Direction", "TQChar.Direction"); //mastermap.Add ("Reason", "TQContextMenuEvent.Reason"); //mastermap.Add ("Reason", "TQFocusEvent.Reason"); - //mastermap.Add ("Reason", "TQNPInstance.Reason"); //mastermap.Add ("Mode", "TQFileDialog.Mode"); //mastermap.Add ("Mode", "TQIconSet.Mode"); //mastermap.Add ("Mode", "TQLCDNumber.Mode"); @@ -323,7 +320,6 @@ namespace QtCSharp { //mastermap.Add ("ResizeMode", "TQListView.ResizeMode"); //mastermap.Add ("ResizeMode", "TQListView.ResizeMode"); //mastermap.Add ("EchoMode", "TQLineEdit.EchoMode"); - //mastermap.Add ("EchoMode", "QtMultiLineEdit.EchoMode"); //mastermap.Add ("ColorMode", "TQApplication.ColorMode"); //mastermap.Add ("ColorMode", "TQPrinter.ColorMode"); //mastermap.Add ("ColorMode", "TQPixmap.ColorMode"); @@ -345,9 +341,7 @@ namespace QtCSharp { //mastermap.Add ("Orientation", "TQPrinter.Orientation"); //mastermap.Add ("Orientation", "Qt.Orientation"); //mastermap.Add ("WrapPolicy", "TQTextEdit.WrapPolicy"); - //mastermap.Add ("WrapPolicy", "QtMultiLineEdit.WrapPolicy"); //mastermap.Add ("WordWrap", "TQTextEdit.WordWrap"); - //mastermap.Add ("WordWrap", "QtMultiLineEdit.WordWrap"); // These are here in case we need to override the mastermap pinvoketypes = new Hashtable (); diff --git a/qtsharp/src/libtqtsharp/customslot.h b/qtsharp/src/libtqtsharp/customslot.h index eda314ee..1c1bcc08 100644 --- a/qtsharp/src/libtqtsharp/customslot.h +++ b/qtsharp/src/libtqtsharp/customslot.h @@ -31,7 +31,7 @@ class CustomSlot: public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/qtsharp/src/libtqtsharp/qtsharp.cpp b/qtsharp/src/libtqtsharp/qtsharp.cpp index 7f433d76..bf3dc28f 100644 --- a/qtsharp/src/libtqtsharp/qtsharp.cpp +++ b/qtsharp/src/libtqtsharp/qtsharp.cpp @@ -22,7 +22,7 @@ void qtsharp_QObject_registerEventDelegate (qtsharp_EventDelegate delegate) TQObject *csharp_connect_void (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(void)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (void)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (void)))) { delete cs; cs = 0L; } @@ -32,7 +32,7 @@ TQObject *csharp_connect_void (TQObject *sender, const char *signal, TQObject *r TQObject *csharp_connect_item_void (TQMenuData *instance, int id, TQObject *receiver, void (*ptr)(void)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! instance->connectItem (id, cs, TQT_SLOT (callback (void)))) { + if (! instance->connectItem (id, cs, TQ_SLOT (callback (void)))) { delete cs; cs = 0L; } @@ -42,7 +42,7 @@ TQObject *csharp_connect_item_void (TQMenuData *instance, int id, TQObject *rece TQObject *csharp_connect_bool (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(bool)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (bool)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (bool)))) { delete cs; cs = 0L; } @@ -52,7 +52,7 @@ TQObject *csharp_connect_bool (TQObject *sender, const char *signal, TQObject *r TQObject *csharp_connect_short (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(short)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (short)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (short)))) { delete cs; cs = 0L; } @@ -62,7 +62,7 @@ TQObject *csharp_connect_short (TQObject *sender, const char *signal, TQObject * TQObject *csharp_connect_int (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(int)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (int)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (int)))) { delete cs; cs = 0L; } @@ -72,7 +72,7 @@ TQObject *csharp_connect_int (TQObject *sender, const char *signal, TQObject *re TQObject *csharp_connect_item_int (TQMenuData *instance, int id, TQObject *receiver, void (*ptr)(int)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! instance->connectItem (id, cs, TQT_SLOT (callback (int)))) { + if (! instance->connectItem (id, cs, TQ_SLOT (callback (int)))) { delete cs; cs = 0L; } @@ -82,7 +82,7 @@ TQObject *csharp_connect_item_int (TQMenuData *instance, int id, TQObject *recei TQObject *csharp_connect_long (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(long)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (long)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (long)))) { delete cs; cs = 0L; } @@ -92,7 +92,7 @@ TQObject *csharp_connect_long (TQObject *sender, const char *signal, TQObject *r TQObject *csharp_connect_float (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(float)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (float)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (float)))) { delete cs; cs = 0L; } @@ -102,7 +102,7 @@ TQObject *csharp_connect_float (TQObject *sender, const char *signal, TQObject * TQObject *csharp_connect_double (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(double)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (double)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (double)))) { delete cs; cs = 0L; } @@ -112,7 +112,7 @@ TQObject *csharp_connect_double (TQObject *sender, const char *signal, TQObject TQObject *csharp_connect_QString (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(const TQString&)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (const TQString&)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (const TQString&)))) { delete cs; cs = 0L; } @@ -122,7 +122,7 @@ TQObject *csharp_connect_QString (TQObject *sender, const char *signal, TQObject TQObject *csharp_connect_QDockWindow (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(TQDockWindow*)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (TQDockWindow*)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (TQDockWindow*)))) { delete cs; cs = 0L; } @@ -132,7 +132,7 @@ TQObject *csharp_connect_QDockWindow (TQObject *sender, const char *signal, TQOb TQObject *csharp_connect_QDropEvent (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(TQDropEvent*)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (TQDropEvent*)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (TQDropEvent*)))) { delete cs; cs = 0L; } @@ -142,7 +142,7 @@ TQObject *csharp_connect_QDropEvent (TQObject *sender, const char *signal, TQObj TQObject *csharp_connect_QDropEventTQListViewItem (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(TQDropEvent*,TQListViewItem*)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (TQDropEvent*,TQListViewItem*)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (TQDropEvent*,TQListViewItem*)))) { delete cs; cs = 0L; } @@ -152,7 +152,7 @@ TQObject *csharp_connect_QDropEventTQListViewItem (TQObject *sender, const char TQObject *csharp_connect_QIconViewItem (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(TQIconViewItem*)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (TQIconViewItem*)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (TQIconViewItem*)))) { delete cs; cs = 0L; } @@ -162,7 +162,7 @@ TQObject *csharp_connect_QIconViewItem (TQObject *sender, const char *signal, TQ TQObject *csharp_connect_QListBoxItem (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(TQListBoxItem*)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (TQListBoxItem*)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (TQListBoxItem*)))) { delete cs; cs = 0L; } @@ -172,7 +172,7 @@ TQObject *csharp_connect_QListBoxItem (TQObject *sender, const char *signal, TQO TQObject *csharp_connect_QListViewItem (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(TQListViewItem*)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (TQListViewItem*)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (TQListViewItem*)))) { delete cs; cs = 0L; } @@ -182,7 +182,7 @@ TQObject *csharp_connect_QListViewItem (TQObject *sender, const char *signal, TQ TQObject *csharp_connect_QListViewItemTQListViewItem (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(TQListViewItem*,TQListViewItem*)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (TQListViewItem*,TQListViewItem*)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (TQListViewItem*,TQListViewItem*)))) { delete cs; cs = 0L; } @@ -192,7 +192,7 @@ TQObject *csharp_connect_QListViewItemTQListViewItem (TQObject *sender, const ch TQObject *csharp_connect_QListViewItemTQListViewItemTQListViewItem (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(TQListViewItem*,TQListViewItem*,TQListViewItem*)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (TQListViewItem*,TQListViewItem*,TQListViewItem*)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (TQListViewItem*,TQListViewItem*,TQListViewItem*)))) { delete cs; cs = 0L; } @@ -202,7 +202,7 @@ TQObject *csharp_connect_QListViewItemTQListViewItemTQListViewItem (TQObject *se TQObject *csharp_connect_QNetworkOperation (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(TQNetworkOperation*)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (TQNetworkOperation*)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (TQNetworkOperation*)))) { delete cs; cs = 0L; } @@ -212,7 +212,7 @@ TQObject *csharp_connect_QNetworkOperation (TQObject *sender, const char *signal TQObject *csharp_connect_QObject (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(TQObject*)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (TQObject*)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (TQObject*)))) { delete cs; cs = 0L; } @@ -222,7 +222,7 @@ TQObject *csharp_connect_QObject (TQObject *sender, const char *signal, TQObject TQObject *csharp_connect_QToolBar (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(TQToolBar*)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (TQToolBar*)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (TQToolBar*)))) { delete cs; cs = 0L; } @@ -232,7 +232,7 @@ TQObject *csharp_connect_QToolBar (TQObject *sender, const char *signal, TQObjec TQObject *csharp_connect_QWidget (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(TQWidget*)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (TQWidget*)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (TQWidget*)))) { delete cs; cs = 0L; } @@ -242,7 +242,7 @@ TQObject *csharp_connect_QWidget (TQObject *sender, const char *signal, TQObject TQObject *csharp_connect_intTQIconViewItem (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(int,TQIconViewItem*)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (int,TQIconViewItem*)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (int,TQIconViewItem*)))) { delete cs; cs = 0L; } @@ -252,7 +252,7 @@ TQObject *csharp_connect_intTQIconViewItem (TQObject *sender, const char *signal TQObject *csharp_connect_intTQListBoxItem (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(int,TQListBoxItem*)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (int,TQListBoxItem*)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (int,TQListBoxItem*)))) { delete cs; cs = 0L; } @@ -262,7 +262,7 @@ TQObject *csharp_connect_intTQListBoxItem (TQObject *sender, const char *signal, TQObject *csharp_connect_intbool (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(int,bool)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (int,bool)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (int,bool)))) { delete cs; cs = 0L; } @@ -272,7 +272,7 @@ TQObject *csharp_connect_intbool (TQObject *sender, const char *signal, TQObject TQObject *csharp_connect_intint (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(int,int)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (int,int)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (int,int)))) { delete cs; cs = 0L; } @@ -282,7 +282,7 @@ TQObject *csharp_connect_intint (TQObject *sender, const char *signal, TQObject TQObject *csharp_connect_intintint (TQObject *sender, const char *signal, TQObject *receiver, void (*ptr)(int,int,int)) { CustomSlot *cs = new CustomSlot (ptr, receiver); - if (! TQObject::connect (sender, signal, cs, TQT_SLOT (callback (int,int,int)))) { + if (! TQObject::connect (sender, signal, cs, TQ_SLOT (callback (int,int,int)))) { delete cs; cs = 0L; } diff --git a/qtsharp/src/tests/lookuptest.cs b/qtsharp/src/tests/lookuptest.cs index bfcae6c3..ce3ac8b9 100644 --- a/qtsharp/src/tests/lookuptest.cs +++ b/qtsharp/src/tests/lookuptest.cs @@ -28,7 +28,7 @@ namespace Qt { if (size.GetHashCode () != size2.GetHashCode ()) Console.WriteLine ("ERROR: Hash codes differ for size and size2!"); - Connect (button, TQT_SIGNAL ("clicked()"), TQObject.qApp, TQT_SLOT ("Quit()")); + Connect (button, TQ_SIGNAL ("clicked()"), TQObject.qApp, TQ_SLOT ("Quit()")); } public static void Main (string[] args) diff --git a/qtsharp/src/uicsharp/uicsharp.cs b/qtsharp/src/uicsharp/uicsharp.cs index b6306a1e..b0483258 100644 --- a/qtsharp/src/uicsharp/uicsharp.cs +++ b/qtsharp/src/uicsharp/uicsharp.cs @@ -334,7 +334,7 @@ namespace QtSharp { tmp=tmp.NextSibling as XmlElement; String slot=tmp.InnerText; - writer.WriteLine("\t\tTQObject.Connect({0},TQT_SIGNAL(\"{1}\"),{2},TQT_SLOT(\"{3}\"));", + writer.WriteLine("\t\tTQObject.Connect({0},TQ_SIGNAL(\"{1}\"),{2},TQ_SLOT(\"{3}\"));", sender,signal,receiver,slot); } break; |