summaryrefslogtreecommitdiffstats
path: root/qtsharp/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-29 13:40:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-06-30 10:21:30 +0900
commit457d756c0ba83acdb3405446e23100468b768c2e (patch)
tree761f72a842a3095537016b59ff03116419e86991 /qtsharp/src
parente3d93d88bfa9b4112625971d3b64bca889a21581 (diff)
downloadtdebindings-457d756c.tar.gz
tdebindings-457d756c.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1450fdc10ca35a40b47054f418ff25b1ebba6503)
Diffstat (limited to 'qtsharp/src')
-rw-r--r--qtsharp/src/api/qt.xml536
1 files changed, 268 insertions, 268 deletions
diff --git a/qtsharp/src/api/qt.xml b/qtsharp/src/api/qt.xml
index 68d69b34..993c47cc 100644
--- a/qtsharp/src/api/qt.xml
+++ b/qtsharp/src/api/qt.xml
@@ -312,7 +312,7 @@
<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">
@@ -577,7 +577,7 @@
<qmethod name="wakeUpGuiThread" 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="wakeUpGui" 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"/>
@@ -1292,7 +1292,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 +1350,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 +1364,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 +1377,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 +1399,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 +1501,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 +1527,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 +1669,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 +1680,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 +1997,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 +2347,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 +2850,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 +3160,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 +3197,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 +3314,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 +3350,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 +3401,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 +3917,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 +3984,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 +4077,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 +4134,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 +4147,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 +4270,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 +4793,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 +4973,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 +5041,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 +5323,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 +5421,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 +5430,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 +5438,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 +5449,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 +5463,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 +5528,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 +5687,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 +5765,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 +6296,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 +6633,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 +6652,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 +6753,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 +7117,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 +7404,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 +7709,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 +7789,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 +7808,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 +7819,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 +7969,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 +7999,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 +8156,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 +8205,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 +8503,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 +8546,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 +8661,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 +8670,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 +8687,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 +8703,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 +8723,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 +8978,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"/>
@@ -9669,7 +9669,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 +9951,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 +10329,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 +10371,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 +10380,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 +10404,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 +10502,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 +11040,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 +11190,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 +11250,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 +11384,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 +11457,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 +11675,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 +11683,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 +11723,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,7 +11761,7 @@ 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"/>
@@ -12118,14 +12118,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 +12395,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 +12427,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 +12448,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 +12494,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 +12517,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 +12623,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 +12833,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 +13025,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"/>
@@ -13282,7 +13282,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 +13342,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 +13504,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 +13688,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 +13700,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 +14016,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 +14025,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 +14639,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 +14663,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 +14695,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 +14752,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 +14791,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 +14816,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 +14996,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 +15044,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"/>
@@ -15428,7 +15428,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 +15532,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 +15746,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">
@@ -16096,7 +16096,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 +16169,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 +16183,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 +16217,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 +16275,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 +16288,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 +16375,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 +16428,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 +16534,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 +16577,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 +16621,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 +16682,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 +16770,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 +16801,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 +16843,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 +16851,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 +16955,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 +16978,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 +17000,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 +17060,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 +17316,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 +17327,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 +18089,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 +18364,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 +18389,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 +18503,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 +18527,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 +18567,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 +19011,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 +19141,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 +19256,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 +19609,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 +19635,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 +19897,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 +19984,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 +20012,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 +20042,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 +20174,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 +20203,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 +20907,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 +21184,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 +21207,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 +21219,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 +21280,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 +21291,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 +21359,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 +21450,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 +21490,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 +21716,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 +22099,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">