summaryrefslogtreecommitdiffstats
path: root/chalk/doc/chalk.xmi
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/doc/chalk.xmi')
-rw-r--r--chalk/doc/chalk.xmi160
1 files changed, 80 insertions, 80 deletions
diff --git a/chalk/doc/chalk.xmi b/chalk/doc/chalk.xmi
index df763e02..36659dab 100644
--- a/chalk/doc/chalk.xmi
+++ b/chalk/doc/chalk.xmi
@@ -66,7 +66,7 @@
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="44" name="KisBuilderMonitor" >
<UML:Operation visibility="public" xmi.id="46" type="" name="KisBuilderMonitor" >
- <UML:Parameter visibility="private" xmi.id="47" value="" type="QObject *" name="tqparent" />
+ <UML:Parameter visibility="private" xmi.id="47" value="" type="QObject *" name="parent" />
<UML:Parameter visibility="private" xmi.id="48" value="" type="const char *" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="49" type="void" name="attach" >
@@ -827,12 +827,12 @@ a part of a layer. Layers form an image." visibility="public" xmi.id="481" name
<UML:Attribute visibility="private" xmi.id="614" value="" type="KisDoc *" name="m_doc" />
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="624" name="KisAlphaMask" >
- <UML:Operation comment="Create an alpha tqmask based on the gray values of the
+ <UML:Operation comment="Create an alpha mask based on the gray values of the
specified QImage. If the QImage is not grayscale, you're
buggered." visibility="public" xmi.id="629" type="" name="KisAlphaMask" >
<UML:Parameter visibility="private" xmi.id="630" value="" type="const QImage &amp;" name="img" />
</UML:Operation>
- <UML:Operation comment="Create an alpha tqmask based on the gray values of the
+ <UML:Operation comment="Create an alpha mask based on the gray values of the
specified QImage. If the QImage is not grayscale, you're
buggered. The QImage is scaled using QImage::smoothScale,
where the target w and h are computed by taking scale as a
@@ -842,13 +842,13 @@ percentage." visibility="public" xmi.id="631" type="" name="KisAlphaMask" >
</UML:Operation>
<UML:Operation comment="@return the alpha value at the specified position.
Returns QUANTUM OPACITY_TRANSPARENT if the value is
-outside the bounds of the tqmask.
+outside the bounds of the mask.
XXX: this is, of course, not the best way of masking.
Better would be to let KisAlphaMask fill a chunk of memory
with the alpha values at the right position, something like
void applyMask(QUANTUM *pixeldata, Q_INT32 pixelWidth,
Q_INT32 alphaPos). That would be fastest, or we could
-provide an iterator over the tqmask, that would be nice, too." visibility="public" xmi.id="634" type="QUANTUM" name="alphaAt" >
+provide an iterator over the mask, that would be nice, too." visibility="public" xmi.id="634" type="QUANTUM" name="alphaAt" >
<UML:Parameter visibility="private" xmi.id="635" value="" type="Q_INT32" name="x" />
<UML:Parameter visibility="private" xmi.id="636" value="" type="Q_INT32" name="y" />
</UML:Operation>
@@ -860,7 +860,7 @@ provide an iterator over the tqmask, that would be nice, too." visibility="publi
</UML:Operation>
<UML:Operation comment="@return the number of alpha values in a scanline." visibility="public" xmi.id="641" type="Q_INT32" name="height" />
<UML:Operation comment="@return the scale factor." visibility="public" xmi.id="642" type="double" name="scale" />
- <UML:Operation comment="@return the number of lines in the tqmask." visibility="public" xmi.id="643" type="Q_INT32" name="width" />
+ <UML:Operation comment="@return the number of lines in the mask." visibility="public" xmi.id="643" type="Q_INT32" name="width" />
<UML:Operation visibility="public" xmi.id="644" type="virtual " name="~KisAlphaMask" />
<UML:Attribute visibility="private" xmi.id="625" value="" type="QValueVector" name="m_data" />
<UML:Attribute visibility="private" xmi.id="626" value="" type="double" name="m_scale" />
@@ -925,8 +925,8 @@ dcop." visibility="public" xmi.id="645" name="KRayonViewIface" >
<UML:Operation visibility="public" xmi.id="702" type=TQPOINT_OBJECT_NAME_STRING name="hotSpot" />
<UML:Operation visibility="public" xmi.id="703" type="virtual QImage" name="img" />
<UML:Operation visibility="public" xmi.id="704" type="virtual bool" name="loadAsync" />
- <UML:Operation comment="@return a tqmask computed from the grey-level values of the
-pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMask *" name="tqmask" >
+ <UML:Operation comment="@return a mask computed from the grey-level values of the
+pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMask *" name="mask" >
<UML:Parameter visibility="private" xmi.id="706" value="" type="Q_INT32" name="scale" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="707" type="virtual bool" name="saveAsync" />
@@ -1188,7 +1188,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Operation visibility="public" xmi.id="914" type="" name="KisDoc" >
<UML:Parameter visibility="private" xmi.id="915" value="" type="QWidget *" name="parentWidget" />
<UML:Parameter visibility="private" xmi.id="916" value="" type="const char *" name="widgetName" />
- <UML:Parameter visibility="private" xmi.id="917" value="" type="QObject *" name="tqparent" />
+ <UML:Parameter visibility="private" xmi.id="917" value="" type="QObject *" name="parent" />
<UML:Parameter visibility="private" xmi.id="918" value="" type="const char *" name="name" />
<UML:Parameter visibility="private" xmi.id="919" value="" type="bool" name="singleViewMode" />
</UML:Operation>
@@ -1212,7 +1212,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Parameter visibility="private" xmi.id="932" value="" type="KisImageSP" name="img" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="933" type="virtual KoView *" name="createViewInstance" >
- <UML:Parameter visibility="private" xmi.id="934" value="" type="QWidget *" name="tqparent" />
+ <UML:Parameter visibility="private" xmi.id="934" value="" type="QWidget *" name="parent" />
<UML:Parameter visibility="private" xmi.id="935" value="" type="const char *" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="936" type="virtual DCOPObject *" name="dcopObject" />
@@ -1444,14 +1444,14 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="1110" name="KisFactory" >
<UML:Operation visibility="public" xmi.id="1115" type="" name="KisFactory" >
- <UML:Parameter visibility="private" xmi.id="1116" value="" type="QObject *" name="tqparent" />
+ <UML:Parameter visibility="private" xmi.id="1116" value="" type="QObject *" name="parent" />
<UML:Parameter visibility="private" xmi.id="1117" value="" type="const char *" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1118" type="KAboutData *" name="aboutData" ownerScope="classifier" />
<UML:Operation visibility="public" xmi.id="1119" type="virtual KParts :: Part *" name="createPartObject" >
<UML:Parameter visibility="private" xmi.id="1120" value="" type="QWidget *" name="parentWidget" />
<UML:Parameter visibility="private" xmi.id="1121" value="" type="const char *" name="widgetName" />
- <UML:Parameter visibility="private" xmi.id="1122" value="" type="QObject *" name="tqparent" />
+ <UML:Parameter visibility="private" xmi.id="1122" value="" type="QObject *" name="parent" />
<UML:Parameter visibility="private" xmi.id="1123" value="" type="const char *" name="name" />
<UML:Parameter visibility="private" xmi.id="1124" value="" type="const char *" name="classname" />
<UML:Parameter visibility="private" xmi.id="1125" value="" type="const QStringList &amp;" name="args" />
@@ -1731,7 +1731,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas
<UML:Operation visibility="public" xmi.id="1378" type="bool" name="lower" >
<UML:Parameter visibility="private" xmi.id="1379" value="" type="KisLayerSP" name="layer" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1380" type="KisChannelSP" name="tqmask" />
+ <UML:Operation visibility="public" xmi.id="1380" type="KisChannelSP" name="mask" />
<UML:Operation visibility="public" xmi.id="1381" type=TQSTRING_OBJECT_NAME_STRING name="name" />
<UML:Operation visibility="public" xmi.id="1382" type="enumImgType" name="nativeImgType" />
<UML:Operation visibility="public" xmi.id="1383" type="Q_INT32" name="nchannels" />
@@ -2088,7 +2088,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1646" type="void" name="addAlpha" />
<UML:Operation visibility="public" xmi.id="1647" type="KisMaskSP" name="addMask" >
- <UML:Parameter visibility="private" xmi.id="1648" value="" type="KisMaskSP" name="tqmask" />
+ <UML:Parameter visibility="private" xmi.id="1648" value="" type="KisMaskSP" name="mask" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1649" type="void" name="applyMask" >
<UML:Parameter visibility="private" xmi.id="1650" value="" type="Q_INT32" name="mode" />
@@ -2100,7 +2100,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Operation visibility="public" xmi.id="1654" type="void" name="linked" >
<UML:Parameter visibility="private" xmi.id="1655" value="" type="bool" name="l" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1656" type="KisMaskSP" name="tqmask" />
+ <UML:Operation visibility="public" xmi.id="1656" type="KisMaskSP" name="mask" />
<UML:Operation visibility="public" xmi.id="1657" type="QUANTUM" name="opacity" />
<UML:Operation visibility="public" xmi.id="1658" type="void" name="setOpacity" >
<UML:Parameter visibility="private" xmi.id="1659" value="" type="QUANTUM" name="val" />
@@ -2118,7 +2118,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Attribute visibility="private" xmi.id="1622" value="" type="Q_INT32" name="m_dy" />
<UML:Attribute visibility="private" xmi.id="1623" value="" type="bool" name="m_initial" />
<UML:Attribute visibility="private" xmi.id="1624" value="" type="bool" name="m_linked" />
- <UML:Attribute visibility="private" xmi.id="1625" value="" type="KisMaskSP" name="m_tqmask" />
+ <UML:Attribute visibility="private" xmi.id="1625" value="" type="KisMaskSP" name="m_mask" />
<UML:Attribute visibility="private" xmi.id="1626" value="" type="QUANTUM" name="m_opacity" />
<UML:Attribute visibility="private" xmi.id="1627" value="" type="bool" name="m_preserveTransparency" />
</UML:Class>
@@ -2208,7 +2208,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1731" type="Q_INT32" name="apply" />
<UML:Operation visibility="public" xmi.id="1732" type="void" name="apply" >
- <UML:Parameter visibility="private" xmi.id="1733" value="" type="Q_INT32" name="tqmask" />
+ <UML:Parameter visibility="private" xmi.id="1733" value="" type="Q_INT32" name="mask" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1734" type="bool" name="edit" />
<UML:Operation visibility="public" xmi.id="1735" type="void" name="edit" >
@@ -2228,7 +2228,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Operation visibility="public" xmi.id="1753" type=TQPOINT_OBJECT_NAME_STRING name="hotSpot" />
<UML:Operation comment="@return the next image in the pipe." visibility="public" xmi.id="1754" type="virtual QImage" name="img" />
<UML:Operation visibility="public" xmi.id="1755" type="virtual bool" name="loadAsync" />
- <UML:Operation comment="@return the next tqmask in the pipe." visibility="public" xmi.id="1756" type="virtual KisAlphaMask *" name="tqmask" >
+ <UML:Operation comment="@return the next mask in the pipe." visibility="public" xmi.id="1756" type="virtual KisAlphaMask *" name="mask" >
<UML:Parameter visibility="private" xmi.id="1757" value="" type="Q_INT32" name="scale" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1758" type="virtual bool" name="saveAsync" />
@@ -2286,7 +2286,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1813" value="" type="Q_INT32" name="sh" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="1814" type="void" name="computeDab" >
- <UML:Parameter visibility="private" xmi.id="1815" value="" type="KisAlphaMask *" name="tqmask" />
+ <UML:Parameter visibility="private" xmi.id="1815" value="" type="KisAlphaMask *" name="mask" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1816" type="KisPaintDeviceSP" name="device" />
<UML:Operation visibility="public" xmi.id="1817" type="QRect" name="dirtyRect" />
@@ -2411,7 +2411,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
</UML:Class>
<UML:Class stereotype="class" visibility="public" xmi.id="1903" name="KisSelection" >
<UML:Operation visibility="public" xmi.id="1911" type="" name="KisSelection" >
- <UML:Parameter visibility="private" xmi.id="1912" value="" type="KisPaintDeviceSP" name="tqparent" />
+ <UML:Parameter visibility="private" xmi.id="1912" value="" type="KisPaintDeviceSP" name="parent" />
<UML:Parameter visibility="private" xmi.id="1913" value="" type="KisImageSP" name="img" />
<UML:Parameter visibility="private" xmi.id="1914" value="" type="const QString &amp;" name="name" />
<UML:Parameter visibility="private" xmi.id="1915" value="" type="QUANTUM" name="opacity" />
@@ -2434,7 +2434,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1928" value="" type="Q_INT32" name="x" />
<UML:Parameter visibility="private" xmi.id="1929" value="" type="Q_INT32" name="y" />
</UML:Operation>
- <UML:Operation visibility="public" xmi.id="1930" type="KisPaintDeviceSP" name="tqparent" />
+ <UML:Operation visibility="public" xmi.id="1930" type="KisPaintDeviceSP" name="parent" />
<UML:Operation visibility="public" xmi.id="1931" type="void" name="setBounds" >
<UML:Parameter visibility="private" xmi.id="1932" value="" type="Q_INT32" name="parentX" />
<UML:Parameter visibility="private" xmi.id="1933" value="" type="Q_INT32" name="parentY" />
@@ -2445,7 +2445,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1937" value="" type="const QRect &amp;" name="rc" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1938" type="void" name="setParent" >
- <UML:Parameter visibility="private" xmi.id="1939" value="" type="KisPaintDeviceSP" name="tqparent" />
+ <UML:Parameter visibility="private" xmi.id="1939" value="" type="KisPaintDeviceSP" name="parent" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1940" type="virtual bool" name="shouldDrawBorder" />
<UML:Operation visibility="public" xmi.id="1941" type="QImage" name="toImage" />
@@ -2465,7 +2465,7 @@ cannot be abstract, because otherwise this class would be abstract." visibility=
<UML:Parameter visibility="private" xmi.id="1950" value="" type="const QString &amp;" name="chooserCaption" />
<UML:Parameter visibility="private" xmi.id="1951" value="" type="QWidget *" name="chooserParent" />
<UML:Parameter visibility="private" xmi.id="1952" value="" type="const char *" name="chooserName" />
- <UML:Parameter visibility="private" xmi.id="1953" value="" type="QObject *" name="tqparent" />
+ <UML:Parameter visibility="private" xmi.id="1953" value="" type="QObject *" name="parent" />
<UML:Parameter visibility="private" xmi.id="1954" value="" type="const char *" name="name" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="1955" type="QWidget *" name="chooserWidget" />
@@ -2735,7 +2735,7 @@ in the constructor, you have to call loadAsync.
<UML:Parameter visibility="private" xmi.id="2159" value="" type="QMouseEvent *" name="e" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2160" type="virtual KDialog *" isAbstract="true" name="options" >
- <UML:Parameter visibility="private" xmi.id="2161" value="" type="QWidget *" name="tqparent" />
+ <UML:Parameter visibility="private" xmi.id="2161" value="" type="QWidget *" name="parent" />
</UML:Operation>
<UML:Operation visibility="public" xmi.id="2162" type="virtual void" isAbstract="true" name="paint" >
<UML:Parameter visibility="private" xmi.id="2163" value="" type="QPainter &amp;" name="gc" />
@@ -2994,7 +2994,7 @@ in the constructor, you have to call loadAsync.
<UML:Operation visibility="public" xmi.id="2448" type="" name="KisView" >
<UML:Parameter visibility="private" xmi.id="2449" value="" type="KisDoc *" name="doc" />
<UML:Parameter visibility="private" xmi.id="2450" value="" type="KisUndoAdapter *" name="adapter" />
- <UML:Parameter visibility="private" xmi.id="2451" value="" type="QWidget *" name="tqparent" />
+ <UML:Parameter visibility="private" xmi.id="2451" value="" type="QWidget *" name="parent" />
<UML:Parameter visibility="private" xmi.id="2452" value="" type="const char *" name="name" />
</UML:Operation>
<UML:Operation visibility="protected" xmi.id="2453" type="virtual void" name="attach" >
@@ -3218,16 +3218,16 @@ in the constructor, you have to call loadAsync.
<UML:DataType stereotype="datatype" visibility="public" xmi.id="2570" name="vKisCanvasObserver_it" />
<UML:DataType stereotype="datatype" visibility="public" xmi.id="2571" name="vKisCanvasObserver" />
<UML:DataType stereotype="datatype" visibility="public" xmi.id="2572" name="vKisCanvasObserver_cit" />
- <UML:Generalization child="12" visibility="public" xmi.id="54" tqparent="9" />
+ <UML:Generalization child="12" visibility="public" xmi.id="54" parent="9" />
<UML:Association visibility="public" xmi.id="194" >
<UML:Association.connection>
<UML:AssociationEndRole visibility="public" aggregation="none" type="193" />
<UML:AssociationEndRole visibility="private" type="193" name="m_singleton" />
</UML:Association.connection>
</UML:Association>
- <UML:Generalization child="81" visibility="public" xmi.id="276" tqparent="139" />
- <UML:Generalization child="206" visibility="public" xmi.id="277" tqparent="139" />
- <UML:Generalization child="266" visibility="public" xmi.id="278" tqparent="193" />
+ <UML:Generalization child="81" visibility="public" xmi.id="276" parent="139" />
+ <UML:Generalization child="206" visibility="public" xmi.id="277" parent="139" />
+ <UML:Generalization child="266" visibility="public" xmi.id="278" parent="193" />
<UML:Association visibility="public" xmi.id="329" >
<UML:Association.connection>
<UML:AssociationEndRole visibility="public" aggregation="shared" type="325" />
@@ -3276,9 +3276,9 @@ in the constructor, you have to call loadAsync.
<UML:AssociationEndRole visibility="private" type="720" name="m_brushType" />
</UML:Association.connection>
</UML:Association>
- <UML:Generalization child="1620" visibility="public" xmi.id="1764" tqparent="1453" />
- <UML:Generalization child="1722" visibility="public" xmi.id="1765" tqparent="1130" />
- <UML:Generalization child="1741" visibility="public" xmi.id="1766" tqparent="681" />
+ <UML:Generalization child="1620" visibility="public" xmi.id="1764" parent="1453" />
+ <UML:Generalization child="1722" visibility="public" xmi.id="1765" parent="1130" />
+ <UML:Generalization child="1741" visibility="public" xmi.id="1766" parent="681" />
<UML:Association visibility="public" xmi.id="1769" >
<UML:Association.connection>
<UML:AssociationEndRole visibility="public" aggregation="shared" type="1767" />
@@ -3291,15 +3291,15 @@ in the constructor, you have to call loadAsync.
<UML:AssociationEndRole visibility="private" type="856" name="m_gradient" />
</UML:Association.connection>
</UML:Association>
- <UML:Generalization child="1903" visibility="public" xmi.id="2127" tqparent="1620" />
- <UML:Generalization child="2109" visibility="public" xmi.id="2128" tqparent="2047" />
+ <UML:Generalization child="1903" visibility="public" xmi.id="2127" parent="1620" />
+ <UML:Generalization child="2109" visibility="public" xmi.id="2128" parent="2047" />
<UML:Association visibility="public" xmi.id="2191" >
<UML:Association.connection>
<UML:AssociationEndRole visibility="public" aggregation="none" type="2190" />
<UML:AssociationEndRole visibility="private" type="2190" name="m_singleton" />
</UML:Association.connection>
</UML:Association>
- <UML:Generalization child="2135" visibility="public" xmi.id="2326" tqparent="1101" />
+ <UML:Generalization child="2135" visibility="public" xmi.id="2326" parent="1101" />
<UML:Association visibility="public" xmi.id="2366" >
<UML:Association.connection>
<UML:AssociationEndRole visibility="public" aggregation="shared" type="2365" />
@@ -3354,10 +3354,10 @@ in the constructor, you have to call loadAsync.
<UML:AssociationEndRole visibility="private" type="2135" name="m_tool" />
</UML:Association.connection>
</UML:Association>
- <UML:Generalization child="2365" visibility="public" xmi.id="2567" tqparent="1170" />
- <UML:Generalization child="2365" visibility="public" xmi.id="2568" tqparent="750" />
- <UML:Generalization child="2365" visibility="public" xmi.id="2569" tqparent="2203" />
- <UML:Generalization child="681" visibility="public" xmi.id="2578" tqparent="2047" />
+ <UML:Generalization child="2365" visibility="public" xmi.id="2567" parent="1170" />
+ <UML:Generalization child="2365" visibility="public" xmi.id="2568" parent="750" />
+ <UML:Generalization child="2365" visibility="public" xmi.id="2569" parent="2203" />
+ <UML:Generalization child="681" visibility="public" xmi.id="2578" parent="2047" />
</UML:Model>
<diagrams>
<diagram snapgrid="1" showattsig="1" fillcolor="#ffffc0" zoom="75" showgrid="1" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="1285" snapy="10" showatts="1" xmi.id="1" documentation="" type="402" showops="1" showpackage="0" name="Chalk Core" localid="30000" showstereotype="0" showscope="1" snapcsgrid="1" font="Bitstream Vera Sans,14,-1,5,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="1221" >
@@ -3536,7 +3536,7 @@ in the constructor, you have to call loadAsync.
<listitem open="0" type="815" id="702" label="hotSpot" />
<listitem open="0" type="815" id="703" label="img" />
<listitem open="0" type="815" id="704" label="loadAsync" />
- <listitem open="0" type="815" id="705" label="tqmask" />
+ <listitem open="0" type="815" id="705" label="mask" />
<listitem open="0" type="815" id="707" label="saveAsync" />
<listitem open="0" type="815" id="708" label="setHotSpot" />
<listitem open="0" type="815" id="710" label="~KisBrush" />
@@ -3935,7 +3935,7 @@ in the constructor, you have to call loadAsync.
<listitem open="0" type="815" id="1375" label="layers" />
<listitem open="0" type="815" id="1378" label="lower" />
<listitem open="0" type="815" id="1376" label="lower" />
- <listitem open="0" type="815" id="1380" label="tqmask" />
+ <listitem open="0" type="815" id="1380" label="mask" />
<listitem open="0" type="815" id="1381" label="name" />
<listitem open="0" type="815" id="1382" label="nativeImgType" />
<listitem open="0" type="815" id="1383" label="nchannels" />
@@ -4008,7 +4008,7 @@ in the constructor, you have to call loadAsync.
<listitem open="0" type="815" id="1753" label="hotSpot" />
<listitem open="0" type="815" id="1754" label="img" />
<listitem open="0" type="815" id="1755" label="loadAsync" />
- <listitem open="0" type="815" id="1756" label="tqmask" />
+ <listitem open="0" type="815" id="1756" label="mask" />
<listitem open="0" type="815" id="1758" label="saveAsync" />
<listitem open="0" type="815" id="1759" label="setHotSpot" />
<listitem open="0" type="815" id="1761" label="setParasite" />
@@ -4019,7 +4019,7 @@ in the constructor, you have to call loadAsync.
<listitem open="0" type="814" id="1622" label="m_dy" />
<listitem open="0" type="814" id="1623" label="m_initial" />
<listitem open="0" type="814" id="1624" label="m_linked" />
- <listitem open="0" type="814" id="1625" label="m_tqmask" />
+ <listitem open="0" type="814" id="1625" label="m_mask" />
<listitem open="0" type="814" id="1626" label="m_opacity" />
<listitem open="0" type="814" id="1627" label="m_preserveTransparency" />
<listitem open="0" type="815" id="1644" label="KisLayer" />
@@ -4032,7 +4032,7 @@ in the constructor, you have to call loadAsync.
<listitem open="0" type="815" id="1651" label="createMask" />
<listitem open="0" type="815" id="1654" label="linked" />
<listitem open="0" type="815" id="1653" label="linked" />
- <listitem open="0" type="815" id="1656" label="tqmask" />
+ <listitem open="0" type="815" id="1656" label="mask" />
<listitem open="0" type="815" id="1657" label="opacity" />
<listitem open="0" type="815" id="1658" label="setOpacity" />
<listitem open="0" type="815" id="1660" label="translate" />
@@ -4359,7 +4359,7 @@ in the constructor, you have to call loadAsync.
<listitem open="0" type="815" id="1924" label="commit" />
<listitem open="0" type="815" id="1925" label="fromImage" />
<listitem open="0" type="815" id="1927" label="move" />
- <listitem open="0" type="815" id="1930" label="tqparent" />
+ <listitem open="0" type="815" id="1930" label="parent" />
<listitem open="0" type="815" id="1936" label="setBounds" />
<listitem open="0" type="815" id="1931" label="setBounds" />
<listitem open="0" type="815" id="1938" label="setParent" />
@@ -8752,7 +8752,7 @@ in the constructor, you have to call loadAsync.
</codeclassfield>
</classfields>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="624" parent_class="624" fileExt=".cpp" fileName="kisalphatqmask" >
+ <classifiercodedocument writeOutCode="true" package="" id="624" parent_class="624" fileExt=".cpp" fileName="kisalphamask" >
<textblocks>
<codeblockwithcomments tag="includes" text="#include &quot;string&quot;&amp;#010;#include &quot;double.h&quot;&amp;#010;#include &quot;quantum.h&quot;&amp;#010;" >
<header>
@@ -8812,17 +8812,17 @@ in the constructor, you have to call loadAsync.
</codeaccessormethod>
<codeoperation parent_id="629" tag="operation_629" canDelete="false" role_id="-1" >
<header>
- <cppcodedocumentation tag="" text="Create an alpha tqmask based on the gray values of the&amp;#010;specified QImage. If the QImage is not grayscale, you're&amp;#010;buggered." />
+ <cppcodedocumentation tag="" text="Create an alpha mask based on the gray values of the&amp;#010;specified QImage. If the QImage is not grayscale, you're&amp;#010;buggered." />
</header>
</codeoperation>
<codeoperation parent_id="631" tag="operation_631" canDelete="false" role_id="-1" >
<header>
- <cppcodedocumentation tag="" text="Create an alpha tqmask based on the gray values of the&amp;#010;specified QImage. If the QImage is not grayscale, you're&amp;#010;buggered. The QImage is scaled using QImage::smoothScale,&amp;#010;where the target w and h are computed by taking scale as a&amp;#010;percentage." />
+ <cppcodedocumentation tag="" text="Create an alpha mask based on the gray values of the&amp;#010;specified QImage. If the QImage is not grayscale, you're&amp;#010;buggered. The QImage is scaled using QImage::smoothScale,&amp;#010;where the target w and h are computed by taking scale as a&amp;#010;percentage." />
</header>
</codeoperation>
<codeoperation parent_id="634" tag="operation_634" canDelete="false" role_id="-1" >
<header>
- <cppcodedocumentation tag="" text="@return the alpha value at the specified position.&amp;#010;Returns QUANTUM OPACITY_TRANSPARENT if the value is&amp;#010;outside the bounds of the tqmask.&amp;#010;XXX: this is, of course, not the best way of masking.&amp;#010;Better would be to let KisAlphaMask fill a chunk of memory&amp;#010;with the alpha values at the right position, something like&amp;#010;void applyMask(QUANTUM *pixeldata, Q_INT32 pixelWidth,&amp;#010;Q_INT32 alphaPos). That would be fastest, or we could&amp;#010;provide an iterator over the tqmask, that would be nice, too." />
+ <cppcodedocumentation tag="" text="@return the alpha value at the specified position.&amp;#010;Returns QUANTUM OPACITY_TRANSPARENT if the value is&amp;#010;outside the bounds of the mask.&amp;#010;XXX: this is, of course, not the best way of masking.&amp;#010;Better would be to let KisAlphaMask fill a chunk of memory&amp;#010;with the alpha values at the right position, something like&amp;#010;void applyMask(QUANTUM *pixeldata, Q_INT32 pixelWidth,&amp;#010;Q_INT32 alphaPos). That would be fastest, or we could&amp;#010;provide an iterator over the mask, that would be nice, too." />
</header>
</codeoperation>
<codeoperation parent_id="637" tag="operation_637" canDelete="false" role_id="-1" >
@@ -8847,7 +8847,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="643" tag="operation_643" canDelete="false" role_id="-1" >
<header>
- <cppcodedocumentation tag="" text="@return the number of lines in the tqmask." />
+ <cppcodedocumentation tag="" text="@return the number of lines in the mask." />
</header>
</codeoperation>
<codeoperation parent_id="644" tag="operation_644" canDelete="false" role_id="-1" >
@@ -8859,7 +8859,7 @@ in the constructor, you have to call loadAsync.
</hierarchicalcodeblock>
</textblocks>
<header>
- <codecomment tag="" text="/************************************************************************&amp;#010; kisalphatqmask.cpp - Copyright boud&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010; i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010; files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010; java code.&amp;#010; If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010; choose this file even if there are other files with the same extension in the&amp;#010; directory. If you name the file something else, it must be the only one with that&amp;#010; extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Feb 8 2004 at 16:52:01&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
+ <codecomment tag="" text="/************************************************************************&amp;#010; kisalphamask.cpp - Copyright boud&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010; i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010; files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010; java code.&amp;#010; If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010; choose this file even if there are other files with the same extension in the&amp;#010; directory. If you name the file something else, it must be the only one with that&amp;#010; extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Feb 8 2004 at 16:52:01&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
</header>
<classfields>
<codeclassfield parent_id="625" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" >
@@ -9418,7 +9418,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="705" tag="operation_705" canDelete="false" role_id="-1" >
<header>
- <cppcodedocumentation tag="" text="@return a tqmask computed from the grey-level values of the&amp;#010;pixels in the brush." />
+ <cppcodedocumentation tag="" text="@return a mask computed from the grey-level values of the&amp;#010;pixels in the brush." />
</header>
</codeoperation>
<codeoperation parent_id="707" tag="operation_707" canDelete="false" role_id="-1" >
@@ -15937,7 +15937,7 @@ in the constructor, you have to call loadAsync.
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="1722" parent_class="1722" fileExt=".cpp" fileName="kistqmask" >
+ <classifiercodedocument writeOutCode="true" package="" id="1722" parent_class="1722" fileExt=".cpp" fileName="kismask" >
<textblocks>
<codeblockwithcomments tag="includes" text="#include &quot;string&quot;&amp;#010;#include &quot;kisimagesp.h&quot;&amp;#010;#include &quot;bool.h&quot;&amp;#010;#include &quot;kislayersp.h&quot;&amp;#010;" >
<header>
@@ -16004,7 +16004,7 @@ in the constructor, you have to call loadAsync.
</hierarchicalcodeblock>
</textblocks>
<header>
- <codecomment tag="" text="/************************************************************************&amp;#010; kistqmask.cpp - Copyright boud&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010; i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010; files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010; java code.&amp;#010; If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010; choose this file even if there are other files with the same extension in the&amp;#010; directory. If you name the file something else, it must be the only one with that&amp;#010; extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Feb 8 2004 at 16:45:17&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
+ <codecomment tag="" text="/************************************************************************&amp;#010; kismask.cpp - Copyright boud&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.cpp&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010; i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010; files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010; java code.&amp;#010; If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010; choose this file even if there are other files with the same extension in the&amp;#010; directory. If you name the file something else, it must be the only one with that&amp;#010; extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Feb 8 2004 at 16:45:17&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
</header>
<classfields/>
</classifiercodedocument>
@@ -16148,7 +16148,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="1756" tag="operation_1756" canDelete="false" role_id="-1" >
<header>
- <cppcodedocumentation tag="" text="@return the next tqmask in the pipe." />
+ <cppcodedocumentation tag="" text="@return the next mask in the pipe." />
</header>
</codeoperation>
<codeoperation parent_id="1758" tag="operation_1758" canDelete="false" role_id="-1" >
@@ -24174,7 +24174,7 @@ in the constructor, you have to call loadAsync.
<textblocks>
<codeoperation parent_id="46" tag="operation_46" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param tqparent &amp;#010;@param name " />
+ <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param parent &amp;#010;@param name " />
</header>
</codeoperation>
<codeoperation parent_id="49" tag="operation_49" canDelete="false" indentLevel="1" role_id="-1" >
@@ -31756,7 +31756,7 @@ in the constructor, you have to call loadAsync.
</codeclassfield>
</classfields>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="cppheader624" parent_class="624" fileExt=".h" fileName="kisalphatqmask" >
+ <classifiercodedocument writeOutCode="true" package="" id="cppheader624" parent_class="624" fileExt=".h" fileName="kisalphamask" >
<textblocks>
<codeblockwithcomments tag="hashDefBlock" text="#ifndef KISALPHAMASK_H&amp;#010;#define KISALPHAMASK_H" >
<header>
@@ -31842,17 +31842,17 @@ in the constructor, you have to call loadAsync.
<textblocks>
<codeoperation parent_id="629" tag="operation_629" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="Create an alpha tqmask based on the gray values of the&amp;#010;specified QImage. If the QImage is not grayscale, you're&amp;#010;buggered.&amp;#010;@param img " />
+ <cppcodedocumentation tag="" indentLevel="1" text="Create an alpha mask based on the gray values of the&amp;#010;specified QImage. If the QImage is not grayscale, you're&amp;#010;buggered.&amp;#010;@param img " />
</header>
</codeoperation>
<codeoperation parent_id="631" tag="operation_631" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="Create an alpha tqmask based on the gray values of the&amp;#010;specified QImage. If the QImage is not grayscale, you're&amp;#010;buggered. The QImage is scaled using QImage::smoothScale,&amp;#010;where the target w and h are computed by taking scale as a&amp;#010;percentage.&amp;#010;@param img &amp;#010;@param scale " />
+ <cppcodedocumentation tag="" indentLevel="1" text="Create an alpha mask based on the gray values of the&amp;#010;specified QImage. If the QImage is not grayscale, you're&amp;#010;buggered. The QImage is scaled using QImage::smoothScale,&amp;#010;where the target w and h are computed by taking scale as a&amp;#010;percentage.&amp;#010;@param img &amp;#010;@param scale " />
</header>
</codeoperation>
<codeoperation parent_id="634" tag="operation_634" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="@return the alpha value at the specified position.&amp;#010;Returns QUANTUM OPACITY_TRANSPARENT if the value is&amp;#010;outside the bounds of the tqmask.&amp;#010;XXX: this is, of course, not the best way of masking.&amp;#010;Better would be to let KisAlphaMask fill a chunk of memory&amp;#010;with the alpha values at the right position, something like&amp;#010;void applyMask(QUANTUM *pixeldata, Q_INT32 pixelWidth,&amp;#010;Q_INT32 alphaPos). That would be fastest, or we could&amp;#010;provide an iterator over the tqmask, that would be nice, too.&amp;#010;@param x &amp;#010;@param y " />
+ <cppcodedocumentation tag="" indentLevel="1" text="@return the alpha value at the specified position.&amp;#010;Returns QUANTUM OPACITY_TRANSPARENT if the value is&amp;#010;outside the bounds of the mask.&amp;#010;XXX: this is, of course, not the best way of masking.&amp;#010;Better would be to let KisAlphaMask fill a chunk of memory&amp;#010;with the alpha values at the right position, something like&amp;#010;void applyMask(QUANTUM *pixeldata, Q_INT32 pixelWidth,&amp;#010;Q_INT32 alphaPos). That would be fastest, or we could&amp;#010;provide an iterator over the mask, that would be nice, too.&amp;#010;@param x &amp;#010;@param y " />
</header>
</codeoperation>
<codeoperation parent_id="641" tag="operation_641" canDelete="false" indentLevel="1" role_id="-1" >
@@ -31867,7 +31867,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="643" tag="operation_643" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="@return the number of lines in the tqmask." />
+ <cppcodedocumentation tag="" indentLevel="1" text="@return the number of lines in the mask." />
</header>
</codeoperation>
<codeoperation parent_id="644" tag="operation_644" canDelete="false" indentLevel="1" role_id="-1" >
@@ -32067,7 +32067,7 @@ in the constructor, you have to call loadAsync.
</codeblockwithcomments>
</textblocks>
<header>
- <codecomment tag="" text="/************************************************************************&amp;#010; kisalphatqmask.h - Copyright boud&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.h&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010; i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010; files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010; java code.&amp;#010; If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010; choose this file even if there are other files with the same extension in the&amp;#010; directory. If you name the file something else, it must be the only one with that&amp;#010; extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Feb 8 2004 at 16:52:01&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
+ <codecomment tag="" text="/************************************************************************&amp;#010; kisalphamask.h - Copyright boud&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.h&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010; i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010; files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010; java code.&amp;#010; If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010; choose this file even if there are other files with the same extension in the&amp;#010; directory. If you name the file something else, it must be the only one with that&amp;#010; extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Feb 8 2004 at 16:52:01&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
</header>
<classfields>
<codeclassfield parent_id="625" field_type="0" initialValue="" role_id="-1" writeOutMethods="true" listClassName="" >
@@ -32965,7 +32965,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="705" tag="operation_705" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="@return a tqmask computed from the grey-level values of the&amp;#010;pixels in the brush.&amp;#010;@param scale " />
+ <cppcodedocumentation tag="" indentLevel="1" text="@return a mask computed from the grey-level values of the&amp;#010;pixels in the brush.&amp;#010;@param scale " />
</header>
</codeoperation>
<codeoperation parent_id="707" tag="operation_707" canDelete="false" indentLevel="1" role_id="-1" >
@@ -36508,7 +36508,7 @@ in the constructor, you have to call loadAsync.
<textblocks>
<codeoperation parent_id="914" tag="operation_914" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param parentWidget &amp;#010;@param widgetName &amp;#010;@param tqparent &amp;#010;@param name &amp;#010;@param singleViewMode " />
+ <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param parentWidget &amp;#010;@param widgetName &amp;#010;@param parent &amp;#010;@param name &amp;#010;@param singleViewMode " />
</header>
</codeoperation>
<codeoperation parent_id="922" tag="operation_922" canDelete="false" indentLevel="1" role_id="-1" >
@@ -36790,7 +36790,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="933" tag="operation_933" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param tqparent &amp;#010;@param name " />
+ <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param parent &amp;#010;@param name " />
</header>
</codeoperation>
<codeoperation parent_id="938" tag="operation_938" canDelete="false" indentLevel="1" role_id="-1" >
@@ -38310,7 +38310,7 @@ in the constructor, you have to call loadAsync.
<textblocks>
<codeoperation parent_id="1115" tag="operation_1115" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param tqparent &amp;#010;@param name " />
+ <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param parent &amp;#010;@param name " />
</header>
</codeoperation>
<codeoperation parent_id="1118" tag="operation_1118" canDelete="false" indentLevel="1" role_id="-1" >
@@ -38320,7 +38320,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="1119" tag="operation_1119" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param parentWidget &amp;#010;@param widgetName &amp;#010;@param tqparent &amp;#010;@param name &amp;#010;@param classname &amp;#010;@param args " />
+ <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param parentWidget &amp;#010;@param widgetName &amp;#010;@param parent &amp;#010;@param name &amp;#010;@param classname &amp;#010;@param args " />
</header>
</codeoperation>
<codeoperation parent_id="1126" tag="operation_1126" canDelete="false" indentLevel="1" role_id="-1" >
@@ -43059,7 +43059,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="1647" tag="operation_1647" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param tqmask " />
+ <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param mask " />
</header>
</codeoperation>
<codeoperation parent_id="1649" tag="operation_1649" canDelete="false" indentLevel="1" role_id="-1" >
@@ -43204,7 +43204,7 @@ in the constructor, you have to call loadAsync.
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
</ccfdeclarationcodeblock>
- <ccfdeclarationcodeblock parent_id="1625" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" KisMaskSP m_tqmask;" >
+ <ccfdeclarationcodeblock parent_id="1625" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" KisMaskSP m_mask;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -43430,7 +43430,7 @@ in the constructor, you have to call loadAsync.
<header>
<cppcodedocumentation tag="" />
</header>
- <ccfdeclarationcodeblock parent_id="1625" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" KisMaskSP m_tqmask;" >
+ <ccfdeclarationcodeblock parent_id="1625" tag="tblock_4" canDelete="false" indentLevel="1" role_id="-1" text=" KisMaskSP m_mask;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" indentLevel="1" />
</header>
@@ -44510,7 +44510,7 @@ in the constructor, you have to call loadAsync.
</header>
<classfields/>
</classifiercodedocument>
- <classifiercodedocument writeOutCode="true" package="" id="cppheader1722" parent_class="1722" fileExt=".h" fileName="kistqmask" >
+ <classifiercodedocument writeOutCode="true" package="" id="cppheader1722" parent_class="1722" fileExt=".h" fileName="kismask" >
<textblocks>
<codeblockwithcomments tag="hashDefBlock" text="#ifndef KISMASK_H&amp;#010;#define KISMASK_H" >
<header>
@@ -44611,7 +44611,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="1732" tag="operation_1732" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param tqmask " />
+ <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param mask " />
</header>
</codeoperation>
<codeoperation parent_id="1734" tag="operation_1734" canDelete="false" indentLevel="1" role_id="-1" >
@@ -44758,7 +44758,7 @@ in the constructor, you have to call loadAsync.
</codeblockwithcomments>
</textblocks>
<header>
- <codecomment tag="" text="/************************************************************************&amp;#010; kistqmask.h - Copyright boud&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.h&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010; i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010; files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010; java code.&amp;#010; If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010; choose this file even if there are other files with the same extension in the&amp;#010; directory. If you name the file something else, it must be the only one with that&amp;#010; extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Feb 8 2004 at 16:45:18&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
+ <codecomment tag="" text="/************************************************************************&amp;#010; kismask.h - Copyright boud&amp;#010;&amp;#010;Here you can write a license for your code, some comments or any other&amp;#010;information you want to have in your generated code. To to this simply&amp;#010;configure the &quot;headings&quot; directory in uml to point to a directory&amp;#010;where you have your heading files.&amp;#010;&amp;#010;or you can just replace the contents of this file with your own.&amp;#010;If you want to do this, this file is located at&amp;#010;&amp;#010;/opt/kde3/share/apps/umbrello/headings/heading.h&amp;#010;&amp;#010;-->Code Generators searches for heading files based on the file extension&amp;#010; i.e. it will look for a file name ending in &quot;.h&quot; to include in C++ header&amp;#010; files, and for a file name ending in &quot;.java&quot; to include in all generated&amp;#010; java code.&amp;#010; If you name the file &quot;heading.&lt;extension>&quot;, Code Generator will always&amp;#010; choose this file even if there are other files with the same extension in the&amp;#010; directory. If you name the file something else, it must be the only one with that&amp;#010; extension in the directory to guarantee that Code Generator will choose it.&amp;#010;&amp;#010;you can use variables in your heading files which are replaced at generation&amp;#010;time. possible variables are : author, date, time, filename and filepath.&amp;#010;just write %variable_name%&amp;#010;&amp;#010;This file was generated on Sun Feb 8 2004 at 16:45:18&amp;#010;The original location of this file is &amp;#010;**************************************************************************/&amp;#010;" />
</header>
<classfields/>
</classifiercodedocument>
@@ -44905,7 +44905,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="1756" tag="operation_1756" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="@return the next tqmask in the pipe.&amp;#010;@param scale " />
+ <cppcodedocumentation tag="" indentLevel="1" text="@return the next mask in the pipe.&amp;#010;@param scale " />
</header>
</codeoperation>
<codeoperation parent_id="1758" tag="operation_1758" canDelete="false" indentLevel="1" role_id="-1" >
@@ -45685,7 +45685,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="1814" tag="operation_1814" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param tqmask " />
+ <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param mask " />
</header>
</codeoperation>
<codeoperation parent_id="1885" tag="operation_1885" canDelete="false" indentLevel="1" role_id="-1" >
@@ -46419,7 +46419,7 @@ in the constructor, you have to call loadAsync.
<textblocks>
<codeoperation parent_id="1911" tag="operation_1911" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param tqparent &amp;#010;@param img &amp;#010;@param name &amp;#010;@param opacity " />
+ <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param parent &amp;#010;@param img &amp;#010;@param name &amp;#010;@param opacity " />
</header>
</codeoperation>
<codeoperation parent_id="1916" tag="operation_1916" canDelete="false" indentLevel="1" role_id="-1" >
@@ -46469,7 +46469,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="1938" tag="operation_1938" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param tqparent " />
+ <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param parent " />
</header>
</codeoperation>
<codeoperation parent_id="1940" tag="operation_1940" canDelete="false" indentLevel="1" role_id="-1" >
@@ -47006,7 +47006,7 @@ in the constructor, you have to call loadAsync.
<textblocks>
<codeoperation parent_id="1947" tag="operation_1947" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param mediateOn &amp;#010;@param rserver &amp;#010;@param chooserCaption &amp;#010;@param chooserParent &amp;#010;@param chooserName &amp;#010;@param tqparent &amp;#010;@param name " />
+ <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param mediateOn &amp;#010;@param rserver &amp;#010;@param chooserCaption &amp;#010;@param chooserParent &amp;#010;@param chooserName &amp;#010;@param parent &amp;#010;@param name " />
</header>
</codeoperation>
<codeoperation parent_id="1955" tag="operation_1955" canDelete="false" indentLevel="1" role_id="-1" >
@@ -50831,7 +50831,7 @@ in the constructor, you have to call loadAsync.
</codeoperation>
<codeoperation parent_id="2160" tag="operation_2160" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param tqparent " />
+ <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param parent " />
</header>
</codeoperation>
<codeoperation parent_id="2162" tag="operation_2162" canDelete="false" indentLevel="1" role_id="-1" >
@@ -53071,7 +53071,7 @@ in the constructor, you have to call loadAsync.
<textblocks>
<codeoperation parent_id="2448" tag="operation_2448" canDelete="false" indentLevel="1" role_id="-1" >
<header>
- <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param doc &amp;#010;@param adapter &amp;#010;@param tqparent &amp;#010;@param name " />
+ <cppcodedocumentation tag="" indentLevel="1" text="&amp;#010;@param doc &amp;#010;@param adapter &amp;#010;@param parent &amp;#010;@param name " />
</header>
</codeoperation>
<codeoperation parent_id="2458" tag="operation_2458" canDelete="false" indentLevel="1" role_id="-1" >